/*
================================================
	KONTAKTFORMULAR
================================================
*/

.kontaktform input.button
	{
	background-color: white;
	border: 1px solid black;
	}

.kontaktform .stern
	{
	color: darkred;
	}
	
/*
================================================
	OVERLAY / MELDUNGEN
================================================
*/

#meldungbox
	{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 466px;
	height: 405px;
	z-index: 999;
	background-image: url(../bilder/overlay_hg.gif);
	background-repeat: repeat;
	}
	#meldungbox .meldung
		{
			position: absolute;
			top: 100px;
			left: 108px;
			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;
		}
