/* styles_css - alisha_geburt */
body {
	font-family:Verdana,Arial,sans-serif;
	/* margin-top: 5px;
	*/
	margin-bottom: 5px;
	scrollbar-face-color: #996699;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#C0C0C0;
	scrollbar-darkshadow-color:#400080;
	scrollbar-shadow-color:#800080;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#E0E0E0;
	font-size : 90%;
	color : White;
	background-image : url(img/background_main.gif);
	background-repeat : repeat;
	background-attachment : fixed;
}

/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */

div,p,h1,h2,h3,h4,ul,ol,li,pre,span,td { font-family:Verdana,Arial,sans-serif; }

h1 { font-size: 160%;font-weight:bold; } 
h2 { font-size:120%;font-weight:bold; }
h3 { font-size:110%;font-weight:bold;font-style:italic; }
h4 { font-size:100%;font-weight:bold;font-style:italic; }
pre { font-size:80%; }
td { font-size:90%; vertical-align:top; text-align : center; }

td.hmenue {
	font-size:70%;
	vertical-align:middle;
	text-align:center;
	border-width: 2px;
	border-style: solid;
	border-color : Silver Gray Gray Silver;
	font-weight : bold;
	color : White;
	background-color : Purple;
	margin : 10;
	padding : 5;
}

td.nr {
	background-color : Purple;
	font : 8pt;
	color : White;
}

td.mailhp {
	background : #FFB6C1;
	font-size : 8pt;
	background-color : #8A2BE2;
}
	
table.gb {
	border : Maroon;
	width : 60%;
	padding : 3;
	text-align : center;
	border-bottom-style : solid;
	border-left : solid Maroon;
	border-right-style : solid;
	background-color : Purple;
	border-bottom : solid Maroon;
}

td.gal_pic{
	vertical-align: bottom;
	text-align: center;
}

td.C {
	font-size : 8pt;
}

/* call with class="hmenue" */



/* call with id="without#" */

a:link {
	text-decoration:underline;
	color : Aqua;
}
a:hover {
	color : Red;
}
a:visited {
	color: Silver;
	text-decoration:underline;
}
a:active {
	color: #7FFFD4;
	text-decoration:none;
	font-weight:bold;
}

td.inset {
	border : inset 7;
}
