/* ----------------------------------
Styles netzschneiderei.de 
Autor: Antonia Sch&ouml;nstein 
---------------------------------- */



/* 1. Kalibrierung */

* { padding: 0; margin: 0; } 
img { border: 0px; }


/* 2. Allgemeine Styles */   

body { 
  background-color: #ffffff; 
  background-image: url(../images/bg.gif); 
  background-repeat: repeat-y; /* nur noch vertikal wiederholen */ 
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #7B7B7B; 
	line-height:20px;
}

p {
	padding-bottom:20px;
}

	 
/* 3. Schriften */  

h1{ 
  font-size: 17px;
  font-weight: 600;
	color: #93117E; 
	padding-bottom: 10px;
}

/* 4. Hyperlinks */  

a { 
  text-decoration: none; 
  outline: none;
	background-color: #93117E;
	color: #ffffff;
	padding-left: 2px;
	padding-right: 2px;
	border-top: 1px dashed white;
} 
a:hover { 
	background-color: #ffffff;
	color: #A50BA7;
} 
a.nav:link, a.nav:visited  {
	color:#7B7B7B;
	background-color: transparent;
}
a.nav:active {
	color:#922790;
}
a.nav:hover, a.nav:focus{
	color:#A50BA7;
}
a.subnav:link, a.subnav:visited  {
	color:#7B7B7B;
	background-color: transparent;
}
a.subnav:active {
	color:#922790;
}
a.subnav:hover, a.subnav:focus{
	color:#A50BA7;
}


/* 5. Layout */   

#rahmen { 
	position:absolute;
	width: 100%;
	height: 100%;
}
#linie { 
	position:absolute;
	width: 100%;
	height: 1px;
	top:40px;
  background-image: url(../images/linie.gif); 
  background-repeat: repeat-x; /* nur noch vertikal wiederholen */ 
	z-index:2;
}
#linie2 { 
	position:absolute;
	width: 1px;
	top:4px;
	left:206px;
  background-image: url(../images/linie2.gif); 
  background-repeat: repeat-y; /* nur noch vertikal wiederholen */ 
	z-index:2;
}
#linie3 { 
	position:absolute;
	width: 1px;
	height: 100%;
	top:-1px;
	left:11px;
  background-image: url(../images/linie2.gif); 
  background-repeat: repeat-y; /* nur noch vertikal wiederholen */ 
	z-index:2;
	overflow:hidden;
}
#logo { 
	position:absolute;
	left:756px;
	top:26px;
	z-index:5;
}
#nav { 
	position:absolute;
	left:390px;
	top:65px;
	font-size:18px;
	color:#A50BA7;
	text-transform: uppercase;
	z-index:1;
}
#subnav { 
	position:absolute;
	left:190px;
	top:209px;
	width: auto;
	height: 120px;
	font-size:12px;
	line-height:15px;
	background-color: #ffffff;
	z-index:1;
	overflow:visible;
	clip:rect(0px 180px 200px 0px);
}
#bild { 
	position:absolute;
	left:7px;
	top:0px;
	width: 160px;
	height: 100%;
  background-image: url(../images/home.jpg); 
  background-repeat: no-repeat;
	z-index:1;
}
#BGkontakt { 
	position:relative;
	left:0px;
	top:391px;
	width: 160px;
	height: 400px;
	background-color: #ffffff;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.9;
	z-index:1;
}
#kontakt { 
	position:relative;
	left:10px;
	top:25px;
	width: 200px;
	color: #93117E;
	font-size:12px; 
	line-height:15px;
	z-index:5;
}
#content, #e1, #e2, #e3, #e4, #e5, #e6, #e7, #e8, #e9, #e10, #e11, #e12, #e13, #e14, #e15, #e16, #e17, #e18, #e19, #e20, #e21, #e22, #e23, #e24, #e25, #e26, #e27, #e28, #e29, #e30, #e31, #e32 { 
	position:absolute;
	left:390px;
	top:175px;
	width:500px;
	z-index:1;
	padding-top:20px;
	padding-bottom:80px;
	padding-right:100px;
	background: #ffffff;
	/* For WebKit (Safari, Google Chrome etc) */
	/*background: -webkit-gradient(linear, left top, right top, from(#E6E6E6), to(#fff), color-stop(0.7, #fff)); */
	/* For Mozilla/Gecko (Firefox etc) */
	/*background: -moz-linear-gradient(left top, #E6E6E6, #fff 25%); */
	/* For Internet Explorer 5.5 - 7 */
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#E6E6E6, endColorStr=#FFFFFF, GradientType=1); */
	/* For Internet Explorer 8 */
	/*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6E6E6, endColorstr=#FFFFFF, GradientType=1)"; */
}

/* 6. Formulare */   

form {
	float:left;
	width:330px;
	margin-bottom: 20px;
}
form label{
	display: block;
  float: left;
	margin-bottom: 0px;
	width: 58px;
	height: 15px;
	text-align:left;
	/* cursor: pointer; */
}
form input {
	width: 92px;
	height: 14px;
	border:none;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-bottom:1px;
	color:#7B7B7B;
	background-color: #E2DEE1;
	text-align:left;
}
form textarea {
	width: 92px;
	height: 140px;
	margin-bottom:1px;
	border:none;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#7B7B7B;
	line-height:14px;
	background-color: #E2DEE1;
	resize:vertical;
}
form input:focus  {
	background-color: #93117E;
	color:#ffffff;
	width:262px;
	overflow:visible;
	text-align:left;
}
form textarea:focus {
	background-color: #93117E;
	color:#ffffff;
	width: 262px;
	overflow:visible;
}
.formSubmit{ 
	width: 92px;
	height: 20px;
	border:none;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	background-color: #93117E;
	text-align:left;
	text-indent:20px;
	outline:none;
}
.fehler{
	color:red;
}
