html {
	padding: 0; 
	margin: 0; 
}


body{
	margin: 0 auto;
	padding: 0px;
	
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #000;
	line-height: 17px;
	background-color: #189680;
}

/* boxes */

#header{
	float: left;
	height: 313px;
	width: 986px;
	/*background: url(img/header_neu_def.jpg) top center;*/
	background: url(img/header_neu_job.jpg) top center;
}

#nav{	
	float: right;
	height: 29px;
	margin-top: 37px;
	margin-right: 35px;
}

#container {
	position: absolute;
	width: 986px;
	height: 400px;
	left: 50%;
	top: 0px;
	margin-left: -493px;
}

#content{
	float: left;
	width: 876px;
	padding: 0 50px 0px 60px;
	background:url(img/content_bg.jpg) top center repeat-y;
}

#footer{
	float: left;
	height: 113px;
	width: 926px;
	padding: 30px 0 0 60px;
	background: url(img/footer_bg.jpg) top center;
}

#map{
	position: absolute;
	top: 313px;
	left: 330px;
	width: 470px;
	height: 500px;
	

}



/* navigation */


#nav a{
	float: left;
	width: 108px;
	height: 20px;
	padding-right: 6px;
	padding-top: 9px;
	background: url(img/nav_hg.gif) top left no-repeat;

	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}

#nav a:hover, #nav a.active{
	background: url(img/nav_hg_o.gif) top left no-repeat;
}


/* textauszeichnungen */

h1{
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 16px;
}


.bodytext, td{
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #000;
	line-height: 17px;
	vertical-align: top;
	text-align: left;
	width: 150px;
}

a {
	text-decoration: underline;
	color: #000;
}

a:hover{
	color: #189680;
	text-decoration: none;
}

#content ul{
	padding-left: 0px;
	margin-left: 0px;

}


#content ul li{
	list-style-type: none;
	padding-left: 20px;
	margin-left: -8px;
	line-height: 20px;
	
	background: url(img/content_li_img.gif) 0px -3px no-repeat;
}


#content .csc-textpic-imagewrap ul li{
	background: none;
	margin: 0;
	padding: 0 15px 10px 0;
}


/* mailform */

.csc-mailform {
	border: 0;
	margin: 15px 0 0 0;
	padding: 0;
	width: 350px;
}

.csc-mailform-field{
	width: 350px;
}

.csc-mailform label,.csc-mailform-field label{
	clear: both;
	float: left;
	height: 13px;
	width: 80px;
	padding: 6px 0 6px 0;
}

.csc-mailform-field input{
	width: 250px;
	height: 20px;
	margin: 3px 0 3px 0;
	border: 1px solid #c2c2c2;
	background: #fff;
	float: right;
}

.csc-mailform-field textarea{
	width: 250px;
	margin: 3px 0 3px 0;
	background: #fff;
	border: 1px solid #c2c2c2;
	float: right;
}

.csc-mailform .csc-mailform-submit, #mailformsubmit{
	float:right;
	color: #fff;
	height: 24px;
	text-align:center;
	text-decoration:none;
	width: 125px;
	padding: 0;
	clear: both;
	font-weight: normal;
	border: 1px solid #000;
	background: black;
	font-size: 12px;
}


/* Border just around the image */
DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
	border: 1px solid black;
	padding: 0px 0px;
}

/*
.csc-textpic-imagewrap{
	position: absolute;
	top: 87px;
	left: 185px;
	width: 900;
}

.csc-textpic-imagewrap ul li img{
	border: 3px solid white;
}
*/

/* team raster */

#team_holder{
	float: left;
	width: 730px;
	background: white;
}

.person{
	float: left;
	border: 1px solid black;
	margin-right: 15px;
	margin-bottom: 15px;
	overflow: hidden;
	cursor: pointer;
}

div.tt_holder.abstand{
	clear: both;
	height: 0px;
	width: 0px;
	overflow: hidden;
}

/* film */

#film{
	float: right;
	margin-top: -262px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #ccc;
}
