/*****************************************************  
LACHENMAYER GLOBAL CSS
*****************************************************/



 

/* mozilla bug rand oben */

div > h1 {margin-top: 0px}
div > p {margin-top:0px;}

div.inside h1 {
	margin-top: 0px;
	padding-top:0px;
}


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 11px;	
}


#head {
	width: 760px;
	height: 140px; 
	background-color: white;
	overflow: hidden;
	margin: 0px auto;
	margin-bottom: 10px;
	padding:0px;
	text-align: center;
	z-index:1000;
	background	: url(/images/global/bg.head.gif) bottom left no-repeat;
	
}

#breadcrumbs {
	position: relative;
	width: 760px;
	margin: 0px auto;
	text-align:center;
	padding: 5px 0px 10px 0px;
	z-index: 4;
/*	border: 1px solid red;*/
}

#breadcrumbs p {
	text-align: left;
	font-family: verdana, helvetica, arial;
	font-size: 10px;
	color: #A2A2A2;
	margin-left: 10px;
	margin-bottom: 0px;
}

#breadcrumbs a, #breadcrumbs a:visited {
	color: #A2A2A2;
	text-decoration:none;
}

#breadcrumbs a:hover {
	color: #0B6688;
}

#stageholder {
/*	border: 2px solid #42C1EF;*/
	width: 770px;
	margin:0px auto;
	text-align: center;			
}

#mainstage {
	position: relative;
	width: 760px;
	padding:0px;
	margin-top: 120px;
	margin:0px auto;
/*	text-align: center;		*/
	background-color: #ffffff;
	z-index:100;
/*	border: 5px solid #B4E7F9;*/
	border-bottom: 1px solid #cccccc;
}	
	

#content {
	margin: 0px;
	text-align: left;
	background-color: white;
	line-height: 145%;
	width: 560px;
	float:right; 
	background: url(/images/global/bg.navi.gif) top left no-repeat;
	background-position: 10px 10px;
	min-height: 450px;
/*	height: 450px;*/
}

#navi {
	float:left; 
	text-align:left;
	width: 190px;
	margin-left: 10px;
	min-height: 300px;
	margin-top: 10px;
}


#logo {
	position: absolute;
	left: 80px;
	top: 10px;
}

div.inside {
	padding: 10px;
}

#content div.inside {
	padding: 10px 80px 10px 70px;
}

#perslink {
	position: absolute;
	right: 20px;
	bottom: 10px;
}

#perslink p, #perslink a {
	font-weight: normal;
	color: #00256C;
	font-size: 9px;
	font-family:verdana, arial, sans-serif;
	text-decoration:none;
	margin:0px;
	padding:0px;
}

#perslink a:hover {	color: black;}

#footer p {
	color: #666666;
	font-size: 9px;
	text-transform: uppercase;
	text-align:left;
	padding: 5px 10px 5px 275px;
}

#footer p a {
	color: #666666;
	text-decoration:none;
}

#footer p a:hover {
	color: #0B6688;
}

/********************************************************** 
FONTS & CO
**********************************************************/

h1 {	font-size: 160%;font-weight:normal;}
h2 {	font-size: 140%;font-weight:normal;}
h3 {	font-size: 120%;}

h1,h2,h3 {
	line-height: 120%;
	font-family: "Trebuchet MS";
	color: #052E3D;
}

/********************************************************** 
COMMON
**********************************************************/
.clear {	clear: both;}
.clearr {	clear: right;}
.clearl {	clear: left;}
.breaks {	clear: both;height: 1px;}

.imgleft {	float:left; padding-right: 10px;}
.imgright {	float:right;padding-left: 10px;}



/********************************************************** 
NAVI LINKS
**********************************************************/

#navi ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
	font-size: 11px;
	font-family:arial, verdana, sans-serif;
}

#navi ul.second {
	margin-left:10px;
/*	margin-top: 10px;*/
	margin-top: 8px;
}

#navi li {
/*	padding-bottom: 10px;*/
	padding-bottom: 8px;
}

#navi a {
/*	color: #0B6688;*/
	color: #119ED5;
	text-decoration:none;
}

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

#navi a.active {
/*	font-weight: bold;*/
	color: black;
	color: #0B6688;
}