﻿/*	###################	Colors	

	#FFFFFF	: weiss
	#000000 : schwarz
	#006699	: blau
	#dfdccb : grau
	
	################### */


/*	###################	Grundlegendes		######################	*/

a {
 color: #333; 	
}

html {
	background-color: #fff;
	height: 100%;
	color: #333;
}
body {
	font-family: "Tahoma",Helvetica,Arial,sans-serif;
	font-size: 12px;

}

#wrapper {
	width: 1024px;
	margin: 0px auto 0 auto;
}


/*	###################	header			######################	*/

#header {
	background-image: url(../image/meisterwerkstaette-fuer-steingestaltung.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 1px;
}

#navi {
	padding-left: 10px;
	background-color: #006699;
	display:block;
	color: #ffffff;
	width: 850px;
}

#navi ul {
	background-color: #006699;
	height: 40px;
}

#navi ul li {
	display: inline;
	float: left;
	margin-top: 11px;
	font-size: 14px;
}

#navi ul li a {
	float: left;
	margin: 0px 10px 0px 10px;
	text-decoration:none;
	color: #fff;
	font-size:14px;
}

#navi ul li a:hover {
	text-decoration: underline; 
}

#navi ul li a.active {
	text-decoration: underline; 
}




/*	###################	main				######################	*/

#main {
	margin: 8px 0px;
	height: 500px;
}

#main img {
	float: left;
}

#content {
	background-color: #DFDCCB;
	margin-left: 10px;
	padding: 15px 15px;
	width: 557px;
	float:left;
	height: 470px;
}

#content-start {
	width: 365px;
	float: left;
	padding: 15px 10px;
	margin: 0px 8px;
	background-color: #dfdccb;
	height: 470px;
}

#content-start a {
	font-weight: bold; 
	text-decoration: none;
	line-height: 20px;
}

#content-impressum {
	float: left;	
}

#content-datenschutz {
	padding: 15px 10px;
	margin-left: 0px;
	width: 1004px;
	background-color: #dfdccb;
}

#content-kontakt {
	background-color: #DFDCCB;
	margin-left: 10px;
	padding: 15px 15px;
	width: 557px;
	float:left;
	height: auto;
	height: 470px;
	margin-bottom: 10px;
}

#google-maps {
	float: left;	
	margin: 42px 0px 0px 21px;
}

#imageslider {
	height: 62px;
	margin-left: 4px;

}

/*	###################	kontakt				######################	*/

#kontakt {
	margin-top: 0px;
}

#kontakt label {
	width: 90px;
	float: left;
	height: 28px;
	padding-top: 7px;
}

#kontakt input {
	border: 1px solid #006699;
	float: left;
	width: 275px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	height: 28px;
}

#kontakt textarea {
	border: 1px solid #006699;
	float: left;
	width: 460px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	height: 125px;
	margin-bottom: 10px;
}

#kontakt input.active,
#kontakt textarea.active {
	border: 1px solid #fff;
}

#kontakt label.active {
	color: #fff;
}

#kontakt input#abschicken {
	width: 218px;
	height: 39px;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
	background-image: url(../image/versenden.png);
	background-repeat: no-repeat;
	margin-left: 244px;
}

#kontakt br {
	clear: both;
}

#kontakt ul {
	margin-left: 20px;
	margin-top: 10px;
}

#kontakt ul li {
	list-style: decimal;
	text-decoration:underline
}


/*	###################	Footer				######################	*/

#footer {
	background-color: #006699;
	height: 46px;
	clear:both;
	margin-top: 8px; 
	color: #ffffff;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer a.active{
	text-decoration: underline;
}

#footer-links {
	float:left;
	width: 665px;
	padding-left: 20px;
}

#footer-links p {
	line-height: 23px;	
}

#footer-rechts {
	float:left;
	font-size: 17px;
}

#footer-rechts p {
	line-height: 10px;	
	margin-top: 12px;
}

/*	###################	Texte				######################	*/
/* Ueberschriften */

h1 {
	font-size: 18px; 
	line-height: 25px;
}

h2 {
	font-size: 14px;
}

p {
	line-height: 25px;
}
