h2,h3,h4,h5,h6,div,p,body,html,input,button { 
	font: normal 12px Verdana,Helvetica,Arial 
}

h1 { 
	font: normal 12px Verdana,Helvetica,Arial;
	font-weight: bold;
}

html{
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body{
	text-align:center;
	height:100%;
	margin:0px;
	padding:0px;
	font: normal 12px Verdana,Helvetica,Arial;
	background-color: #FFFFFF;
	}
	
a{
	text-decoration: none;
	color: #E07538;
}

div#container{
	position: relative;
	width: 1100px;
	top: 0px;
	text-align:left;
	margin: 0px auto;
}

div#news_top{
	position: relative;
	top: 40px;
	width: 1100px;
	height: 25px;
	background-color: #00053F;
}

div#header {
	position: relative;
	top: 41px;
	width: 1100px;
	height: 80px;
	background-color: #00053F;
	background-image: url(../images/header.jpg);
	z-index: 10;
}

div#menu{
	position: relative;
	top: -40px;
	left: 0px;
	width: 430px;
	height: 500px;
	float: left;
	z-index: 20;
}

div#menu_left{
	position: relative;
	top: 1px;
	left: 60px;
	width: 160px;
	height: 280px;
	z-index: 20;
	float: left;
}

div#menu_left a:hover{
	color: #B0B0B0;
	font-weight: 900;
}

div#menu_left_sub{
	position: relative;
	top: 79px;
	left: 60px;
	width: 160px;
	height: auto;
	z-index: 21;
	float: left;
}

div#menu_left_sub a:hover{
	color: #B0B0B0;
}

div#content{
	position: relative;
	top: 55px;
	width: 480px;
	height: 590px;
	left: 0px;
	float: left;
	overflow: auto;	
}

div#content_inner{
	position: relative;
	width: 463px;
	height: 590px;
	left: 0px;
}

div#content_inner td {
	background-color: #DEDEDE;
}

div#content_right{
	position: relative;
	top: 55px;
	width: 190px;
	height: 590px;
	float: left;
}

div#content_right_inner{
	position: relative;
	top: 0px;
	width: 185px;
	height: 590px;
	left: 5px;
}

div#content_inner a:hover{
	color: #B0B0B0;
}

.table_menu td{
	line-height: 20px;
}

.menu_no{
	color: #E07538;
	font-size: 15px;
	font-weight: 900;
}

.menu_act {
	color: #B0B0B0;
	font-size: 15px;
	font-weight: 900;
}

.content_text{
	font-size: 12px;
	background-color: #DEDEDE;
	padding: 10px;
}

.content_text p{
	line-height: 16px;
}

.content_text td{
	height: 16px;
}

.content_text_1st{
	font-size: 12px;
	color: #FFFFFF;
	background-color: #00053F;
	padding: 10px;
}

.wetter{
	position: relative;
	width: auto;
	height: auto;
	border-bottom: 10px solid #FFFFFF;
}