/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */
 
html {
	height:100%;
	overflow-y:scroll;
}

body {
	height:100%; /* needed for container min-height */
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: .75em;
	background-color:#000;
}

p, form, pre { 
	font-weight:normal;
	line-height:1.4em;
	color:#000;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p a, h1 a, h2 a, h3 a {
	color:#000;
	text-decoration:none;
	border-bottom:1px #000000 solid;
}


p a:hover, h1 a:hover, h2 a:hover, h3 a:hover  {
	border-bottom:2px #000000 solid;
}

h1 { 
	font-size: 3em;
	line-height:1.4em;
	margin-bottom:6px;
}

h2 { 
	font-size: 1.6em;
	line-height:1.0em;
	margin-bottom:4px;
}


h3 { 
	font-size: 1.25em;
	line-height:1.4em;
	margin-bottom:4px;
}


   /*
  /   div layers
*/ 
div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:950px;
	/*background:#FFF;*/
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

img.homepageImage{
	margin-top:80px;
	}

div.blackBackground{
	background:#000;
}

div.whiteBackground{
	background:#FFF;
}

div#header {
	padding-top:20px;
	background:#000;
	height:72px;
}
	div#LaborStadt {
			float:left;
			margin-right:30px;
		}
		div#menu1, div#menu2 {
			float:left;
			margin-right:20px;
 		}
		div#menu1 {
			width:auto;
		}
		div#menu2 {
			width:auto;
		}
		#menu1 img, #menu2 img {
			clear:both;
			float:left;
		}
		div#logo {
			float:right;
		}


div#content {
	padding:10px 0 10em 0; /* bottom padding for footer */
}
	div#content p, div#content h1, div#content h2, div#content h3 {
		color:#000;
		padding:0 400px 0 15px;
	}

div#footer {
	position:absolute;
	background-color:#000;
	width:100%;
	bottom:0; /* stick to bottom */
}


   /*
  /   Formular
*/ 
/*
div.row {
  clear: both;
  padding-top: 10px;
  margin-left: 15px;
  }

div.row span.label {
  float: left;
  width: 120px;
  text-align: left;
  }

div.row span.formw {
  float: left;
  width: 335px;
  text-align: left;
  }
*/

   /*
  /   Programm Layout 2
*/ 
div#content .row p,
div#content .row h1,
div#content .row h2,
div#content .row h3 {
	padding:0;
}

div.outer_row {
	color:#000;
	float:left;
	margin:20px 10px 20px 10px;
}
	div.outer_column {
		float:left;
		margin:5px;	
	}
	div.outer_column_with_top_border {
		border-top:1px solid #000000;
		float:left;
		margin:5px;	
	}
	div.column {
		padding-top:3px;
		float:left;
		margin:5px;	
		width:290px;		
	}
		div.inner_row {
			margin-bottom:5px;
		}
			div.inner_left_column {
				width:90px;
				float:left;
			}
			div.inner_column {
				width:200px;
				float:left;
			}			
