<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* --------------------------------------

	Template:		34
	Datum: 			12.12.2012
	Version: 		1.0
	Homepage:		http://freietemplates.de/
	
----------------------------------------*/

/*------ General ---------------------- */
body {
background-color:#e5dacf;
font-size:13px;
font-family: 'Trebuchet MS', sans-serif;
line-height:20px;
color:#7b6754;
padding:0;
margin:0;
}

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

a { color:#ab2321;}
a:hover { color: #c83834;
text-decoration:none;}

img {
border:none;
}

/*------ Überschriften ---------------------- */
h1{
font-size:30px;
margin:10px 0;
padding:0 0 5px 0;
border-bottom:1px dashed #fff;
color:#000;
}

h2{
font-size:16px;
margin:10px 0;
color:#000;
}

h3{
font-size:13px;
margin:10px 0;
color:#000;
}

/*------ Struktur ---------------------- */
#wrapper {
width:996px;
margin:30px auto;
}

/*------ Header ---------------------- */
#header {
clear:both;
background-image:url(bilder/header.png);
background-repeat:no-repeat;
width:996px;
height:129px;
}

#logo  {
font-family: 'Lora', serif;
font-size:40px;
text-decoration:underline;
color:#fff;
position:relative; top:50px; left:40px;
}

#logo:hover {
text-decoration:none;
}

/*------ Topnavigation ---------------------- */
#topnav {
background-image:url(bilder/topnav.png);
background-repeat:no-repeat;
width:996px;
height:77px;
padding:0;
margin:0;
}

#topnav ul {
margin:0;
padding:0;
list-style:none;
}

#topnav ul li {
float:left;
}

#topnav ul li a {
display:block;
height:30px;
padding:10px 20px 0;
color:#fff;
text-decoration:none;
text-transform:uppercase;
font-weight:bold;
}

#topnav ul li a:hover {
color:#fff;
}

/*------ Content ---------------------- */
#content {
background-image:url(bilder/content_bg.png);
background-repeat:repeat-y;
width:996px;
text-align:justify;
padding:10px;
}

#textcontainer {
width:996px;
padding:0 20px;
margin:-30px 0 0 0;
}

/*------ Footer ---------------------- */
#footer {
background-image:url(bilder/footer_shadow.png);
background-repeat:no-repeat;
width:996px;
height:9px;
margin:0 auto 0;
padding:10px 0;
}

#f_textcontainer {
width:976px;
padding:0 10px;
}</pre></body></html>