@charset "utf-8";

#content_seite {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #f4f4f4;
}

*html #content_seite {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #f4f4f4;
	background: url(../pics/bg/bg_seite.jpg) repeat-x;
}

#intro_bg_seite {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 330px;
	background: url(../pics/bg/bg_seite.jpg);
}


#intro_seite {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 330px;
	z-index: 9999999;
}

#main_seite {
	position: relative;
	padding-top: 0px;
	width: auto;
	padding-left: 20px;
	height: auto;
}

/* Funktion starten */

#funktion_seite {
	position: fixed;
	top: 60px;
	left: 20px;
	width: 850px;
	height: 200px;
}

*html #funktion_seite {
	position: absolute;
	top: 60px;
	left: 20px;
	width: 850px;
	height: 200px;
}


/* Tabelle */

.table_seite {
	position: relative;
	left: -8px;
}

.table_seite td {
	border: 3px;
}


/* Formulardesign */

.texteingabe_seite {
	position: relative;
	top: 0px;
	left: 0px;
	height: 16px;
	width: 385px;
	border: solid 1px #666;
	border-style: solid;
	padding-left: 4px;
	padding-top: 1px;
	margin:0px;
	font-size: 12px;
	color: #333;
	background-color: #ffffff;
}
