/*General things */

h1,h2,h3,h4,h5,h6,h7{
	padding: 0em;
	margin: 0em;
	color: #8C4040;
	margin-bottom: 1em;
	margin-top: .5em;}
	
h1{font-size: 1.4em;}
h2{font-size: 1.2em;}
h3{font-size: 1.2em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}
h7{font-size: 1em;}

a:link { color:#0066CC; text-decoration:none;}
a:active { color:#0066CC; text-decoration:none;}
a:visited { color:#0066CC; text-decoration:none;}
a:hover { color:#303030; text-decoration:none;}

.fett { font-weight:600;}
.blaufett { color:#0066CC; font-weight:600; }
.blau { color:#0066CC; }

.te { font-weight:600; font-size:12; }

.pagetitle { 
        font-size:14;
        color:#0066CC;
        font-weight:600;
}

body td{
	margin-top:20px; margin-left:0px; margin-right:0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
        font-weight:500;
}
	
p{padding: 0em;margin-top: 1em;margin-bottom: 1em;}
	
.red{color: #8C4040;}
div.header{
	width: 620x;
	border-right: 1px #BFBFBF solid;
	border-top: 1px #eeeeee solid;
	border-left: 1px #eeeeee solid;
	padding-left: 4px;
	padding-right: 4px;}

	
div.shadow{
	width: 635px;
	/* border-right: 1px #e9e9e9 solid; */
	margin-top: 10px;}




	
/* popup menu stuff */
div.menu{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #ffffff;
	background-color: #0066CC;
	border-left: 1px #ffffff solid;
	border-right: 1px #ffffff solid;	
	
	}
	
div.menu div{
	height:18px;
	border-top: 1px #ffffff solid;}
	
div.menu a{
	color:#ffffff;
	text-decoration: none;
	display: block;
	padding:3px;

}
div.menu a:visited{
	color:#ffffff;
	text-decoration: none;
	display: block;
	padding:3px;

}
	
div.menu a:hover{
	color: ffffff;
	text-decoration: none;
	background-color: #0099FF;}
	

.form { 
        border-top: #0066CC solid 1px; 
        border-bottom: #0066CC solid 1px;
        border-left: #0066CC solid 1px; 
        border-right: #0066CC solid 1px; 
        background: #ffffff; 
        font-family: Verdana, Arial, Helvetica, sans-serif; 
        padding-left: 3px; 
        font-size: 10px; 
        scrollbar-base-color:#0066CC;
        scrollbar-arrow-color:#efefef;
        scrollbar-track-color:#efefef;
}
	