/* CSS Document */

/* Gesamtdefs */
/* ******************************************* */

* {padding: 0; margin: 0;}
html {height:101%;}


body {
font-family:  helvetica, arial, sans-serif;
font-size: 1em;
height: 100%;
}

h1 {
font-size: 110%;
font-weight:bold;
text-transform: uppercase;

}

h2 {
font-size: 110%;
font-weight:bold;
}

h3 {
font-size: 100%;
}

a {
text-decoration: none;
color:#000000;
}

a:hover {
text-decoration: underline;
}

p {
line-height: 1.2em;
}




/* Contentbereich*/
/* ******************************************* */

#unten {
display:none;
}

#content {
height: 100%
}
/* Links, Kontakt, Audio  Scroller und Inhalt  */
/* ******************************************* */

#p7scroller1  {
width:100%; 
z-index:100; 
overflow: visible; 
border: 1px none #000000;
}

#p7s1content1 {
	float:left;
	width: 100%;
	height: 100%;
	z-index: 99;
	margin-bottom: 20px;
	padding-bottom:20px;
}

#p7sc1Up {
display:none;
}


#p7sc1Down{
display:none;
}

#vita_download {
display:none;
}

/* Tabelle*/
/* ******************************************* */

table {
float:left;
vertical-align:top;
}

tr {
vertical-align:top;
}

td {
padding-top: 2px;
padding-right: 10px;
padding-bottom: 3px;
vertical-align:top;
}


/* Textauszeichnungsklassen*/
/* ******************************************* */

.kleinschreibung {
text-transform:lowercase;
}

