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

/* IE PNG FIX */
body, img, div {
	behavior:url('iepngfix.htc') ;
}

a, a:link, a:active, a:focus {
	color:#0000FF;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

fieldset {
	width:93%;
	margin:auto;
	border: 2px #0099FF solid;
	padding:5px;
}

h1 {
	color:#0099FF;
	margin:0px 0px 7px 0px;
	padding:0px;
	font-size:18px;
	border-bottom:1px #000 solid;
	text-indent:7px;
}

h2 {
	color:#0099FF;
	margin:0px 0px 7px 0px;
	padding:0px;
	border-bottom:1px #000 solid;
}

h3 {
	color:#FF6600;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

html, body {
	background:#0366AC url('img/site_bg.gif') repeat-x;
	padding-top:10px;
	font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}

img, img a {
	border:none;
}

legend {
	padding:0px 3px 0px 3px;
	font-weight:bold;
	color:#000;
}

table {
	width:98%;
	margin:auto;
}

th {
	text-align:center;
	font-weight:bold;
}

table.cost {
	border:2px #0099FF solid;
	margin-top:15px;
}

th.cost {
	text-align:center;
	font-weight:bold;
	color:#000;
	background:#FF9500;
}

td.cost {
	text-align:center;
	height:25px;
	line-height:25px;
}

td.list {
	border-left:1px #000 solid;
	border-top:1px #000 solid;
	padding:2px;
}

/**
 * Seitenunterteilungen
 * Von oben nach unten geordnet
*/

#site_container {
	width:997px;
	margin:auto;
	background:#FFF url('img/site_container.gif') repeat-y;
}

#site_top_top {
	height:74px;
	background:url('img/top_top.gif') no-repeat;
}

#site_top_mid {
	height:30px;
	padding-left:30px;
	background:url('img/top_mid.gif') no-repeat;
}

#site_top_btm {
	height:96px;
	background:url('img/top_btm.gif') no-repeat;
}

#site_top_beneath {
	height:25px;
	background:url('img/top_beneath.gif') repeat-x;
}

#site_content {
}

#site_footer {
	height:39px;
	background:url('img/footer.gif') no-repeat;
	line-height:39px;
	color:#FFF;
	text-align:center;
}

#site_end {
	height:7px;
	background:url('img/site_end.gif') no-repeat;
}

/**
 * Ende Seitenunterteilungen
*/

/**
 * Header-Navigation
*/

#site_top_mid ul {
	width:500px;
	text-align:center;
}

#site_top_mid ul, #site_top_mid ul li {
	list-style:none;
	display:inline;
}
#site_top_mid ul li a {
	height:30px;
	line-height:30px;
	color:#000;
	font-size:16px;
	padding:0px 8px 0px 8px;
	text-decoration:none;
	font-weight:bold;
}
#site_top_mid ul li a:hover {
	text-decoration:underline;
}

/**
 * Navigations-Reihe
*/

#site_top_beneath ul, #site_top_beneath ul li {
	list-style:none;
	display:inline;
}
#site_top_beneath ul li a {
	height:25px;
	display:block;
	padding:0px 5px 0px 5px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	float:left;
	line-height:25px;
}
#site_top_beneath ul li a:hover {
	background:#00223A;
	color:#FFF;
}

/**
 * Ende Navigations-Reihe
*/

/**
 * Aktivitätsbox
*/
.activity_box {
	height:80px;
	width:150px;
	background:url('img/activity_box.png') no-repeat;
	float:left;
	border:1px #000 solid;
	margin-right:2px;
}
.activity_box_countdown {
	text-align:center;
	margin:1px 0px;
	color:#E6590C;
	font-weight:bold;
}

/**
 * Leiste - Orange
*/
.row_orange {
	height:60px;
	width:90%;
	margin:auto;
	margin-top:6px;
	background:#FF9500 url('img/bg_orange.gif') repeat-x;
	border:1px #000 solid;
	line-height:60px;
	text-align:center;
}
.row_orange a {
	color:#000;
	text-decoration:none;
}
.row_orange_sub {
	width:50%;
	height:20px;
	margin:0px auto;
	background:#FF9500;
	border:1px #000 solid;
	border-top:none;
	text-align:center;
}
.row_orange_sub a {
	color:#000;
	text-decoration:underline;
	padding-right:4px;
	padding-left:4px;
}
.row_orange_sub a:hover {
	text-decoration:none;
}

/**
 * Ende Leiste - Orange
*/

/**
 * Hover Boxen
*/
.tooltip_box h3{
	color:#0099FF;
}
.tooltip_box {
	color:#333;
}

/**
 * Inhaltsbox
*/
.contentbox {
	width:88%;
	padding:1%;
	margin:10px auto;
	border:1px #000 solid;
	text-align:justify;
}
.contentbox h1 {
	color:#002844;
	margin:0px 0px 7px 0px;
	padding:0px;
	font-size:18px;
	border-bottom:1px #000 solid;
	text-indent:7px;
}

/**
 * Textmodifizierer
*/
.black h3 {
	color:#000;
}
.wide_row {
	line-height:22px;
}