﻿body {
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 10pt;
	color: black;
	background-color: white;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	min-width: 929px;
	font-size: 14px;
/*	text-align: center;*/
	border-color: #254F1D;
	height: 100%;
}

a {
	color: #730B73;
}

a:hover {
	text-decoration: none;
}

h4 a {
	color: black;
}

.bannerback {
	background-image: url('../gfx/banner.png');
	width: 929px;
	height: 123px;
	background-repeat: no-repeat;
	margin: auto auto 20px auto;
}

.header {
	display: none;
}

ul.mainmenu {
	list-style-type: none;
	position: relative;
	top: 72px;
	left: 146px;
	padding: 0px;
}

ul.mainmenu li {
	display: inline-block;
	list-style-type: none;
	width: 129px;
	line-height: 34px;
	font-size: 18px;
}

ul.mainmenu li + li{
	margin-left: 8px;
}

ul.mainmenu li a {
	background-image: url('../gfx/button.png');
	background-repeat: no-repeat;
	text-decoration: none;
	text-align:center;
	color:white;
	display: block;
	width: 100%;
	height: 100%;
}

ul.mainmenu li a:hover {
	background-image: url('../gfx/button_hover.png');
	background-repeat:no-repeat;
	text-decoration: underline;
}

.content {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}

.importantNews {
	color: #730B73;
	font-weight: bold;
	font-size: 19px;
	text-align: center;
	margin-bottom: 20px;
}

.maincontent {
	overflow: auto;
	padding: 20px 20px 20px 20px;
	border: 1px #730B73 dashed;
	border-color: #730B73;
}

div.leftcolumn {
	width: 49%;
	float: left;
	height: 100%;
}

div.rightcolumn {
	width: 49%;
	float: right;
	height: 100%;
}

div.columnholder { /*overload: auto;*/
	clear: both;
	overflow: auto;
	padding: 10px;
	background-color: #F3F3F3; /*background-color: #254F1D;*/
	/*background-color: #DFFFD8;*/
}

div.columnholder+div.columnholder {
	margin-top: 20px;
}

div.columnholder+noscript div.columnholder {
	margin-top: 20px;
}

noscript+div.columnholder {
	margin-top: 20px;
}

.maincontent h4 {
	font-size: 19px;
	margin-top: 13px;
	border-color: inherit;
}

.maincontent h4.noline {
	border-style: none;
}

.maincontent p+h4 {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px #730B73 dashed;
}

.maincontent ul+h4 {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px #730B73 dashed;
}

.maincontent ol+h4 {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px #730B73 dashed;
}

.maincontent form+h4 {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px #730B73 dashed;
}

.maincontent p+p {
	margin-top: 40px;
}

.wichtig {
	font-weight: bold;
}

.sehrwichtig {
	font-weight: bold;
	text-decoration: underline;
}

.unwichtig {
	color: grey;
	font-size: 13px;
}

.smaller {
	font-size: smaller;
}

.maincontent p+p.nomargin {
	margin-top: -5px;
}

.footer {
	margin-top: 40px;
	text-align: center;
	font-size: 11px;
	clear: both;
}

.serial {
	font-family: Consolas, Fixedsys, monospace, 'Courier New', Courier
		!important;
	font-size: larger;
}

.warning {
	color: red;
}

#changelog { /*font-family: inherit;*/ /* DAMN FUCKING IE!!!!!!*/
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 12px;
	width: 99%;
	height: 200px;
}

#eula { /*font-family: inherit;*/ /* DAMN FUCKING IE!!!!!!*/
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 12px;
	width: 99%;
	height: 160px;
}

/*div.thumbnailholder {
	float:right;
	overflow:auto;
	margin-left:10px;
	width:250px;
	height:520px;
	overflow-x:hidden;
}*/

div.thumbnailholder {
	/*float:right;*/
	overflow:auto;
	margin-left:10%;
	width:90%;
	/*height:520px;*/
	overflow-x:hidden;
}

img.thumbnail {
	border-style: none;
}

.contactFormMessage {
	width: 99%;
	height: 150px;
	font-family: inherit;
}

.contactForm {
	border-color: #730B73;
	border-width: 1px;
	border-style: dashed;
}

#recaptcha_response_field {
	border-width: 1px;
	border-color: #730B73;
}

.recaptchatable .recaptcha_image_cell,#recaptcha_table {
	background-color: #FFF !important;
}

#recaptcha_table {
	border-color: #730B73 !important;
}

#recaptcha_response_field {
	border-color: #730B73 !important;
	background-color: #FFFFFF !important;
}