/* CSS Document */

body { font-family: Arial, Helvetica, Verdana, sans-serif; }
#teaser h2 a {
	color: #000;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
}
#teaser h2 a:hover {
	color: #f30;
	text-decoration: none;
}
#flashcontent {
	background: url(img_all/diashow.jpg) no-repeat left center;
	width: 580px;
	height: 365px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#flashcontent h1 {
	text-transform: uppercase;
	font: 35px Arial Black, Arial, Helvetica, sans-serif;
	color: #FFF;
	margin: 290px 0 0 226px;
	padding: 0;
	line-height: 30px;
}
#teaserbghead {
	background-image: url(img_all/bg_teaser_head.jpg);
	background-repeat:no-repeat;
	height:77px;
	padding:0;
	vertical-align:top;
}
#teaserbghead h2 {
	color: white;
	margin: 10px 15px 0px 15px;
	font-size: 22px;
	line-height: 25px;
	font-weight: bold; 
}

/* DROPDOWNMENÜ */
#dropdownmenu, #dropdownmenu ul, #dropdownmenu li {
	padding: 0;
	margin: 0;
	list-style: none;
}
#dropdownmenu ul ul {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	width: inherit;
}
#dropdownmenu ul li {
	display: inline;
	float: left;
}
#dropdownmenu ul li.borderright {
	border-right: 2px solid black;
	margin-right: 2px;
	width: inherit;
}
#dropdownmenu ul li a {
	display: block;
	padding: 0 5px;
	text-decoration: none;
	font-weight: bold;
	color: black;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.06em;
}
#dropdownmenu ul li a:hover { color: #EC3C12; }
#dropdownmenu ul li ul li a:hover { color: #EC3C12; }

/* LEVEL 1 */
#dropdownmenu li li, #dropdownmenu li ul { width: 180px; }
#dropdownmenu li ul {
	position: absolute;
	left: -9999px;
}
#dropdownmenu li ul li a {
	background-color: #FFF;
	color: #000;
	border-bottom: 1px solid #000;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	border-top: 1px solid #000;
	font-size: 11px;
	width: inherit;
	margin: 0;
	padding: 0;
	text-align: left;
	line-height: 18px;
	text-indent: 5px;
	text-transform: none;
}
#dropdownmenu ul li ul li a:hover {
	color: #FFF;
	background-color: #EC3C12;
}
#dropdownmenu li:hover ul, #dropdownmenu li li:hover ul, #dropdownmenu li.sfhover ul, #dropdownmenu li li.sfhover ul { left: auto; }
#dropdownmenu li:hover ul ul, #dropdownmenu li.sfhover ul ul { left: -999em; }

.newsboxorange {
	color: #EB3C12;
	text-align: center;
	font-size: 13px;
	font-weight:bold;
	margin: 5px auto;
	line-height:18px;
	width: 180px;
}