/* CSS Document */
/*grundfarben 
---------------gelbKopf #fffc41
---------------blau #1bbae9
----------------rot #ff0000
*/

/* ------------kein ruckeln (nur firefox)------------- */
html{
	height:100%;
	margin-bottom: 1px;
}

/* -----------body allgemein-------------------------- */

body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	top: 0px;
	left: 0px;
}

* {
	font-size:11px;
}

.bild {
	background-image:  url(../images/site/gschamsterer_hg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	border: 0;
	z-index: -2;
}

/* --------------werbentop----------------------------- */

#werbentop {
	position: absolute;
	visibility: visible;
	left: 301px;
	top: 0px;
	width: 499px;
	height: 55px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
/* --------------navi_1----------------------------- */

#navi_1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	position: absolute;
	visibility: visible;
	left: 430px;
	top: 57px;
	width: 350px;
}
#navi_1 a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#navi_1 a:hover {
	color: #fffc41;
	font-weight: bold;
	text-decoration: none;
}

/* --------------inhalt--------------------------------- */

#inhalt {
	width: 565px;
	height: 469px;
	position: absolute;
	visibility: visible;
	overflow: auto;
	font-size: small;
	color: #333333;
	font-style: normal;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 24px;
	padding-left: 25px;
	top: 74px;
	left: 0px;
}

#inhalt h1 {
	color: #FF0000;
	font-size: 18px;	
}

#inhalt h2 {
	color: #666666;
	font-size: 20px;	
}

#inhalt h3 {
	color: #666666;
	font-size: small;	
}
.reihe {
	clear: both;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

#inhalt a {
	font-weight: bold;
	font-size: 100%;
	color: #FF0000;
	text-decoration: none;
}

#inhalt a:hover {
	font-weight: bold;
	font-size: 100%;
	color: #000000;
	text-decoration: none;
}


/* --------------werbenrechts--------------------------- */

#werbenrechts {
	color: #000000;
	font-size: 130%;
	font-family: "Courier New", Courier, mono;
	width: 180px;
	height: 469px;
	margin-top: 55px;
	margin-left: 600px;
	position: absolute;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 25px;
	left: 0px;
	top: 20px;
	float: none;
	z-index: 2;
}

#werbenrechts h1 {
	
}


/* --------------navi_2----------------------------- */

#navi_2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	position: absolute;
	visibility: visible;
	left: 200px;
	top: 582px;
	width: 550px;
}
#navi_2 a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	font-size: x-small;
}

#navi_2 a:hover {
	color: #fffc41;
	font-weight: bold;
	text-decoration: none;
	font-size: x-small;
}

/*------------------------forms-------------------------- */
.reihe {
	clear:both;
	padding:3px 0px 3px 0px;
}

.label {
	padding:3px 5px 0px 0px;
	float:left;
	width:160px;
	text-align:right;
}
.fehler {
	font-size: 85%;
	color: #ff0000;
}

