/*

	The contents of this file may neither be used nor distributed without written permission by S.A.W. Solutions!

	Copyright (C)2011 S.A.W. Solutions

	Author of this file: Niklas Tewes (CEO)

*/


html, body {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
	background: #080808;
	margin: 0 auto;
	-webkit-text-size-adjust: 120%;
}


form {
	margin: 0 auto;
	display: inline;
}

p {
	font-size: 16px;
	line-height: 22px;
	margin: 3px 0 8px 0;
	padding: 0;
	text-align: justify;
	
} 

div.indent{
	padding-left: 25px;
	padding-right: 27px;
}

.clear {
	clear: both;
}

#head {
	background: #080808 url('../img/body.jpg') top center no-repeat;
	min-width: 986px; /* stays centered even when window is narrower than page */
	width: 100%;
	height: 100px;
	z-index: 0;
	margin-bottom: 12px; /* space between head and menu */
}

	#head #home {
		display: block;
		width: 200px;
		height: 74px;
		margin: 0px auto;
		position: relative;
		top: 20px;
	}

#parent { /* contains menu and content */
	margin: 0 auto;
	font-size: 12px;
	color: #000;
	position:relative;
	width: 985px;
	z-index: 10;
	height: 100%
}

/*
#menu div {
	width: 520px;
	height: 30px;
	margin: 0 auto;	
}*/

		#menu {
			background: url('../img/menu/menu.jpg') no-repeat center bottom;
			height: 36px;
			width: 986px;
			padding: 0;
			word-spacing: 10px;
			margin: 0 auto;
			margin-top: 12px;
		}
		
			#menu a { /* standard menu item */
				float: left;
				display: block;
				height: 36px;
				position: relative;
				margin-right: 40px;
			}
				
				#menu  #startseite {
					background: transparent url('../img/menu/startseite.png') center top no-repeat;
					width: 87px;
					margin-left: 150px!important; /* overrides previously set attribute */
				}
				
				#dienstleistungen {
					background: transparent url('../img/menu/dienstleistungen.png') center top no-repeat;
					width: 150px;
				}
				
				#philosophie {
					background: transparent url('../img/menu/philosophie.png') center top no-repeat;
					width: 230px;
				}
				
				#referenzen {
					background: transparent url('../img/menu/referenzen.png') center top no-repeat;
					width: 102px;
				}
				
				#kontakt {
					background: transparent url('../img/menu/kontakt.png') center top no-repeat;
					width: 74px;
				}
	
	
		#menu_wetfloor { /* menu wetfloor effect */ 
			background: url('../img/content_top.png') no-repeat center top; /* transparent png floats over the content */
			height: 15px;
			width: 978px;
			position: absolute;
			top: 36px;
			left: 2px;
		}

			#menu a:hover {
				opacity: 0.7;
				-moz-opacity: 0.7;
				filter: alpha(opacity = 70);
			}
			
			#menu a:active {
				opacity: 0.6;
				-moz-opacity: 0.6;
				filter: alpha(opacity = 60);
			}
			
			#menu a.open { /* currently opened subpage */
				opacity: 0.3;
				-moz-opacity: 0.3;
				filter: alpha(opacity = 30);
			}
		
		#content {
			background: url('../img/content.jpg') repeat-y center;
			min-height: 200px;
			width: 966px; /* 986px substr. padding */
			padding: 0px 10px 0px 10px;
			color: #222;
			font-size: 13px;
		}
		
		#content a {
			color: #223250;
			border-bottom: 1px dotted #7690c1;
			padding-bottom: 0;
			text-decoration: none;
		}
		
		#content a:hover {
			color: #003597;
			border-bottom: 0;
			text-decoration: none;
		}

#foot {
	background: url(../img/foot.png) top center no-repeat;
	min-width: 986px;
	width: 100%;
	height: 12px;
	text-align: center;
	color: #546470;
	position: relative;
	top: -70px; /* "glow" behind content container */
	z-index: 0; /* may not interfere with content */
	padding-top: 200px;
	font-size: 11px;
}

#foot a {color: #546470; text-decoration: none;  border-bottom: 1px dotted #546470}
#foot a:hover {color: #fff; border-bottom: 0px dotted #455562}

.clear {
	clear: both;
	height: 12px;
}


div.hl1 {
	color: #1e3a51;
	font-size: 21px;
	text-shadow: #ccc 0px 1px 1px;
	font-weight: bolder;
	margin-bottom: 10px;
	/*-webkit-user-select: none;
	-moz-user-select: none;*/
}

div.hl2 {
	color: #d54100; /*283b4a*/
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 4px;
	/*text-shadow: #7bbcf2 0px 1px 5px;*/
}




#kontakt_info {
	background: url('../img/impressum/kontakt_info.jpg') no-repeat top left;
	width: 206px;
	height: 327px;
	margin: 4px 0px 0px 10px;
	padding: 110px 0 0 0;
	text-align: left;
	font-size: 12px;
	color: #464646;
	float: left;
	clear: left;
}

#kontakt_info span {
	color: #384b5a;
	font-weight: bold;
}

#kontakt_formular {
	float: right;
	clear: right;
	width: 732px;
	padding-top: 20px;
}



#menu div.hl1 {
	color: #fff;
	font-size: 17px;
	text-shadow: #000 0px 1px 1px;
	font-weight: bold;
	margin-bottom: 10px;
	opacity: 0.9
}

span.hl2 {
	color: #d54100;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 1px; /* space heading<->input */
	display: block;
	-webkit-user-select: none;
	-moz-user-select: none;
}

input {
	border: 1px solid #828a8f;
	background: #fbfcfc url('../img/input.jpg') top repeat-x;
	padding: 4px;
	margin: 0;
	width: 220px;
	font-size: 13px;
	color: #444;
	font-weight: bold;
	outline: none;
}

.input_active {
	border: 1px solid #6480a4;
	background: #f8fbfe;
	color: #445664;
}

.button_active[type="submit"] {
	border: 1px solid #005625;
	background: #e9fff2;
	cursor: pointer;
}

.button_active[type="reset"] {
	border: 1px solid #560007;
	background: #ffe9eb;
	cursor: pointer;
}

div.small_input {
	float: left;
	margin-right: 10px;
	width: 230px;
}

textarea {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	border: 1px solid #828a8f;
	background: #fbfcfc;
	padding: 4px;
	margin: 0;
	font-size: 13px;
	color: #444;
	font-weight: bold;
	resize: none;
	outline: none;
}

.textarea_active {
	border: 1px solid #6480a4;
	background: #f8fbfe;
	color: #445664;
}

input[type="reset"], input[type="submit"] {
	width: 230px;
	margin-top: 15px;
	-webkit-box-shadow: 0px 1px 2px #bbb;
	-moz-box-shadow: 0px 1px 2px #bbb;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	cursor: pointer;	
}

#white {
	background: #fff url('../img/wait_big.gif') center center no-repeat;
	position: absolute;
	top: 50px;
	left: 240px;
	z-index: 100;
	width: 730px;
	height: 440px;
}

#white2 {
	background: #fff url('../img/success.jpg') 290px 75px no-repeat;
	position: absolute;
	top: 50px;
	left: 240px;
	z-index: 200;
	width: 730px;
	height: 440px;
}

#white2 div { /* feedback to user */
	width: 450px;
	margin: 0 auto;
	margin-top: 250px;
	color: #384b5a;
	text-align: center;
	font-size: 14px;
	padding: 10px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-webkit-box-shadow: 0px 2px 3px #ddd;
	-moz-box-shadow: 0px 1px 3px #aaa;
	border: 1px solid #e4e4e4;
	background:
		-webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(0.9, #fdfdfd),
			color-stop(0.3, #f4f4f4));

}

#email {display: none;}

#menubar {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 20px;
	border-bottom: 1px solid #555;
	z-index: 150;
	-webkit-box-shadow: 0px 1px 2px #222;
	-moz-box-shadow: 0px 1px 2px #222;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.3, #fafafa),
		color-stop(0.5, #e5e5e5),
		color-stop(0.5, #dedede),
		color-stop(0.9, #b0b0b0));
	padding-left: 20px;
	padding-top: 3px;
}

#dings {
	color: #333;
	font-size: 13px;
	font-weight: bold;
	padding-right: 10px;
	position: fixed;
	top: 6px; 
	right: 40px;
	z-index: 200;
	width: 200px;
	height: 20px;
}

#updater {
	color: #dd3000;
	font-weight: bold;
	margin: -8px 0px 2px 0px;
	height: 10px;
}

.input_false {
	border: 1px solid #ef5f5f;	
}

div.quote {
	text-align: center;
	border: 1px solid #aaa;
	margin: 25px 30px;
	padding: 16px;
	border-right: 0;
	border-left: 0;
	font-weight: bold;
	font-size: 120%
}

#aufmacher {margin-left: -7px;}
