@import "links.css";

/* style for HOME */

body {
background-color: white;
color:#303030;
font: 76% Verdana,Tahoma,Arial,sans-serif;
}


div.home {background-color:#fff;
color:#333; margin:0 auto;
width:800px;
border: 0.5px #e7e7e7 solid;
margin-top: -20px;
}

/* style for GENERAL MARKING */

em {
font-weight: bold;
font-style: normal;
font-size: 105%;
}



.italic {
font-style: italic;

}

.smaller-italic {
font-style: italic;
font-size: 90%;

}



.caps {
text-transform: uppercase;

}

.smaller-caps {
text-transform: uppercase;
font-size: 90%;

}


/* style for HOME - HEADER */

table.homescreen {
margin:0px 0 0;
height: 275px;
background-color: white;
width: 796px;
}

td.header {
margin: auto;


}

tr.navigation-top {
margin-top: 0px;
margin-bottom: 10px;
height: 32px; 
background-color: #07005f;
color: white;
border-bottom: solid 2px white;
border-top: solid 2px white;
}





td.navigation-top a { 
	font-family: Verdana, Sans-Serif;
        margin-left:115px;
	font-weight: bold;
	border: 0px;

	
	}



/* style for HOME - VERTICAL NAVI (sidebar) */

table.home-division {
min-height: 400px;
vertical-align: top;
}


td.vertical-navi {
width: 150px;


background-color: #0086cc;

}

div.vertical-navi {
color: white;
margin-left: 15px;
position: absolute;
top: 300px;

}









/* style for HOME - CONTENT */


td.home-content p {

margin-left: 15px;

}


div.signature {
margin-top: -5px;

}


div.homebild {
padding-left: 15px;

}

div.aboutbild {
padding-left: 15px;
text-align: center;
}


/* style for BILDGALERIE */

table.bildgalerie  {

margin: auto;
padding-top: 50px;
padding-bottom: 50px;
padding-left: 20px;
background-color: none;
text-align: center;
color: white;
}

table.bildgalerie td {

width: 180px;


}




/* style for HOME - FOOTER */



table.footer {
width: 800px;
background-color: #07005f;
font-size: 9px;
text-align: center;
color: white;
}













