/* CSS Document */

/*----------------------------------------*
**  Global
**----------------------------------------*/

body { 
	font: 11px verdana, hevetica, sans-serif; 
	color: #ffffff; 
	text-align: left; 
	line-height: 18px; 
	margin-top: 0px; 
	padding-top: 0px; 
	background-color: #C0C0C0;  
}

a:link,
a:visited { color: #ffcc66; text-decoration: none; font-size: 11px; }
a:hover   { color: #ffcc66; text-decoration: none; font-size: 11px; }

a.nav:link,
a.nav:visited { color: #ffffff; text-decoration: none; font-size: 11px; }
a.nav:hover   { color: #ffcc66; text-decoration: none; font-size: 11px; }

a.navAkt:link,
a.navAkt:visited { color: #ffcc66; text-decoration: none; font-size: 11px; }

/*----------------------------------------*
**  Layout
**----------------------------------------*/

#container { 
	margin: 0 auto; 
	width: 960px; 
	min-height: 1200px; 
	background-color: #494E54;
}	

#header {
	height:140px;
}	

#claim {
	width:450px;
	padding:110px 50px 0px 15px;
	font-size: 22px;
	font-weight:normal;
	float:left;
}	

#logo {
	float:left;
	margin:55px 0px 0px 225px;
}

#img  {
	width:auto;
	height:auto;
}

#navigation {
	width:960px;
	height:65px;
	background-image:url(../img/nav_bg.gif);
	background-repeat:repeat-x;
}

#nav1 {
	width:700px;
	float:left;
	padding:5px 0px 0px 15px;
}

#nav2 {
	width:auto;
	float:left;
	padding:5px 0px 0px 0px;
}

#content {
	clear:left;
	margin:30px 0px 30px 430px;
	min-height:500px;
}

h1  {
	font-size: 23px;
	font-weight:normal;
	margin:0px 0px 10px 0px;
	line-height:27px;
}

h2  {
	font-size: 12px;
	font-weight:normal;
	margin:10px 30px 10px 0px;
	text-align:right;
}

p  {
	margin:20px 30px 20px 0px;
}

#footerNav  {
	width:920px;
	height:auto;
	margin-left:15px;
	padding-bottom:20px;
	color:#666666;
	font-size:12px;
	font-weight:bold;
}