@charset "UTF-8";
body  {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
}
* {
	outline: none;
}
.thrColFix #container { 
	position: relative;
	background: url(../assets/images/background.jpg) no-repeat center top;
	width: 1120px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
} 
.thrColFix #mainContent { 
	background: url(../assets/images/content_shadow.png) repeat-y;

	margin: 2px 164px 0 169px; /* Der rechte und der linke Rand dieses div-Elements erstellen die beiden äußeren Spalten an den Seitenrändern. Der Spaltenbereich bleibt unabhängig von der Inhaltsmenge der Randleisten-divs immer gleich. Sie können diesen Rand entfernen, falls der Text des #mainContent-div die Randleistenbereiche füllen soll, wenn der Inhalt in den Randleisten endet. */
	padding: 45px 30px 0 64px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
	min-height: 440px;
}
.fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* general content */
#container {
	color: #336699;
	position: relative;
}

#container ul {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	font-size: 12px;
}

/* main navigation */

ul#navigation {
}
ul#navigation  {
	list-style: none;
}
ul#navigation  li {
	float: left;
	list-style: none;
}
ul#navigation  li a {
	display: block;

	font-size: 20px;
	line-height: 16px;

	text-align:center;
	text-decoration:none;

	width: 170px;
	height: 36px;
	padding: 0;
	margin: 8px 32px 0 0;
}

ul#navigation  li.last a {
	margin-right: 0;
}
ul#navigation  li a span {
	font-size: .6em;
	line-height: 1.6em;
}

ul#navigation  li {
	background-image: url(../assets/images/navigation.png);
	background-repeat: no-repeat;
}
ul#navigation  li#page1 {
	background-position: 0 -44px;
}
ul#navigation  li#page2 {
	background-position: -202px -44px;
}
ul#navigation  li#page3 {
	background-position: -404px -44px;
}
ul#navigation  li#page4 {
	background-position: -606px -44px;
}

ul#navigation  li#page1.current {
	background-position: 0 0;
}
ul#navigation  li#page2.current {
	background-position: -202px 0;
}
ul#navigation  li#page3.current {
	background-position: -404px 0;
}
ul#navigation  li#page4.current {
	background-position: -606px 0;
}

ul#navigation  li#page1 a {
	color: #f97b50;
}
ul#navigation  li#page2 a {
	color: #feb553;
	line-height: 28px;
}
ul#navigation  li#page3 a {
	color: #44bc8d;
	line-height: 28px;
}
ul#navigation  li#page4 a {
	color: #7094db;
	line-height: 28px;
}


/* language selection */
ul#languages { 
	position: absolute;
	background-color:#99CCE5;
	left:74px;
	top:495px;
	width: 123px;
	padding: 10px 0;
}

ul#languages li { 
	list-style: none;
}
ul#languages li a { 
	display: block;
	width: 93px;
	color:#FFFFFF;
	padding: 0 15px;
	text-decoration: none;
}
ul#languages li a:hover,
ul#languages li.current a { 
	background-color: #c2e0ef;
	color:#8b979d;
}
ul#languages li.home a {
	margin-bottom: 5px;
}


/* header */

#header {
	margin:0px auto;
	padding-top: 82px;
	width:780px;
}
/* footer */
#footer {
	background: url("../assets/images/content_shadow.png") repeat-y scroll 169px 0;
	text-align: center;
	padding: 30px 0;
}
#footer a {
	color: #336699;
	text-decoration: none;
}

/* content elemente */
#mainContent * {
	color: #336699;
}

#mainContent h1 {
	margin: 0 0 10px 0;
}

#mainContent img {
	float: left;
}

#mainContent a {
	text-decoration: underline;
}

#mainContent a:hover {
	text-decoration: none;
}
#mainContent a.pdf {
	background:url("../assets/images/printer-pdf-64x64.gif") no-repeat scroll -15px center transparent;
	display:block;
	height:80px;
	text-indent:-9999px;
	text-decoration: none;
	border: none;
}


#mainContent .coloumnRight {
	float: right;
	text-align: left;
	width: 50%;
}

#mainContent .coloumnLeft {
	float: left;
	text-align: left;
	width: 50%;
}

#mainContent p {
	margin: 0 0 10px 0;
	padding: 0;
	clear: both;
}
#mainContent dl {
	clear: both;
	margin: 0;
}
#mainContent dt {
float:left;
font-weight:bold;
width:20%;
}
#mainContent dd {
float:left;
margin:0;
padding:0 0 20px;
width:80%;
}

#mainContent blockquote {
	margin: 0 20px 0 0;
	padding: 0;
}
#mainContent cite {
	margin: 0 20px 0 0;
	padding: 0;
}
#mainContent .brief {
	margin:0 20px 0 0;
}


/* Intro */
body.intro div#container { 
	background: none;
	width: 100%;
}
body.intro ul#languages { 
	left:0;
	top: 0;
	width: 81px;
	padding: 5px;
}

body.intro ul#languages li { 
	display: block;
	float: left;
}
body.intro ul#languages li a { 
	width: 50px;
}

