/* tags *************************************************/

body	{
	background-color:#fff;
	font-family:verdana,helvetica;
	font-size:11px;
	line-hight:130%;
	margin:0;
	}

img {
	border:0;
	}

h1 {
	font-family:helvetica;
	font-size:1.1em;
	color:#996;
	text-transform:uppercase;
	}

h2 {
	font-family:helvetica;
	font-size:0.9em;
	color:#996;
	text-transform:uppercase;
	}

p {
	font-size:0.9em;
	line-height:130%; 
	}

table {
	border:0;
	margin:0;
	padding:0;
	}

/* element tags *************************************************/

#main td {
	width:300px;
	vertical-align:top;
	padding:0 0 0 30px;
	}

#klemm td {
	width:300px;
	vertical-align:top;
	}

/* klassen *************************************************/

.strich {
	width:100%;
	height:1px;
	background-color:#999;	
	}

.table_100 {
	width:100%;
	height:100%;
	}

.table_exactfit {
	width:750px;
	height:390px;
	}

.clear {
	clear:both;
}

.fliesstxt {
	font-family:verdana,helvetica;
	font-size:0.9em;
	font-style:normal;
}


/* formfield **********************************************/

.form_typo {
	width:270px;
	font-family:verdana,helvetica;
	font-size:1em;
	font-style:normal;
	color:#996; 
	border:1px solid #996;
}

.form-hdl p, 
.form-cont2 p {
	margin:0;
}

.form-hdl p {
	padding:3px 5px;
	font-family:helvetica;
	background-color:#996;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
}

.form-cont2 {
	margin-bottom:1.2em;
	padding:1.1em 1.1em;
	border-left:1px solid #996;
	border-right:1px solid #996;
	border-bottom:1px solid #996;
}

/* pseudoklassen */

a:visited {
	color:#996; text-decoration:none; border:0;
}
a:link {
	color:#996; text-decoration:none; border:0;
}
a:hover {
	color:#c93; text-decoration:underline; border:0;
}
a:active {
	color:#996; text-decoration:none; border:0;
}

