/*----- Layout für externen Bereich -----*/



/*----- Seitenlayout -----*/
#container {
	position: relative;
	overflow: hidden;
	min-width: 960px;
	max-width: 1500px;
	margin: auto;
	padding-bottom: 10px;
	background-color: #FFFFFF;
}

#links, #banner, #rechts, #navi, #main, #aktuelles, #ma-banner {
	border: 1px solid;
	border-color:#ffffff;
	float: left;
	position:relative;
	background-color:#e7e9f6;
} 

#links {
	height: 102px;
	width: 10%;
	min-width: 105px;
	border-left: 0px;
	border-top: 0px;
	background-image:url(vcp.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#banner {
	width: 70%;
	height: 102px;
	border-top: 0px;
	border-color: #FFFFFF;
	background-image: url(banner.png);
	background-repeat: no-repeat; 
	background-position: center center;
}

#ma-banner {
	height: 102px;
	width: 70%;
	border-top: 0px;
	border-color: #FFFFFF;
	background-image: url(ma-banner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#rechts {
	height: 102px;
	width: 18%;
	border-top: 0px;
	border-right: 0px;
	background-repeat: no-repeat;
	background-position: center center;
}

#navi {
	overflow: hidden;
	width: 10%;
	min-width: 105px;
	padding-bottom: 40000px;
	margin-bottom: -40000px;
	border-left: 0px;
}

#naviinnen {
	overflow: hidden;
	width: 100%;
	min-width: 105px;
}

#login {
	position: relative;
	z-index: 3;
	padding-left: 4px;
	font-family: Arial;
	font-size: 13px;
}
	
#main {
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 1%;
	padding-bottom: 40000px;
	margin-bottom: -40000px;
	width: 68%;
	background-color: #DBDFEE;
}

#aktuelles {
	width: 18%;
	border-right: 0px;
	overflow: hidden;
	padding-bottom: 40000px;
	margin-bottom: -40000px;
}

/*----- Tabs -----*/
#tabs {
	position: absolute;
	background-color: #FFFFFF;
	width: 100%;
	height: 26px;
	left: 0px;
	top:0px;
	}
	
.tab, .tabr, .plinks, .prechts, .pmitte, .alinks, .arechts, .amitte {
	position: relative;
	float: left;
	display: block;
	z-index: 3;
	width: *px;
	height: 26px;
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	}

.tab {
	display: marker;
	}

.tabr {
	float: right;
	border-right: 0px;
	border-left: 1px;
	}

.plinks {
	background-image:url(/titelbilder/tabs/plinks.gif);
	width: 6px;
	}
.prechts {
	background-image:url(/titelbilder/tabs/prechts.gif);
	width: 6px;
	border-right: 2px solid;
	border-color:#ffffff;
	}
.pmitte {
	background-image:url(/titelbilder/tabs/pmitte.gif);
	height: 21px;
	padding-top: 5px;
	}
.alinks {
	background-image:url(/titelbilder/tabs/alinks.gif);
	width: 6px;
	}
.arechts {
	background-image:url(/titelbilder/tabs/arechts.gif);
	width: 6px;
	border-right: 2px solid;
	border-color:#ffffff;
	}
.amitte {
	background-image:url(/titelbilder/tabs/amitte.gif);
	height: 21px;
	padding-top: 5px;
	}


/*----- Hintergrund und Scrollbalken -----*/

body {
	leftmargin: 2;
	topmargin: 1;
	rightmargin: 1;
	bottommargin: 1;
	marginwidth: 1;
	marginheight: 1;
	scroll: yes;
	scrollbar-track-color: #ffffff;
	scrollbar-face-color: #e7e9f6;
	scrollbar-base-color: #e7e9f6;
	scrollbar-highlight-color: #ffffff;
	scrollbar-arrow-color: #000000;
}

/*----- Tabellenlayout -----*/
.tbl_header {
	background-color: #004382;
	color:#FFFFFF;
	padding: 2px;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
}

.tbl_body1 {
	background-color: #DBDFEE;
	padding: 2px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.tbl_body2 {
	background-color:#e7e9f6;
	padding: 2px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.frame {
	border: 1px solid;
	border-color: #004382;
	background-color: #e7e9f6;
}

/*----- Text, Titel -----*/
.text, .titel, .frame, .textrot, .tbl_body1, .tbl_body2 {
	font-family: Arial;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #004382;
}

.text, .frame, .tbl_body1, .tbl_body2 {
	font-size: 13px;
	font-weight: normal;
}

.titel {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

.textrot {
	font-size: 13px;
	font-weight: normal;
	color: #FF0000;
}

/*----- Eingabefelder: -----*/
input, textarea {
	color: #004382;
	background: #e7e9f6;
	border: 1px solid #004382;
	
}

input:focus, textarea:focus {
color: #004382;
background: #DBDFEE;
}

select {
	color: #004382;
	background: #e7e9f6;
	border: 1px solid #004382;
}

/*----- Links allgemein: -----*/
A:link{
	color:#0000FF;
}
A:visited{
	color:#0000CC;
}



/*----- Navilinks: -----*/
.link A:link, .link A:visited, .link A:hover, .link A:active, .linkactive,
.linkh A:link, .linkh A:visited, .linkh A:hover, .linkh A:active, .linkhactive {
	position: relative;
	display: block;
	z-index: 3;
	width: *px;
	margin: 2px;
	padding: 2px;
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
}



/*----- Link-highlighting  für Navi -----*/
.link A:link {
	color: #004382;
}

.link A:visited {
	color: #004382;
}

.link A:hover {	
	background-color: #DBDFEE;
}

.link A:active {
	background-color: #DBDFEE;
}

.linkactive {
	background-color: #DBDFEE;
	color: #004382;
}



/*----- Link-highlighting  für Hauptteil -----*/
.linkh A:link {
	color: #004382;
}

.linkh A:visited {
	color: #004382;
}

.linkh A:hover {	
	background-color: #e7e9f6;
}

.linkh A:active {
	background-color: #e7e9f6;
}

.linkhactive {
	background-color: #e7e9f6;
	color: #004382;
}



/*----- "Ordner" -----*/
.folder {
	position:static;
	float: left;
	z-index: 1;
	height: 100px;
	width: 100px;
	overflow: hidden;
	border: 0px;
	margin: 4px;
	text-align: center;
	}