/* Stylesheet zur grundlegenden Formatierung
-------------------------------------------------------------------------------- */

/* Importieren der weiteren Stylesheets */
@import url(navi_en.css);
@import url(content.css);

/* Normalisieren der Browser Default Styles */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

/* Headlines auf Dokumentschriftgroesse setzen */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

/* Listenpunkte ausschalten */
ol, ul {
	list-style: none;
}

address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

caption, th {
	text-align: left;
}


/* Layout
-----------------------------*/
html, body {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	background-color: #FFFFFF;
}

a {
	text-decoration: none;
	color: #336699;
}

a:hover {
	text-decoration: underline;
	color: #6699cc;
}

#pageWrapper {
	margin: 0 auto;
	width: 844px;
}


/* HEADER
-------------------------------------*/
#header {
	background: transparent url(/media/images/bg-header-verlauf.jpg) left top repeat-y;
	height: 118px;
	position: relative;
}

#header h1 {
	width: 300px;
}

#header h1 a {
	text-indent: -999px;
	display: block;
	background: transparent url(/media/images/logo_en.gif) 15px 22px no-repeat;
	height: 98px;
	width: 300px;
}

#header h2 {
	color: #FFFFFF;
	font-size: 24px;
	line-height: 36px;
	font-weight: normal;
	position: absolute;
	right: 63px;
	top: 24px;
}

#header h2 .zeile2 {
	margin-left: 96px;
}


/* HEADER ENGLISCH
-------------------------------------*/
#header_en {
	background: transparent url(/media/images/bg-header-verlauf.jpg) left top repeat-y;
	height: 118px;
	position: relative;
}

#header_en h1 {
	width: 300px;
}

#header_en h1 a {
	text-indent: -999px;
	display: block;
	background: transparent url(/media/images/logo_en.gif) 15px 22px no-repeat;
	height: 98px;
	width: 300px;
}

#header_en h2 {
	color: #FFFFFF;
	font-size: 24px;
	line-height: 36px;
	font-weight: normal;
	position: absolute;
	right: 63px;
	top: 24px;
}

#header_en h2 .zeile2 {
	margin-left: 96px;
}


/* CONTENTBEREICH
-------------------------------------*/
#contentWrapper {
	width: 100%;
	float: left;
	margin-bottom: 2px;
	background: #DFEFFF url(/media/images/bg-content-wrapper.gif) right top repeat-y;
}



/* FOOTER
-------------------------------------*/
#footer {
	background-color: #c7e3ff;
	height: 30px;
	width: 100%;
	clear: both;
}

/* LANGUAGE HEADER
-------------------------------------*/
.laguagelink {
	text-decoration: none;
	float:right;
	padding-right: 5px;
	color: white;
}
.laguagelink:hover {
	text-decoration: none;
	float:right;
	padding-right: 5px;
	color: #003366;
}