html {
	height: 100%
}
body {
	background-color: #dce0d3;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	margin: 0px;
}
div {
	text-align: left;
	padding:0px;
	margin:0px;
}
#main_outer_box {
	width:600px;
	margin-left:auto;
	margin-right:auto;
    background-image:url('../images/middle.png'); /* hintergundbild hier um zu verhinden, dass bei längerm menü als inhalt der hintergrund nur auf länge des inhalts gekachelt wird */
}
#main_inner_box_1 {
	padding:15px 15px 0px 15px;
    background-image:url('../images/top.png');
    height:120px; /* img-height - padding-top */
}
#main_header {
    background-image:url('../images/topimg.jpg');
    height:120px;
}
#main_inner_box_1 h1 {
	padding:0px; /* verhindert ein verschieben des hintergrundes */
	margin:0px; /* verhindert ein verschieben des hintergrundes */
	padding-top:95px;
	padding-left:5px;
	color:white;
	font-size:20px;
	font-weight:bold;

}
#main_inner_box_2 {
	padding: 0px 15px;
}
#main_menu {
	float: left;
	width: 140px;
	padding: 0px;
	padding-top: 5px;
	margin: 0px;
}
#main_menu ul {
	padding-left: 0px;
}
#main_menu li {
	text-align: left;
	list-style: none;
	padding-left: 15px;
	padding-top: 5px;
}
#main_menu a:link, #main_menu a:visited {
	text-decoration:none;
	color: black;
}
#main_menu a:hover, #main_menu a:active {
	text-decoration:underline;
	color: black;
}
#main_menu a.current-page:link, #main_menu a.current-page:visited {
	text-decoration:underline;
	color: black;
}
#main_menu a.current-page:hover, #main_menu a.current-page:active {
	text-decoration:none;
	color: black;
}
#main_lang {
	padding-top:20px;
	padding-left:10px;
}
#main_content {
	margin:0px;
	margin-left: 145px;
	padding:0px;
	padding-right: 5px;
	margin-bottom: 10px; /* makes main_content a little bigger so that link-underline-borders are visible in last line*/
}
#main_content h1 {
	margin:0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
}
#main_content h2 {
	margin:0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
}
#main_content ul {
	padding: 0px;
	margin: 0px;
	margin-left: 15px;
	line-height: 150%;
}
#main_content li {
	text-align: left;
	list-style: square;
	padding: 0px;
	margin: 0px;
/*	margin-top: 10px; */
	margin-left: 15px;
}
#main_content p {
	margin:0px;
	padding-bottom: 10px;
	line-height: 150%;
}
#main_content pre {
	background-color: #F9F9F9;
	border: dotted 1px gray;
	font-family: Courier, monospace;
	padding: 10px;
	line-height: 150%;
	width: 400px;
	overflow:auto;
}
#main_content a:link, #main_content a:visited {
	text-decoration:none;
	color: black;
	border-bottom: dotted 1px black;
}
#main_content a:hover, #main_content a:active {
	text-decoration:none;
	color: black;
	border-bottom: none;
}
#main_inner_box_3 {
	clear:both;
	padding:0px 15px 15px 15px;
    background-image:url('../images/bottom.png');
    background-repeat:no-repeat;
    background-position:bottom;
    height:60px; /* img-height - padding-top */
}
#main_footer {
    /*background-image:url('../images/sunflower.png');*/
    height:60px;
}
#main_footer div {
	padding:0px; /* verhindert ein verschieben des hintergrundes */
	margin:0px; /* verhindert ein verschieben des hintergrundes */
	text-align: center;
	padding-top:10px;
	font-size:10px;
	line-height:150%;
}
#main_footer a:link, #main_footer a:visited {
	text-decoration:none;
	color: black;
}
#main_footer a:hover, #main_footer a:active {
	text-decoration:underline;
	color: black;
}
#main_footer a.current-page:link, #main_footer a.current-page:visited {
	text-decoration:underline;
	color: black;
}
#main_footer a.current-page:hover, #main_footer a.current-page:active {
	text-decoration:none;
	color: black;
}

/* link */
div.link_category {
	margin-bottom: 15px;
	line-height:150%;
}
div.link_item {
	margin-bottom: 15px;
	line-height:150%;
}
div.link_item_url {
	margin-top: 5px;
	line-height:150%;
	overflow: hidden;

}

/* mail form */
#mailform {
}
div.mailform_layout {
}
span.mailform_required {
	color: red;
}
#mailform input {
	background-color:#FFFFFF;
	border: solid 1px black;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	width: 200px;
}
#mailform textarea {
	background-color:#FFFFFF;
	border: solid 1px black;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	width: 200px;
}

/* image */
div.image {
	clear: right;
	background-color: #EEEEEE;
	float: right;
	margin: 5px;
}
div.image_text {
	text-align: center;
	font-size: 10px;
}
img {
	border: none;
	margin-left: 10px;
}
div.image img {
	margin-left: 0px;
}