/*
-----------------------------------------------------------
Titel: Karl Holmeier CSU
Start: 02.07.2009
Autor: grimmsystems gbr, felix grimm - www.grimmsystems.de
Medium: Screen
-----------------------------------------------------------
*/

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 120%;
	text-align: center;
	background-color: #D0DCF4;
}
#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	height: auto;
}
#aussencontainer {
	height: auto;
	width: 810px;
	margin: 0 auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #0181CC;
	border-bottom-color: #0181CC;
	border-left-color: #0181CC;
}
#maintext {
	padding: 0 20px;
	background: #FFFFFF;
	min-height: 600px;
}
#maintext a {
	color: #0033FF;
	text-decoration: none;
}
#maintext a:hover {
	color: #000099;
	text-decoration: none;
}
#maintext p {
	line-height: 130%;
	text-align: justify;
}
#maintext h2 {
	padding: 15px 0 15px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #0988CF;
}
#maintext h3 {
	padding: 15px 0 30px 0;
	font-size: 1.3em;
	white-space: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 1.4em;
}
#maintext h4 {
	padding-bottom: 20px;
	font-size: 12px;
}
#maintext h5 {
	padding: 15px 0 5px 0;
	font-size: 1.3em;
	white-space: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 1.4em;
}
#maintext ul {
	font-size: 14px;
	color: #006633;
	padding: 0 0 0 50px;
	line-height: 150%;
}
#maintext #slogan {
	width: 510px;
	height: 129px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 60px;
	padding-bottom: 40px;
}
#maintext iframe {
	margin-bottom: 20px;
}
#presse {
	padding-bottom: 60px;
}
#presse #header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
#presse #header #ueberschrift {
	width: auto;
	margin-right: 120px;
}
#presse #header #ueberschrift h1 {
	font-size: 1.3em;
	color: #003399;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: center;
	margin: 0 0 4px 0;
	padding: 0px;
}
#presse #header #ueberschrift h2 {
	font-size: 1em;
	color: #0066FF;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#presse #header #ortdatum {
	width: auto;
	font-size: 0.8em;
	text-align: right;
	color: #999999;
	float: right;
}
#presse img {
	float: left;
	margin-right: 10px;
	border: 1px solid #0988d0;
}
.kursiv {
	font-style: italic;
	font-weight: normal;
}
.fett {
	font-weight: bold;
}
.fett_unterstrichen {
	font-weight: bold;
	text-decoration: underline;
}
#fuss {
	padding: 30px 0;
}
#kopf {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 155px;
}
#kopf h1 {
	margin-left: -1500px;
	overflow: hidden;
}
#navigation {
	background-image: url(../images/navibalken.gif);
	background-repeat: repeat-x;
	height: 26px;
	padding-left: 6px;
	color: #0988d0;
	background-position: 0 0px;
}
#navigation ul {
	list-style-type: none;
}
#navigation li {
	display: inline;
	font-size: 12px;
	line-height: 26px;
}
#navigation a {
	padding-right: 15px;
	padding-left: 15px;
	text-decoration: none;
	color: #CCCCCC;
	float: left;
}
#navigation a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/navibalken.gif);
	background-repeat: no-repeat;
	background-position: 0px -26px;
}
#navigation .active {
	color: #FFC704;
}
.einruecken_lebenslauf {
	padding-left: 150px;
	list-style-type: disc;
}
.lebenslaufblau {
	font-weight: bold;
	color: #0988CF;
	font-size: 1.1em;
}
.unterstrichen {
	text-decoration: underline;
}
.webkontrolle {
	font-size: 0.8em;
	color: #009900;
}
#galeriegesamt td {
	padding-top: 20px;
	padding-bottom: 20px;
}
#galeriegesamt img {
	border: 1px solid #0988d0;
}
.td_galerie_linksbuendig {
	padding-right: 20px;
}
.td_galerie_rechtsbuendig {
	padding-left: 20px;
}
.td_galerie_abstand_linksrechts {
	padding-left: 20px;
	padding-right: 20px;
}
.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
