body {
	background-color:#ffffff;
}
body, table, form {
	margin: 0px;
	padding: 0px;
}
body, td, a, input, textarea, div, p, font {
	font-family: Tahoma;
}

.top_section {
	background-color: #ffffff;
	background-repeat: no-repeat;
	width: 900px;
	height: 348px;
}
.search_section {
	padding-right: 30px;
	text-align: right;
	height: 24px;
	vertical-align: middle;
	
}
.search_section form 
{
	vertical-align: middle;
}
.content_section {
	height: 100%;
}
.bottom_section {
	padding-right:25px;
	padding-left:25px;
	height: 42px;
}



.menu_punkt {
	color: #53a4ec;
	font-weight: bold;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align:middle;
}
.menu_punkt a {
	color: #53a4ec;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
.menu_punkt_selected_sub 
{
	height: 1px;
	vertical-align:top;
}
.menu_divider {
	color: #53a4ec;
	font-size:12px;
}
.footer {
	border-top:1px solid #8691a6;
	padding-top:4px;
	text-align: center;
}
.copyright {
	text-align: center;
	color: #6f7a8d;
	font-size: 11px;
}
.search_input {
	width: 164px;
	height: 16px;
	font-size:10px;
	color:#4694b7;
	border:0px;
	padding-top:3px;
	background-image:url(../images/search_bgr.gif);
	font-weight:bold;
}
.search_button {
	height: 16px;
	width: 19px;
	font-size:12px;
	background-image:url(../images/search_submit.gif);
	border:0px;
	cursor:hand;
	cursor:pointer;
}



.content {
	padding: 20px;
	width: 100%;
	vertical-align: top;
	text-align: left;
	font-size: 12px;
	color: #2f3f5b;
	line-height: 18px;
}
.content a {
	font-size:12px;
	color: #0ea6ec;
	font-weight: bold;
	text-decoration: none;
	line-height: 18px;
}
.content h1 
{
	font-family:Tahoma;
	font-size:14px;
	font-weight:bold;
	color:#2f3f5b;
	margin-bottom:8px;
}
.content h2 
{
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#2f3f5b;
	margin-bottom:6px;
}