/*-----------------------------
CSS-Stylesheet, Grauwert GmbH
www.grauwert.de
Author: Jonas Soeder - www.jonassoeder.de
Date: 01.12.2009
Last modified: 15.01.2012
-----------------------------*/

body {
	margin:0;
	padding:0;
	background-color:#e1e1e1;
	color:#333333;
}	

#start {
	background:#fff;
	border-top:6px solid #141414;
	height:100%;
}

#auswahl {
	width:584px;
	height:auto;
	margin:60px auto 0 auto;
}

.grauwert, .gg {
	height:160px;
	width:240px;
	float:left;
	display:block;
	margin-top:40px;
	opacity:0.5;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	outline:none;
}	

.grauwert:hover, .gg:hover {
	-moz-box-shadow:1px 1px 4px #6c6c6c;
	-webkit-box-shadow:1px 1px 4px #6c6c6c;
	box-shadow:1px 1px 4px #6c6c6c;
	opacity:1;
	-moz-transition-duration:0.8s; 
	-webkit-transition-duration:0.8s;
	-o-transition-duration:0.8s;
	transition-duration:0.8s;
}

.vseperator {
	height:260px;
	width:11px;
	background:url(../img/v_seperator.png) top left no-repeat;
	float:left;
	display:block;
	opacity:0.5;
}

.grauwert {
	background:url(../img/grauwert.png) top left no-repeat;
	margin-right:45px;
}
.gg {
	background:url(../img/grauwertgalleries.png) top left no-repeat;
	margin-left:45px;
}

.socials {
	width:62px;
	margin:0 auto;
	height:auto;
	margin-top:60px;
}

.socials a {
	opacity:0.5;
	outline:none;
}

.socials a:hover {
	opacity:1;
	-moz-transition-duration:0.8s; 
	-webkit-transition-duration:0.8s;
	-o-transition-duration:0.8s;
	transition-duration:0.8s;
}	

#logo {
	width:950px;
	height:120px;
	background:url(../img/logo2.png) center no-repeat;
}

#bg_oben {
	width:auto;
	height:60px;
	background:#111;
}

#wrapper {
	position:relative;
	top:-20px;
	width:950px;
	margin:0 auto;
	background-color:#FFF;
}

#content {
	width:950px;
	min-height:300px;
   	height: auto !important;
   	height: 300px;
	background-color:#FFF;
	float:left;
	border-top:1px solid #111;
}

#content_left {
	width:400px;
	margin:15px 70px 15px 35px;
	float:left;
	display:inline;
}	

#content_right {
	width:400px;
	margin:15px 0;
	float:left;
	display:inline;
}	

#stoerer {
	position:absolute;
	top:160px;
	left:750px;
	width:200px;
	height:200px;
}

#footer {
	position:relative;
	clear:both;
	width:950px;
	height:1px;
	background-color:#fff;
}

/*----- Navigation Anfang -----*/
#navigation {
	width:950px;
	height:25px;
	background-color:#252525;
}	

#navigation ul {
	list-style:none;	
	margin:0;
	padding:0;
}	

#navigation ul li {
	float:left;
	text-align:center;
	line-height:25px;
}

#navigation ul li a {
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
	color:#DDD;
	width:125px;
	text-align:center;
	text-decoration:none;
	display:block;
}

#navigation ul li a:hover {
	color:#2e2e2e;
	background-color:#AAC84E;
}  	

#navigation ul li .active {
	color:#2e2e2e;
	background-color:#AAC84E;
}
/*----- Navigation Ende -----*/

/*----- Links mit Icons Anfang -----*/
.visualjudgement {
	text-decoration:none;
	background:url('../img/js.png') no-repeat center left;
	color:#4085a7;
	padding-left:15px;
	-moz-transition-duration:0.3s;
	-webkit-transition-duration: 0.3s;
}

.visualjudgement:hover {
	color:#222;
}	

.pdf {
	padding:10px 0 10px 42px;
	text-decoration:none;
	background:url('../img/pdf_icon.gif') no-repeat center left;
	color:#111;
	-moz-transition-duration:0.3s;
	-webkit-transition-duration: 0.3s;
}	

.pdf:hover {
	color:#FF0000;
}	

.mailto {
	padding:10px 0 10px 22px;
	text-decoration:none;
	background:url('../img/email_icon.jpg') no-repeat center left;
	color:#999;
	-moz-transition-duration:0.3s;
	-webkit-transition-duration: 0.3s;
}

.mailto:hover {
	color:#111;
}

a.links {
	color:#DDD;
	background-color:#2e2e2e;
	padding:1px 5px;
	text-decoration:none;
	-moz-transition-duration:0.3s;
	-webkit-transition-duration: 0.3s;
}	

a.links:hover {
	background-color:#AAC84E;
	color:#2e2e2e;
}	
/*----- Links mit Icons Ende -----*/
	
/*----- Headbereich Anfang -----*/	
#header {
	width:950px;
	height:240px;
	background-image:url(../img/header_index.jpg);
}

#header.analog {
	background-image:url(../img/header_analog.jpg);
}
	
#header.digital {
	background-image:url(../img/header_digital.jpg);
}

#header.preise {
	background-image:url(../img/header_preise.jpg);
}

#header.kontakt {
	background-image:url(../img/header_kontakt.jpg);
}

#header.impressum {
	background-image:url(../img/header_impressum.jpg);
}

#header.edition {
	background-image:url(../img/header_edition.jpg);
}

#header.liquid_gloss {
	background-image:url(../img/header_lg.jpg);
}
/*----- Headbereich Ende -----*/
