
/* Grundeinstellungen */

html{
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
	}

body{
	height:100%;
	width:100%;
	background-color:#808080;
	text-align:center;
	}

a.normal{
	font-family:Verdana,Arial;
	font-style:normal;
	font-size:12px;
	text-decoration:none;
	color:black;
	}

a.normal:hover{
	color:blue;
	}

/* CSS-Container Start */


div#main{
	width:auto;
	height:auto;
	min-height:500px;
	margin:auto;
	max-width:1400px;
	text-align:center;
	border:2px solid black;
	background-image:url("images/schraffur.png");
	}

div#borderout{
	width:auto;
	height:auto;
	margin:0px;
	padding:10px;
	text-align:center;
	}

div#blockup{
	width:auto;
	height:auto;
	padding:5px;
	border:4px solid #999999;
	background-color:#cccccc;
	}

div#banner{
	position:static;
	margin:0px;
	width:auto;
	height:120px;
	border:1px solid black;
	overflow:hidden;
	text-align:left;
	background-color:white;
	background-image:url('images/banner.jpg');
	background-repeat:repeat-x;
	}

div#blockdown{
	width:auto;
	height:75%;
	margin-top:15px;
	padding:5px;
	border:4px solid #999999;
	background-color:#cccccc;
	}

div#navigation{
	position:static;
	text-align:left;
	float:left;
	width:22%;
	height:100%;
	min-height:600px;
	border:1px solid black;
	background-color:#f9f9ff;
	overflow:hidden;
	}

div#content{
	position:static;
	margin:auto;
	width:54%;
	height:100%;
	min-height:600px;
	text-align:center;
	overflow:hidden;
	border:1px solid black;
	background-color:white;
	background-image:url('images/leiterbahnen.jpg');
	background-repeat:no-repeat;
	background-position:bottom left;
	}

div#newsboard{
	position:static;
	float:right;
	width:22%;
	height:100%;
	min-height:600px;
	border:1px solid black;
	background-color:white;
	font-family:Verdana,Arial;
	font-style:normal;
	font-size:12px;
	text-decoration:none;
	color:black;
	overflow:hidden;
	}

div#contentimg{
	position:static;
	margin:2% auto auto auto;
	width:auto;
	height:auto;
	border:0px solid black;
	background-color:white;
	}

div#end{
	position:static;
	height:10px;
	width:100%;
	text-align:right;
	clear:both;
	margin-top:5px;
	}

/* Ende CSS-Container */


table#naviTable{
	width:100%;
	border:0px;
	margin:0px;
	padding:0px;
	}

td.dline{
	background-color:#5050ff;
	border:0px;
	height:2px;
	}

td.free{
	height:20px;
	}

div.mainp{
	margin-left:20px;
	font-family:Verdana,Arial;
	font-style:normal;
	font-size:14px;
	font-weight:bold;
	color:black;
	}

div.ctext{
	margin-left:20px;
	margin-right:20px;
	margin-top:20px;
	text-align:left;
	font-family:Verdana,Arial;
	font-style:normal;
	font-size:13px;
	font-weight:normal;
	color:black;
	}

img.limg{
	float:left;
	margin:10px 10px 10px 10px;
	}

img.rimg{
	float:right;
	margin:10px 10px 10px 10px;
	}

img.topimg{
	width:100%;
	height:150px;
	}

img.newsimg{
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	}

a.subp{
	margin-left:30px;
	display:blocK;
	width:100%;
	height:100%;
	background-color:#f9f9ff;
	font-family:Verdana,Arial;
	font-style:normal;
	font-size:12px;
	text-decoration:none;
	color:black;
	}

a.subp:hover
	{
	background-color:#ccccff;
	}

a.current
	{
	margin-left:30px;
	display:blocK;
	width:100%;
	height:100%;
	background-color:#ccccff;
	font-family:Verdana,Arial;
	font-style:normal;
	font-size:12px;
	text-decoration:none;
	color:black;
	}
