@charset "UTF-8";

/* CSS Dokument
  ===============================
        Allgemeine angaben
  ===============================*/

* {
	margin:0;
	padding:0;
	
}

/* HTML Mass */
html {
	height: 100%;
}


* img {
	border:0px;
}

a:link {
  outline: none;
			}

a:link, a:visited {
	color: #545454;
	
}


.clearing {
	clear:both;
}



/* Body-Style */
body {
	height: auto;
	background: #fff url(bg.gif) repeat-x;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color:#545454;
	font-size: 12px;
	text-align: center;
	min-width: 960px;
	}



h1 {
	font-weight:400;
	font-size:1.3em;
	padding:0 0 1.0em 0;
	line-height:1.2em;
	letter-spacing: 0.1em;
}

h3 { font-weight:bold;
	padding:0.75em 0 0 0;
	font-size:1em;
}

p{ margin:0 0 1em 0;
}

a:link, a:hover, a:visited{ color:#FFFFFF;

}


/* ===============================
         Kopf
   =============================== */

div#kopf{
	width:960px;
	padding:0;
	margin:0;
	background-color:#fff;
}



/* ===============================
         Hauptbox
   =============================== */
   

/* Site container, page width, centered, fixed width */
div#hauptbox {
	text-align:left;
	position: relative;
	width: 960px;
	height: 720px;
	margin: 0 auto 0 auto;
	padding:0;
	background: #fff url(start.jpg) 0px 0px no-repeat; 	/*bg position min-width for Firefox */
	}
	
#textfeld {
	font-size:12px;
	line-height:16px;
	color:#FFFFFF;
	text-align:left;
	float:right;
	width: 250px;
	height: 100px;
	background:none;
	padding:0;
	margin:630px 0 0 710px;
	}

#hinweis {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:16px;
	color:#004426;
	text-align:left;
	float:right;
	width: 960px;
	height: 50px;
	background:none;
	padding:0;
	margin:15px 0 0 0px;
	}
	
.pfeil { 
	vertical-align: -25%;}
