* {
	padding: 0;
	margin: 0;
}

html {
  height: 101%;
}

body {
	color: #B3B3B3;
	background-color: #B3B3B3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

#outter-wrapper {
	color: black;
	background-color: #E4E2E3;
	width: 868px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#wrapper {
  background-color: #E41C25;
  margin-left: 26px;
  margin-right: 26px;
}

#kopfbereich {
	color: black;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
  background: #E41C25 url(images/header.jpg) repeat scroll -26px 0;
  min-height: 130px;
}

#navibereich {
	float: left;
	width: 150px;
	text-align: left;
	color: black;
}

#navibereich ul {
  margin-bottom: 0;
}

#navibereich li {
  width: 150px;
  height: auto;
  min-height: 24px;
  list-style-type: none;
  margin: 0;
}

#navibereich a {
  display: block;
  color: white;
  background-color: #E41C25;
  padding: 4px 8px 4px 8px;
}

#navibereich li ul li a {
  padding: 4px 20px 4px 20px;
}

#navibereich a:hover, 
#navibereich a:focus,
#verein #navi02 a,
#teams #navi03 a,
#sponsoren #navi04 a,
#beachvolleyball #navi05 a,
#galerie #navi06 a,
#navibereich a.selected {
  border-right: 0;
	color: black;
	background-color: white;
}

#navibereich a:active {
	color: black;
	background-color: white;
}

#textbereich {
	float: left;
	display: inline;
	width: 636px;
	min-height:750px;
	background-color: white;
	/*margin-left: 26px;*/
	/*margin-right: 20px;*/
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#fussbereich {
	clear: both;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 20px;
	background-color: #E4E2E3;
}

h1 {
	font-size: 150%;
	color: #E81C25;
	text-align: right;
	padding-right: 20px;
	margin-bottom: 15px;
}

h2 {
	font-size: 130%;
	color: #E81C25;
	text-align: left;
}

h3 {
  margin-top: 20px;
  font-size: 100%;
}

address {
	text-align: center;
	font-size: 80%;
	font-style: normal;
	letter-spacing: 2px;
	line-height: 1.5em;
}

a {
	text-decoration: none;
}

a:link {
	color: #d90000;
}

a:visited {
	color: #d90000;
}

a:hover, a:focus {
	/*border-bottom: 1px solid #d90000;*/
}

a:active {
	color: white;
	background-color: #d90000;
}

#textbereich a.download-pdf {
  background: url(../images/pdf_icon.png) no-repeat;
  padding-left: 20px;
  border-bottom: 0;
}

#textbereich a.download-pdf:active {
  color: #d90000;
}

.skiplink {
	position: absolute;
	top: -2000px;
	left: -3000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}

#textbereich div.thumbnail a {
  border-bottom: 0 none;
}

#textbereich a {
	border-bottom: 1px solid #cc0000;
}

#textbereich a:hover, #textbereich a:focus {
	border-bottom: 1px solid #d90000;
}

h2, p, ul, ol {
	margin-bottom: 1em;
}

ul ul {
	margin-bottom: 0;
}

li {
	margin-left: 1em;
}

.bildlinks {
	float: left;
	paddin: 3px;
	border: 5px solid #ccc;
	margin-right: 10px;
	margin-bottom: 10px;
}

.bildrechts {
	float: right;
	paddin: 3px;
	border: 5px solid #ccc;
	margin-right: 10px;
	margin-bottom: 10px;
}

.clearing {
	clear: both;
}

div.galerie {
	overflow: hidden;
	padding: 25px 10px 10px 0;
	margin: 0 3px 3px 0;
}

div.galerie img {
	float: left;
	padding: 4px;
	border: 1px solid #ddd;
	border-right-color: #aaa;
	border-bottom-color: #aaa;
	margin-right: 15px;
	margin-bottom: 15px;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
  background-color: white;
  border: 1px dotted #E81C25;
  border-style: none none dotted;
}

div.thumbnail {
  float: left;
  width: 192px;
  height: 160px;
  margin: 10px;
}


/* Formulare */
ul.formular {
	width: 600px;
}

ul.formular li {
	list-style-type: none;
	height: 25px;
}

ul.formular label {
	width: 150px;
	display: inline;
	float: left;
}

ul.formular input, ul.formular select {
	width: 250px;
	display: inline;
	float: left;
}

form {
	width: 705px;
}

form ul {
  width: 700px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
}

form li {
  width: 590px;
  display:block;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  height: 30px;
}

form li label {
  display:block;
  float:left;
  width: 175px;
  padding-left: 20px;
}

form li input, forn li select {
  display:block;
  float:left;
  width: 175px;
  border: 1px solid #000000;
  padding: 2px;
}

form li textarea {
  display:block;
  float:left;
  width: 250px;
  border: 1px solid #000000;
  padding: 2px;
  margin-bottom: 0;
}

p.buttons {
  clear: left;
  width: 450px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 183px;
}

p.buttons input {
  border: 1px solid #000000;
  padding: 2px;
  background-color: #FFFFFF;
}

ul.errors {
  width: 700px;
  color: red;
  margin-bottom: 25px;
  padding-left: 35px;
}

div.left {
  float:left;
  width:120px;
  text-align: left;
  padding-left:30px;
}

div.center {
  float:left;
  width:335px;
  text-align: center;
}

div.right {
  float:left;
  width:120px;
  text-align: right;
  padding-right: 30px;
}

table {
  border-collapse:separate;
  border-spacing:0;
  margin:1em auto;
}

table th {
  background-color:#E81C25;
  border-bottom:1px solid #001E50;
  border-left:medium none;
  border-top:medium none;
  color:#FFFFFF;
  font-size:10pt;
  font-weight:bold;
  padding:1px 5px;
  text-align:left;
}

table td {
  border-bottom:1px solid #001E50;
  border-right:1px solid #001E50;
  font-size:8pt;
  padding:2px 5px;
  text-align:left;
}

td.first-child {
border-left:1px solid #001E50;
}

td.last-child {
  border-right:1px solid #001E50;
}

table.verein td {
  font-size: 85%;
}

tr.nosee {
  display: none;
}

div.allgemein {
  width: 300px;
  float: left;
}

div.verein {
  width: 300px;
  float: left;
}

div.memberdata {
  clear: left;
  padding-top: 10px;
}

div.news {
  margin-bottom: 15px;
}

div.news p.titel {
  margin-bottom: 0px;
  text-decoration: none;
  font-weight: bold;
}

div.news p.info {
  margin-bottom: 0px;
  color: #E41C25;
  font-size: 80%;
}

div.news p.text {
  margin-bottom: 0px;
}

table.verein td {
  border-bottom: none;
  border-right:none;
  font-size:8pt;
  padding:2px 5px;
  text-align:left;
}

div.team table th {
  background-color:#FFFFFF;
  border-bottom:none;
  border-left:none;
  border-top:none;
  color:#000000;
  font-size:8pt;
  font-weight:bold;
  padding:1px 5px;
  text-align:left;
}

div.team table td {
  border-bottom: none;
  border-right:none;
  font-size:8pt;
  padding:2px 5px;
  text-align:left;
}

fieldset.row {
display:block;
margin:0 0 12px;
width:auto;
}

fieldset.row span {
display:inline-block;
margin-bottom:4px;
}

fieldset.row span input.checkbox,  fieldset.row span input.radio {
  margin-top:2px;
  vertical-align:middle;
  width: 20px;
}

input.radio {
margin:0;
padding:0;
}

fieldset.row span label.inline-text {
display:inline;
float:none;
margin-bottom:0;
margin-right:15px;
padding-left: 0px;
}

#textbereich a.button,
#textbereich a.button:hover,
#textbereich a.button:focus,
#textbereich a.button:active {
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #000000;
  padding: 3px 5px;
}

#textbereich a.image,
#textbereich a.image:hover,
#textbereich a.image:focus,
#textbereich a.image:active {
  border-bottom: 0;
}

div.preview {
  float:left;
  width: 180px;
  height: 180px;
}
