@charset "utf-8";
/* CSS Document */

<!--
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c89a8d;
}

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

#background {

	width: 720px;
	float: left;
	background-repeat:no-repeat;
	background-image: url(img/start.jpg);
	position: relative;
	
}

#background-robber{
	width: 720px;
	float: left;
	background-image: url(img/robber.jpg);
	background-repeat:no-repeat;
}

#robber1{
        width: 344px;
		height: 50px;
		left:30px;
		position:absolute;
		top:35px;
		font-size: 14px;
		
		color:#E2A75C;
		text-align:center;
		/*border: 1px solid black;*/
}
#robber2{
        width: 644px;
		height: 50px;
		left:50px;
		position:absolute;
		top:427px;
		font-size: 14px;
		
		color:#E2A75C;
		text-align:center;
		border: 1px solid red;
}


a:link {text-decoration: underline;color: #dbd884;}
a:visited {text-decoration: underline;color: #dbd884;}
a:hover {text-decoration: none;color: #dbd884;}
a:active {text-decoration: underline;color: #dbd884;}

a.footerlink:link {text-decoration: underline;color: #dbd884;}
a.footerlink:visited {text-decoration: underline;color: #dbd884;}
a.footerlink:hover {text-decoration: none;color: #dbd884;}
a.footerlink:active {text-decoration: underline;color: #dbd884;}

.feldbezeichnung {
	color: #e5cdb8;
	font-weight: bold;
	font-size: 14px;
}

.invitation_text {
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}

.footertext {
	color: #302b2b;
	font-size: 10px;
}

.eingabefeld {
	border-width:0px;
	background-color:#371c15;
	color:#e5cdb8;
	width:230px;
}
-->