/*
* WICHTIG:
* Dieses Design ist keine Vorlage. Sie dürfen es nicht ohne die schriftliche
* Einwilligung von Subhash (www.subhash.at) benutzen. Sie dürfen natürlich
* dieses Stylesheet studieren und die Techniken, die Sie daraus lernen,
* anderweitig benutzen.

* IMPORTANT
* This design is not a template. You may not reproduce it elsewhere without
* Subhash's (www.subhash.at) written permission. However, feel free to study
* the CSS and use techniques you learn from it elsewhere.
*/ 

#wrapper {
	position: relative;
	margin: 0 auto 0 auto;
	width: 900px;
	text-align: left;
	background-color: yellow;
	text-align: left;
}
#kopf {
	position: absolute; 
	top: 7px;
	left: 0;
	margin: 0;
	padding: 0;
	width: 900px;
	height: 550px;
}
#kopf ul {
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0 0 7px;
	/* width: 44em; */
	list-style: none;
	/* border-bottom: 1px dashed #66F; */
}

#links, #mitte {
	float: left;
	margin: 640px 15px 20px 0;
	padding: 0;
	width: 370px;
}
#rechts {
	float: right;
	margin: 630px 0 20px;
	padding: 0;
	width: 130px;
}

#kopf ul a:link, #kopf ul a:visited {
	color: #00365a;
}
#kopf ul a:hover {
	color: #010;
}
#kopf li {
	display: inline;
	margin: 0 1.5em;
	padding: 0;
}
#kopf li a {
	text-indent: 0;
	font-size: 0.8em;
}
#kopf #inhalt p {
	margin: 0.7em 0;
}

#links td, #mitte td {
	padding: 0 0 2.5em;
	vertical-align: bottom;
}
#links td.re, #mitte td.re {
	text-align: right;
}
#links td h2, #mitte td h2 {
	margin: 0;
	padding: 0 0 0 0.4em;
	font-size: 1em !important;
	font-weight: normal;
	text-align: left;
	line-height: 1.2;
}
#links td h2 a:link, #links td h2 a:visited, #mitte td h2 a:link, #mitte td h2 a:visited {
	text-decoration: none;
}
#links td h2 a:hover, #mitte td h2 a:hover {
	text-decoration: underline;
}
#links td p, #mitte td p {
	margin: 0.5em 0 0;
	padding: 0 0 0 0.6em;
	font-size: 0.85em !important;
}
#links td img, #mitte td img {
	margin: 0;
}

#mitte #suchen {
	margin: 2em auto 0 auto;
	background-color: #fff;
}
#mitte #suchen td {
	padding: 2px;
}

#rechts p {
	margin: 1em 0 0.2em;
	font-size: 0.8em;
	text-align: center;
}
#rechts iframe {
	margin: 0 0 3em;
}