/*Die-Volkspolizei-Stil*/

/*Allgemeines*/
h1,h2{
	color:black;
	margin-top:10px;
}

img{
	border:none;
}
a:link { color:darkblue; text-decoration:none; line-height: 1em;}
a:visited { color:darkblue; text-decoration:none; line-height: 1em;}
a:focus { font-weight:bold; color:darkviolet; text-decoration:none; line-height: 1em;}
a:hover { font-weight:bold; color:darkviolet; text-decoration:none; line-height: 1em;}
a:active { font-weight:bold; color:orange; text-decoration:none; line-height: 1em;}

/*Gerüst*/
table.hauptrahmen{
	width:100%;
	border:2px solid black;
	padding:0px;
	border-collapse:collapse;
}
td.navi{
	border:none;
	width:260;
	text-align:center;
	vertical-align:top;
	font-family:arial;
	padding:10px;
	height:1300px;
}
td.main{
	border:none;
	text-align:center;
	vertical-align:top;
	padding:10px;
 }

/*Navigationsleiste*/
table.navikasten{
	border:3px ridge silver;
	width:230px;
}
td.zelle{
	border:1px solid darkgreen;
	background:#B3FFB3 ;
	vertical-align:middle;
	font-size:12px;
}
td.zellek{
	border:1px solid darkgreen;
	background:#BEDC96 ;
	vertical-align:middle;
	font-size:11px;
}

/*Anzeigefenster*/
table.box{
	border:3px ridge silver;
	width:90%;
}
td.headline{
	border:1px solid darkgreen;
	background:#B3FFB3;
	text-align:center;
	padding:10px;
} 
td.base{
	border:1px solid darkgreen;
	background:#9FF96A ;
	padding:10px;
}
td.moderat{
	border:1px solid darkgreen;
	background:#B6EC4D;
	text-align:center;
	padding:10px;
}
p.reisser{
	background:#B3FFB3;
	border:1px solid darkgreen;
	padding:5px;
	margin:5px;
}





