@charset "UTF-8";
#mainwindow {
	height: auto;
	width: 450px;
	margin: 20px auto 20px auto;
	overflow: auto;
	text-align: center;
}
#contentwindow {
	padding: 20px;
	height: auto;
	width: 410px;
	margin: 20px 0px 20px 0px;
	border-top: 6px solid #757878;
	border-bottom: 6px solid #8B2232;
	text-align: left;
}
#contentwindowinner {
	padding: 3px;
	height: auto;
	width: 404px;
	text-align: left;
	border: 1px dotted #757878;
	position: relative;
}
#contentwindow a:link {
	color: #8B2232;
	text-decoration: none;
}
#contentwindow a:visited {
	color: #8B2232;
	text-decoration: none;
}
#contentwindow a:hover {
	color: #757878;
	text-decoration: none;
}
#contentwindow a:active {
	color: #757878;
	text-decoration: none;
}
#contentwindow ul li {
	list-style-type: none;
	margin-bottom: 5px;
}
#footerwindow {
	text-transform: uppercase;
	text-align: right;
	padding: 10px;
	height: auto;
	width: 430px;
}
#footerwindow a:link {
	color: #8B2232;
	text-decoration: none;
}
#footerwindow a:visited {
	color: #8B2232;
	text-decoration: none;
}
#footerwindow a:hover {
	color: #757878;
	text-decoration: none;
}
#footerwindow a:active {
	color: #757878;
	text-decoration: none;
}
.grey {
	background-color: #CCC;
	margin: 10px 30px 10px 0px;
	border-top: 1px dotted #757878;
	border-bottom: 1px dotted #757878;
	padding: 5px;
}
.imgborder {
	border: 1px solid #6C6F6F;
}
.line {
	border: 1px solid #8B2232;
	margin: 10px 30px 10px 0px;
}
#mainmeldung {
	height: auto;
	width: 274px;
	margin: 40px auto 20px auto;
}
#contentmeldung {
	padding: 10px;
	height: auto;
	width: 254px;
	margin: 10px 0px 10px 0px;
	border-top: 4px solid #747979;
	border-bottom: 4px solid #8B2232;
	position: relative;
	text-align: center;
}
#footermeldung {
	text-transform: uppercase;
	text-align: right;
	height: auto;
	width: 274px;
	position: relative;
}
#footermeldung a:link {
	color: #8B2232;
	text-decoration: none;
}
#footermeldung a:visited {
	color: #8B2232;
	text-decoration: none;
}
#footermeldung a:hover {
	color: #757878;
	text-decoration: none;
}
#footermeldung a:active {
	color: #757878;
	text-decoration: none;
}
.linesolid {
	width: 100%;
	border-top: 1px solid #892231;
	margin-top: 10px;
	margin-bottom: 10px;
}
.linedotted {
	height: 1px;
	width: 100%;
	border-top: 1px dotted #892231;
}
.formi {
	font-family: "myriad-pro", "sans-serif";
	font-size: 12px;
	color: #757878;
	border: 1px dotted #767979;
}