﻿body {
	margin: 15px;
	padding: 0;
	background-image:url('../images/mainBG.png');
	background-repeat:repeat-x;

}

div.Header{
	background-image:url('../images/HeaderBG.png');
	background-repeat:no-repeat;
	background-position:30px 5px;
}


h1{
		color:#CC0000;
}

/* Header */
h1.title{
	padding-top:5px;
	padding-left:90px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
}
h2.title{
	
	color:#CC0000;
	padding-left:140px;
	font-size:smaller;
	margin-top:0px;
	padding-bottom:20px;
}


/*Navi-Leiste */
ul#Navigation {
    padding-left: 10px;
    padding-bottom:10px;
    padding-top:5px;
   	background-image:url('../images/NaviLeisteBG.png');
	background-repeat:repeat-y;
	background-position:50px ;
	float:left;
	margin-bottom:100px; /*Abstand nach unten*/
	margin-right:20px; /*Abstand zum Hauptbereich*/
  }

  ul#Navigation li {
    list-style: none;
    margin: 10px; padding: 0;  
    }

  ul#Navigation a {
    border-left: 1px solid white;
	border-right: 1px solid black;
	border-top: 1px solid white;
	border-bottom: 1px solid black;
	font-size:smaller;
	display:block;
    	padding: 5px;
    	text-decoration: none; 	font-weight: bold;
    	color: black; 	background-color: #ccc;
    background-image:url('../images/LinkBG.png')
}
ul#Navigation a { 
  width:140px;  
}


ul#Navigation a:hover, ul#Navigation a#active {
    color: black; background-color:#CC0000;
        background-image:none;
}


#bgLeft{
 position:absolute;
	top:5px; 
	left:5px; 
	z-index:-1;
}
#bgRight{
float:right;
 margin-right:15px;
 margin-top:15px;
	z-index:-1;
}

/*Content*/
div#Content h1 
{
text-align:center;
}

.unterstrichen{
	text-decoration:underline;
}


div#Footer {
	clear: both;
	margin-left:100px; /*Abstand zum linken Seitenrand*/
	 color:#CC0000;
	 font-size:smaller;
}
div#Footer h1{
		font-weight:bold;
}