@charset "utf-8";
/* CSS Document */

/* ------------- GESAMT CONTENT ------------- */
#wrap
{
	width: 1003px;
	text-align: left;
	margin: 0 auto;
}

#wrapsmall
{
	width: 790px;
	text-align: left;
	margin: 0 auto;
}

/* ------------- CONTENT ------------- */
#wrap_content
{
	width: 800px;
	float: left;
	margin: 0 auto;
}

/* ------------- HEADER ------------- */
#header
{
	width: 800px;
	height: 104px;
	background: url(../images/header.png) no-repeat;
	float: left;
}

/* ------------- HEADER LOGO ------------- */
#logo
{
	height: 104px;
	width: 400px;
	padding: 0;
	margin: 0;
	float: left;
}

#logo img
{
	margin: 15px;
}

/* ------------- HEADER FONT SIZE ------------- */
#font_size
{
	width: 400px;
	padding: 0;
	float: left;
}

#font_size_in
{
	padding:10px 20px;
	text-align: right;
	height: 20px;
}

/* ------------- MENÜ OBEN ------------- */
#top_menu
{
	width: 800px;
	height: 46px;
	background: url(../images/content_foot.png) no-repeat;
	float: left;
	overflow: hidden;
}

#top_nav ul 
{
	margin: 0; padding: 19px 10px;
	text-align: left;
	border: none;
}
  
#top_nav ul li 
{
	list-style: none;
	display: inline;
	margin: 0.4em; padding: 0;
	background-image: none;	
}

#top_nav ul a, #top_nav ul span 
{
	text-align: center;
	padding: 10px 10px;
	padding-right: 20px;
	text-decoration: none;
	border: none;
	color: #FFFFFF;
	background: url(../images/trenner.gif) right no-repeat;
	font-weight: bold;
}
  
#top_nav ul a:hover, #top_nav ul span 
{
	color: #CCCCFF;
}

#top_nav ul a#active_menu-nav
{
	color: #CCCCFF;
}

/* ------------- BREADCRUMB ------------- */
#breadcrumb
{
	padding-top: 10px;
	width: 800px;
	height: 40px;
	background: url(../images/breadcrumb.png) no-repeat;
	float: left;
}

#breadcrumb_in
{
	padding: 2px 25px;
	color: #FFFFFF;
	font-weight: bold;
}

#breadcrumb_in a
{
	color: #FFFFFF;
	text-decoration: none;
}

#breadcrumb_in a:hover
{
	color: #CCCCFF;
	text-decoration: none;
}

/* ------------- HAUPTCONTENT HEAD ------------- */
#content_header
{
	width: 800px;
	height: 30px;
	background: url(../images/content_head.png) no-repeat;
	float: left;
}

/* ------------- HAUPTCONTENT ------------- */
#hauptcontent, #mods
{
	width: 800px;
	background: url(../images/content_center.png) repeat-y;
	float: left;
}

/* ------------- LINKER TEIL ------------- */

#links
{
	width: 195px;
	float: left;
	
}

/* ------------- MENÜ LINKS ------------- */

#menu_links
{
	width: 185px;
	float: left;
	padding-left: 15px;
	padding-top: 10px;
	overflow: hidden;
	
}

#menu_links h3
{
	font-size: 100%;
	background: url(../images/h3-head.png) no-repeat;
	height: 40px;
	width: 178px;
	line-height: 25px;
	text-indent: 10px;
	margin: 0;
	color: #FFFFFF;
	text-align: left;
}

/* ------------- MENÜ LINKS/RECHTS ------------- */
#links .moduletable
{

	background: #f5f5f5;
	border: 1px dotted #CCCCCC;
	padding-bottom: 5px;
	margin: 10px 0;
	width: 178px;
	float: left;
	text-align: center;
	line-height: 120%;
	border-right: dotted 1px #CCCCCC;
	border-left: dotted 1px #CCCCCC;
}

.moduletable_menu
{
	float: left;
	width: 178px;
	overflow: hidden;
	border-right: dotted 1px #CCCCCC;
	border-left: dotted 1px #CCCCCC;
}
.moduletable_menu h3
{
	font-size: 100%;
	background: url(../images/h3-head.png) no-repeat;
	height: 40px;
	width: 178px;
	line-height: 25px;
	text-indent: 10px;
	margin: 0;
	color: #FFFFFF;
}

ul.menu 
{
    margin: 0; padding: 0;
	width: 178px;
	background: #F5F5F5;
	text-align:left;
}

* html ul.menu 
{  /* Korrekturen fuer IE 5.x */
    padding-left: 0;
    padd\ing-left: 0;
}
  
ul.menu li 
{
    list-style: none;
    margin: 0; padding: 0;
}

ul.menu li ul 
{
    margin: 0; padding: 0;
}

ul.menu li ul li
{
    margin: 0.1em 0;
}
* html ul.menu li ul li 
{  /* Korrektur fuer IE 5.x */
    margin-left: 1em;
    ma\rgin-left: 0;
}

ul.menu a 
{
    display:block;
    padding: 0.4em;
	color: #000000;
    text-decoration: none; font-weight: bold;
	background: #F5F5F5;
	border-bottom: dotted 1px #CCCCCC;
	background: url(../images/mleft.gif) no-repeat left;
	text-indent: 10px;
	font-size: 1.2em;
}

* html ul.menu a 
{
    width: 100%;    /* Breitenangabe fuer IE 5.x */
    w\idth: 8.8em;  /* Breitenangabe fuer IE 6 */
}

* html ul.menu li ul li a 
{
    width: 100%;    /* Breitenangabe fuer IE 5.x */
    w\idth: 7.8em;  /* Breitenangabe fuer IE 6 */
}

ul.menu a:hover 
{
  	background: #FFFFFF url(../images/mleft_active.gif) no-repeat left;
}
  
ul.menu li#current a 
{
	background: #FFFFFF url(../images/mleft_active.gif) no-repeat left;
	color: #3366FF;
}

ul.menu li#current ul li a
{
	background: #FFFFFF url(../images/mleft_sub.gif) no-repeat left;
	color: #666666;
}

ul.menu li#current ul li a:hover
{
	background: #FFFFFF url(../images/mleft_active.gif) no-repeat left;
}
  
#links .contentpaneopen
{
background: #F5F5F5;
width: 180px;
border-right: dotted 1px #CCCCCC;
border-left: dotted 1px #CCCCCC;
}

/* ------------- HAUPTCONTENT ------------- */

#mitte
{
	width: 577px;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	overflow: hidden;
}

#mittegross
{
	width: 777px;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	overflow: hidden;
}

.componentheading
{
	background: url(../images/site_head.png) repeat-x;
	height: 35px;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	line-height: 27px;
	text-indent: 15px;
	font-weight: bold;
	width: 100%;
}

.contentheading
{
	background: url(../images/open.gif) repeat-x;
	font-weight: bold;
	height: 25px;
	width: 100%;
}

.buttonheading
{
	margin: 0;
	padding: 0;
	border: none;
}

.small
{
	background: url(../images/icon-use.gif) no-repeat;
	padding-left: 20px;
	font-size: 10px;
}

.createdate
{
	background: url(../images/icon-date.gif) no-repeat;	
	text-indent: 20px;
	font-size: 10px;
}

.modifydate
{
	background: url(../images/icon-info.gif) no-repeat;
	text-indent: 20px;
	font-size: 10px;
}

.contentpaneopen
{
	width: 100%;
}

.contentpaneopen img
{
/*	border: #CCCCCC solid 1px; */
	margin: 3px;
	padding: 1px;
}

.buttonheading img
{
	border: 0 none;
}

/* Caption fixes */
.img_caption.left {
float: left;
margin-right: 10px;
}

.img_caption.right {
float: left;
margin-left: 10px;
font-size: 10px;
color: #666666;
}

.img_caption.left p {
clear: left;
text-align: center;
font-size: 10px;
color: #666666;
margin:0px;
padding:0px;
}

.img_caption.right p {
clear: right;
text-align: center;
font-size: 10px;
color: #666666;
margin:0px;
padding:0px
}

.tool-tip {
   float: left;
   background: #ffc;
   border: 1px solid #D4D5AA;
   padding: 5px;
   max-width: 200px;
}

.tool-title {
   padding: 0;
   margin: 0;
   font-size: 100%;
   font-weight: bold;
   margin-top: -15px;
   padding-top: 15px;
   padding-bottom: 5px;
   background: url(../images/selector-arrow.png) no-repeat;
}

.tool-text {
   font-size: 100%;
   margin: 0;
}

/* Weiterlesen button */
a.readon, a.readmore 
{
background:transparent url(../images/weiter.jpg) no-repeat;
display:block;
float:left;
height:24px;
line-height:18px;
margin:0;
padding-right:14px;
text-indent:25px;
width: 150px;
}

/* ------------- FUSS TEIL ------------- */
#footer
{
	width: 800px;
	height: 46px;
	background: url(../images/content_foot.png) no-repeat;
	float: left;
}

#footer_in
{
padding-top: 19px;
text-align: right;
color: #FFFFFF;
width: 780px;
}

#footer_in a
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 90%;
}

.joomla_copy
{
	width: 800px;
	text-align: center;
	float: left;
	padding-top: 25px;
	font-size: 90%;
}

.joomla_copy a
{
	color:#000000;
	font-weight: bold;
	text-decoration: none;
}

/* ------------- MODULE RECHTS ------------- */
#wrap_module
{
	
	width: 178px;
	float: left;
}

#wrap_module ul, #links ul
{
	margin: 0;
	padding: 0; 
	text-align: left;
	font-size: 80%;
}

#wrap_module_small
{
	
	width: 1px;
	float: left;
	margin: 0 auto;
	padding: 0;
}


#wrap_module .moduletable
{
	background: #f5f5f5;
	border: 1px dotted #CCCCCC;
	padding-bottom: 5px;
	float: left;
	margin: 10px 0;
	width: 178px;
	text-align: center;
	line-height: 120%;
}

#wrap_module .moduletable ul a
{
	padding: 0;
	margin: 0;
}

#wrap_module .moduletable ul li a 
{
	padding-left: 10px;
	margin: 0;
}

#wrap_module .moduletable h3
{
	height: 40px;
	line-height: 25px;
	text-indent: 10px;
	font-size: 100%;
	font-weight: bold;
	overflow: hidden;
	background: url(../images/h3-modul.png) no-repeat;
	color: #FFFFFF;
	margin: 0;
	text-align: left;
}

.moduletable p
{
	padding: 5px;
	text-align: left;
}

#wrap_module .moduletable td
{
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	font-size: 95%;
	text-align: left;
}

#wrap_module .moduletable form
{
	padding: 0;
	margin: 0;
}

/* ------------- BIGBANNER ON OFF ------------- */

#bon
{
	padding-top: 340px;
	float:left;
}

#boff
{
	padding-top: 250px;
	float: left;
}

.clearDiv
{ 
	font-size: 1px;
    line-height: 0em;
    height: 0;
    clear: both;
}

.poll
{
	float: left;
}


ul
{
	margin: 0;
	padding: 0; 
	text-align: left;
	font-size: 100%;
}

ul li
{
	list-style: none;
}

ul li a
{
	list-style: none;
	background: url(../images/achtung.gif) no-repeat;
	padding-left: 10px;
	overflow: hidden;

}

ul li a:hover
{
	color: #999999;
	padding-left: 10px;
}

