
/* body */
body{			font-family:		Arial;
				font-size:			13px;
				color:				#0B6C61;
				margin:				0px;
				border:				0px;
				text-align:			center; }
pre{			font-family:		Arial;
				font-size:			13px;
				color:				#0B6C61;
				margin:				0px; }

/* corner top */
.corner_top{	height:				25;
				width:				25;
				vertical-align:		top; }

/* corner bottom */
.corner_bottom{	
				height:				25;
				width:				25;
				vertical-align:		bottom; }


/* navigation top */
.navi_top{		font-size:			11px;
				color:				#808080;
				text-align:			right; }
.navi_top a:link, .navi_top a:visited						{ color:#808080 ; text-decoration:none; }
.navi_top a:hover											{ text-decoration:underline; }
.navi_top a:active											{ color:#CCCC33 ;}										

/* navigation main */
.navi_main{		font-size:			13px;
				font-weight:		bold;
				color:				#000000;
				background-color:	#fdec2e;
				height:				25; 
				text-align:			center; }
.navi_main a:link, .navi_main a:visited, 					{ color:#000000; text-decoration:none; }
.navi_main a:hover											{ color:#0B6C61; }
.navi_main a:active											{ color:#CCCC33; }

.main{			color:				#0B6C61;
				background-color:	#FFFF99; }
		
.main a:link, .main a:visited, .main a:active			{ color:#0B6C61;; text-decoration:none; }
.main a:hover											{ text-decoration:underline; }

/* subnavi und inhalt */
.content{		font-size:			13px;
				height:				100%;
				width:				910; 
				margin-top:			40px; 
				vertical-align:		top; }

.subnavi{		font-size:			13px;
				font-weight:		bold;
				border-right:		1pt solid #0B6C61;
				width:				130;
				text-align:			right;
				vertical-align:		top; }
.subnavi a:link, .subnavi a:visited		{ color:#0B6C61; text-decoration:none; }
.subnavi a:hover						{ color:#0B6C61; text-decoration:underline; }
.subnavi a:active						{ color:#CCCC33; }

.home{			font-size:			13px;
				border-right:		1pt solid #0B6C61;
				width:				300;
				text-align:			left;
				vertical-align:		top; }
.impressum{		font-size:			13px;
				margin-top:			40px; 
				vertical-align:		top; }

/* footer */
.footer{		font-size:			10px;
				color:				#808080;
				text-align:			center;
				height:				20; }

h1{				font-size:			24px;
				font-weight:		bold;
				color:				#CCCC33;
				margin-bottom:		20px;}

.footer a:link, .footer a:visited, .footer a:active			{ color:#808080; text-decoration:none; }
.footer a:hover	
