@charset "utf-8";
/*--------------------------Reset--------------------------------*/
* {
	padding: 0;
	margin: 0;
}

html {
	height: 105%;
	font-size: 62.5%;
	line-height: 1.5em;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	text-align: center;
	color: #000;
	background-color: #FFF;
	line-height: 1.5em;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
}

html, body, h1, h2, h3, h4, h5, h6, p, form, table {
	margin: 0em;
}

html, body, form, table {
	padding: 0em;
}

html, body, img, table {
	border: none;
}


h1, h2, h3, h4, h5, h6 {
	padding: 1.0em 0em 1.0em 0em; font-weight: bold;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1.2em;
}

blockquote {
	background-image: url(images/anfuehrungszeichen.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px 40px;
}

table td {
	padding: 5px;
}

input {
	padding: 3px;
}


p {
	text-align: left;
}



a {
	text-decoration: none;
	line-height: 1.4em;
}

ol, li {
	padding: 0 10px 10px 10px;
	margin-left: 60px;
	list-style-type: circle;
}

a:link, a:hover {
	padding-bottom: 1.0em; text-decoration: none;
}

a:link {
	color: #000; padding-bottom: 1.0em; text-decoration: none;
}

a:visited {
	color: #000; padding-bottom: 1.0em; text-decoration: none;
}

a:hover {
	color: #555; padding-bottom: 1.0em; text-decoration: underline;
}

/* hide hack from Mac-IE5 \*/
* html .buggy { height: 1%; }
/* end hiding */


/*--------------------------Seite--------------------------------*/

#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin: auto;
	height: auto;
	overflow: hidden;
	background-color: #FFF;
}

#header {
	height: 60px;
	width: 100%;
	overflow: hidden;
	text-align: center;
	position: relative;
	background-color: #FFF;
}

#box {
	height: 283px;
	width: 100%;
	background-color: #FFF;
	position: relative;
}

#box img {
	background-color: #FFF;
	right: 0px;
	position: absolute;
	bottom: 0px;
}
#l_box {
	position: absolute;
	left: 5px;
	height: 35px;
	width: 298px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	float: left;
	overflow: hidden;
	top: 20px;
}

#l_box2 {
	position: absolute;
	left: 5px;
	height: 30px;
	width: 50%;
	top: 50px;
}

#spare_top {
	height: 10px;
	width: 100%;
	clear: both;
}

#content_top {
	height: auto;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #fff;
	padding: 30px 10px 0 0;
	text-align: justify;
}

#content_top p {
	text-align: justify;
}


#boxes {
	height: auto;
	overflow: hidden;
	padding: 10px;
	display: inline;
}

#boxes p {
	text-align: justify;
}

#box_left {
	margin-right: 25px;

}

#box_center {

}

#box_right {
	margin-left: 25px;

}


#content_bottom {
	padding: 10px 10px 10px 0;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content_bottom p {
	text-align: justify;
}



#spare_bottom {
	height: 10px;
	width: 100%;
	clear: both;
	overflow: hidden;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}

#footer {
	clear: both;
	height: 75px;
	width: 100%;
}

#footer p {
	text-align: right;
}

#navfooter {
	float: left;
	height: auto;
	width: auto;
}

#navfooter li {
	display: inline;
	padding-right: 10px;
	padding-left: 0px;
	margin: 0px;
}

#navfooter a {
	text-decoration: none;
}

.boxlcr {
	float: left;
	height: auto;
	width: 230px;
	padding: 10px;
	overflow: hidden;
	background-image: url(images/backbox.gif);
	background-repeat: repeat-x;	
}

.boxes img {
	height: 100%;
	width: 100%;
}

.bildhlinks {
	height: auto;
	width: 160px;
	padding-bottom: 10px;
	padding-right: 3px;
}

.bildhrechts {
	height: auto;
	width: 160px;
	padding-bottom: 10px;
	padding-left: 4px;
}
