/*html, body
------------------------------------------------------------*/
#container {
	position: relative;
	top: 200px;
	width: 500px;
}

#content img {display:none;}

#col{display:none;}

#colprint {
	position:absolute;
	width: 650px;
	}

/* Schriften
-----------------------------------------------------------------*/

p {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	line-height: 19px;
}

.klein {font-size: 10px;line-height: 14px;}

.boxtext {display: none;}


/* Überschriften H1
-----------------------------------------------------------------*/
h1 {font-family: Tahoma, Verdana, Arial; font-size: 16px; margin:50px 0 0 0px;}

h2 {font-family: Tahoma, Verdana, Arial; font-size: 12px; font-weight: bold;}

/* Navigation
-----------------------------------------------------------------*/
#navi ul,#navi1 li {display:none;}
#unternavi ul,#navi1 li {display:none;}


/* Formular
-----------------------------------------------------------------*/
#links  {
	font-size: 12px;
	float: left;
	position: relative;
	width: 200px;
	margin-left: 0px;
}

#rechts  {
	font-size: 12px;
	position: relative;
	width: 200px;
	float: left;
			
}

#col2unten {
	position: relative;
	width: 440px;
	float: left;
}		
			   
.menge {
	background-color: #F9F3DD;
	border: 1px solid #DFD1B2;
	height: 16px;
	width: 20px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #86603B;
}

.feld {
	background-color: #F9F3DD;
	border: 1px solid #DFD1B2;
	height: 16px;
	width: 160px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #86603B;
}

input:focus {background-color: #F7EDCC;}

.mitteilungen {
	background-color: #F9F3DD;
	border: 1px solid #DFD1B2;
	width: 360px;
	height: 60px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #86603B;
}

.feld_senden {
	background-color: #F0DCB3;
	border: 1px solid #DFD1B2;
	height: 20px;
	width: 160px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	margin-right: 35px;
	color: #60452B;
}


#footer {display:none;}
