/*
Stylesheet fuer Steinl Trockenbau

URL: www.steinl-trockenbau.de
*/

/*
*
* Farben

931D1D - Rot - Links
555555 - dunkelgrau - Schrift
888888 - hellgrau - schrift
*
*
*/

/*
Addon
*/
/*herausgenommen: ol, ul, li, */

html, body, footer, header, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd,  fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}

/*
ol, ul{
	list-style:none;
}*/

/*
Allgemein
*/

#wrapper{
	padding-top:45px;
	width:960px;
	margin:0 auto;
}

/*
hintergrund ist zu überarbeiten


	border-width:1px;
	border-style:solid;
  	border-color:blue;

*/
body{
	background-color:#ffffff;
	background:url(../images/bg.jpg) repeat-x;
	color:#555555;
	line-height:22px;
	font-family:Verdana, Calibri, Arial, sans-serif;
	font-size:12px;
}

footer, header, main, nav {
	align: center;
}

.line{
	clear:both;
	background:url(../images/line.png) no-repeat;
	height:2px;
}

a:link, a:visited{
	color:#000000;
	text-decoration:none;
}
a:hover, a:active{
	color:#931D1D;
}
a:link, a:visited{
	color:#931D1D;
	text-decoration:none;
}

h1{
	font-size: 18px;
	padding-top:10px;
	padding-bottom:10px;
}
p{
	padding-top: 5px;
	padding-bottom: 5px;
}


/******************

Navigation


	border-width:1px;
	border-style:solid;
  	border-color:black;

*******************/

#nav{
	float:left;
	margin:10px 0px 12px 0px;
	padding:5px;
	
	list-style:none;
}


#nav li a, #nav li{
	float:left;
}
#nav li{
	position:relative;
}
#nav li a{
	text-transform:uppercase;
	font-weight:bold;
	font-size:16px;
	color:#222;
	padding:0 15px;
}
#nav li a:hover{
	color:#931D1D;
}
#nav li .current{
	color:#931D1D;
}

#nav li a.first{
	padding-left:0;
}

/*********
Leistungen

********/

#leistungen{

}

#leistungen ul {
	
	list-style-type: circle;

}

#leistungen ul li {

	margin:10px;

}


/******************

sonstiges


	border-width:1px;
	border-style:solid;
  	border-color:green;
  	
  	
  	
	border-width:1px;
	border-style:solid;
  	border-color:red;
  	
  	
	border-width:1px;
	border-style:solid;
  	border-color:blue;

*******************/

#header{
	margin:0 0 0px 0px;
	width:960px;
	height:210px;
}

#logo{
	align:right;
	margin:0px 0px 0 0;
	padding:0px 0 0 660px;
	width:300px;
	text-align: right;
}

main{
	margin:30px 0px 30px 0px;
	padding-left: 50px;
}

main .contact{
	margin:30px 0px 30px 0px;
	padding-left: 50px;
}



#footer{
	clear:both;
	padding:5px 0 30px 0;
	color:#888888;
}
#footer .copyright{
	float:left;
	padding-top:1px;
	font-size:14px;
}



/************/
/* Formular */
/************/

form {
	width: 370px;
	padding: 20px;
	border: 1px solid #888888;
}
label {
	display: block;	
	cursor: pointer;
}
input#name,
input#vorname,
input#mail,
input#tel,
textarea {
	width: 300px;
	border: 1px solid #888888;
	margin-bottom: 1em;
}
textarea{
	height: 7em;
}
input:focus,
textarea:focus{
	/*background-color: #AAAAAA;*/
}
