@import url("ambient.css?v2");

@font-face {
    font-family: 'Open Sans';
    src: url('/included/fonts/OpenSans-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('/included/fonts/OpenSans-SemiBold') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('/included/fonts/OpenSans-Bold') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
	font-family: 'Droid Serif';
	src: local('Droid Serif Regular'), 
	url('/included/fonts/DroidSerif-Regular.woff') format('woff');
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: 'Droid Serif';
	src: local('Droid Serif Bold'), 
	url('/included/fonts/DroidSerif-Bold.woff') format('woff');
	font-style: normal;
	font-weight: bold;
}
	

body { 
	padding: 0;
    margin: 0;
	background-image: url(../gfx/layout/ground_body.png); background-position: center top; background-repeat: repeat-x;
	background-color: #fffffff;
}

body, td {
    font-family: 'Open Sans', Tahoma,Arial,Verdana,sans-serif;
    font-size: 13px;
    color: #2A2E32;
    font-weight: 400;
}

#threelinemenu {
	display: none;
}

a, a:hover, a:visited { 
	color: #CA6400; 
	text-decoration: underline; 
	border-width: 0px;
}

img {
	border: none;
	padding: 0px;
	margin: 0px;
	line-height: 0px;
	outline: none;	
}


/*----------------------------------------------------------------*/
/* Typo */
/*----------------------------------------------------------------*/
	
	h1 {
		 color: #CA6400;
		 font-size: 20px;
		 font-weight: bold;
		 margin: 0;
		 padding: 0;
		 padding-bottom: 20px;
		 font-family: 'Droid Serif', sans-serif;
		 padding-top: 5px;
		 border-top: 4px solid #CA6400;
		 line-height: 28px;
		}	
		
		h2 {
			color: #454545;
			font-size: 16px;
			font-weight: bold;
			margin: 20px 0 0 0;
			padding: 0;
			font-family: 'Droid Serif', sans-serif;
		}	
		
		
	ul {
		padding: 0px;
		margin: 0px;
		list-style: none outside none;
		margin-bottom: 25px;
		padding: 0px;
		border-top: 1px dashed #B7B7B7;
		margin-top: 15px;
	}
	
	li {
		background: url("../medien/ul-arrow.png") no-repeat scroll 0px 15px transparent;
		list-style: none outside none;
		padding: 10px 0px 0px 24px;
		border-bottom: 1px dashed #B7B7B7;
		pading-top: 8px;
		padding-bottom: 8px;
		margin: 0px;
	}	
	


	a.button {
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 10px;
		padding-right: 10px;
		background-image: -moz-linear-gradient(top, #FFA955, #CA6400 37%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #FFA955), color-stop(0.37, #CA6400));
		background-color: #CA6400;
		color: #fff;
		text-decoration: none;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		-webkit-box-shadow: 0px 0px 10px #888888;
		-moz-box-shadow: 0px 0px 10px #888888;
		box-shadow: 0px 0px 10px #888888;
	}
	
	a.button:hover {
		background-image: -moz-linear-gradient(top, #8F8F8F, #5F5F5F 37%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #8F8F8F), color-stop(0.37, #5F5F5F));
		background-color: #5F5F5F;
	}

/*----------------------------------------------------------------*/
/* Seitengestaltung */
/*----------------------------------------------------------------*/

#wrapper {
	width: 960px;
	padding: 0px;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 500px;
	overflow: auto;
	margin: 0 auto;
	background-image: url(../gfx/layout/ground_wrapper.png); background-position: left top; background-repeat: repeat-y;
}


#logo {
	height: 108px;	
	background-image: url(../gfx/layout/ground_header.png); background-position: left top; background-repeat: no-repeat;
}

	#logo-gfx {
		width: 40%;
		float: left;
		height: 108px;	
		overflow: hidden;
	}
	
	#logo-gfx img:hover {
		opacity: 0.8;
	}

	#impress  {
		width: 40%;
		float: right;
		text-align: right;
		padding-right: 25px;
		padding-top: 7px;
	}
	
		#impress a  {
			color: #000;
			text-decoration: none;
			text-transform: uppercase;
			font-size: 12px;
			padding-left: 10px;
		}
		
			#impress a:hover  {
				opacity: 0.7;
			}

#menu {
	height: 38px;	
	background-image: url(../gfx/layout/ground_menu.png); background-position: left top; background-repeat: repeat-x;
	clear: both;
	padding-left: 38px;
	padding-top: 15px;
}

	#menu a {
		font-size: 13px;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;		
		padding-right: 15px;		
	}
	
	#menu a:hover {
		color: #F0F0F0;
	}
	
	
		a.menuon {
			color: #ffffff;
		}
	
		a.menuoff {
			color: #B3B2B1;
		}

#content {
	background-color: #EDF3F1;
	min-height: 500px;
	overflow: auto;
	line-height: 22px;
}

	#contentbox-start {
		padding: 40px;
	}
	
	#content-left {
		width: 309px;
		float: left;
		margin-top: 280px;
		padding-left: 30px;
		padding-right: 15px;
		padding-top: 30px;		
		padding-bottom: 30px;
	}	
	
		.left-smaller {
			width: 259px !important;
		}

	#content-right {
		width: 531px;
		float: right;
		margin-top: 190px;
		background-image: url(../gfx/layout/ground_wrapper.png); background-position: left top; background-repeat: repeat-y;
		padding-left: 45px;
		padding-right: 30px;
		padding-top: 30px;		
		padding-bottom: 60px;
		overflow: auto;
	}
	
		.right-wider {
			width: 581px !important;
			min-height: 420px !important;			
		}
		
		#googlemaps {
			margin: 0px;
			margin-left: -25px;
			margin-right: -30px;
			margin-top: -30px;	
			margin-bottom: -60px;
			border: none;
			padding: 0px;
			line-height: 0px;
			outline: none;	
			overflow: hidden;
		}
		#drdsgvo_map {
			margin: 0px;
			margin-left: -25px;
			margin-right: -30px;
			margin-top: -30px;
			margin-bottom: -60px;
			border: none;
			padding: 0px;
			line-height: 0px;
			outline: none;
			overflow: hidden;
			height: 510px;
		}

#footer {
	background-color: #B2C2BA;
	padding: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #4E4D4B;
	font-size: 11px;
}

	#footer a {
		color: #4E4D4B;
		text-decoration: none;
		border-bottom: solid 1px #627A6F;
	}


#products {
	clear: both;
	padding-top: 20px;
	margin-right: -10px;
}

#products img, #imagebox-left img {
	margin-right: 5px;
	margin-bottom: 5px;
	-webkit-box-shadow: 0px 0px 10px #B5B5B5;
	-moz-box-shadow: 0px 0px 10px #B5B5B5;
	box-shadow: 0px 0px 10px #B5B5B5;
	opacity: 0.6;
}

#products img:hover {
	opacity: 1.0;
}

#imagebox-left img:hover {
	opacity: 0.8;
}

#imagebox-left img {
	opacity: 1.0;
	border-bottom: 4px solid #CA6400;
}	

.contentbox {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 10px #B5B5B5;
	-moz-box-shadow: 0px 0px 10px #B5B5B5;
	box-shadow: 0px 0px 10px #B5B5B5;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 4px solid #CA6400;
}

	#content-right > .contentbox {
		margin-top: 35px;
	}

.contentbox p {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.contentbox img {
	display:block;
}

.ambientgeschichte {
		background-image: url(../medien/ambient/geschichte_small.jpg); background-position: left bottom; background-repeat: no-repeat;
		padding-bottom: 130px;
	}
	
.ambientqualitaet {
		background-image: url(../medien/ambient/qualitaet_small.jpg); background-position: right top; background-repeat: no-repeat;
		padding-right: 250px;
	}
	
.ambientkarriere {
		background-image: url(../medien/ambient/karriere_small.jpg); background-position: left bottom; background-repeat: no-repeat;
		padding-bottom: 130px;
	}
	
.ambientbecker {
		background-image: url(../medien/ambient/unternehmen_small.jpg); background-position: left bottom; background-repeat: no-repeat;
		padding-bottom: 220px;
	}
	
.ambientdownloads {
		background-image: url(../medien/ambient/downloads_small.jpg); background-position: left bottom; background-repeat: no-repeat;
		padding-bottom: 130px;
	}
	
#aphrodite {
	background-image: url(../medien/kontakt.png); background-position: left bottom; background-repeat: no-repeat;
	overflow: auto;
}

#box-left {
	width: 70%;
	float: left;
	padding-bottom: 50px;
}

#box-right {
	width: 25%;
	float: right;
}

	#box-right img {
		width: 95%;
		border: 8px solid #fff;
	}
	
	#box-right img:hover {
		opacity: 0.8;
	}

/*----------------------------------------------------------------*/
/* msg-list */
/*----------------------------------------------------------------*/

#msgboxen {
	clear: both;
}

.msg_body ul {
}

.msg_list {  
	clear: both;
	margin-top: 10px;
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 11px #B6B6B6;
	-moz-box-shadow: 0px 0px 11px #B6B6B6;
	box-shadow: 0px 0px 11px #B6B6B6;
	overflow: auto;
	border-bottom-width: 4px;
	border-bottom-style:solid;
    border-bottom-color:#CA6400;
	margin-bottom: 5px;
}

.msg_head {
	cursor: pointer;
	background: #4E4D4B;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #ffffff;
	overflow: hidden;
	font-size: 16px;
	 font-family: 'Droid Serif', sans-serif;
	font-weight: lighter;		 
}

.msg_body {
	overflow: auto;
	padding: 20px;
}
