/***********************************************
AUTHOR:  			Manulu 
WEBSITE:   			http://www.ambau-gmbh.de/
TEMPLATE NAME:		AmbauStahl
LAST MODIFIED:   	März 2009       	
***********************************************/



/*******************************************************************************************************
   g e n er a l     e l e m e n t s
********************************************************************************************************/ 
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #d3d3d3;
	font: 80%/1.5em Arial;
	color: #666666; 
	text-align: center;
	margin: 10px 0 15px 0;
}

/**************************************************************************** H E A D E R S ***********/
h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}


/******************************************************************************************************
   L A Y O U T
*******************************************************************************************************/ 
#wrap {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	text-align: justify;
	background-color: #FFFFFF;
}

#content-wrap {
	position: relative;
	clear: both;
	float: left;	
	width: 1000px;
	padding: 0 0 30px 0; 	
	background: #FFFFFF;	
	border-top: 5px solid #FFF;
	border-bottom: 10px solid #00929D;
	margin-left: 0;	
	display: inline;
}

#header {
	width: 1000px;
	position: relative;
	height: 21px;
	background-image: url(../images/headline.jpg);
	padding: 0;	
	color: #FFFFFF;	
}



/**************************************************************************** H E A D E R -- L I N K S ***********/

#header #header-links {
	position: absolute;
	left: 0;
	top: 0px;	
	color: #FFFFFF;
	font-size: 10px;	
}

#header #header-navi {
	background-color: #000000;
}

#header #header-links p {	
	padding: 1px 10px 1px 10px;
}

#header #header-links a {	
	color: #FFFFFF;
	text-decoration: none;
}

#header #header-links a:hover {
	color: #00929D;		
}


/**************************************************************************** H E A D E R -- P H O T O ***********/
#header-photo {
	clear: both;
	height: 138px;
	width: 1000px;
	margin: 0;
	background: #FFF;
	/*background-image: url(../images/headerkleinl.jpg);*/
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}



/**************************************************************************** N A V I G A T I O N ***********/
#nav {
	clear: both;	
	padding: 0;
	border-top: 0px solid #FFF;
	width: 100%;
}

#nav ul {
	float: left;
	list-style: none;
	background: url(../images/nav.jpg) repeat-x;	
	width: 100%;		
	margin: 0;
	padding: 0;	
	display: inline;
}

#nav ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 30px 0 31px;
	border-bottom: none;
	color: #FFF;
	font: bold 10px/2.8em Arial;
	text-decoration: none;	
}

#nav ul li a:hover, 

#nav ul li a:active {
	background: url(../images/nav-hover.jpg) repeat-x;	
}

#nav ul li#current a {	
	background: url(../images/nav-current.jpg) repeat-x;	
}



/**************************************************************************** M A I N -- C O L U M N ***********/

#main {
	width: 760px;
	padding: 0 0 0 0;
	margin: 28px 0 0 205px;
	min-height:550px;
	height:auto !important;  /* für moderne Browser */
	height:550px;  /*für den IE */
}

#main h2 {
	font: bold 1.4em Arial;
	color: #00929D; 
	text-transform: none;
	padding: 0 0 0 8px;
	border-left: 2px solid #00929D;
	line-height: 1em;
	text-align: left;		
}

#main h2 a {
	color: #85970C;
	text-decoration: none;
	text-align: left;
}

#main h4 {
	font: bold 1.1em Arial;
	color: #666666; 
	text-transform: none;
	padding: 0;
	line-height: 2em; 			
	text-align: left;	
}

#main h5 {
	font-size: 12pt;
	font-weight: bold;
	line-height: 16pt;
	color: #666666; 
	padding: 0;
	text-align: left;	
}

#main table {
	border-collapse: collapse;
	text-align: center;
	font-size: 0.85em;
	/*background: url(../images/dots.jpg) repeat-x;
	background-position: bottom;*/
	border: 1px #cccccc solid;
	width: 540px;
}

#main table th {
	background-image: url(../images/table_bgsw.jpg);
	background-repeat: repeat-x;
	background-color: #f5f5f5;
	color: #666666;
	border-bottom: 1px #cccccc solid;
	padding: 0 20px 0 4px;
	text-align: left;
	height: 24px;
}

#main .tdmain{
	padding: 0 20px 0 4px;
	text-align: left;
	/*background: url(../images/dots.jpg) repeat-x;
	background-position: bottom;*/
	border: 1px #cccccc solid;
}

#main .tdnormal{
	padding: 0 20px 0 4px;
	text-align: left;
	/*background: url(../images/dots.jpg) repeat-x;
	background-position: bottom;*/
	border: 1px #cccccc solid;
	vertical-align: top;
}

#main .tdbold{
	padding: 0 20px 0 4px;
	text-align: left;
	font-weight: bold;
	/*background: url(../images/dots.jpg) repeat-x;
	background-position: bottom;*/
	border: 1px #cccccc solid;
	vertical-align: top;
}

#main p {
	padding-left: 0;
	margin-top: 5px;
}


#main ul {
	font-size: 10pt;
	list-style-type: disc;
	list-style-position: inside;
	text-decoration: none;
	text-align: left;
}

#main li {
	font-size: 10pt;
	color: #00929D;
}

#main li span {
	font-size: 10pt;
	color: #666666;
}

#main a {
	color:#00929D;
	font-weight: bold;
	text-decoration: none;
}

#main input {
	border: 1px solid #CCCCCC;
	text-decoration: none;
}

#main textarea {
	border: 1px solid #CCCCCC;
	text-decoration: none;
}


/**************************************************************************** S I D E B A R ***********/

#sidebar {
	float: left;
	width: 175px;
	padding: 0 0 0 0;
	margin: 20px 0 0 10px;
	* margin: 20px 0 0 5px;		
	
}	

#sidebar h3 {
	padding: 5px 5px; 
	font: bold 1.4em Arial;
	color: #00929D; 		
}

#sidebar h4 {
	padding: 15px 5px 5px 5px; 
	font: bold 1.4em Arial;
	color: #00929D; 		
}

#sidebar ul.sidemenu {
	font-size: 0.85em;
	line-height: 12pt;
	text-align: left;
	margin: 7px 15px 8px 0; padding: 0;
	text-decoration: none;		
	background: url(../images/dots.jpg) repeat-x left top;
}

#sidebar ul.sidemenu li {
	list-style: none;
	background: url(../images/dots.jpg) repeat-x left bottom;
	padding: 4px 0 4px 5px;
	margin: 0 2px;		
	color: #8F8F8F;
}

* html body #sidebar ul.sidemenu li {
	height: 1%;
}

#sidebar ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	color: #666666;			
}

#sidebar ul.sidemenu li a:hover {	
	color: #00929D;	
}

#sidebar ul.sidemenu ul {
	margin: 0 0 0 5px;
	padding: 0;
}

#sidebar ul.sidemenu ul li {
	background: none;
}


/**************************************************************************** P I C B A R **********

#picbar {
	float: right;
	width: 207px;
	padding: 0 0 0 10px;
	margin: 25px 10px 0 0;
	* margin: 25px 5px 0 0;
	border-left: 1px #00929D solid;
}

#picbar img{
	border: none;
	padding-bottom: 5px;
}	
*/
/**************************************************************************** N E W S B O X ***********/

#newsbox {
	width: 370px;
	padding: 0;
	margin: 0;
	* margin: 25px 5px 0 0;
}



/**************************************************************************** D Y N A M I C ***********/

#dynamictext {
	width: 380px;
}

#dynamictext h1 {
	font: bold 1.4em Arial;
	color: #00929D; 
	text-transform: none;
	padding: 0 0 0 8px;
	border-left: 2px solid #00929D;
	line-height: 1em;
}

#dynamicjobs {
	width: 380px;
}

#dynamicjobs h1 {
	font: bold 1.4em Arial;
	color: #00929D; 
	text-transform: none;
	padding: 0 0 0 8px;
	border-left: 2px solid #00929D;
	line-height: 1.2em;
}

