body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.2em;
	color: #000;
}
.windowbottom {
	background-image: url(../img/windows/unten.gif);
	background-repeat: repeat-x;
}
.windowtitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.fliesstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
}
.fliesstext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #666666;
	text-decoration: none;
}
.prodliste {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
}
.dyncontent {
	padding-top: 5px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #CC0000;
}
.smalltitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bolder;
	text-decoration: none;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:active {
	color: #990000;
	text-decoration: underline;
}
.topmimgBG {
	background-image: url(../img/tivi.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.pbg {
	background-color: 33484d;
	background-image: url(../karten/pbg.gif);
	background-repeat: no-repeat;
}
.newsdate {
	font-size: 10px;
	color: #990033;
	font-family: Arial, Helvetica, sans-serif;
}
.news .fliesstext p { margin: 0; }

/**
 * Forms
 */
form ol,
form li {
	margin: 0;
	padding: 0;
}
form label,
form legend {
	color: #333;
}
form p {
	font-size: 0.85em;
	padding: 5px;
}
form fieldset {
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	border: none;
	border-top: 1px solid #587177;
}
form legend {
	padding: 0 4px 0 0;
	_margin: 0 -7px; /* IE Win */
}
form fieldset li {
	list-style: none;
	padding: 5px 10px 7px;
	margin: 0;
}
form em {
	font-weight: bold;
	font-style: normal;
	color: #c00;
}
form p.form_message,
form p.form_error,
form label.form_error {
	color: #c00;
	font-weight: bold;
}
form p.form_error {
	margin: 5px 0 5px 0;
	padding: 1px 0 0 22px;
	background: transparent url(../img/error.gif) top left no-repeat;
	clear: both;
}

form.login input#username,
form.login input#password {
	width: 96%;
	border-top: 2px solid #29393D;
	border-left: 2px solid #29393D;
	border-bottom: 1px solid #4B6A71;
	border-right: 1px solid #4B6A71;
}
form.login input#username.form_error,
form.login input#password.form_error {
	border-top: 2px solid #c00;
	border-left: 2px solid #c00;
	border-bottom: 1px solid #d00;
	border-right: 1px solid #d00;
}
form.login label {
	display: block;
	font-size: 0.9em;
	line-height: 1.8;
	clear: both;
}
form.login input.checkbox {
	margin-left: -22px;
}
form.login label.checkbox {
	padding-left: 22px;
}
form.login p {
	margin: 5px 0 6px;
}


