/* WEBSEITE -------------------------------------------------------------- */

html {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #000;
	padding: 0;
	margin: 0;
	background-color: #010552;
}



/* KOPF & SEITE ---------------------------------------------------------- */

#kopf {
	background: url(../gr/kopf_hg.gif) repeat-x;
	height: 185px;
	margin-top: 5px;
}

#kopf-inhalt {
	width: 800px;
	margin: 0 auto;
}

#koerper {
	width: 800px;
	margin: 0 auto;
	padding: 0;
}

#seite {
	width: 100%;
	background: url(../gr/seite_hg_oben.gif) top left no-repeat #fff;
	background-color: #fff;
}

#kopf-navi {
	position: absolute;
	font-size: 10px;
	color: #99ccff;
	margin-left: 210px;
}

#kopf-navi a {
	color: #99ccff;
	font-weight: normal;
}

#kopf-navi a:link, #kopf-navi a:visited {
	text-decoration: none;
}

#kopf-navi a:hover, #kopf-navi a:active, #kopf-navi .aktiv {
	color: #d20000;
	text-decoration: none;
}

#kopf-navi .navi-link {
	float: left;
	height: 15px;
	border-left: 1px solid #99ccff;
	padding: 7px 25px 0 10px;
	margin-top: -7px;
}



/* NAVIGATION ------------------------------------------------------------ */

#navigation {
	float: left;
	width: 165px;
	font-weight: bold;
	color: #003399;
	padding: 25px 15px 30px;
}

#navigation a:link, #navigation a:visited {
	text-decoration: none;
}

#navigation a:hover, #navigation a:active, #navigation .aktiv {
	color: #d20000;
	text-decoration: none;
}

#navigation .linie {
	height: 1px;
	width: 165px;
	border-top: 1px solid #d7d7d7;
	margin: 10px 0;
}



/* INHALT & FUSS --------------------------------------------------------- */

#inhalt {
	float: left;
	width: 575px;
	padding: 25px 15px 30px;
}

#inhalt-navi {
	font-weight: bold;
	padding-bottom: 8px;
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 18px;
}

#inhalt-navi .aktiv {
	color: #d20000;
}

#inhalt-navi a {
	margin-right: 30px;
}

.box, .box-links, .box-rechts {
	background: url(../gr/box_hg.gif) repeat-x;
	border: 1px solid #d7d7d7;
	margin: 0 0 15px;
	padding: 5px;
}

.box {
	width: 563px;
}

.box-links {
	float: left;
	width: 336px;
}

.box-rechts {
	float: right;
	width: 200px;
}

.galerie {
	float: left;
	width: 130px;
	height: 98px;
	border: 1px solid #d7d7d7;
	padding: 1px;
	margin-left: 5px;
	margin-bottom: 5px;
}



/* FUSS ------------------------------------------------------------------ */

#fuss {
	background: url(../gr/fuss_hg.gif) no-repeat;
	font-size: 10px;
	color: #555;
	height: 25px;
	text-align: center;
	margin-bottom: 15px;
}

#fuss a, #fuss a:link, #fuss a:visited {
	color: #555;
	text-decoration: none;
}

#fuss a:hover, #fuss a:active {
	color: #d20000;
	text-decoration: none;
}



/* TABELLEN -------------------------------------------------------------- */

table {
	border-collapse: collapse;
}

td {
	background-color: #eee;
	padding: 4px;
	border: 1px solid #fff;
}

td.kopf {
	background-color: #003399;
	color: #fff;
	font-size: 13px;
}

td.weiss, table.weiss td {
	background-color: #fff;
}



/* HTML ------------------------------------------------------------------ */

h1 {
	font-size: 15px;
	font-weight: bold;
	color: #010552;
	margin: 0 0 25px;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	color: #010552;
	margin: 2px 0 10px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #010552;
	margin: 5px 0 10px;
}

a {
	color: #003399;
	font-weight: bold;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	color: #d20000;
	text-decoration: none;
}

img {
	border: 0;
}

hr {
	clear: both;
	height: 1px;
	border-top: 1px solid #d7d7d7;
	border-bottom: 0;
	display: block;
	margin: 10px 0;
}

table.galerie_liste td {
	height: 95px;
	align: center;
	text-align: center;
}

.rahmen {
	padding: 1px;
	border: 1px solid #d7d7d7;
}

.links {
	float: left;
	margin-right: 15px;
}

.rechts {
	float: right;
	margin-left: 15px;
}

.text-klein {
	font-size: 11px;
}

.text-gross {
	font-size: 14px;
}

.clear {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}