@charset "UTF-8";
/* ----------------------------------------------------------- */
/* CSS Document - CeBIT vision 2010							   */
/* ----------------------------------------------------------- */


/* ---------------------------- */
/* ALLGEMEIN					*/
/* ---------------------------- */
#global {
	background: #FFF;
	width: 750px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #CCC;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size:0.9em;
}

img {
	border:0;
}

/* ---------------------------- */
/* KOPF DER SEITE				*/
/* ---------------------------- */
#header{
	border-bottom:1px solid #e2001a;
	padding: 20px 40px;
}

/* ---------------------------- */
/* NAVIGATION					*/
/* ---------------------------- */
#navi{
	background: #e2001a;
	height:25px;
	color:#FFF;
	padding-left:40px;
}

#navi img{
vertical-align: middle;
}

#navi a{
	color:#FFF;
	font-size:0.9em;
	text-decoration:none;
	cursor:pointer;
}

#navi a:hover{
	color:#FFF;
	font-size:0.9em;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
}

/* ---------------------------- */
/* INHALT						*/
/* ---------------------------- */
#content{
	color:#333;
	font-size:0.9em;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
	line-height:1.3em;

}

#content h1{
	font-size:1.3em;
}

#content h2{
	font-size:1.3em;
	font-weight:bold;
	color:#666;
}

#content h3{ /* H1 ROT*/
	font-size:1.3em;
	font-weight:bold;
	color:#E2001A;
}

#content p{
	
}

#content .kleintxt{
	color:#666;
	font-size:0.8em;
}

#content .prog{
	text-align:justify;
	color:#666;
	font-size:0.9em;
	padding-left: 30px;
	line-height:1.4em;
}

#content a{
	color:#333;
	cursor:pointer
}

#content a:hover{
	color:#e2001a;
	font-weight:normal;
	cursor:pointer
}

td{
	vertical-align:top;
}

.zeit{
	width:75px; 
	color:#e2001a; 
	font-weight:bold;
}

#platz{
	height:60px;
}

/* ---------------------------- */
/* FUSS DER SEITE				*/
/* ---------------------------- */
#footer{
	border-top:1px solid #CCC;
	background-color:#e2001a;
	font-size:0.7em;
	color:#FFF;
	line-height:1.3em;
	text-align:center;
	padding-top: 8px;
	padding-bottom: 8px;

}
#footer a{
	color:#FFF;
	cursor:pointer
}

#footer a:hover{
	color:#000;
	cursor:pointer
}


/* ---------------------------- */
/* FORMULAR						*/
/* ---------------------------- */
form{
	width:600px;
	background-color: #FFF;
}

label { /* Etikett für die Felder */
	background-color: #E5E5E5;
	display: block;
	width: 20%;
	float: left;
	padding:0 5px 0 5px ;
	text-align: right;
	font-size:0.9em;
 }
 
label:hover {
font-weight:bold;
}

 
input { /* Felder */
	margin-left:5px;
	background-color: #FFF;
	border: 1px solid #999;
	color:#333;
}

input:focus, select:focus{
	background-color: #E5E5E5;
	color:#e2001a;
}

select{ /* Listen: Titel und Bereich */
	margin-left:5px;
	background-color: #FFF;
	border: 1px solid #999;
	color:#333;	
}
 
input[type="submit"]{ /* Schaltfläche SENDEN */
	color:#333;
	background-color:#E5E5E5;
	border:1px solid #999; 
}

input[type="submit"]:hover{ 
	color:#FFF;
	background-color:#e2001a;
	border:1px solid #999; 
}

.info{ /* Infos am Ende des Formulars */
	font-size:0.8em;
	color:#e2001a;
}

.error{ /* Fehlermeldung */
	color:#e2001a;
}