/* CSS Document */

/*Formular */			
#wrapper {
width: 600px;
margin: 1% auto;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #000000;
	}

fieldset {
background-image: url(notizzettel.jpg)
background-repeat: no-repeat;
width: 540px;
margin: 0 auto;

color: #000;
}
* html fieldset {
position: relative;
margin: -0.5em 0 0 0;
}/* zum vermeiden des schleichenden bg (IE) */

legend {
margin: 0px 0px 0px 30px;
padding: 3px 10px;
letter-spacing: 2pt;
background-color: #c1edd0;
color: #686353;
border-top: 1px solid #b1ab9c;
border-left: 1px solid #b1ab9c;
}
* html legend { 
position: relative; 
top: -0.8em;
}/* zum vermeiden des schleichenden bg (IE) */

.formbox {
width: 450px;
margin: 0 auto;
padding: 20px 0px 20px 0px;
text-align: left;
}
* html .formbox {
padding: 10px 0px 20px 0px;
}

div.eins,
div.eins-a {
float: left;
width: 120px;
margin: 5px 20px 5px 0px;
border-top: 1px solid #b1ab9c;
border-left: 1px solid #b1ab9c;
background-color: #c1edd0;
color: #000;

}
div.eins-a {
border: 0 none;
background-color: transparent;
color: #000;
}

div.zwei {
float: left;
width: 300px;
}
div.zwei input,
div.zwei textarea {
width: 300px;
margin-top: 5px;
background-color: #e5f2e6;
color: #000;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 14px;
border: 0 none;
border-right: 1px solid #686353;
border-bottom: 1px solid #686353;
-moz-opacity: 0.6;
filter: alpha(opacity=60);
}
div.zwei textarea {
overflow: auto;
}
div.zwei input:focus,
div.zwei textarea:focus {
background-color: #e5f2e6;
color: #000;
-moz-opacity: 1;
filter: alpha(opacity=100);
}

label {
padding: 1px 0 0 10px;
background-color: transparent;
color: #000;
}

div.zwei input.senden {
width: 302px;
margin-top: 8px;
padding: 2px 0;
font-size: 12px;
letter-spacing: 2pt;
background-color: #bdb9ac;
color: #000;
border-right: 1px solid #686353;
border-bottom: 1px solid #686353;
cursor: pointer;
}
* html div.zwei input.senden {
width: 304px;
}

.breaker {
clear: left;
}
.footmen {
text-align: left;
margin-left: 30px;
}
.footmen a {
background-color: transparent;
color: #686353;
}

/*Admin-Bereich*/

#test
{
background-image: url(tft.png);
}
#subnav {
	text-align: left;
	padding: 5px;
	overflow: visible;
}
#subnav a{
	text-decoration: none;
	padding: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #999999;
	color: #000000;
	background-color: #CCCCCC;
}
#subnav a:hover {
	text-decoration: none;
	padding: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #999999;
	color: #FFFFFF;
	background-color: #333333;
}
 a.sub:link { color: #009933;  }
 a.sub:visited { color:#009933 }
 a.sub:hover { color:#ff0000; }
 a.sub:active { color:#009933;  }
 

