﻿@charset "utf-8";
/* CSS Document **********************************************************************/

/* Allgemeine Angaben*****************************************************************/

*{
	margin: 0px;
	padding: 0px;
}

body{
	/* Graue Hintergrundfarbe*/
	background-color:#f1f1f1;  
	font-family:Verdana, Arial, Helvetica, sans-serif;
 	font-size:80%;
	margin-top:10px;
	text-align: center;
	/* Erzwingt Scrollbar bei Firefox, damit Springen der Website verhindert wird*/
	overflow:-moz-scrollbars-vertical;

}

#page {
	width:1000px;
	height:auto;
	margin: auto;
	background-color:#000000;
	background-color:#FFFFFF;
	text-align: left;
}

#logo{
	height:130px;
	background-color:#f1f1f1;
}

h1{
	font-size: 150%;
	margin-top: 0px;
}

h2{
	font-size: 130%;
	padding-top:10px;
}

h3{
	font-size: 105%;
	padding-top:6px;
}

h4{
	font-size: 100%;
	padding-top:10px;
}

a, a:hover{
	color:#FF0000;
}

p{
	margin-top:5px;
}

/* Allgemeine Angaben*/



/* Content ***************************************************************************/

#content{
	border-color:#000000;
	border-width:1px;
	border-style:solid;
	/* Angabe wird für IE gebraucht, wird vom Firefox nicht interpretiert*/
	min-height:700px;
	/* Browser Hack für Firefox für Min Height */
  	height:auto !important;
  	height:700px;
	
}

/* left_side ************************************************************************/

#left_side{
	height:auto;
	width:150px;
	float:left;
	min-height:700px;
  	height:auto !important;
  	height:700px;
	border-right-style:solid;
	border-right-width:1px;
	margin-right:10px;
}

/* Navigation **********************************************************************/

#navi{
	margin-top:15px;
	margin-left:15px;
	width:120px;
}

#navi li{
	background-image: url("../images/button.png");
	list-style: none; /*Aufzählungszeichen ausstellen */
	border-style:solid;
	border-width:0px 1px 1px 1px ;
}
#navi ul{
	border-top-style:solid;
	border-top-width:1px;
}

#navi a{
	text-decoration:none ;
	color:#000000;
	display: block; /* mache Link zum Block-Element */
	padding: 4px;
	padding-left:15px;
}

#navi a:hover{
	background-image: url("../images/button_ged.png");
	text-decoration:none ;
}

#current{
	background-image: url("../images/button_ged.png");
	text-decoration:none ;
}

/* Navigation */

#sponsoren_side{
	text-align:center;
	margin-top:5px;
	border-width:0px;
}

#sponsoren_side a{
	text-decoration:none;
}

#sponsoren_side img{
	width:120px;
	margin-bottom:3px;
	border-width:0px;
	border-color:#000000;
	border-style:solid;
}

#sponsoren_side .special {
	width:60px;
}

.titel{
	font-weight:bold;
}

.goenner{
	text-align:left;
	margin-left:15px;
}

/* left_side */

/* Center *************************************************************************************/

#center{
	height:auto;
	width:auto;
}

.image_center{
	margin-left:75px;
}

.li{
	margin-left:15px;
	margin-top:5px;
	margin-bottom:5px;
}

#sponsor_index{
	text-align:center;
	margin-top:10px;
	border-width:0px;
}

#sponsor_index a{
	text-decoration:none;
}

#sponsor_index img{
	border-width:1px;
	border-color:#000000;
	border-style:solid;
}

.sponsoren img{
	border-width:0px;
	border-color:#000000;
	border-style:solid;
	margin-left:35px;
}

/* Sponsoren *****************************************************************************/

.tabel_sponsoren{
	border-width:0px;
}

.tabel_sponsoren td{
	border-width:0px;
}

/* Organisation **************************************************************************/
#ok  {
	width: 450px;
	margin-left: 180px;
	margin-top:50px;
}

.bild {
	float: left;
	width: 118px;
	text-align: center;
	margin-top: 10px;
}

#kontakt_webmaster{
	float:inherit;
	width:760px;
}
/* Organisation */

/* Ausschreibung **************************************************************************/


.td_ausschreibung {
	vertical-align:top;
}
/* Ausschreibung */

/* Wettkampf **************************************************************************/
#table_wet{
	border-collapse:collapse;
	background-color:#FBFBFBM;
	margin-top:10px;
	width:650px;
	color:#000000;
}

.th_wet {
	border-color:#000000;
	text-align:center;
	background-color:#FBFBFBM;
}

#table_wet td {
	background-color:#FBFBFBM;
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
	padding-right:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
 	font-size:90%;
	color:#000000;
}
/* Wettkampf */

/* Form --------------------------------------------------------------------------------------*/
#formular {
	padding-bottom:1em;
}

label {
	float:left;
	padding-top:0.4em;
  	width:35%;
  	margin-right:0.5em;
  	text-align:right;
	display:block;
}

fieldset {
	width:500px;
	margin-top:10px;
	padding:0.5em;
	margin-bottom:0.5em;
	
}
.fieldsetumrundung {
	width:500px;
	margin:0em;
	padding:0.5em;
	margin-bottom:0.5em;
	border:0px;
	line-height:1;	
}

.textfeld {
	width:196px;
	padding:0;
	margin:0;
	margin-top:0.1em;
	margin-bottom:0.5em;
}
.dropdown{
	width:200px;
	padding:0;
	margin:0;
	margin-top:0.1em;
	margin-bottom:0.5em;
}
.mandatory {
	color:red;
}
.ok {
	color:#009900;
}

.status{
	line-height: 1.3;
}
/*-----------------------------------------------------------------------------------*/

/* Center */

/* Right_side *********************************************************************/

#right_side{
	height:auto;
	width:150px;
	padding-left:10px;
	padding-right:10px;
	float:right;
	min-height700px;
  	height:auto !important;
  	height:700px;
	border-left-style:solid;
	border-left-width:1px;
}

/* Right_side */


/* Content */

/* Footer *****************************************************************************/

#footer {
	margin: auto;
	background-color:#FF0000;
	height:30px;
	text-align:center;
	padding-top:5px;
	border-color:#000000;
	border-width:1px;
	border-top-width:0px;
	border-style:solid;
}

#copyright{
	
}

/* Footer */
