﻿/* CSS Document */

body {
font-family: Verdana;
font-size:12pt;
margin:0 auto;
padding:0;
width:1090px;
height:100%;
color:#333333;
background-color:white;
background:url('./images/all.jpg') repeat-y center;
}

/* Ueberschriften*/
h4{
	color: #cc0000;
	border-top:1px solid #cc0000;
	border-bottom:1px solid #cc0000;

}
h3{
	color: #cc0000;
	border-top:1px solid #cc0000;
	border-bottom:1px solid #cc0000;
}
h2{
	color: #cc0000;
	border-top:1px solid #cc0000;
	border-bottom:1px solid #cc0000;
}
h1{
	color: #cc0000;
	border-top:1px solid #cc0000;
	border-bottom:1px solid #cc0000;
}
h1{
padding-left:5px;
margin:0px;
font-size:14pt;
font-weight:normal;
}
h2 {
padding-left:5px;
margin:0px;
font-size:14pt;
font-weight:normal;
}
h3 {
padding-left:5px;
margin:0px;
font-size:14pt;
font-weight:normal;

}
h4 {
padding-left:5px;
margin:0px;
font-size:12pt;
font-weight:normal;
}


/*Links*/

a {
font-weight:normal;
font-size:11px;
color:#000000;
text-decoration:none;
}
#Navigation li:hover {
border-top:1px solid #cc0000;
border-bottom:1px solid #cc0000;
color:#cc0000;
}
a:visited {

}
a:active {
color:#cc0000;
}

/*header*/

#header {
padding:175px 0px 0px 450px;
margin:0px 0px 0px 0px;
height:40px;
width:990px;
font-size:16pt;

background:url('./images/header.jpg') no-repeat;
}

/*Navigation*/

#Navigation {
margin:0px;
margin-left:20px;
margin-top:0px;
padding:0px 0px 0px 0px;
float:left;
width:240px;
height:100%;
overflow:visible;
background:url('./images/content.jpg') repeat-y;

}
#all{
width:990px;
height:100%;
background:url('./images/content.jpg') repeat-y left;
}
#Navigation ul {

padding-left:22px;
margin:0px 0px 0px 0px;
width:201px;
list-style:none;

}
#Navigation li {
	padding:0px;
	padding-bottom:7px;
	border-top:1px dotted #333333;
	border-bottom:1px solid white;


}
/*das aktive Element in der Navileiste*/
#active { 
padding:0px 0px 0px 55px;
font-size:12pt;

}
#Navigation li a{
	padding: 0px 0px 0px 10px;
	font-size: 9pt;
	color: #000000;
}
#Navigation li a.active{
	padding: 0px 0px 0px 10px;
	font-size: 9pt;
	color:#cc0000;
}
#Navigation li a:hover{
color:#cc0000;

}


/*Content*/

#Content {
position:relative;
padding:0px 0px 0px 0px;
margin-left:20px;
float:left;
width:759px;
min-height:400px;
background-color:#ffffff;
background-position:top left;
}
#post {
padding-left:40px;
padding-right:40px;
margin-top:15px;
padding-top:25px;
}
p{
padding:10px 0px 15px 0px;
font-size:12px;
width:650px;
line-height:1.7em;
}

/*Footer*/

#footer {
clear:both;
float:left;
margin-left:20px;
height:147px;
margin-top:0px;
width:999px;
background:url('./images/content-bottom.jpg') no-repeat;
}
#footer a{
font-size:12px;
margin:0px;

padding:0px 0px 0px 70px;
color:black;

}
#footer a:hover{

text-decoration:none;
}
#footer_navi{
clear:both;
float:left;
margin-top:0px;
height:147px;
width:999px;
background-color:white;
}
#footer_navi li{
float:right;
list-style:none;
margin-left:10px;
font-size:10pt;
}
