@charset "UTF-8";
/* CSS Document */

body
{
	margin:0px;
	background-image:url(../img/bg_page.png);
	background-repeat:repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
img
{
	border:0px;
}
a:link, a:visited, a:active
{
	text-decoration:none;
	color:#000;
}
a:hover
{
	text-decoration:underline;
}
.font_size_10px
{
	font-size:10px;
}
.font_size_12px
{
	font-size:12px;
}
.font_size_18px
{
	font-size:18px;
}
.font_size_48px
{
	font-size:48px;
}
.font_size_60px
{
	font-size:60px;
}
.main_div
{
	width:1000px;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:10px;
}
.header
{
	background-image:url(../img/header.jpg);
	background-repeat:no-repeat;
	width:1000px;
	height:181px;
}
.header_info
{
	position:absolute;
	line-height:50px;
}
.header_menu_first_line, .header_menu_second_line
{
	position:absolute;
	width:1000px;
	height:16px;
	text-align:center;
	margin-top:149px;
}
.header_menu_second_line
{
	margin-top:164px;
}
.content
{
	width:1000px;
	margin-top:10px;
}
.c_border_top
{
	background-image:url(../img/border_top.png);
	background-repeat:no-repeat;
	background-position:bottom;
	height:9px;
}
.c_left, .c_right
{
	background-color:#dbeef5;
}
.c_left
{
	width:252px;
	text-align:center;
}
.c_left img
{
	margin-bottom:14px;
}
.c_middle
{
	width:544px;
	padding-top:4px;
	padding-left:4px;
}
.c_right
{
	width:190px;
	padding-left:5px;
	padding-right:5px;
}
.c_left_bottom
{
	background-image:url(../img/border_bottom_left.png);
	background-repeat:no-repeat;
	height:7px;
}
.c_right_bottom
{
	background-image:url(../img/border_bottom_right.png);
	background-repeat:no-repeat;
	height:7px;
}
.banner
{
	display:none;
	background-image:url(../img/banner.png);
	width:478px;
	height:72px;
	
	margin:0 auto;
}
.banner img
{
	margin-left:6px;
	margin-top:6px;
}
.footer
{
	margin-top:10px;
	margin-bottom:10px;
	width:1000px;
	text-align:center;
	color:#74706d;
}
.footer a
{
	color:#74706d!important;
}
.c_list
{
	list-style:circle;
	padding-left:0px;
	margin-left:16px;
}
.imprint, .contact
{
	margin-left:16px;
	margin-right:16px;
}
.input_behav, .input_behav_err
{
	background-color:#dbeef5;
	border:1px solid #000;
	color:#000;
}
.input_behav_err
{
	border:1px solid #F00;
}
.size100
{
	width: 100%;
}
.size30
{
	width: 30%;
}
.size20
{
	width: 20%;
}
