/* --------------------------------------

	Template:		16
	Datum: 			28.02.2012
	Version: 		1.0
	Homepage:		http://freietemplates.de/
	
----------------------------------------*/


/* --------------- General --------------- */
body {
background-color:#fff;
font-size:12px;
font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
color:#000;
padding:0;
margin:0;
line-height:18px;
}

* {
padding:0;
margin:0;
outline:none;
}

a { 
color:#EE1F08; 
border-bottom:1px dotted #539935; 
text-decoration:none;
}
a:hover { 
border:none;
}

img {
border:none;
}

#logo {
float:left;
font-size:32px;
font-weight:bold;
text-decoration:none;
letter-spacing:-2px;
color:#fff;
position:relative; top:23px;
margin:0 30px 0 0;
border:none;
}

.red {
font-size:36px;
color:#EE1F08;
}

/* --------------- Überschriften --------------- */
h1{
font-weight:normal;
font-size:18px;
margin:0 0 8px 0;
padding:0 0 5px 0;
border-bottom:1px dashed #cdcdcd;
color:#EE1F08;
}

h2 {

}

h3 {

}

/* --------------- Struktur --------------- */
#wrapper {
width:860px;
margin:-94px auto 0;
}

#headerleiste {
background-image:url(bilder/headerleiste_bg.png);
background-repeat:repeat-x;
height:94px;
}

#content {
float:left;
width:620px;
margin:30px 0 20px 0;
padding:0;
color:#4e4e4e;
}

.contentbox {
background-image:url(bilder/contentbox.png);
background-repeat:no-repeat;
background-color:#f4f4f4;
width:600px;
height:auto;
color:#4e4e4e;
border:1px solid #e4e4e4;
padding:10px;
margin:10px 0 20px;
text-shadow:1px 1px 0 #fff;
}

#sidebar {
float:right;
width:220px;
margin:30px 0 20px 0;
padding:0;
}

/* --------------- Topnavigation --------------- */
#topnav {
float:right;
height:70px;
margin:0;
padding:0;
}

#topnav ul {
list-style:none;
}

#topnav li {
float:left;
border-right:1px solid #000;
border-left:1px solid #3f3f3f;
}

#topnav li:first-child {
border-left:none;
}

#topnav li:last-child {
border-right:none;
}

#topnav li a {
border:none;
font-size:13px;
font-weight:bold;
height:45px;
display:block;
color:#fff;
text-decoration:none;
text-transform:uppercase;
padding:25px 10px 0;
margin:0;
}

#topnav li a:hover {
background-image:url(bilder/topnav_hover.png);
background-repeat:repeat-x;
}


/* --------------- Sidebar: Boxen und Navigation --------------- */
.sbox {
background-color:#f4f4f4;
color:#4e4e4e;
font-size:12px;
padding:10px;
margin:10px 0 20px 0;
width:200px;
border:1px solid #e4e4e4;
}

.sbox:first-child {
margin:0 0 20px 0;
}

.sbox_head {
font-weight:bold;
text-transform:uppercase;
padding:3px 0 0 0;
height:22px;
margin:0 0 5px 0;
color:#EE1F08;
font-size:14px;
}

.sbox ul {
list-style-type:none;
}

.sbox ul li {
height:25px;
width:200px;
border-bottom:1px dashed #c7c7c7;
margin:0;
padding:2px 0;
}

.sbox ul li a {
border:none;
display:block;
width:195px;
height:21px;
color:#4e4e4e;
text-decoration:none;
padding:4px 0 0 5px;
margin:0;
}

.sbox ul li a:hover {
background-color:#fff;
color:#EE1F08;
}


/* --------------- Footer --------------- */
#footer {
clear:both;
width:860px;
margin:0;
padding:10px 0 0 0;
font-size:12px;
border-top:1px dashed #cdcdcd;
}