@charset "utf-8";
/* CSS Document */
body
{
	background:#c0c0c0;
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
} 
a 
{
	color:#FFFFFF;
	text-decoration:none;
}
.check
{
	background:url(/images/check.gif) no-repeat;
	padding-left:40px;
}
.left
{
	margin:5px;
	float:left;
}
.right
{
	margin:5px;
	float:right;
}
h1
{
	color:#0f4b73;
	font-size:1.4em;
}
#container
{
	width:950px;
	background:url(/images/container_bg_2.jpg);
	background-color: #e7e7e7;
	margin: 0px ;
	height:100%;
}
#header
{
	width:100%;
	height:180px;
	background:url(/images/header.jpg) no-repeat 100% 0% #9dc8f1;

}
	#logo
	{
		width:183px;
		background:url(/images/logo.jpg) no-repeat 50% 50% #0f102c;
		height:30px;
		float:left;
		text-align:center;
		color:#e7e7e7;
		padding-top:150px;
		
	}
	#logo a
	{
		font-weight:bold;
		color:#204675;
		font-size:10px;

		
	}
	#logo a:hover{
		color:#83BBEE;
	}
	
	ul#top_navi
	{
		width:767px;
		height:35px;
		background:url(/images/button-bg.jpg) repeat-x;
		list-style:none;
		padding:0px;
		margin:0px;
		float:left;
		margin-top:135px;
		background-color:#0474dc;
			padding-bottom:10px;
	}
		#top_navi li
		{
			float:left;
			border-right:1px solid black;
			padding-bottom:5px;
			
		}
		#top_navi li a
		{
			display:block;
			float:left;
			padding:12px 0px 0px 0px;
			height:20px;
			color:#ffffff;
			text-align:center;
			font-size:1.2em;
			font-weight:bold;
			margin:0px 20px 0px 20px;
			border-bottom: 3px solid #83bbee;
			text-decoration:none;
		}
		#top_navi li a:hover
		{
			border-bottom-color:#FFFFFF;
			
		}
#left_column
{
	width:180px;
	height:1240px;
	float:left;

}
#left_column #box2 a
{
	text-align:center;
	display:block;
	font-weight:bold;
	color:#FF0000;
	background:#FFFFFF;
	width:80%;
	height:35px;
	font-size:1.3em;
	margin-left:16px;
	border: 2px solid #FF0000;
	
}
#left_column #left_column_box{
margin-top:20px;
border:2px solid #83bbee;
width:80%;
margin-left:16px;
border-top:0px solid black;
background-color:#e7e7e7;
padding-bottom:15px;

}
#left_column #left_column_box a{
color:black;
text-decoration:none;
}
#left_column #left_column_box a:hover{
text-decoration:underline;
}
#left_column #left_column_box strong{
display:block;
width:100%;
text-align:center;
font-weight:bold;
color:white;
font-size:1.2em;
background-color:#83bbee;
border-top:6px solid #0474dc;
border-bottom:6px solid #0474dc;
padding:4px 0;
}
	#navigation
	{
		
		text-align:center;
		list-style:none;
		width:100%;
		margin:0px;
		margin-top:10px;
		padding:0px;
		color:#FFFFFF;
		line-height:1.4em;
	}
	#navigation li
	{
		font-weight:bold;
	}
	
#right_column
{
	width:180px;
	height:1000px;
	border-top:2px #000000 solid;
	float:right;
	background:url(/images/right_col.jpg) no-repeat;
	padding-top:240px;
	text-align:center;
}
#right_column div
{
	font-size:0.9em;
	font-weight:bold;
	padding:5px;
}
#content
{
	position:absolute;
	width:564px;
	margin-left:183px;
	margin-top:180px;
	border-top:2px #000000 solid;
	font-size:1em;
	padding:10px;
	background-color:#e7e7e7;
}
#content img{

}
.content_box{
padding:6px;
width:150px;
background-color:#204675;
float:left;
text-align:center;
color:white;
border:2px solid black;
float:right;
}
.content_box h3 {
font-weight:bold;
width:100%;
background-color:#83bbee;
text-align:center;
padding:4px 0;
color:black;

}
h2
{
	font-size:1.1em;
	font-weight:bold;
	margin-top:10px;
	clear:both;
	color:#0f4b73;
}
a
{
color:black;
text-decoration:underline;
}
#footer
{
	width:500px;
	text-align:center;
	clear:both;
	padding-bottom:10px;
	margin-left:220px;
}
.apply

{
background:url() no-repeat left middle;
color:white;
width: 180px;
height: 22px;
font-weight: bold;
font-size: 16px;
margin-bottom: 10px;
background-color:#204675;
border:1px solid black;
text-decoration: none;
padding-top: 4px;
text-align: center;
margin-left: 0px;
margin-top:20px;
display: block;
clear:both;
margin:10px auto;

}

.apply:hover
{
color:black;
background-color:#83BBEE;

}
#check{
border:2px solid black;
padding:10px;

}

.congrt{
color:#01a708;
font-weight:bold;
display:block;
height:24px;
padding-top:6px;
background-image: url(/images/congr_bg.jpg);
width:530px;
text-align:center;
font-size:14px; 
}
.stoerer{
color:red;
text-align:center;
display:block;
height:0px;
width:100%;
}