/*
================================================
	KONTAKTFORMULAR
================================================
*/

.anfrageform input.button
	{
	background-color: white;
	border: 1px solid black;
	}

.anfrageform .stern
	{
	color: darkred;
	}
	
.anfrageform .checklabel
	{
	line-height: 15px;
	}
/*
================================================
	OVERLAY / MELDUNGEN
================================================
*/

#meldungbox
	{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 686px;
	height: 100%;
	z-index: 999;
	background-image: url(../bilder/overlay_hg.gif);
	background-repeat: repeat;
	}
	#meldungbox .meldung
		{
			position: absolute;
			top: 100px;
			left: 50%;
			margin-left: -125px;
			width: 250px;
			background-color: white;
			border: 2px solid black;
			text-align: center;
			color: darkred;
		}
	#meldungbox .meldung .buttom
		{
			padding: 3px;
			border: 1px solid darkred;
			cursor: pointer;
		}
