body, html{
	min-height:101%; /*Scrollbar immer anzeigen*/
}


* {
    margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #58585A;
	background-color: #58585a;
}
h1 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 4px;
}
h2 {
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #f46d11;
}
h3 {
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
	color: #58585A;
}

p {
	margin-bottom: 5px;
	margin-top: 5px;
}
#content ul {
    margin-left: 20px;
}
#content ul li{
    margin-bottom: 12px;
}

/* Gesamt-Container 
*/#container-gesamt {
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	background-image:url(../files/tennisplatz.png);
	border-top:#ccc 3px solid;
	overflow: auto;
}
/* Kopf-Bereich 
*/#header {
	height: 170px;
	width: 950px;
	background-image:url(../files/header.png);
}
#logo {
    margin-left: 20px;
	height: 90px;
	width: 380px;
	float: left;
	margin-top: 40px;
}

/* Neben-Navigation (Kontakt, Impressum) 
*/#nebennavigation{
	width: 930px;
	padding: 3px 20px 3px 0;
	border-top:#fff 3px solid;
	background-color: #f46d11;
	color: #fff;
	font-size: 0.9em;
	font-weight: normal;
	text-align: right;
}
#nebennavigation a:link,
#nebennavigation a:visited {
    text-decoration: none;
	color: #fff;
}
#nebennavigation a:focus,
#nebennavigation a:hover,
#nebennavitation a:active{
    text-decoration: none;
	color: #ccc;
}
#nebennavigation a.current-nebennavi {
    color: #ccc;
}

/* gesamter Mittelteil 
*/#container-hauptteil {
	min-height: 450px;
	width: 950px;
	padding-top: 25px;
	padding-bottom: 25px;
	height: 100%;
	overflow: auto;
}

/* Haupt-Navigation 
*/
#navigation {
	float: left;
	width: 170px;
	padding-left: 20px;
}

#hauptnavigation {
	font-weight: bold;
	font-size: 1.2em;
	list-style: none;
	border-top: #f46d11 solid 1px;

}
#hauptnavigation a:link, 
#hauptnavigation a:visited{
	color: #f46d11;
	text-decoration: none;
}
#hauptnavigation a:focus,
#hauptnavigation a:hover,
#hauptnavigation a:active{
	color: #58585A;
	text-decoration: none;
}
#hauptnavigation a.current-ebene2, #hauptnavigation a.ebene2 {
	font-size: 0.8em;
	border: 0;
	padding-top: 2px;
	padding-bottom: 2px;
}
#hauptnavigation a.current, #hauptnavigation a.current-ebene2 {
    color: #58585A;
}
ul#hauptnavigation li  {
	padding: 4px 0 4px 10px;
	display: block;
	border-bottom: #f46d11 solid 1px;
}
ul#unternavigation li  {
    padding: 2px 0 2px 25px;
	display: block;
	width: 135px;
	border: 0;
}

#unternavigation {
    list-style: none;
}
/* Inhalts-Bereich 2- bzw. 3-spaltig 
*/
#content {
	float: left;
	width: 510px;
	padding-left: 30px;
	padding-right: 30px;
	min-height: 10px;
}

#content-breit {
	float: left;
	width: 680px;
	padding-left: 30px;
	padding-right: 30px;
}

#content a:link, #content a:visited,
#content-breit a:link, #content-breit a:visited {
	text-decoration: none;
	color: #f46d11;
}
#content a:focus, #content a:hover, #content a:active,
#content-breit a:focus, #content-breit a:hover, #content-breit a:active {
	text-decoration: underline;
	color: #f46d11;
}

#content ul li{
	margin-left: 15px;
}
/*#content table {
	padding: 8px;
	border-spacing: 0;
}
#content td {
	border: solid 1px #f46d11;
}*/

/* Teaser, rechte Spalte 
*/#teaser {
	width: 170px;
	float: left;
	padding-right: 20px;
	
}
#teaser a:link, 
#teaser a:visited {
    color: #f46d11;
	text-decoration: none;
}
#teaser a:focus, 
#teaser a:hover,
#teaser a:active {
    color: #f46d11;
	text-decoration: underline;
}

/* Fuss-Bereich 
*/
#footer {
	float: left;
	width: 100%;
	background-color: #f46d11;
	color: #fff;
	list-style: none;
	border-top:#FFF 3px solid;
	font-weight: normal;
	font-size: 0.9em;
}
#copyright {
    float: left;
	padding: 3px 20px;
}
#werbung {
    float: right;
	padding: 3px 20px;
}
#footer a:link,
#footer a:visited {
	text-decoration: underline;
	color: #fff;
}
#footer a:focus,
#footer a:hover,
#footer a:active {
	text-decoration: underline;
	color: #ccc;
}

.newsfenster-header {
	font-weight: bold;
	color: #FFF;
	background-color: #f46d11;
	width: 150px;
	padding: 3px 10px;
	font-size: 0.9em;
}
.newsfenster-content {
	width: 148px;
	padding: 10px;
	border: 1px solid #f46d11;
	margin-bottom: 20px;
	background-color: #FFF;
	overflow: hidden;
	font-weight: normal;
}
table.rangliste,
table.preisliste {
	margin: 8px;
	border-collapse: collapse;
}
table.rangliste td,
table.preisliste td {
	border: solid 1px #f46d11;
	padding: 4px;
}
/*table.tabelle {
	border-spacing: 0px 0px;
	}
table.tabelle tr {
	line-height: 18px;
}*/
#kontakt-links {
	float: left;
	width: 250px;
}
#kontakt-rechts {
	float: left;
}
.sponsor {
    width: 498px;
	height: 118px;
	border: solid 1px #B5B5B5;
	padding: 5px;
	margin-bottom: 15px;
}
.sponsor-logo {
	float: left;
    height: 118px;
	width: 200px;
	overflow: hidden;
}
.sponsor-adresse {
	float: left;
    height: 118px;
	width: 149px;
	overflow: hidden;
}
.sponsor-text {
	float: left;
    height: 118px;
	width: 149px;
	overflow: hidden;
}

/*.tinymcewysiwyg.textbox-links {
    float: left;
}
*//* Formular Definition */
/*//////////////////////////////////////////////////////////////////////////////*

/* Div das das Formular umschließt */

.formgen {
	font-size: 1em;
}


/* Was passiert wenn auf das Label geklickt wird? */
label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit]
{
cursor : pointer;

}

.formgen form
{
	width: 230px;
	padding: 8px;
	border: 1px solid #58585A;
}




/* 
Wie sehen die einzelnen Blöcke aus? 
Jedes Feld wird von einem DIV umschlossen, das hier definiert werden kann
*/


.formgen .formblock
{
	margin-bottom: 15px;
	margin-top: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	
}

/*
Verhalten von br-Tags
*/
.formgen br
{
clear : both;
}


/* 
--------- FORMULAR-OBJEKTE ------------ 
*/


/* Mehrzeiliges Eingabefeld */
.formgen .formtextfield
{
	width: 228px;
	height: 100px;
	margin-left: 0px;
	border: 1px solid #f46d11;
	background-color: #ffffff;
	color: #707173;
}


/* Textfeld */
.formgen input.formtext{
    float: right;
	width: 115px;
	margin-bottom: 3px;
	
}

.formgen input:focus, .formgen input:hover,
.formgen select:focus, .formgen select:hover, 
.formgen textarea:focus, .formgen textarea:hover {
	border-bottom-color: #f46d11;
	background-color: #F9B46E;	
}



/* Label */
.formgen form#doform50 label {
	width: 80px;
	float: left;
	height: 20px;
	font-weight: bold;
	color: #f46d11;
}




/* Sende-Button */
.formgen .formsubmit
{
	width: 100%;
	text-align: center;
	background-color: #f46d11;
	border: 1px solid #f46d11;
	float: left;
	color: #FFFFFF;
}




/* -------------- AUSGABEN / Fehlermeldungen --------*/


/* Markierung der Labels bei Fehler */
.formgen .formerror {
	
	border-bottom-width: 1px;
	color: #BE0926;
}

.formgen .formcaptcha
{
	border: 2px solid #f46d11;
	vertical-align: top;
	float: left;
	margin-right: 10px;
}

.formgen .formreq {
	color: #707173;
}

.formgen .formheadline {
	color: #ffffff;
	background-color: #BE0926;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-style: italic;
}
.formgen  hr {
	height: 1px;
	border: 0 none;
    border-top: 2px solid #fff;
	margin: 0;
	padding: 0;
}
/*//////////////////////////////////////////////////////////////////////////////*
/* Ende der Formulardefinition */


/*Formatierung des Newsletter-Formulars*/

.newsletter h3 {
	color: #f46d11;
	font-size: 1em;
	padding-left: 120px;
	margin: 0;
}

.newsletter form {
	padding: 5px 10px 5px 10px;
}

.newsletter  label {
    width: 110px;
	float: left;
}
.newsletter input {
    background-color: #f46d11;
	border: none;
	margin-left: 110px;
	color: #FFF;
	margin-top: 10px;
	margin-bottom: 30px;
}.newsletter input#newsletter_firstname,
.newsletter input#newsletter_name,
.newsletter input#newsletter_email,
.newsletter input#newsletter_email2 {
  border: 1px solid #f46d11;
  margin: 1px 2px 1px 2px;
  width: 250px;
  color: #58585A;
  background-color: #FFF;
  margin: 0;
}

/*                                    */






.rex_375_error,
.rex_375_msg {
    color: #f46d11;
	margin-bottom: 10px;
}
#rex_375_multinewsletter form
{
	font-size: 1em;
}

#rex_375_multinewsletter form ul 
{
	list-style-type: none;
	
}

/* Was passiert wenn auf das Label geklickt wird? */
#rex_375_multinewsletter form ul li label,
#rex_375_multinewsletter form ul li input[type=submit]
{
cursor : pointer;

}


/* Textfeld */
#rex_375_multinewsletter form ul li input,
.formgen .formtext
{
	width: 240px;
	margin-left: 30px;
	padding-bottom: 4px;
	font-size: 1em;
	background-color: #ffffff;
	border: 1px solid #f46d11;
	color: #707173;
}
#rex_375_multinewsletter form ul li input
{
    margin-bottom: 5px;
}
#rex_375_multinewsletter form ul li input:focus, 
#rex_375_multinewsletter form ul li input:hover,
.formgen input:focus, .formgen input:hover,
.formgen select:focus, .formgen select:hover, 
.formgen textarea:focus, .formgen textarea:hover {
	border-bottom-color: #f46d11;
	background-color: #F9B46E;	
}



/* Label */
#rex_375_multinewsletter form ul li label
{
	width: 130px;
	clear: left;
	float: left;
	height: 20px;
	font-weight: bold;
	color: #f46d11;
}


/* Sende-Button */
#rex_375_multinewsletter form ul li input[type=submit]
{
	width: 402px;
	text-align: center;
	background-color: #f46d11;
	border: 1px solid #f46d11;
	float: left;
	color: #FFFFFF;
}
#rex_375_multinewsletter form ul li input[type=submit]
{
	margin-top: 20px;
	margin-left: 0px;
}


.profil {
	height: 120px;
	width: 480px;
	margin-bottom: 15px;
}
.profil-text {
	float: left;
	height: 110px;
	width: 200px;
	padding-top: 10px;
}
.profil-bild {
	float: left;
	height: 120px;
	width: 200px;
}
.rechtsbuendig {
    text-align: right;
}