@charset "UTF-8";
/* CSS Document */

/* Farben 
#f2ece3 -> hell-beige (Content)
#dad1c6 -> beige (Hintergrund)
#8D8681 -> braun (Headlines)
#656A73 -> hell-blau (Links)
#2E3540 -> dunkel-blau (Fließtext)
*/
/* CSS reset */
html, body, div, span, applet, object, iframe,
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;
	text-align: justify;
}
ol, ul {
	list-style: none;
}
ul{
	margin:0 0 10px 20px;
	list-style:disc;
}
h1, p{
	margin-bottom:10px;
}
h1{
	font-size:18px;
	color:#8d8681;
	line-height:24px;
	text-shadow: 1px 1px 1px #fff;
	font-weight:normal;
}
h2{
	font-size:14px;
	color:#8d8681;
	font-weight:bold;
	margin-bottom:10px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body{
	background:#dad1c6;
	line-height:130%;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:12px;
	color:#2e3540;
}
#site{
	text-align:left;
	width:650px;
	margin:10px auto;
}
#logo{
	font-size:30px;
	color:#8d8681;
	text-shadow: 1px 1px 1px #fff;
	line-height:50px;
	padding-left:20px;
}
#logo a{
	color:#8d8681;
	text-decoration:none;
}
#logo a:hover{
	color:#666b74;
}
#nav{
	overflow:hidden;
	margin:0;
	padding-left:20px;
}
#nav li{
	float:left;
	display:inline;
	margin-right:5px;
	position:relative;
}
#nav a{
	color:#8d8681;
	text-shadow: 1px 1px 1px #fff;
	text-decoration:none;
	width:120px;
	float:left;
	text-align:center;
	height:30px;
	line-height:30px;
	font-size:14px;
}
#nav a:hover,
#nav a.active{
	color:#666b74;
	text-shadow: 1px 1px 1px #fff;
	background:url(../img/tab.jpg) no-repeat;
}
#content{
	background:#f2ece3;
	min-height:400px;
	padding:20px;
}
#content a{
	color:#656a73;
	text-decoration:underline;
}
#content a:hover{
	text-decoration:none;
}
