/* CSS Document */
* {
	font-family: verdana;
}


/*
	struktur
*/
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
	background-color: #294a03;
}

#container {
	margin: 0 auto;
	text-align: left;
	width: 750px;
	background-color: #fff;
	/*background: #fff url(../img/bg_container.gif) repeat-y;*/
	overflow: auto;
}

#header {
	height: 130px;
	width: 750px;
	text-decoration: none;
	color: #e3f7cc;
	background-color: #85a560;
}

#nav {
	height: 25px;
	width: 750px;
	background-color: #85a560;
	border-bottom: #294a03 solid 1px;
}

#sidebar {
	float: left;
	width: 205px;
	margin-right: 1px;
	background-color: #fff;
	text-align: center;
}

#content {
	background-color: #fff;
	border-left: 1px solid #294a03;
	width: 543px;
	float: right;
	min-height: 600px;
	/*padding: 15px 30px 0 30px;
	padding-bottom: 60px;*/
}

.box {
	margin: 15px;
}



/*
	style
*/

.h_header {
	color: #e3f7cc;
	font-size: 18px;
	font-weight: bold;
}

p {
	font-size: 12px;
}

h1 {
	font-size: 14px;
	font-style: bold;
}

h2 {
	font-size: 12px;
	font-style: bold;
}
h3 {
	font-size: 11px;
	font-style: bold;
}
form{
	padding: 10px 0 0 0;
}
#ul_none{
	list-style-type: none;
}

hr{
	border-top: 0 solid;
	background-color: #FFFFFF;
	color: #FFFFFF;
	border-bottom: 1px dashed #85a560;
}
