body
{
	background-color: #F4F4F4;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #000000;
}

a:link
{
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}
a:visited
{
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}
a:active
{
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}
a:hover
{
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}

#div_content
{
	left: 50%;
	margin-left: -490px;
	min-height: 100%;
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
	top: 0;
	width: 980px;
}

#Ueberschriften
{
	font-weight:500;
}

#div_Header
{
	width: auto;
	text-align: center;
	font-size: 30px;
	font-weight: 500;
	text-decoration: underline;
	margin-bottom: 50px;
}

#div_Info
{
	width: auto;
	text-align: center;
	color:#F10B0F;
	margin-bottom: 20px;
}

#div_Uebungsuebersicht
{
	width:auto;
}

#div_FahrzeugeUndAnhaenger
{
	width:auto;
}

#div_Zusatz
{
	width:auto;
}

/*tagesreservation.php*/
#div_Tagesuebersicht
{
	width:auto;
}

/*ACHTUNG: Breite (buffer + beschriftung + elemente) * 2 = 100% */
#tab_td_buffer
{
	width:30%;
}
#tab_td_beschriftung
{
	width:10%;
	background-color:#CFCACA;
	border-color:#CFCACA;
	padding-left:10px;
}
#tab_td_elemente
{
	width:10%;
	background-color:#CFCACA;
	border-color:#CFCACA;
}



#tab_material_td_buffer
{
	width:25%;
}
#tab_material_td_checkboxen
{
	background-color:#CFCACA;
	text-align:center;
}
#tab_material_td_beschriftung
{
	background-color:#CFCACA;
	padding-left:10px;
}
#tab_material_td_info
{
	background-color:#CFCACA;
	padding-left:10px;
}



#tab_zusatz_td_buffer
{
	width:30%;	
}
#tab_zusatz_beschriftung
{
	width:10%;
	background-color:#CFCACA;
	border-color:#CFCACA;	
	padding-left:10px;
}
#tab_zusatz_td_textareas
{
	width:15%;
	background-color:#CFCACA;
	border-color:#CFCACA;
}

/*OVERVIEW.PHP*/

#div_ove_zellen
{
	float: left;
}

/*OVERVIEW_MUT.PHP*/

#div_mut_titel
{
	width:100%;
	text-align:center;
	font-weight:bold;
}
#div_mut_zeilen
{
	width:720px;
	border:0px;
}

#div_mut_zellen_UEB
{
	width:174px;
	height:25px;
	margin-left:1px;
	margin-right:1px;
	padding-left:4px;
	float:left;
	background-color:#CFCACA;
	text-align:left;
	margin-top:5px;
	border:0px;
}

/*Inputboxen von der Uebungsuebersicht*/
#div_mut_zellen_IPs
{
	border:none; 
	height:21px; 
	width:170px; 
	margin-left:2px; 
	margin-right:2px; 
	margin-top:2px; 
	margin-bottom:2px;
}

#div_mut_zellen_MAT
{
	height:25px;
	margin-left:1px;
	margin-right:1px;
	padding-left:4px;
	float:left;
	background-color:#CFCACA;
	text-align:left;
	margin-top:5px;
	border:0px;
}

#div_mut_zellen_SON
{
	margin-left:1px;
	margin-right:1px;
	float:left;
	background-color:#CFCACA;
	text-align:left;
	margin-top:5px;
	border:0px;
}

#div_mut_zellen_SON_TAs
{
	width:514px; 
	height:76px;
	resize:none;
	border: none; 
	display: block; 
	margin-left: 2px; 
	margin-right: 2px; 
	margin-top:2px; 
	margin-bottom:2px
}