.radDoc p {
  margin       : 0;
  align        : left;
}

.radDoc img {
  border-style : none;
}

div {
  position:absolute;
}

#navi {
  width:300px;
  background-color:red;
  color:white;
}

#naviContainer span {
	display:block;
	border-top: 1px solid #cccccc;
}
		
#content {
  left:320px;
  top:10;
}

#timer {
  position:fixed;
  right:0;
  top:0;
}


/* aus index.tpl importiert */
body {
	padding: 0;
	margin: 0;
	border: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
}

logInImg {
	color: black;
	border-style: dotted;
	border-width:1px;
	padding: 2px;
}

.headRightNavi {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 13px;
}

.topNavi {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	text-align: right;
}

.bottomNavi {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
}

.standort {
	font-family: Arial, Helvetica,sans-serif;
	font-size: 11px;
}

.mainNavi {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
}

.naviInActive_0, .naviInActive_1, .naviInActive_2, .naviInActive_3, .naviInActive_4 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	line-height: 9px;
	padding-top: 2px;
	border-top: 1px solid #cccccc;
}

a.naviInActive_0, a.naviInActive_1, a.naviInActive_2 a.naviInActive_3, a.naviInActive_4 {
	color: black;
	text-decoration: none;
	line-height: 9px;
}

.naviInActive_1{
	background-repeat: no-repeat;
	line-height: 9px;
}

.naviPfeil {
	background-image: url("/img/naviPfeil2.gif");
	background-repeat: no-repeat;
	background-color: green;
}

.naviActive_1 {
	border-top: 1px solid #cccccc;
	line-height: 9px;
}

.naviInActive_2{
	background-repeat: no-repeat;
	line-height: 9px;
}

.naviActive_2 {
	border-top: 1px solid #cccccc;
	line-height: 9px;
}

.naviActive_0, .naviActive_1, .naviActive_2, .naviActive_3, .naviActive_4 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	border-top: 1px solid #C8D2DC;
	color: red;
	line-height: 9px;
	padding-top: 2px;
}

.naviInActive_2 a:hover {
	color:red;
}

.naviActive_0 a, .naviActive_1 a, .naviActive_2 a {
	color:red;
}

.naviActive_0 a:hover, .naviActive_1 a:hover, .naviActive_2 a:hover, .naviActive_3 a:hover, .naviActive_4 a:hover, .naviInActive_0 a:hover, .naviInActive_1 a:hover, .naviInActive_2 a:hover, .naviInActive_3 a:hover, .naviInActive_4 a:hover {
	color:red;
	text-decoration: none;
}
a.naviHighLight:link, a.naviHighLight:visited, a.naviHighLight:active, a.naviHighLight:hover {
	color:#ff0000;
	font-weight: bold;
}

#naviBack {
	border-top: 1px solid #C8D2DC;	
}

.debug {
	background-color: green;
	border-style: dotted;
	border-color: black;
	border-width: 10px;
}

.modulTable {
	background-color: #e8ecf0;
	border-width: 0px;
	border-bottom-width: 10px;
	border-color: white;
	border-style: solid;
}

.contentTable {
	width:100%;
	border: 0;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	padding-right: 10px;
}

.contentdiv {
	width:<?php echo $contentWidth; ?>;
	position: relative;
}
