/* farbbestimmung für seite */
body {
background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
}


 
/* schriftfamilie in tabellen */
td {
	font-family: Arial, Helvetica, sans-serif;
}

.menuepunkt{
padding-left:136px;}

.thumbnail{
padding: 9px;

}


/* bild im jeweiligen fenster steht unten */
.bottom
{
vertical-align:bottom;
height: 556px;
}


/* bildunterschrift im jeweiligen fenster steht in der tabelle oben ausgerichtet */
.legend
{
height:94px;
vertical-align:top;
}


/* bildunterschriften - deutsch - black, light*/
.underline_de{
font-family: Arial, Helvetica, sans-serif;
font-size:x-small;
color:#000000;
padding-top:5px;
padding-bottom:4px;
}


/* bildunterschriften - englisch - grey, light */
.underline_us{
font-family: Arial, Helvetica, sans-serif;
font-size:x-small;
color:#666666;
}


/* headlines der bildunterschriften - deutsch - black, bold */
h1.de{
font-family: Arial, Helvetica, sans-serif;
font-size:smaller;
color:#000000;
font-weight:bold;
margin-bottom:5px;
padding-left: 10px;
}


/* headlines der bildunterschriften - englisch - grey, bold */
h1.en{
font-family: Arial, Helvetica, sans-serif;
font-size:smaller;
color:#666666;
font-weight:bold;
margin-bottom:5px;
padding-left: 10px;
}


/* fliesstext - deutsch - black, light */
.page_text_de{
font-family: Arial, Helvetica, sans-serif;
font-size:smaller;
color:#000000;
padding-left: 10px;
padding-bottom: 20px;
}


/* fliesstext - english - grey, light --- für VITA, wegen abstand zur headline */
.page_text_us{
font-family: Arial, Helvetica, sans-serif;
font-size:smaller;
color:#666666;
padding-left: 10px;
padding-top: 20px;
}

/* fliesstext - english - grey, light --- für TEXT, wegen abstand zur headline */
.page_text_en2{
font-family: Arial, Helvetica, sans-serif;
font-size:smaller;
color:#666666;
padding-left: 10px;
padding-bottom: 20px;
}




/* completter container auf den hauptseiten */
.main_box{
padding-top:80px;
padding-left:60px;
}


/* tabelle für contact-page */
.table_contact
{
font-family: arial, helvetica, sans-serif;
font-size:smaller;
padding-left:13px;
}


/* tabelle - vita-page GERMAN -- linke spalte auf 100px */
.table_legend_de
{
font-family: arial, helvetica, sans-serif;
font-size:smaller;
width:100px;
padding-left:13px;
}


/* tabelle - vita-page ENGLISH -- linke spalte auf 100px */
.table_legend_us
{
font-family: arial, helvetica, sans-serif;
font-size:smaller;
width:100px;
padding-left:13px;
color:#666666;
}


/* tabelle - vita-page GERMAN -- rechte spalte */
.table_text_de
{
font-family: arial, helvetica, sans-serif;
font-size:smaller;
}


/* tabelle - vita-page ENGLISH -- rechte spalte */
.table_text_us
{
font-family: arial, helvetica, sans-serif;
font-size:smaller;
color:#666666;
}

/* link-COLOR (dark blue) */
a:link
{
color:#006699;
text-decoration:underline
}

/* besuchter link -- COLOR (dark blue) */
a:visited
{
color:#006699;
text-decoration:underline
}
 
/*ladender link -- COLOR (dark blue) */
a:active
{
color:#006699;
text-decoration:underline
}

/*mouseoverstatus link - COLOR (dark blue) */
a:hover
{
color:#006699;
text-decoration:underline
}



