/* AIR & STYLE CSS */
/* Stefan Prosch, Zooom Productions GmbH */
body {
	background-color: #FF9900;
	margin: 0;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}

h1 {
	font-family: Arial, Helvetica;
	color: #FF9900;
	font-size: 18px;
	line-height: 20px;
}

h2 {
	font-family: Arial, Helvetica;
	color: #FF9900;
	font-size: 14px;
	line-height: 14px;
}

h3 {
	font-family: Arial, Helvetica;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
}

h4 {
	font-family: Arial, Helvetica;
	color: #FF9900;
	font-size: 12px;
	line-height: 12px;
	font_weight: bold;
}

p {
	font-family: Verdana, Helvetica;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 14px;
}

ul {
	padding-left: 15px;

}

blockquote {
	padding-left: 10px;
	padding-right: 0px;
}

a {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	color: #FF9900;
	font-weight: normal;
	text-decoration: none;
}

a.nav {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	text-decoration: none;
}

a:hover.nav {
	color: #FF9900;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	text-decoration: none;
}

a.cms {
	color: #FF9900;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	text-decoration: none;
}

a:hover.cms {
	color: #FF9900;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	text-decoration: underline;
}

.navinactive {
	color: #FF9900;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	text-decoration: none;
}

td {
	font-family: Verdana, Helvetica;
	color: #FFFFFF;
	font-size: 11px;
}

.english {
	color: #FF9900;
	font-size:10px;
	font-family: Verdana, Helvetica;
	font-style:italic;
}

.navigation {
	background-color: #666666;
	background-image: url(../img/back_nav.gif);
	background-repeat: repeat-x;
}

.subnavigation {
	background-color: #666666;
	background-image: url(../img/back_sub.gif);
	background-repeat: repeat-y;
}

.content {
	background-color: #333333;
	background-image: url(../img/back_content.gif);
	background-repeat: repeat-y;
}

.contenthome {
	background-color: #000000;
}

.side {
	background-color: #FF9900;
	background-image: url(../img/back_site.gif);
	background-repeat: repeat-y;
}

.sideleft {
	background-color: #FF9900;
	background-image: url(../img/back_siteleft.gif);
	background-repeat: repeat-y;
}

.black {
	background-color: #000000;
}

.headnormal {
	background-image: url(../img/head_normal.jpg);
}
.textorange {
	color: #FF9900;
	}
.textwhite {
	color: #FFFFFF;
}
.headtableprogramm {
text-align:left;
font-size: 12px;
font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ff9900;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ff9900;
	}