html, body {
	margin: 0 0 20px 0;
	padding: 0;
	border: 0;
	height: 100%;
}

body {
	background-color: #336699;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #003366;
	background-image: url(../pics/layout/hintergrund_blau_1.gif);
	background-repeat: repeat-y;

}

#headcontainer {
	background-color: #fff;
	background-image: url(../pics/layout/hintergrund_weiss_1.gif);
	background-repeat: repeat-y;
}

#head {
	width: 763px;	
	height: 150px;
	font-size: 12px;
	background-image: url(../pics/layout/head_logo.jpg);
	background-repeat: no-repeat;
/* tanteks hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 760px;
}
html>body #head {
	width: 760px;	 /* tanteks hack ende */
}

#menue {
	background-color: #cc9966;
	height: 30px;
	padding-left: 32px;
	line-height: 30px;
}

#menue a {
	color: #fff;
	font-weight: bold; 
	text-decoration: none;
}	

#menue a:hover {
	color: #663300;
	font-weight: bold; 
	text-decoration: none;
}

#menue ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menue ul li {
	display: inline;
}

#menue li {
	margin-right: 16px;
	color: #663300;
	font-weight: bold;
}

#inhalt {
	width: 760px;
	color: #fff;
	padding: 10px 160px 0 32px;
/* tanteks hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 568px;
}
html>body #inhalt {
	width: 568px;	 /* tanteks hack ende */
}

h1 {
	font-size: 100%;
}


h2 {
	text-decoration: underline;
	font-size: 100%;
	margin-top: 10px;
	margin-bottom: 5px;
}

h3 {
	color: #006666;
	font-size: 110%;
	margin-top: 20px;
	background-color: #ebebeb;
	padding: 2px;
}

a {
	color:#FFFFFF;
	text-decoration:underline
}

a:hover {
	color:#cc9966;
}

p {
	margin-top: 5px;
	line-height: 150%;
}

img {
	border: none;
}

td {
	vertical-align: top;	
}

.br {
	clear:both;
}

/* Mitarbeiter */
.m50 {
    float: left;
    width: 50%;	
}

dl.ma {
    float: left;
    width: 50%;
    margin-bottom: 2em;
}

dl.ma dt, dl.ma dd {
    margin: 0;
}

.m50 dd {
	margin-left: 15px;	
	color: #E6EFFA;
}

.m50 dd a:link, .m50 dd a:visited {
	color: #E6EFFA;	
}

dl.ma dt, .m50 dt {
    font-weight: bold;
    margin-bottom: .5em;
}

.m50 dt {
	margin-top: 20px;
}

/*.ma dt { float: left; width: 150px; height: 200px; }*/
/*.ma dd { margin: 0 0 0 280px; padding: 0; }*/
dt img { border: 1px solid #cc9966; }

.ma_abstand { height: 20px; clear: both; }

.ma ul { margin: 4px 4px 10px; padding: 4px; list-style: circle; }
.ma li { font-size: 85%; margin: 0px 0 0 10px; }

/*Referenzliste*/
.ref td {
	border-bottom: #CC9966 1px dotted;
}

a.nachoben {
	color: #cc9966;
	font-size: 80%;
	text-decoration: none;
}

a.nachoben:hover {
	color: #fff;
}

