/* Farben - comments go here!

Schrift dunkelgrün:		#0F2207
grün Verlauf:		378B36 bis 004109
orange Verlauf:	FFCC00 bis FF9900

*/
/* DEFAULT STYLES */

* {
   padding:0;
   margin:0;
   font-size: 10pt;
   font-family: Tahoma, Verdana, Arial, sans-serif;
   color: #fff;
}
h1, h2, h3, h4, h5, h6, p, blockquote,
 form, label, ul, ol, dl, fieldset, address {
    margin-bottom: 1em;
}
/* Layout fix */
 body{
  margin:0;
  padding: 100px 0 70px 0; /* WICHTIG! unten muss der Höhe des Footer entsprechen! */
  background-image: url(../images/hg_gruen.jpg);
  background-repeat: repeat-y;
  background-color: #378B36;
 }
div#header{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height: 100px;
	background-color: #FFCC00;
	border-bottom: 1px solid #004109;
  background-repeat: repeat-y;
  display: block;
 }
 
div#footer{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height: 85px;
  text-align: center;
  padding: 0;
  /*background-image: url(../images/hg_gruen.jpg);*/
  background-repeat: repeat-y;
  background-color: #01420A;
  border-top: 3px solid #FFCC00;
 }
 
 @media screen{
  body>div#header{
   position:fixed;
  }
  body>div#footer{
   position:fixed;
  }
 }
 * html body{
  overflow:hidden;
 } 
 * html div#content{
  height:100%;
  overflow:auto;
 }
 
/* my definitons */

#header_left {
 	background-image: url(../images/header_bg_logo.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height: 100px;
 	min-height: 100px;
 	display: block;
 	position: relative;
 	top: 0px;
 	left: 28px;
	}
#header_right {
 	/* background-image: url(../images/header_right_new.jpg); --- GESPERRT WEGEN AUSFALL DES TURNIERES --- */  
	background-repeat: no-repeat;
	width: 161px;
	height: 100px;
 	min-height: 100px;
 	display: block;
 	position: absolute;
 	top: 0px;
 	right: 0px;
	}
#content {
	margin-left: 250px;
	padding-top: 20px;
	padding-right: 20px;
	}
#menu_container{
	position: fixed;
	float: left;
	top: 120px;	
	left: 30px;
	width: 200px;
	height: auto;
	min-height: 370px;
	padding-bottom: 2em;
	background-image: url(../images/menu_bg_new.gif);
 }
	
* html #menu_container{
	position: relative;
	float: left;
	top: 20px;	
	left: 30px;
	width: 200px;
	height: 380px;
	min-height: 380px;
	background-image: url(../images/menu_bg_new.gif);
 }

/* typo */

h1 {
	font-weight: bold;
	font-size: 14px;
	padding:0;
	margin:0;
	margin-top:5px;
	margin-bottom:20px;
	clear: both;
	}
	
h2 {
	color: #FF9900;
	font-weight: bold;
	font-size: 16px;
	padding:0;
	margin:0;
	margin-bottom:12px;
	}
h3 {
	color: #FF9900;
	font-weight: bold;
	font-size: 14px;
	padding:0;
	margin:0;
	margin-top:20px;
	margin-bottom:5px;	}
li {
	margin-left: 15px;
	list-style: disc;
	}

dt {
	padding: 5px;}
	
.klein p {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 7pt;
	}
	
/* Formular */
.csc-mailform {
	border: 0;}
.csc-mailform label {
	display: block;
	width: 200px;
	border: 0px solid red;
	margin: 0;
	padding: 0;
	margin-top: 6px;
	font-size: 8pt;
	}
.csc-mailform input, textarea, select {
	border: 1px solid gray;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 8pt;
 	color: #000;
 	width: 220px;
	}
#mailformfon, #mailformcheck_mail, #mailformPost {
	width: 20px;
	border:0;
	}
.csc-mailform #mailformAnrede {
	width: 70px;
	}
#mailformformtype_mail {
	width: 60px;
	background: white;
	font-size: 8pt;
	margin-top: 6px;
	}
.csc-mailform #mailformIch_interessiere_mich_fr {
	width: 140px;
	}
.csc-mailform-field {
	padding: 0;}
#mailformformtype_mail {
	}
