body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #ffff9c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/site_bg.png);
	background-repeat: repeat-y;
	background-position: center;

}

img {
	border: none;
}

div#Seite {
	color: #000000;
	min-height: 300px;
	height: auto;
	overflow: visible;
	width: 975px;
	margin: 0px auto;
	padding: 8px;
	text-align: left;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #006ab2;
	border-right-color: #006ab2;
	border-bottom-color: #006ab2;
	border-left-color: #006ab2;
}

img#Logo {
  width: 201px;
	height: 142px;
	float: left;
	margin: 2px;
}

div#Navi {
	margin: 2px;
	padding: 5px;
	height: 132px;
	width: 756px;
	float: left;
	background-image: url(images/navi_bg.png);
}
div#Navi ul {
	margin: 0px;
	list-style-type: none;
	width: 760px;
	padding: 0px;
	position: relative;
	top: 100px;
}
div#Navi ul li {
  float: left;
	padding: 5px;
	width: 116px;
	text-align: center;
  font-size: 14px;
}
div#Navi ul a {
	text-decoration: none;
	color: #FFFFFF;
}
div#Navi ul a:visited {
}
div#Navi ul a:active {
}
div#Navi ul a:link {
}
div#Navi ul a:hover {
  font-weight: bold;
}
div#Navi .activelink {
  font-weight: bold;
}

div#Infos {
  margin-left: 2px;
  margin-right: 2px;
	height: auto;
	width: 201px;
	padding: 0px;
	float: left;
}

div#Infos div {
  padding: 0px;
	width: 201px;
	margin-bottom: 4px;
	margin-top: 2px;
}
div#Infos div h2 {
	padding: 5px;
	margin: 0px;
	font-size: 12px;
	color: #ffffff;
	background-image: url(images/infos_head_bg.png);
	background-repeat: no-repeat;
}
div#Infos div p {
	font-size: 10px;
	margin: 0px;
	padding: 5px;
	font-size: 12px;
	text-align: justify;
	background-image: url(images/infos_bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006ab2;
	border-right-color: #006ab2;
	border-bottom-color: #006ab2;
	border-left-color: #006ab2;
}
div#Infos div form {
	font-size: 10px;
	margin: 0px;
	padding: 5px;
	font-size: 12px;
	background-image: url(images/infos_bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006ab2;
	border-right-color: #006ab2;
	border-bottom-color: #006ab2;
	border-left-color: #006ab2;
}
div#Infos div form input {
  border: 0px;
	background-color: #006ab2;
	color: #ffffff;
	font-size: 10px;
}

div#Content {
  margin: 1px;
	height: auto;
	padding-left: 10px;
	padding-right: 10px;
	width: 746px;
	float: left;
}

div#Content a {
	text-decoration: none;
	color: #006ab2;
	font-weight: bold;
}
div#Content a:visited {
}
div#Content a:active {
}
div#Content a:link {
}
div#Content a:hover {
  text-decoration: underline;
}

table#abstimmungstabelle {
  margin: 0px;
	border: 0px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
  width: 100%;
}
table#abstimmungstabelle thead {
	background-color: #006ab2;
	color: #ffffff;
}
table#abstimmungstabelle .r1 {
  background-color: #ffff9c;
}
table#abstimmungstabelle .r2 {
  background-color: #ffffff;
}

div#Beitrag h3 {
	padding: 0px;
	margin: 0px;
}
div#Beitrag h4 {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}
div#Beitrag p {
	background: #eeeeee;
	padding: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #aaaaaa;
}
div#Threadliste ul {
	list-style-type: disc;
	margin-left: 15px;
	list-style-position: outside;
}

div#Threadliste li {
	padding: 0px;