* {
	margin: 0;
	padding: 0;
}
	
body {
 	font:normal 13px/18px Verdana, Arial, sans-serif;
	/*font:normal 13px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;*/
	background:#f8f8f8;
}

* html body {background:#f8f8f8;}
	
#header {
	color: #fff;
	background: #f8f8f8;
	border-left:0px solid #ff9223;
	border-bottom:2px solid #ff9223;
	height:100px;
	margin: 0px 0px 0px 0px;
	
}
	
#rechtliches {
	background: transparent url("../gfx/bg-footer.gif") repeat-x 50%;
	color: #fff;
	clear:both;
	position: relative;
	z-index: 1;
}
		
#main-content {
	float: left;
	width: 79%;
	background-color: #f8f8f8;
	}
	
#terminecontent {
	padding-top:10px;
	background-color: #f8f8f8;
	}

* html #main-content {
	float: left;
	width: 80%;
	background:#f8f8f8;
}

#right {
   	float: right;
   	width: 21%;
   	background-color: #f8f8f8;
}

#navigation-left {
   	float: left;
   	width:21%;
   	padding:10px;
   	background:#f8f8f8;
   	}	

#content {
   	float: right;
   	width: 75%;
   	min-height:500px;
   	background-color: #f8f8f8;
   	color: #666;
}

* html #content {
   	float: right;
   	width: 75%;
   	background-color: #f8f8f8;
   	color: #666;
   	/*margin-right:10px;*/
}

* html #navigation-left{width: 20%;background:#f8f8f8;}
* html #content{width: 75%;}
* html #right{width:19%;background:#f8f8f8;}

.jobs {width:90%;}

.leftbox {
   border:1px solid #666;
   background:#f8f8f8;
   margin-bottom:10px;
}

.rightbox {
   border:1px solid #666;
   background:#f8f8f8;
   margin:10px;
   }
   
   
/**#content, #navigation-left, #right, #main-content {
	padding-bottom: 32767px; /* Beschränkung durch Safari, der keinen größeren Wert zulässt. */
	/*margin-bottom: -32767px;
}**/

#wrap {
	overflow: hidden;
	position: relative;	
} 
	
@media all and (min-width: 0px) {
	#content, #navigation-left, #right, #main-content {
		padding-bottom:0;
		margin-bottom: 0;
}		
		
	#content:after, #navigation-left:after, #right:after, #main-content:after {
		/*padding-top:32767px;
		margin-bottom: -32767px;*/
		display:block;
		background: inherit;
		height: 0;
	}			
}

#wrap {
	min-width:800px;
	max-width:1024px;
	margin: auto;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
}
	

	
/* Anpassung für Gestaltungselemente */
	
/*body {
	font-size: 0.8em;
}*/

#rechtliches {
	clear:both;
	padding: 0.8em;
}

#wrap #main-content #content * {
	margin: 10px 10px 0.4em;
}

* html #wrap {
 	width: expression(document.body.clientWidth < 902 ? "900px" : document.body.clientWidth > 1026 ? "1024px" : "auto");
 	margin:auto;	 
}

/**#wrap #main-content #content a {
	color: #fff;
}**/

#wrap #main-content #content * * {
	margin: 0;
}
	
#wrap #right * {
	margin: 10px;
	/**padding:5px;*/
}

#wrap #right * * {
	margin: 0;
}
	
.important {
	font-size: 1.2em;
	font-weight: bold;
}
	
/**featurebox**/
.featurebox {
	with:90%;
	color:#333;
	padding: 10px 15px 15px;
	border-top: 1px solid #666;
	border-left:1px solid #666;
	/**margin: 0 0 1.5em;**/
	background: #f6f6f6 url("../gfx/featurebox_bg.jpg") no-repeat 100% 100%;
	}
	
* html .featurebox {
	with:80%;
	padding:5px 5px 5px;
	}
	
#logo {
	position:absolute;
	background: transparent url("../gfx/astalogo.png") no-repeat;
	top:7px;
	left:10px;
	height:80px;
	width:180px;
}

* html #logo {
	position:absolute;
	background: transparent url("../gfx/astalogo.gif") no-repeat;
	top:7px;
	left:10px;
	height:80px;
	width:180px;
}

#topnavigation {
	position:absolute;
	top:71px;
	height:20px;
	right:10px;
	leftt:auto;
}

* html #topnavigation {top:69px;}

#search {
	color:#ff9223;
	position:absolute;
	top:15px;
	right:10px;
	left:auto;
	}


.csc-textpic, csc-textpic-intext-right,.csc-textpic-intext-left{ margin-bottom:10px;}





