body {
	background:#86AC2C url(../img/BG.png);
	background-attachment:fixed;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	margin:10px;
}

#container {
	background-color:#1C1C1C;
	border:3px solid #000;
	height:540px;
	width:700px;
	margin:auto;
	padding:0;
}

#header {
	background-image:url(../img/Header.png);
	height:200px;
	margin:0;
}

#header span#random-text {
	color:#FFF;
	float:right;
	font-size:70%;
	font-weight:700;
	position:relative;
	right:3px;
	top:122px;
}

#header h1#header-titel {
	background-image:url(../img/Titel.png);
	background-repeat:no-repeat;
	font-size:0;
	color:transparent;
	height:65px;
	left:40px;
	position:relative;
	top:30px;
	width:288px;
	margin:0;
}

#body {
	background-color:#FFF;
	color:#333;
	height:288px;
	overflow:auto;
	padding:5px;
}

#body h1.titel {
	border-bottom:#E5E5E5 dotted 2px;
	color:#333;
	width:30%;
	margin:0;
}

#body h1.titel:after {
	content:'';
}

#body h2.sub-titel,h3.sub-titel,h4.sub-titel {
	border-bottom:#E5E5E5 dotted 2px;
	color:#86AC2C;
	width:100%;
}

#body p.error {
	color:red;
}

#body li {
	color:#A1C52F;
}

a.menu-item {
	color:#FFF;
	font-weight:700;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	
	padding:4px;
	padding-top:2px;
}

#menu {
	background:#1C1C1C url(../img/Menubg.png);
	background-repeat:repeat-x;
	border-bottom:2px solid #000;
	border-top:2px solid #000;
	color:#FFF;
	padding-bottom:2px;
	padding-top:4px;
	text-align:center;
}

#menu a:before {
	content:'[';
}

#menu a:after {
	content:']';
}

a:link,a:active,a:visited {
	color:#FFF;
	moz-border-radius-topleft:15px;
	moz-border-radius-topright:15px;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
	font-size:100%;
}

#menu a:hover {
	background-color:#86AC2C;
	text-decoration:none;
}

#footer {
	background:#1C1C1C url(../img/Footerbg.png);
	background-repeat:repeat-x;
	border-top:2px solid #000;
	color:#A1C52F;
	font-size:90%;
	text-align:center;
}

#IE {
	color:red;
	font-weight:700;
	text-decoration:blink underline;
}

td.label {
	vertical-align:top;
	width:25%;
}

td.input {
	vertical-align:top;
}

#gbookform .input-field {
	border:1px solid #89B02E;
}

#gbookform {
	display:inline;
}

.box-container {
	border:2px solid #000;
	margin-bottom:10px;
	width:80%;
}

.box-titel {
	background:#89B02E url(../img/Titelbg.png);
	background-position:right;
	background-repeat:no-repeat;
	border-bottom:1px solid #000;
	color:#FFF;
	padding:2px;
}

.box-inhalt {
	background:#333 url(../img/Boxbg.png);
	background-repeat:repeat-x;
	color:#B1DD29;
	padding:2px;
}

#adminlog {
	left:146px;
	position:relative;
	top:-378px;
	width:30px;
}

	#adminlog img {
	height:15px;
	width:20px;
}

#adminlog a {
	position:relative;
	text-decoration:none;
}

a span {
	display:none;
	font-style:normal;
}

#adminlog a:hover span {
	background-color:#A1C52F;
	border:1px solid #000;
	color:#000;
	display:block!important;
	left:40px;
	-moz-opacity:0.5;
	position:absolute;
	top:-15px;
	width:150px;
	padding:10px;
}

code,pre {
	color:#A1C52F;
	font-size:120%;
	font-weight:700;
}

label {
	color:#000;
	font-weight:700;
}

img {
	border:0;
}

#body a:link,#body a:active,#body a:visited {
	color:#86AC2C;
	text-decoration:none;
}

#body a:hover {
	text-decoration:underline;
}

form#preview-form {
	display:inline;
}

#bb {
	display:none;
}