/* Grundgerüst
-----------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 10px;
	background: #fff url(../_img/bodyBG.gif) repeat-y 0 0;
	}
	
#navigationBlock {
	padding: 30px 0 0 0;
	float: left;
	width: 215px;
	text-align: center;
}

#contentBlock {
	padding: 30px 0 0 0;
	float: left;
	width: 740px;
}

.textBlock, .textBlockItalic {
	float: left;
	width: 370px;
}


/* Allgemeine Formatierungen
-----------------------------------------------------------*/
h1 {
	font-size: 1.9em;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	padding: 0 50px 10px 30px;
	line-height: 1.4em;
}

h2 {
	font-size: 1.4em;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	padding: 30px 30px 0 30px;
	line-height: 1.5em;
	word-spacing: 3px;
}

#deBody h1, #itBody h1 {
	font-style: italic;
}

p {
	font-size: 1.2em;
	padding: 10px 30px 0 30px;
	line-height: 1.4em;
}

#navigationBlock p {
	padding: 0 30px;
}

.textBlockItalic p, .textBlockItalic h2 {
	font-style: italic;
}

.clearIt {
	clear: both;
}

.creatorLink {
	margin: 20px 0 0 0;
}

.creatorLink a {
	color: #fff;
	font: italic 0.8em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
}


/* Hauptnavigation
-----------------------------------------------------------*/
#mainNav {
	list-style-type: none;
	text-align: center;
	width: 215px;
	margin: 20px 0;
}

#mainNav li {
	text-indent: -99999px;
}

#mainNav li a {
	display: block;
	width: 215px;
	height: 25px;
}

li#liDe { background: url(../_img/btnDeO.gif) no-repeat center top; }
li#liDe a { background: url(../_img/btnDe.gif) no-repeat center top; }

li#liFr { background: url(../_img/btnFrO.gif) no-repeat center top; }
li#liFr a { background: url(../_img/btnFr.gif) no-repeat center top; }

li#liIt { background: url(../_img/btnItO.gif) no-repeat center top; }
li#liIt a { background: url(../_img/btnIt.gif) no-repeat center top; }

li#liEn { background: url(../_img/btnEnO.gif) no-repeat center top; }
li#liEn a { background: url(../_img/btnEn.gif) no-repeat center top; }

#mainNav li a:hover {
	background: none;
}

#deBody li#liDe a, #frBody li#liFr a, #itBody li#liIt a, #enBody li#liEn a {
	background: none;
	cursor: default;
}






