body {
	background-color: #fff;
    font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
	color: #333333;
	vertical-align: top;
	line-height: 16px;


	padding: 0px;
	margin: 0px;
	

	background-color: #fff;
}

#page {
	background-color: #ffffff;
  	width: 960px; 	
	margin: 0 auto 0px;
	padding: 0px;
	margin-top:20px;
	margin-bottom:20px;	
	padding-bottom:20px;
}

a {
	color: #333333;
	vertical-align: top;
}

.fehler {
	color: #FF0000;
	font-weight: bold; 	
}

.small {
	font-size: 9px;
	color: #666666;	
	line-height: 14px;
}

/* Seitenspezifische Labelelemente */
h1, h2 {
	font-size: 20px; 
	font-weight: bold; 

	letter-spacing: 1px;
	margin: 10px 0px 6px 0px;
	color: #5BB279;
	

}

 h2 {
	font-size: 16px; 
	font-weight: bold; 
	margin: 30px 0px 0px 0px;	
}

p, li {
	line-height: 20px;
}

li {
	margin-bottom: 10px;	
}

.infotable {
	border: solid 1px #999999;		
	background-color : #FFFFFF;	
	width: 650px;
	padding: 10px;
}


/* Bereiche */
div.reihe, .reiheVeranstaltung {
  float: left;
  clear: both;
  display:inline;  
  width: 665px;    
  padding-top: 16px;    
  margin-left: 30px; 
}

div.reihe_fehler {
	padding-top:0px;	
}

div.label { 
  	float: left;
  	width: 240px;
}

.feld {
  float: left;
  width: 400px;
  text-align: left;
  padding-left: 6px;     
} 

.reiheVeranstaltung {
  padding-top: 16px;  
}

.reiheVeranstaltung .smallCollumn {
  	float: left;
  	width: 30px;
	line-height: 14px;
}

.reiheVeranstaltung .label {
  	float: left;
  	width: 240px;
}

.reiheVeranstaltung .feld {
  float: left;
  width: 170px;
  text-align: left;
  padding-left: 5px;   
} 

.reiheVeranstaltung .feldDouble {
  float: left;
  width: 380px;
  text-align: left;
  padding-left: 5px;   
} 





/* Formularelemente */

.inputTextfeld, .inputTextfeldSmall, .inputTextfeldMiddle, .inputTextArea, .inputSelect, .button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333; 		
	font-size: 12px;
}

.inputTextfeld, .inputTextfeldSmall, .inputTextfeldMiddle, .inputTextArea, .inputSelect {
	width: 380px;
	border-color: #999999;
	border-style: solid; 	
	border-width: 1px;
	background-color: #FFFFFF;
	/*
	float: left;
	clear:both;
	*/
}

.radioButton {
/**/
}

.inputTextfeldSmall {
	width: 50px;
}

.inputTextfeldMiddle{
	width: 150px;
}

.inputTextfeld:focus, .inputTextfeldSmall:focus, .inputTextArea:focus, .inputTextfeldMiddle:focus { 
	background-color : #FAFAFA;
}

.button {

	border: #fff; 
	border-style: solid; 
	border-width: 1px; 
	margin-bottom: 10px;

	font-size:11px;
	font-weight: bold;
	padding: 6px;
	width: 180px;
	
	color:#fff;
	font-weight:bold;	
	background-color : #5BB279;
}

.button:hover {
	background-color: #000000; 
}


