*	{	text-decoration:	none;
	}
body	{	background-color:	#EEEEEE;
	 	color:			#000000;
//		margin-left:		60px;
//     		margin-right:		40px;
//		margin-top: 		10px;
//		margin-bottom: 	60px; 
	}
h1 	{ 	font-size:180%;
		font-style:		italic;
		text-align:		center;
	}
h2	{	font-size:		130%;
		text-align:		center;
	}
p,li	{
	}
p.small {	font-size:		70%;
	}
img	{	margin:	6
	}
img.temp{	margin-left:	2
		margin-top:	2
		margin-bottom:	2
	}

table	{	text-align:		left;
		width:			100%;
		border:			outset 0pt; 
		border-collapse:	collapse;
		border-spacing:		0pt; 
		margin-left: 		auto;
		margin-right:		auto;
		margin-top:		auto;
		margin-bottom:		auto;
	}
table.layout {	width:			80%;
		height:			95%;
	}

thead	{	font-size:		110%;
		font-weight:		bold;
	}
td	{	vertical-align:		top;
	}

td.border {	border:			solid 1px #000000; 
	}


td.main	{	padding:		20px;
		background-color:	#DDDDDD;
		border-top:		solid 3px #a0a0a0;
		border-bottom:		solid 5px #a0a0a0;
		border-left:		solid 3px #a0a0a0;
		border-right:		solid 5px #a0a0a0;
//		height:			500px;
		
	}
td.mainbottom { background-color:	#062166;
		height:			20px;
		}
td.menue{	background-color:	#062166;
		width:			140px;
		background-image:	url(images/nav_bg.jpg);
		background-repeat:	no-repeat;
//		marginheight="30"; marginwidth="30";
	}

a	{
	margin-left:		5px;
	text-decoration:	bold;
	font-size:		115%;

	}

a.menuelink:link, a.menuelink:visited{
		color:			#dddddd;
	}
a.menuelink:focus, a.menuelink:hover, a.menuelink:active {
	  	color:			red;
	}
a.aktpage{	color:			#aaaaff;
	}

small.subitem{	font-size:		70%;
		margin-left:		20px;
}


td.rightborder{	background-color:	#062166;
		width:			12px;
	}
td.menuetop{	background-color:	#062166;
		height:			20px;
	
	}
td.lines{	background-color:	#1111FF;
		height:			5px;
		border-top:		solid 1px #000000;
		border-bottom:		solid 1px #000000;
		}


td.titel{	background-color:	#FBF6CE;
		font-size:		140%;
		text-align:		center;
		color:			#062166;
		height:			 99px;
		background-image:	url(bilder/logo.png);
		background-repeat:	no-repeat;
		background-position:	right;
	}
td.bottom{	background-color:	#FFFFFF;	
	}


//a:link	{	color:			blue;
//		text-decoration:	underline;
//	}
//a:visited{	color:			#3366ff;
//	}
//a:focus {  	color:			red;
//		text-decoration:	underline;
//	}
//a:hover	{	color:			green;
//	}
//a:active{	color:			lime;
//		text-decoration:	underline;
//	}



