
* {
	margin: 0;
	border: 0;
	padding: 0;
}

#container {
	height: 100%;
	position: relative;
}


/* Kopf
----------------------------------------------------------------------*/
#kopf {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
}
#kopf ul { list-style-type: none; }
.sprachwahl, #slogan { display: none; }


/* Main
----------------------------------------------------------------------*/
#content, #rand, #navigation { float: left; display: inline; /*ie6*/ }

/* Navigation */
#navigation { display: none; }

/* Content */
#content { width: 100%; }
#content.int_preview { margin: 10px 0 0 10px; }

#grafik {
	height: 165px;
	background-color: #306495;
	position: relative;
}

#grafik img {
	position: absolute;
	top: 0;
	right: 0;
}

* html #grafik img { right: -1px; } /*ie6*/

#grafik_table {
	margin: 0 0 15px 12px;
	height: 150px;
	width: 292px;
}


/* Rand */
#rand { display: none; }


/* Fuss

----------------------------------------------------------------------*/
#fuss { display: none; }


.clearfloat {
	float: none;
	clear: both;
	height: 0px;
	font-size: 0px;
	overflow: hidden;
	background: transparent;
}
.float_left  { float: left; }
.float_right { float: right; }


/* Skiplinks
--------------------------------------------------------------------- */
#skiplink { display: none; }


/* Listen
--------------------------------------------------------------------- */
ul, ol { margin-left: 20px; }
ul { list-style-type: square; }


/* Formular

--------------------------------------------------------------------- */


/* Kopf

----------------------------------------------------------------------*/

/* Main

----------------------------------------------------------------------*/

/* Content */

/* Text - normaler Artikel */
#text { padding: 20px 10px 0 10px; }

/* Artikelliste */
#artikelliste { margin-top: 20px; }
.artikel {
	border: 2px solid #eceaeb;
	padding: 7px 10px 10px 10px;
}
.bg_artikel {
	border: none;
	background-color: #eceaeb;
}

/* Referenzen */
#referenzen { margin-top: 20px; }
#referenzen table {
	border: 2px solid #eceaeb;
	border-bottom: none;
}
#referenzen table thead td {
	padding: 2px 10px 0 10px;
	background-color: #eceaeb;
}
#referenzen table td {
	border-bottom: 2px solid #eceaeb;
	padding: 10px;
}


/* Fuss
----------------------------------------------------------------------*/
#fuss_navi { list-style: none; }
#fuss_navi a { margin-right: 30px; }

body {
	font: 85% Verdana, Helvetica, sans-serif;
	color: #968c8c;
}
a:link, a:visited { color: #003d6a; }
a:hover, a:focus, a:active { color: #000; }
h1,h2,h3,h4,h5,h6 {
	font: 80% Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #5c4d4e;
}
h1,h2,h3,h4,h5,h6 { margin-bottom: 5px; }
p,ul,ol { margin-bottom: 15px; }


/* Main
----------------------------------------------------------------------*/
#navi li {
	font-size: 100%;
	color: #fff;
	text-transform: uppercase;
}
#navi li a {
	color: #fff;
	text-decoration: none;
}
.navi_aktiv { font-weight: bold; }
#sub_navi li {
	font-size: 100%;
	color: #968c8c;
	text-transform: uppercase;
}
#sub_navi li a {
	color: #968c8c;
	text-decoration: none;
}
.sub_navi_aktiv { font-weight: bold; }

#grafik_table {
	font: 130% Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #fff;
}

/* News Startseite */
#news_start { color: #003d6a; }
#news_start h1, #news_start dl dt { font-weight: bold; }
#news_start dl dt { text-transform: uppercase; }
#news_start dl dd a {
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
}

/* Artikelliste */
.artikel h1 { font-weight: bold; }
.artikel a {
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
}

/* Referenzen */
#referenzen h1 { font-weight: bold; }