/* blau : #7BBDFF */
/* hellblau: #E4EFFD */
/* hellgrau: #CCCCCC */
/* orange: #E77817 */

/*Layout Layer*/

#mainLayer {
	width: 750px;
	overflow: visible;
	position: relative;
	z-index: 1;
	margin: auto;
	height: auto;
	visibility: visible;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#logo {
	width: 150px;
	height: 151px;
	overflow: hidden;
	position: relative;
	left:600px;
	z-index: 2;
}
#logoHome {
	width: 150px;
	height: 151px;
	overflow: hidden;
	position: relative;
	left:0px;
	z-index: 2;
}
#banner {
	width: 600px;
	height: 151px;
	overflow: hidden;
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 0px;
}
#navi {
	width: 550px;
	height: 51px;
	overflow: hidden;
	position: absolute;
	z-index: 2;
	left: 180px;
	top: 165px;
	padding-left:20px;
	background-image: url(/user_files/images/bg_navi.gif);
	background-repeat: no-repeat;
}

/*linkes Display*/

#left {
	width: 180px;
	overflow: visible;
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 163px;
}
#left .navitable {
	border: 2px solid #E77817;
}
#left .navitable .level2 {
	font-size:10px;
	font-weight:bold;
	line-height: 22px;
}
#left .navitable .level2 .active{
	color:#E77817;
}
#left .navitable .level2 a {
	margin-left:5px;
	color: #000000;
	text-decoration: none;
}
#left .navitable .level2 a:hover {
	text-decoration: underline;
}
#left .navitable .level3 {
	padding-left:0px;
	font-size:10px;
	font-weight:normal;
}

#left .navitable .level3 #sub3 {

       padding-left:15px;
	margin-bottom:5px;
}

#left .navitable .level3 #sub3 a {
	color: #000000;
	text-decoration: none;
}
#left .navitable .level3 #sub3 a:hover {
	text-decoration: underline;
}
#left .navitable .level3 .active {
	background-image: url(/user_files/images/pfeil.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
#left .searchtable {
	border: 2px solid #E77817;
}
#left .searchtable .formCell, #left .logintable .formCell {
	font-size:10px;
	font-weight:normal;
	line-height: 18px;
	padding-left:5px;
	padding-top:3px;
	padding-bottom:3px;
}
#left .searchtable .formCell a, #left .logintable .formCell a {
	color: #000000;
	text-decoration: none;
}
#left .searchtable .inputField, #left .logintable .inputField {
	font-size:10px;
	width: 160px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#left .searchtable select {
	font-size:10px;
	width: 166px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#left .logintable {
	border: 2px solid #CCCCCC;
	margin-top: 12px;
}

/*rechtes Display*/

#right {
	width: 130px;
	overflow: visible;
	position: absolute;
	z-index: 2;
	left: 620px;
	top: 163px;
}
#right .displaytable {
	font-size: 10px;
	background-color:#F0F6FF;
	border: 2px solid #7BBDFF;

}
#right .displaytable .date {
	font-weight: normal;
	color: #666666;
	padding-left:5px;
	padding-top:5px;
}
#right .displaytable .headline {
	font-weight: bold;
	color: #000000;
	padding-left:6px;
}
#right .displaytable .text {
	font-variant: normal;
	color: #000000;
	line-height: 18px;
	padding-left:5px;
}
#right .displaytable .link {
	font-weight:bold;
	padding-bottom:10px;
	padding-left:6px;
}
#right .displaytable .link a {
	color: #7BBDFF;
	text-decoration:underline;
}
#right .displaytable .link a:hover {
	color: #666666;
}

/*Hauptseiten*/

#content_mainpages {
	width: 550px;
	height: auto;
	overflow: visible;
	position: absolute;
	z-index: 2;
	left: 200px;
	top: 240px;
	padding-bottom: 15px; 
}

#content_mainpages caption {
	background-color:#666666;
	text-align:left;
	font-weight:bold;
	font-size:14px;
	color:#EEEEEE;
	padding-top: 4px;
	padding-left: 10px;
	height: 21px;
	text-transform: uppercase;
}
#content_mainpages h1 {
	font-size:12px;
	color:#666666;
	padding-left: 35px;
	padding-top: 10px;
	background-image: url(/user_files/images/h1.gif);
	background-repeat: no-repeat;
	background-position: 0px 13px;
}
#content_mainpages h2 {
	font-size:12px;
	font-weight:bold;
	color:#000000;
}
#content_mainpages p {
	font-size:12px;
}

#content_mainpages p img {
	white-space:pre;
	border: 1px solid #CCCCCC;
}

#content_mainpages li {
	font-size:12px;
}
#content_mainpages a {
	color: #000000;
}
#content_mainpages .left {
	float:left;
	padding-right:8px;
}
#content_mainpages .right {
	float:right;
	padding-left:8px;
}

#content_mainpages .foot {
	padding-top:20px;
	text-align:center;
	font-size:12px;
	font-weight:normal;
	color:#666666;
}
#content_mainpages_foot {
	width: 550px;
	height: auto;
	padding-bottom: 15px; 
	padding-top:20px;
	text-align:center;
	font-size:12px;
	font-weight:normal;
	color:#666666;
}
#content_mainpages .foot a {
	vertical-align:middle;
	color:#666666;
}
#content_mainpages .searchTable {
	width:100%;
}
#content_mainpages .searchTable td {
	font-size:12px;
}
#content_mainpages .searchTable .arrowCell {
	width:25px;
	vertical-align:top;
	padding-top:2px;
}
#content_mainpages .searchTable .nameCell {
	font-weight:bold;
	vertical-align:top;
}
#content_mainpages .searchTable .nameCell a {
	color:#000000;
	text-decoration:none;
}
#content_mainpages .searchTable .subjectCell {
	width:150px;
	vertical-align:top;
	color:#666666;
}
#content_mainpages .searchTable .placeCell {
	vertical-align:top;
	text-align:right;
	color:#666666;
}
#content_mainpages .searchTable .docSubjects {
	font-weight:bold;
	vertical-align:top;
}
#content_mainpages .searchTable .docSections {
	color:#666666;
	vertical-align:top;
}
#content_mainpages .searchTable .docName {
	color:#E77817;
}

/*Home Seite*/

#contentHome {
	width: 450px;
	overflow: hidden;
	position: absolute;
	z-index: 2;
	left: 150px;
	top: 0px;
}
#leftHome {
	width: 130px;
	overflow: visible;
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 249px;
	vertical-align: bottom;
}
#leftHome .logintable .formCell {
	font-size:10px;
	font-weight:normal;
	line-height: 18px;
	padding-left:5px;
	padding-top:3px;
	padding-bottom:3px;
}
#leftHome .logintable .formCell a {
	color: #000000;
	text-decoration: none;
}
#leftHome .logintable .inputField {
	font-size:10px;
	width: 110px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#leftHome .logintable {
	border: 2px solid #CCCCCC;
	margin-top: 12px;
}
#rightHome {
	width: 130px;
	overflow: visible;
	position: absolute;
	z-index: 2;
	left: 620px;
	top: 0px;
}
#rightHome .displaytable {
	font-size: 10px;
	background-color:#F0F6FF;
	border: 2px solid #7BBDFF;

}
#rightHome .displaytable .date {
	font-weight: normal;
	color: #666666;
	padding-left:5px;
	padding-top:5px;
}
#rightHome .displaytable .headline {
	font-weight: bold;
	color: #000000;
	padding-left:6px;
}
#rightHome .displaytable .text {
	font-variant: normal;
	color: #000000;
	line-height: 18px;
	padding-left:5px;
}
#rightHome .displaytable .link {
	font-weight:bold;
	padding-bottom:10px;
	padding-left:6px;
}
#rightHome .displaytable .link a {
	color: #7BBDFF;
	text-decoration:underline;
}
#rightHome .displaytable .link a:hover {
	color: #666666;
}

/*News */
#news img {
	float: left;
	margin-right: 10px;
}
.layout_left img {
	float: left;
	margin-right: 10px;
}
.layout_right img {
	float: right;
	margin-left: 10px;
}

/*News */
#content_mainpages .formular table {
	width: 100%;
}
#content_mainpages .formular .formText {
	font-size: 12px;
}
#content_mainpages .formular .contentAlert {
	font-size: 12px;
	font-weight: bold;
	color: #CC3333;
}
#content_mainpages .formular input {
	margin-left: 10px;
}
#content_mainpages .formular .inputField {
	width: 180px;
}
#content_mainpages .formular textarea {
	width: 475px;
	margin-left: 10px;
}

