.lauftext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #333333;
}
.lauftext_eingabe {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: uppercase;
	color: #999999;
	letter-spacing: 0.05em;
	line-height: 0px;
	padding-bottom: 23px;
	padding-left: 2px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bolder;
	font-variant: small-caps;
	text-transform: lowercase;
	color: #666666;
	letter-spacing: 0.05em;
	line-height: 0px;
	padding-bottom: 10px;
	padding-left: 2px;
	padding-top: 14px;
}

#scroller_Container .lauftext {
	line-height: 18px;
	letter-spacing: 0.03em;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#mittel_abstand {
	width: 40px;
	height: 20px;
}


/* scroller */
#scroller_Container {
position:relative; width:450px; height:300px; clip:rect(0,450px,300px,0); overflow:hidden; z-index:6;
}
#scroller_Content {
position:relative; left:0; top:1; width:450px;
}
#scrollerButtons {
	position: relative;
	width: 15px;
	top: 0px;
	height:300px;
	overflow:hidden;
	}
#scrollerButtons #up {
	position: relative;
	top: 0px;
	height: 15;
	z-index: 2;
	cursor:pointer;
	background-image: url(img/arrowup.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 15px;
	}
#scrollerButtons #track {
	position:relative;
	top: 0px;
	width: 15px;
	height: 0;
	z-index: 3;
	background-image: url(img/scrollbar_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
#scrollerButtons #drag {
	position: relative;
	top: 0px;
	width: 15px;
	height: 0;
	z-index: 4;
	cursor:pointer;
	background-image: url(img/scrollbar.gif);
	background-repeat: repeat;
	background-position: left top;
	}
#scrollerButtons #down {
	position: relative;
	top: 0px;
	height: 15;
	width: 15px;
	background: url(img/arrowdown.gif) top left no-repeat;
	z-index: 5;
	cursor:pointer;
	}
	
	
/* kontaktformular*/
#wrapper {
	position:relative; left:0; top:0px; width:450px; height:300px;
	overflow:hidden;
	top:0px;
}
#wrapper #formular {
	position:relative; top: -8px;
}

#wrapper #impressum {
	position: absolute;
	z-index: 2;
	left: 3px;
	bottom: 0px;
}

#wrapper input.send {
	width:6em;
	cursor:pointer;
	font-weight:bold;
	background-color: #F4F4F7;
	color:#666666;
	font-variant: small-caps;
	text-transform: uppercase;
	font-size: 12px;
}

#wrapper input.send.error {
	background-color:#FF3333;
	color:#000000;
}

#wrapper input.send.confirm {
	background-color:#99CC00;
	color:#000000
}

#wrapper .error {color:#FF3333;}
#wrapper .confirm {color:#99CC00;}
#wrapper .standard {color:#00000;}


#wrapper p#backlink {text-align:right; margin-top:20px; border-top:1px solid rgb(125,125,90);}
#wrapper p#backlink a {text-decoration:none; color:#080;}
#wrapper p#backlink a:hover {text-decoration:underline;}

#wrapper h1 {
	padding-left: 2px;
	line-height: 14px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#wrapper p {
	padding: 0;
	border: none;
}
#wrapper fieldset {
	border: none;
	padding: 0;
}


#wrapper input {
	background-color: #F4F4F7;
	width: 200px;
	overflow: scroll;
	left: 100px;
	position: absolute;
	border: none;
	height: 20px;
}

#wrapper #message { /*textarea*/
	background-color: #F4F4F7;
	width: 100%;
	overflow: auto;
	border: none;
	height: 90px;
	margin-top: 8px;
	margin-right: 2px;
	margin-bottom: 4px;
	margin-left: 2px;
	resize: none;
}

#wrapper input:focus{
	outline: none;
	background: #FFFFFF;
	border: 1px solid #000;
	color: #000; 
}

#wrapper #message:focus{
	outline: none;
	background: #FFFFFF;
	border: 1px solid #000;
	color: #000; 
}

#wrapper #kontakt {
	left: 4px;
	width: auto;
	overflow: hidden;
	height: auto;
}

a:link { text-decoration:none; color: #999999; }
a:visited { text-decoration:none; color: #999999; }
a:hover { text-decoration:none; color: #000000; }
a:active { text-decoration:none; color: #999999; }
