/* allgemeine styles */
body {
	letter-spacing: 1px;
	font-family: arial, sans-serif;
	color: #303030;
	background-image: url(images/layout/pattern.gif);
	background-repeat: repeat;
	background-attachment: fixed;
}
a:visited {
	color: #900000;
	text-decoration: none;
	border-bottom: solid 1px #C6C6C6;
}
a:link {
	color: #900000;
	text-decoration: none;
	border-bottom: solid 1px #C6C6C6;
}
a:active {
	color: #900000;
	border-bottom: solid 1px #900000;
	text-decoration: none;
}
a:hover {
	color: #900000;
	border-bottom: solid 1px #900000;
	text-decoration: none;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	font-family: georgia, serif;
	padding: 4px;
	padding-left: 45px;
	padding-top: 10px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	background-image: url(images/layout/puli_pfote.gif);
	background-repeat: no-repeat;
	background-position: 9px 9px;
}
h2 {
	color: #900000;
	font-size: 13px;
	font-weight: bold;
	font-family: arial, sans-serif;
	padding: 0px;
	margin: 0px;
	margin-left: 45px;
	margin-bottom: -7px;
	margin-top: 10px;
}
h3 {
	color: #900000;
	font-size: 11px;
	font-weight: bold;
	font-family: georgia, serif;
	padding: 0px;
	margin: 0px;
	margin-bottom: 3px;
}
p {
	font-size: 13px;
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
	margin-left: 25px;
	margin-right: 30px;
	line-height: 1.5em;
	text-align: justify;
}
br {
	font-size: 9pt;
}
ul {
	font-size: 13px;
	margin: 0px;
	margin-top: 15px;
	padding: 0px;
	padding-bottom: 6px;
}
li{
	margin-bottom: 2px;
	margin-left: 65px;
	padding: 0px;
	list-style-image: url(images/layout/verlauf_menu.gif);
	line-height: 1.5em;
}


/* modifizierte styles */

div#navigation2 ul {
	font-family: georgia, serif;
	font-size: 11px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
}
div#navigation2 li{
	margin: 0px;
	padding: 0px;
	margin-top: 2px;
	padding: 3px;
	padding-top: 0px;
	padding-left: 12px;
	list-style-image: none;
}
div#navigation2 li:hover, .selected {
	background-image: url(images/layout/verlauf_menu.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
div#navigation2 a {
	display: block;
	font-weight: bold;
	border: 0px;
}
div#navigation a:hover {
	color: #303030;
}
div#aktuell a {
	border: 0px;
}
div#footer a{
	border: 0px;
	color: #303030;
}
div#footer a:hover{
	border: 0px;
	color: #900000;
}
div#bild a{
	border: none;
	padding: none;
}
div#back h1{
	display: none;
}
div#inhalt h1{
	display: block;
}
.img_right{
	float: right;
	border: solid #303030 1px;
	margin-top: 5px;
	margin-left: 10px;
}
.img_left{
	border: solid #303030 1px;
	margin-top: 5px;
	margin-right: 10px;
	float: left;
}
.img_center{
        display: block;
        margin-left: auto;
        margin-right: auto;
	border: solid #303030 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	cursor: help;
}

/* div styles */

div#inhalt {
	width: 550px;
	padding-top: 0px;
	padding-left: 60px;
	position: relative; top: 50px; left: 15px;
}
div#back {
	width: 770px;
	background-image: url(images/layout/back_main.gif);
	background-repeat: repeat-y;
	position: absolute; top: 50px; left: 0px;
}
div#navigation {
	width: 145px;
	position: absolute; top: 72px; left: 610px;
}
div#aktuell {
	width: 130px;
	padding-top: 10px;
	padding-left: 12px;
	font-size: 10px;
	background-image: url(images/layout/verlauf_menu.gif);
	background-repeat: no-repeat;
	background-position: 0px 12px;
}
div#bild {
	width: 143px;
	padding-top: 15px;
	border-left: 2px solid #C6C6C6;
	background-image: url(images/layout/back_footer.gif);
	background-repeat: no-repeat;
	background-position: -547px -5px;
}
div#navigation2 {
	width: 145px;
	padding-top: 7px;
	background-image: url(images/layout/back_title.gif);
	background-repeat: no-repeat;
	background-position: -546px -62px;
}
div#adsense {
	width: 145px;
	padding-top: 30px;
	padding-left: 10px;
}
div#logo {
	width: 670px;
	height: 80px;
	padding-top: 17px;
	padding-left: 37px;
	position: absolute; top: 10px; left: 64px;
	background-image: url(images/layout/back_title.gif);
	background-repeat: no-repeat;
}
div#footer {
	width: 670px;
	height: 60px;
	padding-left: 57px;
	font-size: 10px;
	position: relative; top: 38px; left: 64px;
	background-image: url(images/layout/back_footer.gif);
	background-repeat: no-repeat;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
