@charset "UTF-8";

html{
margin:0; padding:0;}
Body{
margin:0; padding:0;}
img
{ border:0;}

.spaced sub, .spaced sup { line-height: 0; }

/*
***********************************************************

bubble tooltip

***********************************************************
*/
a.tt
{
	position:relative;
	z-index:20;
	font-weight: normal;
	color: #AA5900;
	text-decoration: underline;
	cursor: help;
}
a.tt span{ display: none; }
a.tt:hover/*background:; ie hack, something must be changed in a for ie to execute it*/
{
	z-index:21;
	text-decoration: none;
	background: ;
}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:20px; left:0px;
	padding: 0;
	width:200px;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
	background-color:#FFFFFF;
}
a.tt:hover span.top{
	text-align:left;
	display: block;
	padding: 5px 10px 10px 10px;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 5px 5px 5px 10px; 
	margin-top: -8px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align:left;
}







/*
***********************************************************

LAYOUT

***********************************************************
*/

body  {
	font-family: Helvetica, "Helvetica Neue", Arial, Lucida Sans;
	font-size:9pt;
	color:#5a5c53;
	background-color: #FFFFFF;
	background-image:url(../images/background_pattern.jpg);
	background-repeat: repeat;
	background-attachment:fixed;
	margin: 0; 
	padding: 0;
	
}

/* links */

a:link, a:visited {
	color: #5d9546;
	text-decoration:none;
	font-weight:bold;
	

}

a:hover {
	text-decoration:underline;
}



.thrColFixHdr #container { 
	width: 988px;  
	margin: 0 auto; 
	text-align: left; 
} 
.thrColFixHdr #header { 
	width: 988px;
	
	padding: 0;
	margin: 30px 0 10px 0;
	text-align:center;
	} 
H1
{
	margin:0 0 0 30px;
	padding:0;
	padding-top:5px;
	font-size:2em;
	color:#9abf56;
	
	}
	
	
	
p.breadcrumb
{
	margin:0 0 0 30px;
	
	
	}
	
	
#imagewrapper {
	float: left; /* since this element is floated, a width must be given */
	padding: 0; 
	margin-right: 10px;
	margin-bottom:10px;
	display: inline;
	
	}
	
#imagewrapper_right {
	float: right; /* since this element is floated, a width must be given */
	padding: 0; 
	
	display: inline;
	width:300px;
	margin:50px 0 0 0;
	
	
	}
	
	

/*
***********************************************************

NAV

***********************************************************
*/


#nav {
	
	padding: 15px 0 0 33px;
	text-align:left;
	
	
}

* html #nav { height:28px; } /*IE min-height hack*/



#menu a:link, a:visited {
	color: #5d9546;
	
	
}

#menu a:hover {
	
	text-decoration:underline;
}

#menu a.on {
	
	text-decoration:underline;
}


/**************** MENU NEW *****************/

#menu {
	min-height: 28px;
	height:60px;
	width: 988px;
	margin:0px 0 10px 0;
	font-size: 1em;
	float: left;
	padding: 0 15px;
	
	background-image: url(../images/bg_nav.jpg);
	background-repeat: no-repeat;
	margin: 0;
	color:#5d9546;
	letter-spacing: 0px;
	font-weight:bold;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 12px 0 0 7px  ;
	
	float: left;
	
}

#menu a {
	display: block;
	border-width: 0px;
	margin: 0;
	padding: 5px 3px;
	color:#5d9546;
	padding-left: 11px;
}






/**************** buttons oberer Reihe nur *****************/

#menu2 a {
	background-image: url(images/ba_nav1.gif);
	background-repeat: repeat-x;
	padding-left: 10px;
}

#menu2 a:hover {
}

/**************** buttons oberer Reihe nur ENDE *****************/

/*
***********************************************************

teaser 1

***********************************************************
*/


 #teaser {
	float: left;
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 10px;
	margin: 15px 0px 0px 30px;
	background-image: url(../images/bg_navbar.jpg);
	background-repeat: repeat-y;
	clear:left;
	display: inline;

}


 #teaser H1, H2, H3 {

	padding: 0;
	margin: 0;
	

}



/*
***********************************************************

SIdebar 1

***********************************************************
*/


.thrColFixHdr #sidebar1 {
	display:block;
	position:relative;
	float: left;
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	
	padding: 10px; 
	margin: 0px 0px 0px 30px;
	background-image: url(../images/bg_navbar.jpg);
	background-repeat: repeat-y;
	display: inline;

	
}

#sidebar1 p {
	font-size:1.0em;
	
	}

#sidebar1 p.bold {
	font-size:1.0em;
	font-weight:bold;
	
	}


#sidebar1 H1 {
	color:#5d9546;
	font-size:1.2em;
	margin: 5px 0;
	
	}
	
	
#sidebar1 H2 {
	color:#5d9546;
	font-size:1em;
	margin: 5px 0;
	
	}
	
	
#sidebar1 H3 {
	color:#5d9546;
	font-size:1.7em;
	margin: 5px 0;
	
	}
	
	 
#sidebar1 a:hover {
	
	text-decoration:underline;
	color:#9abf56;
}


#sidebar1 a {
	
	text-decoration:none;
	color:#5a5c53;
}


#sidebar1 a.on {
	
	text-decoration:underline;
	color:#9abf56;
}	

#sidebar1 blockquote { 
	width: 150px;
	margin:  0 0 0 20px}


/*
***********************************************************

SIdebar ads

***********************************************************
*/


.thrColFixHdr #sidebar_ad {
	float: right; /* since this element is floated, a width must be given */
	width: 230px; 

	padding: 0px 0px; 
	margin: 0px 20px 0px 15px;
	background-repeat: repeat-y;
		display: inline;
	
}

.thrColFixHdr #sidebar_quote {
	float: right; /* since this element is floated, a width must be given */
	width: 230px;
	padding: 0;
	margin: 0px 0px 0px 0px;
	clear:both;
	
}


/*
***********************************************************

SIdebar 2

***********************************************************



.thrColFixHdr #sidebar2 {
	width: 230px; 
	padding: 10px; 
	margin: 0px 0px 0px 15px;
	background-image: url(../images/bg_sidebar.jpg);
	background-repeat: repeat-y;
	
}

 #sidebar2 p {
	font-size:1.0em;
	width: 210px;
	margin:5px 2px;
	 }
	 
 #sidebar2 H1 {
	 font-size:1.3em;
	 line-height:1.1em;
		width: 200px;
	font-weight:bold;
	color:#606259;

	 }
	 
	*/ 
	 
	 /*
***********************************************************

BOX

***********************************************************
*/


.thrColFixHdr #box {
	float: left;
	width: 695px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 10px;
	border-left:solid;
	border-left-color:#999999;
	border-left-width:3px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 40px;
	margin-left: 3px;
	
}


.thrColFixHdr #box p {
	width:300px;
	font-size:1.2em;
	font-style:italic;
	color:#000000;
	padding:0;
	margin:0;
	

}


.thrColFixHdr #box_quote {
	float: left;
	width: 695px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 10px;
	border-left:solid;
	border-left-color:#999999;
	border-left-width:3px;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 3px;
	

}

.thrColFixHdr #box_quote p {
	width:695px;
	font-size:1.2em;
	font-style:italic;
	color:#000000;
		padding:0;
	margin:0;
	

}


/*
***********************************************************

MainContent

***********************************************************
*/

#mainContent p
{
	width:475px;
	
	
}

#mainContent H1
{
	margin:0;
	padding:0;
	padding-top:5px;
	font-size:2em;
	color:#9abf56;
	
	}

#mainContent p.bold {
	font-weight:bold;
	
	}
	
	
	#mainContent H5
{
	margin:0;
	padding:0;
	padding-top:5px;
	padding-bottom:5px;
	font-size:1.3em;
	font-weight:normal;
	color:#5a5c53;
	width:480px;	
}

#highlighter {
	margin-top:10px;
	padding:0;
	padding-top:5px;
	padding-bottom:5px;
	font-weight:normal;
	border-top:solid;
	border-top-color:#999999;
	border-top-width:3px;
	border-bottom:solid;
	border-bottom-color:#999999;
	border-bottom-width:3px;
	width:480px;

}

#mainContent ul.links
{
	margin: 20px 0 0 10px;
	padding: 0em;
	list-style-type: none;
	list-style-position: outside;

}

#mainContent li.links
{
	margin: 3px 5px;
	padding: 0em;
	list-style-type: none;
	list-style-position: outside;

}


.thrColFixHdr #mainContent {
 
	margin: 0 180px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0  60px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
} 

#mainContent ul
{
	margin: 0 0 0 37px;
	padding: 0em;
	list-style-type: disc;
	list-style-position: outside;
}


.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	width :998px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}



/*
***********************************************************

MainContent 2columns

***********************************************************
*/

#mainContentTwo p
{
	width:715px;
	
	
}

#mainContentTwo p.intro
{
	font-size:1.3em;

}

#mainContentTwo H1
{
	margin:0;
	padding:0;
	padding-top:5px;
	font-size:2em;
	color:#9abf56;
	
	}
	

#mainContentTwo H2
{
	margin:0;
	padding:0;
	padding-top:15px;
	font-size:1.7em;
	color:#5a5c53;
	font-weight:normal;
	
}

#mainContentTwo H3
{
	
	margin-top:20px;
	padding:0;
	padding-top:5px;
	font-size:1.5em;
	color:#9abf56;
	font-weight:normal;
	
}

#mainContentTwo H4
{
	margin:0;
	padding:0;
	padding-top:5px;
	font-size:1.0em;
	color:#006963;
	
}



#mainContentTwo p.bold {
	font-weight:bold;
	
	}
	


#mainContentTwo ul
{
	margin: 7px 0 0 37px;
	padding: 0em;
	list-style-type: square;
	list-style-position: outside;
	width:400px;
}

#mainContentTwo ul.links
{
	margin: 20px 0 0 10px;
	padding: 0em;
	list-style-type: none;
	list-style-position: outside;

}

#mainContentTwo li.links
{
	margin: 3px 5px;
	padding: 0em;
	list-style-type: none;
	list-style-position: outside;

}


#mainContentTwo li
{
	margin-bottom: 10px;
	
}

.thrColFixHdr #mainContentTwo { 
	margin: 0 0 0 180px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 0 0 55px; 
} 



#teaser_cases 
{
	/*
	border-bottom:solid;
	border-bottom-color:#999999;
	border-bottom-width:1px; */
	

}




/*
***********************************************************

TABLE

***********************************************************
*/


#mainContent table,  #mainContentTwo table
{
	/*border: dotted 1px #cacaca;*/
	padding: 0em 0em 0em 0em;
	margin-bottom: 1.5em;
	font-size:0.9em;
	border-top:solid;
	border-top-color:#999999;
	border-top-width:3px;
	
	
}

form
{
	padding: 0em 0em 0em 0em;
	margin-bottom: 1.5em;
	font-size:0.9em;
	border-top:none;}
	



#mainContent th, #mainContentTwo th
{
	text-align: left;
	font-weight: bold;
}

#mainContent td, #mainContentTwo td
{
	padding: 0.5em 0em 0.5em 0.5em;
	vertical-align: top;
	border-bottom:solid;
	border-bottom-color:#999999;
	border-bottom-width:1px;
	
}



#mainContent tr.rowA, #mainContentTwo tr.rowA
{
	line-height: 1em;
	
	color: #000;
	border-top:solid;
	border-top-color:#fff;
	border-top-width:3px;

}

#mainContent tr.rowB, #mainContentTwo tr.rowB
{
	
}

#mainContent tr.rowC, #mainContentTwo tr.rowC
{	font-size:1.4em;
	margin:0; padding:0;
	color: #5d9546;
	
}


/*
***********************************************************

AKKORDEON

***********************************************************
*/

		/*
			Vertical Accordions
		*/
		
		.accordion_toggle {
				display: block;
				height: 30px;
				width: 430px;
				line-height: 30px;
				color: #5d9546;
				font-weight: normal;
				text-decoration: none;
				outline: none;
				font-size: 16px;
			
				cursor: pointer;
				margin: 0 0 0 3px;
				border-bottom: 1px solid #ccc;
				/*background-color:#5d9546;*/
				

		}
		
		
		
	.accordion_toggle:hover {
				
				background-color:#e6e7e2;
				color:#9abf56;
				

		}
		
		.accordion_toggle_active {
							background-color:#e6e7e2;
				color:#9abf56;
			
		}
		
		.accordion_content {
				color: #000000;
				overflow: hidden;
				padding: 5px 10px 15px 5px;
				line-height:normal;
		}
			
			
			
			.accordion_content p {
				padding: 5px 10px 15px 0px;
			}
			
					
    /* Container styling*/

    
    #vertical_nested_container {
      margin: 0px auto 0px 0px;
    }





/*
***********************************************************

FOOTER

***********************************************************
*/

#footer {
	border-top: solid 1px #5a5c53;
	width: 600px;
	margin: 15px 0 15px 0;
	float:left;
	text-align:left;
}




/*
***********************************************************

Clearstuff

***********************************************************
*/

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
