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

body {
	background: url(../image/bg.jpg) repeat #deb887;
	font-family: Times New Roman, Times, serif;
	font-size: 13px;
}

body.chat {
	font-family: Times New Roman, Times, serif;
	font-size: 13px;
	text-align: center;
}

a {
	color: #000000;
	text-decoration: none;
	font-size: 13px;
	font-family: Times New Roman, Times, serif;
}

a.info {
	color: #000000;
	text-decoration: underline;
	font-size: 13px;
	font-family: Times New Roman, Times, serif;
	cursor: help;
}

span.error {
	word-spacing: 3px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-Times New Roman, Times, serif;
	font-weight: bold;
	color: #F00;
}

span.fett {
	font-weight: bold;
}

span.nobr {
	white-space: nowrap;
}

span.little_admin {
	font-size: 5px;
}

h1 {
	text-align: center;
	font-size: 40px;
	line-height: 1px;
	font-weight:normal;
	white-space: nowrap;
}

h2 {
	text-align: center;
	font-size: 30px;
	font-weight:normal;
	line-height: 1;
	white-space: nowrap;
}

h3 {
	text-align: center;
	font-size: 17px;
	white-space: nowrap;
	margin-bottom: 4px;
	margin-top: 2px;
}

h4 {
	text-align: center;
	font-size: 14px;
	margin-top:auto;
	margin-bottom:auto;
	white-space: nowrap;
}

h5 {
	text-align: left;
	font-size: 14px;
	margin-top:auto;
	margin-bottom:auto;
	float: left;
	white-space: nowrap;
}

div.site {
	position:relative;
	width:1150px;
	margin-left:auto;
	margin-right:auto;
}

div.headerholder {
	position:relative;
	height: 203px;
	width:1150px;
}

div.borderholder {
	position:relative;
	width:1150px;
	height:25px;
	margin-left:auto;
	margin-right:auto;
}

div.contentholder {
	position:relative;
	min-height:1800px;
	width:1150px;
	margin-left:auto;
	margin-right:auto;
}

div.linkeecke {
	position:absolute;
	left:0px;
	top:0px;
	width:25px;
	height:25px;
}

div.mitte {
	position:relative;
	height:25px;
	margin-left:25px;
	margin-right:25px;
	background-color: #B6802F;
}

div.rechteecke {
	position:absolute;
	right:0px;
	top:0px;
	width:25px;
	height:25px;
}

div.clear {
	clear:both;
	width:0px;
}

div.navilinks {
	position:absolute;
	left:0px;
	top:0px;
	bottom:0px;
	background-image:url(../image/background1.gif);
	background-position:right;
	background-repeat:repeat-y;
	width: 230px;
	vertical-align: top;
	text-align: left;
	border-left: #B6802F solid 7px;
}

div.navirechts {
	position:absolute;
	right:0px;
	top:0px;
	bottom:0px;
	background-image:url(../image/background1.gif);
	background-position:left;
	background-repeat:repeat-y;
	width: 230px;
	vertical-align: top;
	text-align: left;
	border-right: #B6802F solid 7px;
}

div.content {
	position:relative;
	margin-left:230px;
	margin-right:230px;
}

div.contentin {
	border: solid 1px #B6802F;
	position:relative;
	margin-left:20px;
	margin-right:20px;
	margin-bottom: 30px;
	padding: 2px;
}

div.contentin-head {
	background-color: #D29E51;
	height: 22px;
}

div.linketrennung {
	position:relative;
	height:4px;
	margin-right:20px;
	margin-top:3px;
	background-color: #B6802F;
}

div.linkenavicontent {
	position:relative;
	margin-right:20px;
	margin-left:4px;
}

div.linkenavicontenteinschub {
	position:relative;
	margin-right:20px;
	margin-left:12px;
	margin-top: 3px;
	margin-bottom: 3px;
}

div.rechtenavicontenteinschub {
	position:relative;
	margin-left:15px;
	margin-top: 3px;
	margin-bottom: 3px;
}

div.rechtsnavicontent {
	position:relative;
	margin-left:20px;
}

div.rechtetrennung {
	position:relative;
	height:4px;
	margin-left:20px;
	margin-top:3px;
	background-color: #B6802F;
}

div.admin_text {
	float:left;
	text-align:right;
	width:110px;
	margin-top:2px;
	margin-bottom:2px;
	margin-right: 1px;
}

div.admin_input {
	float:left;
	text-align:left;
	width:520px;
	margin-top:2px;
	margin-bottom:2px;
}

.sub {
	background-color: #D29E51;
}

.undersub {
	background-color: #D7AA65;
}

.button {
	background-color: #D29E51;
	border: 1px solid #000000;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 13px;
}