body {
	margin: 10px;
	margin-left: 20px;
	padding: 0px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	
	background-image: url(images/bgcolor.gif);
	background-repeat: repeat-y;
	background-color: #D97B14;
}

h1, h2 {
	line-height: 18px;
	font-weight: bold;
	color: #003399;
	vertical-align: top;
	margin: 0px;	
}

h1 {
	font-size: 13px;
	margin: 20px 0px 10px 0px;	
	background-color: #333333;
	color: #ffffff; 
	padding-left: 5px;
}

h2 {
	font-size: 11px;
}



/* Form-Spezifisch */

form , form td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	vertical-align: top;
	line-height: 14px;
}

form a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	vertical-align: top;
}

form .fehler {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	font-weight: bold; 	
}

form .small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;	
}


form .infotable {
	border: solid 1px #999999;		
	background-color : #FFFFFF;	
	width: 350px;
}

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


/* Bereiche */
.reihe, .reiheSmall, form .reiheVeranstaltung, form reiheBooks, form div.veranstaltungswahl, form div.veranstaltungswahl_sub {
  clear: both;
  width: 820px;  
  padding-top: 6px;  
  margin-left: 0px;  
}

.reiheSmall {
  padding-top: 1px;  
}

form .label {
  	float: left;
  	width: 300px;
}

form .feld {
  float: left;
  width: 500px;
  text-align: left;
  padding-left: 5px;  
} 

form div.reiheTwoCollumns div.reihe {
    clear: both;
}

form div.reiheTwoCollumns  .reiheTwoCollumnsCollumn {
  	width: 340px;
 	clear: none;	
	float: left;
}

form div.reiheTwoCollumns .label {
  	width: 100px;	
}

form div.reiheTwoCollumns .feld {
  	width: 240px;
}


/* Formularelemente */

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

form .inputTextfeld, form .inputTextfeldSmall, form .inputTextfeldMiddle, form .inputTextArea, form .inputSelect {
	width: 480px;
	border-color: #999999;
	border-style: solid; 	
	border-width: 1px;
	background-color: #FFFFFF;
}

form .inputTextfeldSmall {
	font-size: 10px;	
	width: 50px;
}

form .inputTextfeldMiddle{
	width: 150px;
}

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

form .button {

	font-size: 10px;
	color: #333333;
	font-weight: bold; 	
	background-color: #F3F3F3; 
	height: 18px; 
	width: 120px; 
	border: #666666; 
	border-style: solid; 
	border-width: 1px; 
	margin-bottom: 10px;
}


.reihe3Felder {
  padding-top: 8px;  
  clear: both;
}

.reihe3Felder .label {
  	float: left;
  	width: 235px;
	line-height: 12px;
}

.reihe3Felder .feld1, .reihe3Felder .feld2, .reihe3Felder .feldDouble  {
  float: left;
  width: 180px;
  width: 130px;  
  text-align: left;
  padding-left: 5px;   
} 

.reihe3Felder .feld2 {
  width: 290px;
} 

.reihe3Felder .feldDouble {
  width: 540px;
} 


.reihe4Felder {
  padding-top: 8px;  
  clear: both;
}

.reihe4Felder .label {
  	float: left;
  	width: 235px;
	line-height: 12px;
}

.reihe4Felder .feld1, .reihe4Felder .feld2, .reihe4Felder .feld3  {
  float: left;
  width: 180px;
  width: 130px;  
  text-align: left;
  padding-left: 5px;   
} 

.reihe4Felder .feld2 {
  width: 290px;
} 

.reihe4Felder .feld2 {
  width: 100px;
} 

.reihe4Felder .feld3 {
  width: 190px;
} 



