body {
 	margin: 10px;
 	background: #cccccc url('images/b_verlauf.jpg') repeat;
	text-align: center;
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size: 1em;
	min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
	}
	
#logo, #fuss, #naviquer ul {background-color:#f2f2f2;}

#logo {
	width: 760px;
	height: 90px;
	margin: auto;
	background-image: url('images/datacs.gif');
	background-position: center right; 
	background-repeat: no-repeat; 
	}
	
#bildleiste {
	width: 760px;
	height: 75px;
	margin: auto;
	background-image: url('images/leiste.jpg');
	background-repeat: no-repeat;
	}
	
#fuss {
	clear: both;
	width: 760px;
	margin: auto;
	padding: 0.5em 0 0.8em 0;
	border-top : 1px solid rgb(192, 192, 192);
	font-size: 0.7em;
	font-style: italic;
	color: rgb(128, 128, 128);
	text-align: right;
	}
	
	
/*----------------- N A V I G A T I O N ----------------------*/
#naviquer ul {
	width: 760px;
	margin: auto;
	padding: 0;
	background-color: #f2f2f2;
	border-top : 2px solid rgb(192, 192, 192);
	border-bottom : 2px solid rgb(192, 192, 192);
	font-size: 0.8em;
	text-align: left;
	overflow: auto;
	}
	
#naviquer ul li { display: inline;}

#naviquer ul li a {
	margin: auto;
 	padding: 0.2em 1em;
	float: left;
	color: #000080;
	text-decoration: none;
	border-right: 2px solid #fff;
	}

#naviquer ul li a:hover {background-color: rgb(25,50,100); color: #fff;}

#naviquer ul #active {
	float: right;
	padding-right: 1px;
	letter-spacing: -0.05em;
	border-left: 2px solid #fff;
	}		

/*--------------------------------------------------------------*/

#inhalt {
	width: 720px;
	min-height: 500px;
	margin: auto;
	padding: 20px;
	background: #fff url('images/logo_blass.jpg') no-repeat scroll bottom left;
	text-align: left;
	font-size: 0.8em;
	color: #666;
	}
	#inhalt a			{color: #000080; text-decoration:none;}
	#inhalt a:link		{}
	#inhalt a:visited	{color: Black;}
	#inhalt a:hover		{color: #0000dd; text-decoration:underline;}
	#inhalt a:active	{}
* html #inhalt {height: 500px;}

h1 {
	margin-top: 0.5em; margin-bottom: 1em;
	padding: 0.3em 0em;
	font-size: 1.4em;
	font-weight: bold;
	color: #404080;
	border-bottom: 1px solid #404080;
	}

h2 {
	margin: 0;
	padding-bottom: 0.2em;
	font-size: 1em;
	font-weight: bold;
	color: #404080;
	}
	
.tdl {
	width: 190px;
	padding-right: 10px;
	vertical-align: top;
	text-align: right;
	font-weight: bold;
	color: #505080;
	}
	
.tdr {
	border-left: 1px solid #505080;
	padding-left: 10px;
	vertical-align:  top;
	text-align: left;
	}