body {
	background-color: #1C2566;
	font-family: Arial, Helvetica, sans-serif;
	color: #1C2566;	
	font-size: 14px;
	
	padding: 0px;
	margin:10px;
}

/* --- HTML-Tags --- */
	div {
		position: static;
	}
	
	a { 
		color: #1C2566;
		text-decoration: none;
	}
	a:hover { color: #8c8c8c }
	
	h2 {
		margin-top: 2px;
		margin-bottom: 2px;
		font-size: 1.4em;
		font-weight: bold;
	}
	
	p { 
		margin: 0px;
	}
	
	img { border-width: 0px; }
	
	h5 {
		font-weight: bold;
		margin: 0px;
		font-size: inherit;
	}
	
	h6 {
		font-weight: bold;
		font-size: 12px;
		margin: inherit;
	}
	

/* --- ausgeblendete Objekte --- */
	.invisible { display: none }


/* --- Ebenen --- */
	#rahmen	{ z-index: 1 }
	
	#kopf	{ z-index: 4 }
	
	#rahmen_mitte, #fusszeile,
	.navi, .subline .content {
		z-index: 5
	}

/* --- Layout --- */

	#rahmen_aussen {		
		width: 800px;
		height: auto;
		min-height: 600px;
		
		margin-left: auto;
		margin-right: auto;
		top: 0px;
		
		outline: thin;
		outline-color: #F7F7F7;
		
	}
	
	#rahmen_innen {		
		float: left;
		width: 800px;
		height: auto;
		min-height: 600px;
		
		background-color: #F0F0F0;
	}	
	
	#kopf {
		width: 100%;
		height: 190px;
		margin-top: -21px;
		
		background-image: url(grafx/head.png);
		background-repeat: no-repeat;
		background-position: 0px 0px;
	}
	
	#rahmen_mitte {
		float: left;
		
		width: 100%;
		height: auto; 
		min-height: 400px;
		
		margin-top: 20px;

	}
	
	div.marginalie {
		float: right;
		width: 130px;
		
		padding-left: 10px;
		padding-right: 17px;
		
		font-size: 12px;
		line-height: 120%;
		
		margin-bottom: 10px;
		
	}
	div.marginalie_img {
		float: right;
		margin-left: auto;
		margin-right: 0px;
		margin-bottom: 5px;
	}
	
	#fusszeile {
		
		width: 100%;
		height: 93px;
		
		text-align: center;
		
		padding: 0px;
		margin-top: 0px;
		
		background-color: #F0F0F0;
		/*
		background-image: url(grafx/line.png);
		background-repeat: no-repeat;
		background-position: top;*/
	}
	#fusszeile img { vertical-align: top }
	
	
/* --- Navigation --- */
	div.navi {
		float: left;
	
		width: 150px;
		height: auto;
		min-height: 400px;
		
		padding-left: 20px;
		padding-right: 20px;
		
		text-align: right;
		line-height: 5px;
		
		background-image: url(grafx/div_vert.png);
		background-repeat: no-repeat;
		background-position: right;
	}
	
	
	/* --- Subline --- */
		div.subline {
			width: auto;
			float: none;
			padding-left: 19px;
			padding-right: 13px;
			
			font-size: 13px;
			font-weight: bold;
			
			margin-top: -28px;
		}
		
		#subline_links 	{ float: left }
		#subline_rechts { float: right }

		
/* --- Content --- */
	div.content {
		float: left;
		
		width: 400px;
		height: auto; 
		overflow: inherit;
		
		margin-left: 10px;
	}
	
	.content {
		line-height: 140%;
		height: auto; 
	}
	
	.textbox {
		width: 100%;
		height: auto;

		padding: 8px 12px 9px 12px;
		margin-bottom: 10px;
		
		border: 1px solid #FFFFFF;
		background-color: #DBDBDB;		
	}
	
	.startseite {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #F0F0F0;	
		font-size: 14px;
	}
	
	.tn_liste {
		font-size: 12px;
		font-stretch: narrower;
		line-height: 122%;
		padding-top: 3px;
		padding-bottom: 3px;
		border-collapse: collapse;
		border-top: dashed 1px #1C2566;
	}