/**** Standard ****/
html
{
	height: 100.05%;
}

body
{
	margin: 0;
	padding: 0px;
	background:url(./images/bg_body.gif) repeat;
	font-family: arial, helvetica, sans-serif;
	color: #333;
	letter-spacing:0.01em;
	font-size:12px;
}

h1
{
	font-size:24px;
}

h2
{
	font-size:20px;
}

h3
{
	font-size:16px;
}

h4
{
	font-size:12px;
}

/**** Layer ****/
#logo
{
	width: auto;
	height: 78px;
	margin-left: 0;
	margin-right: 199px;
	background: url(images/bg_logo.gif) repeat #fff;
}

#logoR
{
	position: absolute;
	width: 199px;
	height: 78px;
	right:0px; 
	top: 1px;
	margin-top:-13px;
	padding: 0px 0px 0px 0px;
	z-index: 2;
}

#mainNavL
{
	width: auto;
	height: 34px;
	top: 72px;
	left: 0;
	margin-right: 200px;
	padding: 4px 0 0 0;
	margin-left:-40px;
	background-color:#000080;
	color:#fff;
	z-index: 2;
}

#mainNavR
{
	position: absolute;
	width: 195px;
	height: 38px;
	right: 0px;
	top: 78px;
	float: right;
	padding: 0 0 0 4px;
	background-color: #97abe5;
	color:#fff;
	z-index: 2;
}

#contentM
{
	width: auto;
	min-height: 400px;
	top: 200px;
	left: 0;
	margin: 0px 200px 0 246px;
	border-left:1px solid #bebebe;
	border-right:1px solid #bebebe;
	border-bottom:1px solid #bebebe;
	padding: 18px;
	background-image: url(images/bg_cont.gif);
	z-index: 2;
}

#contentR
{
	position: absolute;
	width: 192px;
	height: 38px;
	right: 3px;
	top: 167px;
	float: right;
	padding: 0 0 0 0px;
	z-index: 2;
}

#contentL
{
	position: absolute;
	top: 167px;
	left: 0;
	width: 234px;
	z-index: 2;
}

/***** Standard für Editland *****/
.tsmall {
	font-family: arial, helvetica, sans-serif;
	font-size: 9px;
	line-height: normal;
	}
.tmiddle {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	}
.tbig {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	}

/***** Formatierungen *****/

/*## Navigation oben links ##*/	
#mainNavL ul
{
	list-style: none;
	margin:0px;
	font-weight: bold;
	height:27px;
}

#mainNavL li
{
	float: left;
	width: auto;
	padding: 6px 6px 6px 6px;
	font-size: 12px;
	color: #ffffff;
	background-color: #000080;
 	text-align:center;
}

#mainNavL a
{
	color: #ffffff;
	text-decoration: none;
}

#mainNavL li.aktS
{
	vertical-align: middle;
   background: #97abe5;
   color: #fff;
	padding: 6px 6px 6px 6px;
}

/*## Adresse oben rechts von Navigation ##*/
#mainNavR p
{
	text-align: center;
	padding: 0 0 0 0;
	font-size:12px;
}

/*## Statisches Menü rechts ##*/
#contentR ul
{
	list-style: none;
}

#contentR p
{
	margin: 2px;
}

#contentR a
{
	text-decoration: none;
	font-size:12px;
	color: Red;
}

#contentR  img
{
	border: none;
}

#contentM img
{
	margin: 5px; 
	border-color: white;
}

#listmenu0 a
{
	color: #0002B5;
}

.aktS
{
	color: #EC002F;
	font-size: 12px;
	padding-top: 3;
	padding-bottom: 1;
}

/*## Menü links ##*/
#cpuomm ul
{
	list-style: none;
	text-align:left;
	margin-left:0px;
	margin-top:0px;
	font-size: 12px;	
	padding-top:0px;
}

#cpuomm .aktS
{
	color: #f50000;
}

#cpuomm li
{
	padding-top:3px;
	padding-bottom:3px;
}
.ebene2 a
{
	color: #0002B5;	
	text-decoration: none;
}
.ebene3 a
{
	color: #1E90FF;
	text-decoration: none;
}