/* (c) 2009 CSS-Styling by AC-Computers */
	
body {
	overflow: auto; /* Geister-Bildlaufleiste unterbinden */
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #99CDFF;
}

a {
	color: #30C;
	text-decoration: none;
}

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

p {
	font-size: 12px;
	font-style: normal;
	color: #000;
	margin-left: 5px;
}

p.boxgross  {
	background-color: #F9F9F9;
	border: 1px solid #DFDFDF;
	color: #0050A0;
	font-family: Arial, serif;
	font-size: 9pt;
	padding: 10px;
	width: 95%;
	margin-left: 5px;
}

div.newsbox {
	background-color: #F9F9F9;
	border: 1px solid #DFDFDF;
	color: #0050A0;
	font-family: Arial, serif;
	font-size: 14pt;
	padding: 10px;
	width: 95%;
	margin-left: 5px;
}

p.boxklein      {
	background-color: #F9F9F9;
	border: 1px solid #DFDFDF;
	color: #0050A0;
	font-family: Arial,serif;
	font-size: 9pt;
	padding: 10px;
	width: 40%;
	margin-left: 5px;
}

h1 {
	font-size: 24px;
	margin-top: 1.8em;
	padding-left: 5px;
	color: #008;
}

h2 {
	font-size: 18px;
	padding-left: 5px;
	margin-bottom: 2px;
	font-weight: bold;
	color: #039;
}

h3 {
	font-size: 14px;
	padding-left: 5px;
	margin-bottom: 2px;
	font-weight: bold;
	color: #039;
}

h4 {
	font-size: 16px;
	padding: 0 0 0 5px;
	margin-bottom: 5px;
	color: #039;
	font-weight:normal;
}

hr {
	border: none;
	background: #0050A0;
	height: 2px;
	width: 97%;
	text-align: left;
	margin: 4px;
}

ol li {
	font-size: 12px;
}

ul li {
	font-size: 12px;
}

.float_left {
	float: left;
	margin-left: 10em;
}

.float_right {
	float: right;
}

.clear {clear: both;}

.bold {font-weight: bold;}

.underline {border-bottom: solid 1px;}

.oblique {font-style: oblique;}

.klein {
	font-size: 0.8em;
	color:#333;
	font-weight:normal;
	line-height: normal;
}

.blaufett13 {
	font-size: 13px;
	font-weight: bold;
	color:#009;
}

.frame {
	border: 3px solid #CDE;
	padding: 1.5em;
}
.boxft {
	font-size: 12px;
}


.img {
	border: 0;
}

#outer-container {
	width: 960px;
	margin: 5px auto;
}

#inner-container {
	width: 960px;
	background-color: #FFF;
}

#header {
	width: 960px;
	height: 140px;
	background: url(images/header.png) no-repeat;
}

#content {
	width: 922px;
	padding: 15px;
	line-height: 19px;
	border-right: solid 4px #09C;
	border-left: solid 4px #09C;
	border-bottom: solid 4px #09C;
	background-color: #FFF;
}

#nav {
	float: left;
	width: 960px;
	height: 100%;
	background: url(images/nav_bg.png) repeat-x;
	font-size: 96%;
}

#nav ul {
	margin: 0px;
	padding: 0 30px 10px 0;
	list-style: none;
}

#nav li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#nav a {
	float: left;
	margin: 0;
	padding: 0 0 0 18px;
	text-decoration: none;
	background: url(btn_bg.gif) no-repeat left top;
}

#nav a span {
	float: none;
	display: block;
	padding: 5px 12px 4px 12px;
	color: #FFF;
}

#nav a:hover {
	background-position: 0% -40px;
}

#nav a:hover span {
	background-position: 100% -40px;
	color: #FFF;
	background-image: url(images/btn_bottom.gif);
}

/* Aktiver Menüpunkt */
#nav .aktiv {
	background-position: 100% -40px;
	color: #FFF;
	background-image: url(images/btn_bottom.gif);
}

.tabelle_cv {
	border: 0;
	width: auto;
	height: auto;
	font: 13px/16px Verdana, Arial, Helvetica, sans-serif;
	z-index: 1;
}

.tabelle_akt {
	border: 0px;
	width: 400px;
	height: 135px;
	font: 13px/16px Verdana, Arial, Helvetica, sans-serif;
	z-index: 3;
}
.tabelle_akt_rhm1 {padding: 2px; margin: 0; background-color: #99CDFF; float: left;}
.tabelle_akt_rhm2 {padding: 2px;margin: 0; background-color: #FFF;}
.tabelle_akt_h12px {height: 5px; font-size: 12px;}
.tabelle_akt_h14px {height: 20px; font-size: 14px;}
.tabelle_akt_farbe_01 {background-color: #DAD2FF; vertical-align: middle;}
.tabelle_akt_farbe_02 {background-color: #F1F6FA; vertical-align: middle;}
.tabelle_akt_size13bold {font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight:bold;}
.tabelle_akt_size12normal {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal}

#footer {
	background: url(images/footer_bg.gif);
	width: 960px;
	height: 100%;
	color: #FFF;
	padding-bottom: 3px;
	line-height: 15px;
	font-size: 10px;
	text-align: center;
}

#footer .doc {
	color: cyan;
}