/** Reset **/
*{
    margin:0;
    padding:0;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}
html, body, div, span, applet, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body{
	 background: #fff;
}

a{
    color:#5A2B20;
    text-decoration:underline;
}

a:hover{
    color:#7C4132;
    text-decoration:none;
}

/* Layout */

#container{
    width:880px;
    margin:5px auto;
    padding:0;
    background:#fff;
    text-align:left;
}

#logo{
    margin:0;
    padding:0;
}

.subContainer, #navigation ul{
    width:880px;
    margin:0 auto;    
}
#header{
	text-align:left;
	margin:0;
	padding:10px 0 10px 10px;
	height:64px;
	background:#7C4132;
}

#navigation{
    margin:0;
    padding:0;
    background:#5A2B20;
    height:34px;
    list-style:none;
}
#navigation li{
    float:left;
    clear:none;
    list-style:none;
}
#navigation li a{
    color:#fff;
    display:block;
    font-size:12px;
    text-decoration:none;
    font-weight:bold;
    padding:10px 18px;
}
#navigation li a:hover{
    color:#fff;
    background:url('../images/menue2.gif');
}
#active a{
    background:url('../images/menue.gif');
}

/*h1{
    text-indent:-80000px;
    background:url('../images/logo.gif') no-repeat;
    height:35px;
    width:168px;
}*/

h2{
    font-family:'Georgia';
    font-size:25px;
    letter-spacing:-1px;
    margin-top:15px;
    margin-bottom:20px;
    font-weight:normal;
    color:#7C4132;
}
h3{
    font-size:12px;
    font-weight:bold;
    color:#333;
    margin:5px 0;
    
}

p{
    color:#333;
    font-size:12px;    
    line-height:25px;
    margin-bottom:15px;
}

#linksContent ul{
    color:#333;
    font-size:12px;    
    margin:0px 0;
    list-style:none; 
}
#linksContent li{
	padding-left:0px;
	margin:8px 0;
	list-style:none;
}

#links-navigation li{
    clear:none;
    list-style:none;
	 display: block;
	 margin: 0;
	 border-bottom: #e7e7e7 1px solid;
}
#links-navigation li a{
    display:block;
    font-size:12px;
    text-decoration:none;
    font-weight:bold;
    padding: 7px 15px;
}

#links-navigation li a:hover{
    color:#fff;
    background:#7c4132;
}

#links-navigation #active a{
    color:#fff;
    background:#5a2b20;
}

#links-navigation #active a:hover{
    color:#fff;
    background:#7c4132;
}


#rechtsContent ul{
    color:#333;
    font-size:12px;    
    margin:20px 0;
    list-style:none; 
}
#rechtsContent li{
	padding-left:25px;
	margin:8px 0;
	list-style:none;
	background:url('../images/pkt.png') left bottom no-repeat;
}

img{
    border:0;
}
img a{
    border:0;
    text-decoration:none;
}
img a:hover{
    border:none;
}

/* ----- CONTENT ----- */

#linksContent{
    width:180px;
    padding:10px 10px;
    font-size:12px;
    clear:none;
    float:left;
}

#linksContent img{
    float:right;
    clear:none;
    margin:10px;
    margin-right:0;
    padding:1px;
    border: 1px solid #E7E7E7;
    }

#linksContent h3{
    color:#7C4132;
    margin-top:20px;
}

#rechtsContent{
    width:650px;
    padding: 0px 10px;
    font-size:11px;
    border-left:5px solid #e7e7e7;
    clear:none;
    float:right;
}

#rechtsContent ul{
    list-style:none;
}
#rechtsContent li{
    list-style:none;
    padding-left:20px;
    margin:8px 0;
    background:url('../images/pkt.png') left bottom no-repeat;
}
#rechtsContent li a{
	color:#5A2B20;
	font-weight:normal;
	text-decoration:underline;
}
#rechtsContent li a:hover{
	color:#7C4132;
	font-weight:normal;
	text-decoration:none;
}
#rechtsContent .links li{
    padding-left:0px;
    margin:8px 0;
    background:none;
}

#footer{
    margin:0 auto;
    margin-bottom:10px;
    height:11px;
    padding:18px 20px;
    clear:both;
    width:840px;
    text-align:left;
    font-size:11px;
    color:#fff;
    background:#7C4132;
}
#footer ul{
    list-style:none;    
}
#footer li{
    list-style:none;
    display:inline;    
}
#footer #copyright{
    float:left;
    clear:none;
}
#footer #links{
    float:right;
    clear:none;
}
#footer a{
    color:#fff;
    text-decoration:none;
}
#footer a:hover{
    color:#fff;
    text-decoration:underline;
}

.clear{
    clear:both;
}
