* {
	margin: 0;
	padding: 0;
}





body {
	font-family: IHTypewriter, Courir, Monospace;
	color: white;
	
	font-size: 12px;
	line-height: 19px;
}


img {
	border: none;
	outline: none;
	display: block;
}



ul {
	list-style: none;
}



a:hover,
.button:hover {
	cursor: pointer;
}










/* --- FORMULARE --- */
form {
	overflow: hidden;
	margin-bottom: 15px;
}


form p {
	clear: both;
	overflow: hidden;
	
	margin: 8px 0;
}

form p.checkbox {
	padding: 0 0 0 103px;
}



form fieldset {
	border: none;
	border-bottom: 1px dotted #7e7d72;
	padding: 0 10px 5px 10px;	
	margin-bottom: 5px;
}



/* INPUTS */
form input {
	font-size: 120%;
	
	padding: 5px;
	margin-right: 2px;
}	

form input.text {
	width: 320px;

	border: none; /*1px solid black;*/
	border-left: 5px solid #7e7d72;
	background: #e8e7df;
}

form input.intval {
	width: 70px;

	border: none; /*1px solid black;*/
	border-left: 5px solid #7e7d72;
	background: #e8e7df;
	
/*	padding: 2px;*/
	margin-right: 252px;
}


form img.captcha {
	float: left;
}

form input.email {
	width: 160px;
	border: none; /*1px solid black;*/
	background: #e8e7df;
}


form input.captcha {
	float: left;
	width: 120px;
	height: 30px;

	border: none;
	background: #e8e7df;
	
	font-size: 200%;
	letter-spacing: 0.3em;
	padding-left: 12px;
}




form textarea {
	width: 590px;	
	height: 100px;	
	border: none; /*1px solid black;*/
	border-left: 5px solid #7A786E;
	background: #e8e7df;
	
	font-family: TradeGothicLT, Helvetica;
	font-size: 120%;
	line-height: 110%;

	padding: 5px;
	margin: 0 2px 0 0;
}




form select {

}

form input.radio {
	display: block;
	margin: 0px;
	float: left;
}

form input.checkbox {
	display: block;
	margin: 0px;
	float: left;
	
	width: 16px;
}

form p.checkbox {
	margin-top: 3px;
}





/* BUTTONS */
form input.button,
form input.submit {
	cursor: pointer;
}

form input.submit {
}

form input.button {

}


html>body form input.button {

}


p.buttons {
	width: auto;
	float: right;
}

p.buttons input {

}








/* LABEL */
form label, .label {
	display: block;
	width: 120px;
	float: left;

	margin: 1px 0;
	
	font-family: TradeGothicLTBoldTwo, Helvetica Black;
	font-size: 80%;
	text-transform: uppercase;
}



form label.checkbox {
	float: left;
	margin: 0 0 2px 2px;
	
	font-family: TradeGothic, Helvetica;
	font-size: 100%;
	text-transform: none;
	width: 300px;
}



form label.radio {
	float: left;
	margin: 0 10px 2px 2px;
}











/* --- TABELLEN --- */
table {
	clear: both;
	width: 100%;
	text-align: left;
}


table caption {

}

table td, table th {
	padding: 2px;
	vertical-align: top;
}

table thead th {

}

table tbody th {

}

table tbody td {

}



