@charset "UTF-8";

/* Default-Stile */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #120b08 url(../img/bgrnd.jpg) no-repeat top center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
}
p,td,ul,ol,a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #333;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0 0 0.75em 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.4em;
	color: #333;
}
h2 {
	font-size: 1.2em;
	line-height: 1.3em;
}
h3 {
	font-size: 1.1em;
	line-height: 1.2em;
}

/* Seiten-Struktur */
#wrapper {
	margin: 0 auto 20px auto;
	width: 920px;
}
#wrapper #header {
	margin: 145px 0 12px 0;
	width: 920px;
	height: 66px;
	background: transparent url(../img/header.png) no-repeat;
}
#wrapper #contentTop {
	width: 920px;
	height: 11px;
	background: transparent url(../img/content_top.png) no-repeat;
}
#wrapper #contentWrapper {
	width: 920px;
	min-height: 400px;
	background-color: #FBF6EE;
}
#wrapper #contentWrapper #contentLeft {
	float: left;
	margin: 0 0 0 23px; 
	width: 170px;
	min-height: 400px;
}
* html #wrapper #contentWrapper #contentLeft {
	margin: 0 0 0 11px; 
}
#wrapper #contentWrapper #contentMain {
	margin: 0 0 0 240px;
	padding: 20px 0;
	width: 620px;
}
#wrapper #footer {
	height: 36px;
	background: transparent url(../img/footer.png) no-repeat;
}

/* Menü & Suche */
#wrapper #contentWrapper #contentLeft #search {
	margin: 0 0 3px 0;
	height: 43px;
	border-bottom: solid 1px #333;
}
#wrapper #contentWrapper #contentLeft #search form {
	display: block;
	padding: 10px 0;
	margin: 0 0 10px 0;
	width: 170px;
	height: 20px;
	background-color: #e8e8e8;
}
#wrapper #contentWrapper #contentLeft #search form .label {
	float: left;
	padding: 3px 5px 0 10px;
	font-size: 11px;
	height: 18px;
}
#wrapper #contentWrapper #contentLeft #search form .textBox {
	float: left;
	font-size: 10px;
	height: 18px;
	width: 100px;
}
#wrapper #contentWrapper #contentLeft #menu {
	clear: left;
	background-color: #e8e8e8;
}
#wrapper #contentWrapper #contentLeft #menu ul {
	padding: 10px 0 0 0;
	list-style-type: disc;
	list-style-position: inside;
}
#wrapper #contentWrapper #contentLeft #menu ul li {
	padding: 0 0 0 17px;
	font-size: 1.2em;
	line-height: 1.5em;
}
#wrapper #contentWrapper #contentLeft #menu ul li:hover {
	background-color: #b8bfc4;
}
#wrapper #contentWrapper #contentLeft #menu ul li.current {
	background-color: #b8bfc4;
}
#wrapper #contentWrapper #contentLeft #menu ul li a {
	text-decoration: none;
	color: #333;
}
#wrapper #contentWrapper #contentLeft #menu ul li ul{
	margin: 0;
	padding: 0;
	list-style-type: square;
}
#wrapper #contentWrapper #contentLeft #menu ul li ul li:hover {
	list-style-type: disc;
}
#wrapper #contentWrapper #contentLeft #language {
	height: 50px;
	background: #e8e8e8 url(../img/menu_bgrnd2.png) repeat-x bottom left;
}
#wrapper #contentWrapper #contentLeft #language a {
	display: block;
	margin: 0 0 0 10px;
	padding: 25px 0 0 0;
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
	color: #e9e9e9;
}
#wrapper #contentWrapper #contentLeft #language a:hover {
	color: #b8bfc4;
}
#wrapper #contentWrapper #contentLeft #menuBottom {
	height: 50px;
	background: #eaeaea url(../img/menu_bottom.png) no-repeat bottom center;
}

/* Content */
#wrapper #contentWrapper #contentMain h1 {
}
#wrapper #contentWrapper #contentMain p {
	margin: 0 0 0.6em 0;
}
#wrapper #contentWrapper #contentMain p.quoteBig {
	text-align: center;
	font-size: 1.3em;
	line-height: 1.4em;
}
#wrapper #contentWrapper #contentMain p.quoteSmall {
	width: 620px;
	text-align: center;
	font-size: 0.8em;
	line-height: 1.1em;
}
#wrapper #contentMain img {
	border: solid 3px #2F3E4C;
}

/* Footer */
#wrapper #footer p {
	padding: 7px 0 0 30px;
	font-size: 11px;
	color: #dfdfdf;
}
#wrapper #footer .footerDiv {
	margin: 0 10px;
}

/* allgemeine Stile */
.alignCenter {
	text-align: center;
}
.focus {
	padding: 15px;
	margin: 15px 0;
	background: transparent url(../img/focus_bgrnd.jpg) repeat-y top center;
	border: solid 1px #999;
}

/* Animierte Zitate */
#flashZitat {
	overflow: hidden;
	margin: 0 auto 10px auto;	
	width: 620px;
	height: 170px;
	text-align: center;
}

