/****************************
+++ HTML-Standards +++
****************************/
html{
	height :100%;
    margin:0;
    padding:0;
}

body {
    margin:0;
    padding:0;
    font-family:verdana, helvetica, sans-serif;
    font-size:80%;
    color:#757575;
    line-height:1.3em;
    height:100%;
	background-color : #683B15;

}

img {
    border:none;
}

h1, h2, h3, h4, h5, h6 {
    margin:0;
    padding:0;
    font-size:100%;
    color:#B11016;
}

h1 {
    margin:1em 0 1em 0;
    font-size: 170%;
    color:#B11016;
	font-weight : lighter;	
}

h2{
	margin:1em 0 1em 0;
    font-size : 130%;
    color:#B11016;
	font-weight : lighter;
}

.trenner {
    display:block;
    clear:both;
    height:1px;
    font-size:1px;
}



a {
    color : #B11016;
}

a :hover{
    color: #B11016;
}

p {
    margin-top:0px;
}

.rechts {
    float:right;
    padding-left:5px;
}

.links {
    float:left;
    padding-right:5px;
}

/******************************
+++ Hauptstruktur +++
*******************************/

#container {
	margin : 0 auto;
	width : 940px;
	min-height:100%;
	height:auto !important; /* Für normale Browser */
	height:100%; /* Für IE */
	background-color : #683B15;
}


.contenteinzug{
padding : 0 50px;
}

/****************************
+++ Header  +++
****************************/

#header{
	position: relative;
	height : 380px;
	background: url(../images/header.png) no-repeat;
}

#headerlink1{
	position: absolute;
	top : 40px;
	display:block;
	height:80px;
	width:380px;
}
/****************************
+++ Navigation  +++
****************************/

#navigation{
	position: absolute;
	bottom : 40px;
	width : 200px;
}
#navigation ul{
	margin:0;
	padding:0;
	list-style:none;
	text-transform:uppercase;
}
#navigation ul li{
	padding-left : 5px;
	padding-top : 5px;
	line-height : 2em;
	border-bottom : solid 1px #999999;
	background: url(../images/arrow.png) no-repeat right center;
}
#navigation a {
	display:block;
	text-decoration:none;
	color:#AE3324;	
}
#navigation .act{
	background: none;
}
#navigation .act a{
	color : #683B15;
}


/****************************
+++ Inhalt  +++
****************************/
#content{
	padding-top : 20px;
	padding-bottom: 20px;
	background: url(../images/content_bg.png);
}
#contentbackground{

}

#contentlinks{
	width : 30%;
	float : left;
}
#contentmitte{
	width : 0;
	height: 10px;
	float : left;
}
#contentrechts{
	width : 65%;
	float : right;
}

/****************************
+++ Fußzeile  +++
****************************/

#footer{
	position: relative;
	height : 80px;
	background: url(../images/footer.png) no-repeat;
}
#copyright{
	color : #fff;
	float : right;
	padding-top : 25px;
}
#copyright a{
	color : #fff;	
	text-decoration : none;
}



