body {
	background: url('http://www.erste-rotte-landsknechte.de/img/background/background.png');
	background-repeat: repeat-x repeat-y;
	background-attachment:fixed;
	font-family:arial;
	font-size:12px;
	margin:0px;
	padding:0px;
}
div.body {
	width:1000px;
	background-image: url('http://www.erste-rotte-landsknechte.de/img/background/bck.png');
	background-repeat: repeat-y;
	border-bottom:solid 2px darkred;
}
div.head {
	width:965px;
	height:200px;
}
div.head_main {
	width:965px;
	height:200px;
	background-image: url('http://www.erste-rotte-landsknechte.de/img/background/head_new.png');
}
div.navi {
	width:955px;
	padding-top:175px;
	text-align:left;
	/*border: solid 1px red;*/
}
div.navielements {
	width: 100px;
	font-size: 14px;
	font-weight: bold;
	color: darkred;
	background-color: green;
	border:solid 2px darkgreen;
	text-align:center;
	cursor: pointer;
	cursor: hand;
	float:left;
	margin-right:10px;
}
div.maincontent {
	text-align:left;
	width:955px;
	margin-top:10px;
	color:#3D3D3D;
	/*border: solid 1px blue*/
}
div.abmelden {
	text-align:right;
	width:900px;
	margin-left:15px;
}
div.end {
	text-align:left;
	width:965px;
	margin-left:15px;
}
div.note {
	text-align:left;
	width:950px;
	border:solid 2px darkgreen;
	background-color:green;
	color:#FFFFFF;
	font-weight:bold;
	margin-top:5px;
}
input.feld {
	width:95%;
	border:solid 1px darkgreen;
	background-color:green;
	font:normal 11px verdana;
	color:#FFFFFF;
}
input.button {
	font-size:12px;
}
input.delbutton {
	font-size:12px;
	color: #FF0000;
}
textarea.content {
	width:95%;
	border:solid 1px darkgreen;
	background-color:green;
	font:normal 11px verdana;
	color:#FFFFFF;
}
select.allgemein {
	font:normal 11px verdana;
	border:solid 1px darkgreen;
	background-color:green;
	color:#FFFFFF;
	width:300px;
}
a {
	color:black;
	text-decoration:none;
}
a:hover {
	color:green;
	text-decoration:none;
}