
* {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	background: #808080;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 20px;
	text-align: center;
}
a:link, a:visited {
	color: #999;
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
}
h1 {
	background-color: #e0e0e0;
	border: 1px solid #ccc;
	font-size: 10px;
	line-height: 18px;
	padding-left: 5px;
	text-transform: uppercase;
	margin: 10px auto;
}
h2 {
	font-size: 10px;
	line-height: 18px;
	padding-left: 5px;
	text-transform: uppercase;
	margin: 10px auto;
	float: right;
}
p {
	line-height: 16px;
}
#preload {
	height: 0;
	width: 0;
	background-image: url(Body.gif);
	background-image: url(Footer.gif);
	background-image: url(Header.gif);
	background-image: url(Pic_index.jpg);
	background-image: url(TheCorporation.jpg);
	background-position: -1000px -1000px;
}
#wrap {
	background: #fff url(Body.gif) center repeat-y;
	border: 3px solid #535353;
	margin: 0 auto;
	text-align: left;
	width: 720px;
}
#header {
	background: url(Header.gif) center no-repeat;
	height: 27px;
}
#nav {
	float: left;
	padding-top: 10px;
}
#nav ul {
	margin-bottom: 40px;
}
#nav li {
	display: inline;
	list-style: none;
}
#nav li a {
	background: #fff;
	border: 1px solid #cccccc;
	color: #888;
	display: block;
	font-weight: bold;
	line-height: 18px;
	margin: 2px;
	text-decoration: none;
	text-indent: 5px;
	width: 129px;
}
#nav li a:hover {
	background: #B6B6B6;
	border: 1px solid #999;
	color: #fff;
}
#nav img {
	cursor: pointer;
	display: block;
	margin: 2px;
}
#content {
	float: right;
	margin-top: -3px !important;
	margin-top: 0;
	padding: 5px;
	width: 570px;

}
#content p {
	background-color: #fff;
	padding-left: 25px;
	width: 400px;
}
#content a img {
	border: 1px solid #e0e0e0;
	margin: 15px 0 0 25px;
	padding: 2px;
}
#content a:hover img {
	border: 1px solid #999;
}

#content li {
     list-style-type: disc;
	 list-style-position: inside;
	 padding-left: 25px;
}
#footer {
	background: url(Footer.gif) center no-repeat;
	clear: both;
	height: 40px;
}
#pic {
	background: url(Pic_index.jpg) no-repeat;
	border: 3px solid #535353;
	height: 100px;
	margin: 0 auto 10px auto;
	width: 720px;
}

    .form {
        width: 450px;
        background-color: #E9E9E9 ;
        font-size: 10px;
        font-family: Verdana,Arial,Helvetica;
        color: #000000

    }
	.formtext {
        width: 450px;
		height: 90px;
        background-color: #E9E9E9 ;
        font-size: 10px;
        font-family: Verdana,Arial,Helvetica;
        color: #000000

    }
	
		.formbutton {
        width: 90px;
		height: 20px;
        background-color: #E9E9E9 ;
        font-size: 10px;
        font-family: Verdana,Arial,Helvetica;
        color: #000000
		
		

    }
	/* Die Infoabschnitte, für Whois */
	
	.input {
	background : #E9E9E9;
	color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
}
	

	
	/* Die Infoabschnitte, welche die einzelnen Felder erläutern (metatag1.php) */
.kleineinfos {
/* Hintergrundfarbe */
font-family: Verdana, Helvetica, sans-serif;
/* Schriftgröße */
font-size: 10px;
/* Kursivschrift: */
font-style: italic;
/* Textfarbe */
color: #353535;
/* Ausrichtung */
text-align: justify;
}

/* FORMULAR: EINGABEFELDER (Textfelder) */
.inputbackg {
/* Schriftart (Textfelder) */
font-family: Verdana, Helvetica, sans-serif;
/* Rahmendicke (Textfelder) */
border-width: 0px;
/* Schriftgröße (Textfelder) */
font-size: 12px;
/* Hintergrundfarbe (Textfelder) */
background-color: #E9E9E9;
/* Textfarbe (Textfelder) */
color: #666666;
/* Abstand rechts (Änderung nicht empfohlen!) */
margin-right: 3px;
/* Abstand unten (Änderung nicht empfohlen!) */
margin-bottom: 1px;
}

/* Submitter */
	.submitter {
	width : 30px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	padding-left: 25px;
	font-weight: bold;
}

	.input2 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: bold;
	background : #E9E9E9;
	width : 130px;
	
}

 input, select { /* Alle Labels UND Formularelemente auswählen */
	display: block;
	float: left;
	width: 100px; /* Breite.*/
	background : #E9E9E9;
	color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
  
  
}

form br { /* Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; /* das floating der labels und inputs aufheben */
}


label {
 	text-align: right; 
	 padding-right: 1em; 
	display: block;
	float: left;
	width: 100px; /* Breite.*/
	color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;


}


