/* CSS Document */

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #777;
}
.bold {
	font-weight: bold;
}

#header h1 {
	font-family:Century Gothic, "Trebuchet MS", Tahoma, Verdana;
	font-size:250%;
	color:#333;
	letter-spacing:-1px;
	padding:15px 50px 0 10px;
	float:left;
	border-right:1px solid #eee;
}
#header h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
}

#nav li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	width: 160px;
}

#nav li a {
	display:block;
	padding:8px 0px;
	margin:0 0px;
	color:#999999;
	text-decoration:none;
	font-weight:normal;
	font-size: 12px;
}
#nav li a.current {
	color:#AC1B2C;
	text-decoration:none;
	font-weight: bold;
}

#nav li a:hover, .active {
	color:#AC1B2C;
	background-color: #FFFFFF;
}



#content h1 {
	font-family:"Trebuchet MS", Tahoma, Verdana;
	font-size:14px;
	margin:0px 0 15px;
	font-weight: bold;
}
#content h2 {
	font-size:16px;
	color:#333;
	font-family:"Trebuchet MS", Tahoma, Verdana;
	margin:10px 10px 15px;
}

#content p {
	padding:0 0 0 0px;
	margin:0px 0;
}
#content ul {
	margin-left: 15px;
	list-style-position: outside;
	margin-top: 10px;
}
#content li {
	margin-bottom: 10px;
}

#content a {
	color:#0033CC;
	text-decoration:none;
}
#content a:hover {
	color:#000;
}
#linkeSpalte  {
	font-size: 13px;
	color: #666666;
	line-height: 18px;
}
#rechteSpalte {
	font-size: 13px;
	color: #666666;
	line-height: 18px;
}
a:hover {
	text-decoration:none;
}
#zitat {
	color: #000000;
	font-size: 30px;
	line-height: 40px;
}
.zitatSmall {
	color: #666666;
	font-size: 12px;
}
.red {
	color: #FF0000;
	font-style: italic;
}
#footer a {
	font-size: 11px;
	text-decoration: none;
	color: #666666;
}
#footer a:hover {
	color:#AC1B2C;
}
#footer a.current {
	color:#C52230;
}
