/* CSS Document */

body
		{
		 margin: 0; 
		 padding: 0;
		font-family: verdana, arial,  sans-serif;
		font-size: 12px;
		color: #434343;
		text-align: center;
 		background-color: #2255A4;
		}

#container
		{
	width: 770px;
	text-align: left;
	padding: 10px;		
	margin: 0px auto;
	border: solid 1px #ffffff;
	background-color: #fe6613;
		}
		
#header
	{
	width: 770px;
	height: 128px;
	background-image: url(../im/screen/header2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
	
#c
		{
	width: 770px;
	height: 2760px;
	padding: 0px;
	top: 0px;
 	background-color:#ffffff;
		}

#left{
  		width: 246px;
	padding: 0px;
		float: left;
}	

#left_inner{
  		width: 246px;
		height:290px;
	padding: 0px;
		float: left;
	background-image: url(../im/screen/q.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


#left_inner2{
  		width: 246px;
		height:400px;
	padding: 0px;
		float: left;
}

#right{
	width: 524px;
	float: left;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#right_nav{
	width: 524px;
	height:40px;
	float: left;
	background-color: #fe6614;
}

#right_inner{
	width: 524px;
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../im/screen/bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}


.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 22px;
}

.n a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFFFe;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	}
	
.n a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #2255A3;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}

#nav2 a{  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #FE6612; 
	text-decoration: none;
	padding: 3px;
	}
	
#nav2 a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	background-color: #2255A4; 
	text-decoration: none;
	padding: 3px;
}


.h1 {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #2245A4;
	font-weight: bold;
	font-style: italic;
}

.h2 {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ff6613;
	font-weight: bold;
	font-style: italic;
}

.h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding: 10px;
	line-height: 22px;
	text-decoration:none;
}

.orange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FE6612;
	line-height: 22px;
	font-weight: bold;
}


.blau {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2255A3;
	line-height: 22px;
	font-weight: bold;
}

#footer
{
	width: 770px;
	min-height: 21px;
	background-image: url(../im/screen/footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}


#footer2
{
	width: 770px;
	min-height: 20px;
	padding-top: 10px;
	background-color: #fe6613;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
}



