﻿/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin: 0;
	padding: 0;
	height: 100%; /* needed for container min-height */
	background: #FFFFFF url("/public/bilder/layout/bg_kopf_right.gif") repeat-x;	
	
	font-family: arial,sans-serif;
	font-size: 11px;
	color: #000000;
}

a img { border: none; }
a { color: #333333; text-decoration: none; }
a:hover { text-decoration: none; }

h1 {font-size: 14px; font-weight: bold; margin-bottom: 4px;}

#MainContainer {
	position: relative; /* needed for footer positioning*/
	/* margin: 0 auto; */ /* center, not in IE5 */
	margin: 0px 0px 0px 0px;
	width: 1000px;
	padding: 0px 0px 0px 0px;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
									   
	background: #ECECED url("../bilder/bg_inhalt.gif");
  z-index: 1;
}

#KopfContainer {
	position: relative;
	padding: 0px 0px 0px 0px;
	width: 1000px;
	height: 120px;
	background: #FFFFFF;
	z-index: 2;
}

#KopfBannerContainer {
	width: 1000px;
	height: 100px;
	margin: 0px 0px 0px 0px;
	background: #989898 url("../bilder/header_2.jpg");											 
}

#KopfNavContainer {
	height: 20px;
	padding: 0px 0px 0px 168px;	
	border-top: 1px solid #444444;
	border-bottom: 1px solid #000000;
	background-color: #989898;
}

.NavItem {
	padding: 0px 10px 0px 10px;
	border-left: 1px solid #666666;
	font-size: 15px;
	line-height: 20px;
}

#InhaltContainer {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 25px 0px; /* 25px unten für Footer */
	z-index: 1;
	overflow: auto;
}

#ContainerLinks {
	float:left;
	width: 152px;
	padding: 10px 5px 0px 10px;
}

#ContainerRechts {
	float:left;
	width: 823px;
	padding: 10px 5px 0px 5px;	
}

input[type=text] {
	border: 1px solid #B5B6B7;
}

select {
	border: 1px solid #B5B6B7;
}

#AnmeldungButton {
	width: 80px;
	margin-top: 10px;
	padding: 3px;
	background-color: #F9F4C3;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	border: 1px solid #9B9C9F;
}

.PDFDateien {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
}

.PDFDateien a {
	padding-left: 20px;
	color: #000000;
	text-decoration: none;
}

.PDFDateien a:hover {
	text-decoration: underline;
}

.icon-file-pdf {background: url(/f3pdm/bilder/page_white_acrobat.png) no-repeat !important;}

#FussContainer {
	/* clear: both; */
	position: absolute;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #000000;	
	width: 1000px;
	height: 25px;
	bottom: 0; /* stick to bottom */
	background-color: #989898;
	z-index: 2;
}

#FussContainerText {
	text-align: center;
	color: #000000;
	padding: 5px 0px 0px 0px;
}


