
body,button,input,select,span,td,textarea {
  font-family:Verdana;
  text-decoration:none; color:#2e2e2e; font-size:13px;
  font-style:normal;
}
body {
  background-color: #FFFFFF;
  background-image: url(/gfx/design/hintergrund.jpg);
  margin:0px;
}
img{
  border: none;
}
h2,h1{
  font-size:15px; color:#2e2e2e;
}
button,input,select,textarea {
  color:#000000;
}
.nav {
  background-color:#000000;
  color:#ffffff;
  border-left:1px solid #ffffff;
  border-right:1px solid #ffffff;
  border-bottom:1px solid #ffffff;
  display:block;
  padding-top:3px;
  padding-bottom:3px;
  text-align:center;
  width:100%;
}
a.nav:hover {
  background-color:#3F1D44;
}
a.normal {
  border-bottom:1px solid #3F1D44;
}
a.normal:hover {
  border-bottom:0px;
}
a.submenulink {
  color:#3F1D44;
  font-size:10px;
}
a.submenulink:hover {
  color:#3F1D44;
}
.content {
  padding-top:20px;
  padding-left:50px;
  padding-bottom:20px;
}
.onav {
  padding-right:3px;
}
.rechts {
  padding-left:0px;
  vertical-align:top;
}
.rot {
  background-color:#391941;
}
.submenu {
  border-top:1px solid #000000;
  display:block;
  padding-top:5px;
  padding-bottom:1px;
  text-align:right;
  width:100%;
}
.voting {
  background-color:#e9ed72;
  color:#ffffff;
}

a:link { text-decoration:none; font-weight:bold; color:#1d1d1d; }
a:active { text-decoration:underline; font-weight:bold; color:#151713; }
a:hover { text-decoration:underline; font-weight:bold; color:#151713; }
a:visited { text-decoration:none; font-weight:bold; color:#151713; }
a:visited:hover { text-decoration:underline; font-weight:bold; color:#151713; }
/* Formularteil */
.fieldrow {
	float: none;
	width: 500px;
	padding-top: 10px;
	clear: both;
}
.fieldcol1 {
	float: left;
	width: 150px;
	font-weight: bold;
	padding-top: 3px;
}
.fieldcol2 {
	float: left;
	width: 250px;
}
.textfield-half {
	width: 180px;
}
.textfield-full {
	width: 380px;
}
input, textarea{
	border: #b4afa3 1px solid;
	width: 350px;
}
input[type = "submit"]{
	background-color:#EEEEEE;
}
input:focus, textarea:focus, select:focus {
	background-color: #EEEEEE;
}
.sdfc-error, .highlight {

	color: #990000;
	font-weight: bold;
}