body {
	margin:0em;
	padding:0em;
	font-family:verdana, arial, 'Times New Roman'; /*verdana, arial, 'Times New Roman'*/
	cursor:default;
}

/* Links */
a {
	color:#000000;
	text-decoration:none;
}

a.navi_oben {
	color:#1f1f1f;
}

a.navi_oben:hover {
	color:#6f6f6f;
	text-decoration:underline;
}

a.normal:hover {
	color:#6f6f6f;
	text-decoration:underline;
}

a.menu {
	letter-spacing:0.2em;
	display:block;
}

a.menu:hover {
	/* letter-spacing:0.3em; */
	/* font-weight:bold; */
}


/* Container */
div.oben {
	background-color:#0B2292;
	width:100%;
	height:15px;
}

div.p_oben {
	background-color:#0B2292;
	width:100%;
	height:2px;
	margin-top:2px;
	font-size:2px;
}

div.p_unten {
	clear:both;
	background-color:#0B2292;
	width:100%;
	height:2px;
	margin-top:2px;
	font-size:2px;
}

div.p_unten2 {
	clear:both;
	background-color:#ffffff;
	width:100%;
	height:2px;
	margin-top:2px;
	font-size:2px;
}

div.navi_oben {
	background-color:#efefef;
	width:100%;
	height:auto;
	font-size:0.8em;
	margin-top:3px;
	margin-bottom:3px;
	text-align:left;
	letter-spacing:0.3em;
}

div.navi_oben2 {
	background-color:#efefef;
	width:100%;
	height:auto;
	font-size:0.8em;
	margin-top:3px;
	margin-bottom:3px;
	text-align:right;
	letter-spacing:0.3em;
}

div.footer {
	clear:both;
	background-color:#ffffff;
	width:100%;
	height:auto;
	font-size:0.6em;
	margin-top:0.3em;
	margin-bottom:0.3em;
	text-align:left;
	color:#6f6f6f;
}

div.rechts {
	position:absolute; 
	right:8px; 
	top:100px;
	width:204px;
	font-size:0.7em;
	background-color:#ffffff;
}

div.menu {
	float:left;
	width:170px;
	padding-bottom:9px;
	background-color:#efefef;
	border-bottom:1px solid #0B2292;
	height:auto;
	min-height:350px;
}

div.inhalt {
	font-size:0.8em;
	padding-top:9px;
	float:left;
	width:48%;
	padding-left:20px;
	border-left:1px solid #0B2292;
	height:auto;
	min-height:360px;
}

div.struktur {
	margin:0em;
	padding:0em;
	clear:both;
	width:100%;
	height:auto;
	background-image:url('../img/back_menu.jpg');
	background-repeat:repeat-y;
	background-position:top left;
	background-attachment:fixed;
}

/* Menü */
ul {
	margin:0em;
	padding:0em;
	text-align:right;
	direction:rtl;
	margin-right:20px;
}

li {
	font-size:0.8em;
	font-family:verdana, arial, 'Times New Roman';
	list-style-type:circle;
	margin:0em;
	margin-top:0.7em;
	/* text-align:right; */
	/* font-weight:bold; */
}

li:hover {
	list-style-type:disc;
}

/* Texte */

p.right2 {
	font-size:0.2em;
	margin:0em;
	margin-top:2em;
}

p.right {
	margin:0em;
	margin-top:0.8em;
}

p.anschrift {
	font-size:0.7em;
	padding-left:0.5em;
}

p.disclaimer {
	width:100%
}

p.aktuell {
	width:90%;
	background-color:#efefef;
	border:1px dotted #afafaf;
	padding:4px;
}

/* Tabellen */
table.profil {
	width:95%;
	font-size:0.9em;
	border:0px;
}

td.profil_1 {
	width:120px;
	vertical-align:top;
}

td.schwer_1 {
	width:150px;
	vertical-align:top;
}

td.profil_2 {
	width:170px;
	vertical-align:top;
}

td.profil_3 {
	width:auto;
	vertical-align:top;
}

td.profil_4 {
	width:auto;
	vertical-align:top;
}

table.referenzen {
	width:95%;
	font-size:0.9em;
	border:0px;
}

td.referenzen_1 {
	width:100px;
	vertical-align:top;
}

td.referenzen_2 {
	width:auto;
	vertical-align:top;
}

table.aktuell {
	width:90%;
	background-color:#efefef;
	border:1px dotted #afafaf;
	padding:4px;
	font-size:0.9em;
}

/* Bilder */
img.right {
	border:0em;
	width:7px;
	height:7px;
}

#navi_start {
	border:0em;
	width:7px;
	height:7px;
}

#logo {
	/* position:absolute; */
	/* right:0.5em; */
	/* top:4.5em; */
	border:2px solid #0B2292;
	width:200px;
	height:175px;
}

/* Linien */
hr.ref {
	width:100%;
	color:#afafaf;
	size:1px;
	margin:0px;
}

