* { margin: 0; padding: 0;}

body {
	text-align: center;
	background-color: #000000;
	background-attachment: fixed;
	background-image: url(../img/hintergrund.jpg);
	background-repeat: repeat-x;
    background-position: right bottom; 
}

.hauptcontainer {
	margin: 20px auto 0 auto;
	width: 990px;
	height: auto;
	border: 1px solid #ccc; /*Außenrahmen */
	/*background-image: url(Protection-11.JPG);
	/*background-repeat: no-repeat;*/
}

p {
	color: #ccc;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: left;
	vertical-align: top;
}
               a:link, a:visited {color:#ccc;
               text-decoration:none;font-weight:normal}
               a:focus, a:hover, a:active {color:#FFFFFF;
               text-decoration:none; font-weight:bold}
h1 {
	font: bold 1.0em Verdana, Arial, sans-serif;
	margin-bottom: 0.5em;
	margin-right: 1.2em;
	border-bottom: 1px solid #ccc;
	color: #ccc;
	text-align: left;
	vertical-align: top;
}

h2 {
	font: bold 1.0em Verdana, Arial, sans-serif;
	margin-bottom: 0.5em;
	margin-right: 1.2em;
	/*border-bottom: 1px solid #ccc;*/
	color: #ccc;
	text-align: left;
	vertical-align: top;
}

ul {margin: 0;}
li {margin: 0;}

.header { 
	 background-image: url(../img/header.gif); /*das ist die Header Grafik */
	 background-repeat: no-repeat;
	width: 990px;
	height: 200px;
	border: none;
	}

.contentbereich { text-align: left; vertical-align: top;}

.navi_links {
	/* background: url(navi-protection-middle.gif) repeat-y ;*/ 
	padding-top: 0px; /* hier kann das Menu nach unten geschoben werden, Wert z.B. auf 100px setzen */
	padding-left: 10px;
	padding-right: 10px;
	}
	
.navi_links_img {
	text-align: center;
	}
	
.navi_links_pics_top {
	/* background: url(navi-protection-top.gif) no-repeat; */
	height: 20px;
	}
	
.navi_links_pics_bottom {
	/* background: url(navi-protection-bottom.gif) no-repeat; */
	height: 20px;
	}

.navi_links li { list-style-type: none;	line-height: 2;}
.navi_links li a { text-decoration: none; color: #ff9900; text-transform: uppercase; letter-spacing: 0.1em; font: bold;}
.navi_links li a:hover {color: #F00;}

.inhalt_rechts {
	/* background: url(protection-body-middle.gif) repeat-y; */
	padding-left: 10px;
	padding-right: 10px;
	}
	
.inhalt_rechts_pics_top {
	/* background: url(protection-body-top.gif) no-repeat; */
	height: 20px;
	}
	
.inhalt_rechts_pics_bottom {
	/* background: url(protection-body-bottom.gif) no-repeat; */
	height: 20px;
	}

.footer {
	/* background-image: url(navi.jpg); background-repeat: repeat;*/
	width: 990px;
	height: 50px;
	}

.footer p {text-align: center; padding: 10px; color: #000000;}

         a:link, a:visited {color:#7D7D7D;
               text-decoration:none;font-weight:normal}
               a:focus, a:hover, a:active {color:#FFFFFF;
               text-decoration:none; font-weight:bold}

/*Das Kontaktformular*/

form {
	width:600px;/*Breite des Formulars*/
	padding:20px;
	border:1px solid #ccc;
	color: #ccc;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.6em;
	text-align: left;
}
label {			/*Beschriftung auf Eigener Zeile*/
	display:block;
	cursor:pointer; /*Mauszeiger wird zur Hand*/
}
input#absender,
textarea {
	color: #ccc;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: left;
	margin-top: 1em; 
	background-color:transparent;
	width: 600px;
	border: 1px solid #ccc;
	margin-bottom: 1em;
}

textarea {
	height: 7em;
}

input#absender:focus,
textarea:focus {
}

.submit {color: #fff; background-color: transparent; border:solid 1px #fff;}