* { /* entfernt alle Standard-Abstaende */
	margin:0;
	padding:0;
	border:0;
}

body {  /* Grundeinstellungen */
color: #000;
background-color: #FFF;
font-size: 75%;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* **************** Stil-Definitionen ******************* */

a, p, td, th, h2, h3, h4, h5, img, label, input, select, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
li, td li {
	list-style-position: outside;
	padding-bottom: 0.5em;
	padding-left: 5px;
	margin-left:15px;
}
a, a:visited {
color: #FFFFFF; 
text-decoration: none;
}
#content a, #content a:visited {
color: #FF6666;
font-weight:bold; 
}
a:hover, a:active, #content a:hover, #content a:active, #menu .aktiv {color: #990000;
}
#content a:hover img {border-color: #990000;
}
p {text-align: justify;}
p, h2, ul {padding-bottom: 1em;
}
h2 {font-size: 1.3em;
}
h3 {
font-size: 1.1em;
padding-bottom: 0.4em;
}
h4 {
font-size: 1em;
padding-bottom: 0.2em;
}
form {margin-top: 1em;
}
label, input, select, textarea {
font-size: 1em;
border: 1px solid #FF6666;
margin-top: 0.2em;
padding: 0.1em;
}
input.button {
width: 7em;
padding: 0.3em;
border: 1px solid #666666;
border-left-color: #FFF;
border-top-color: #FFF;
margin-top: 1em;
margin-right: 0.5em;
}

/* ***************  Layout-Definitionen ****************** */

#container {  /* der Behaelter um alles herum */
	width: 710px;
	background-color: #fff;
	position: relative;
	margin: 1.2em auto;
}

h1 {  /* ---------- Seitentitel ---------- */
height: 90px;
}

#menu { /* -------- Navigation ---------- */
background-color: #FF6666;
height: 1.2em;
padding: 0.2em 0.5em;
color:#FFFFFF;
text-align: center;
}
#menu a, #menu .aktiv {
padding-right: 0.5em;
padding-left: 0.5em;
}

#content { /* ------- Seitenmitte --------- */
	position: relative;
	height: 420px;
	background-image:url(../images/hintergrund.jpg);
	background-position:center;
	background-repeat:repeat-x;
	overflow: auto;
	padding-top: 2.3em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
}
#content td {
vertical-align: top;
padding: 0.2em;
padding-right: 2em;
}
#content .imgleft { /* linke Spalte, wenn Bild vorhanden */
float: left;
}
#content .imgteam img { /* definiert das Aussehen der Bilder auf Seite Team */
padding: 2px;
border: 1px solid white;
margin-right: 4px;
margin-bottom: 4px;
}
#content_text {  /* rechte Textspalte, wenn links Bild vorhanden */
margin-left: 270px;
padding-top: 10px;
}
#content_portrait {  /* rechte Textspalte fuer Seiten Team-Portrait */
position: relative;
height: 357px; /* Bildhoehe (367px) minus padding top */
padding-top: 10px;
margin-left: 340px;
}
#content_portrait h3 {
font-size: 1.2em;
padding-bottom: 1.2em;
}
#content_portrait .zurueck{ /* definiert die Position des zurueck-Buttons */
position: absolute;
bottom: 0;
}

#footer { /* --------- Seitenfuss --------- */
background-image:url(../images/fusszeile.gif);
background-repeat:no-repeat;
background-position:bottom;
height: 18px;
border-top: 2px solid #FF6666;
}
