/* CSS Definitionen für FDS 2008.
Stahlblau: 	#333366
Grau: 		#999999
Ocker: 		#CC9933
Stahlgrün:	#339966			

Autor: hag

*/


body,td,th {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin: 10px;
}
strong {color: #CC9933}
a:link, a:visited, a:active {
	color: #339966;
	text-decoration: none;
}
a:hover {
	color: #CC9933;
	text-decoration: underline;
}
form {
	margin: 0;
}
h1, h2, h3, h4, h5 {
	margin: 5px 0px 5px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size: 18px;
	color: #333366;
	font-style: normal;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	color: #396;
	font-style: normal;
	font-weight: bold;
	padding-top: 7px;
}
.breadcrumbs {
	background-color: #EFEFEF;
	padding: 10px;
	background-position: 5px 5px;
}
.header {
	background-color: #FFFFFF;
	vertical-align: middle;
	text-align: left;
	color: #FFFFFF;
	height: 50px;
	font-size: 20px;
	font-weight: bold;
}

/* MENU (C) 2007 by HAG */
.menu {
	background-color: white;
	width: 200px;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 5px solid #CC9933;;
}
.menu a:link, a:visited, a:active {
	color: #CC9933;
	text-decoration: none;
}
.menu a:hover {
	color: #339966;
	text-decoration: underline;
}
.menu_default a:link, a:visited, a:active {
	color: #339966;
}
.menu_default a:hover {
	color: #C93;
	text-decoration: underline;
}
.menu ul {
	list-style-type: none;
	display: block;
	margin: 0px;
	padding-left: 10px;
	color: #339966;
}
.menu ul ul{
	font-weight: normal;
	border-bottom: 0px;
}
.menu_current {
	width: 100%;
	color: #C93;
	background-color: #EFEFEF;
	font-weight: bold;
}
.menu_current li{
	list-style-type: square;
}
.menu li {
	list-style-type: none;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #6699CC;
}
.menu li li{
	list-style-type: none;
	border-bottom: 0px dotted #6699CC;
}
/* MENU (C) 2007 by HAG */
.box {
	width: 140px;
	list-style-type: none;
	display: block;
	margin: 0px;
	text-align: center;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	border: 1px solid #CCCCCC;
	background-color: #EFEFEF;
	padding: 5px;
}
.boxheader {
	text-align: left;
	font-size: 10px;
	height: 10px;
	color: #003399;
}
.current {
	font-weight: bold;
}
.content {
	background-color: #EFEFEF;
	padding: 0px 20px 20px;
	height: 400px;
	vertical-align: top;
	/*border-left-style: dashed;*/
	/*border-left-color: #6699CC;*/
}
.content li {
	list-style-image: url(images/x2.gif);
	padding-bottom: 10px;
}

.footer {
	background-color: #FFFFFF;
	text-align: center;
	font-size: 10px;
	height: 10px;
	color: #003399;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
padding-top: 5px;
padding-bottom: 3px;
}	
.quickmenu li {
	text-align: center;
	display: inline;
}
/*.background {
	background-repeat: repeat-y;
}*/

/*Definitionen für Ausdruck*/
.printonly {display: none;}

/* Stylesheets aus dem Template übernommen*/
.date{font-weight:bold; color:#99cc00;font-size:10px;}
.date2{font-weight:bold; color:#000000;font-size:10px;}
.cap{font-weight:bold; color:#FF6600;font-size:10px;}
.news{color:#000000;font-size:10px;padding-right:30px;}
.href{color:#FF5A00;font-size:10px;}

/* AnyNews Formate*/
#mynews {font-family: Tahoma, Verdana, Arial;}
#mynews strong { font-size: 11px; color: #FF6600;}
#mynews p {font-size: 10px;}

/* TopNews Formate */
#topnews {
	padding-left: 10px;
}
#topnews strong {color:#FF6600; font-size:11px;	padding: 3px; border-top: 2px solid #99CC00; border-bottom: 4px solid #99CC00;
}

/* TopBanner Positionierung*/
.TopBanner {
	position: absolute;
	left:75%;
	top: -5px;
	z-index: +1;
}
.allcontent { /*Container für der gesamten Inhalt. Für die Positionierung des Top-Banners benötigt.*/
	position: absolute;
	top: 20px;
	z-index: 0;
}

/* Print this Page */
.ptp {
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #E7E7E7;
	padding: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
/* Definition RSS-Ticker*/

.rsstickerbg{
	background-image: url(/templates/blank/images/slogan.gif);
	background-repeat: no-repeat;
	height: 73px;
	width: 375px;
}
.itfclass{
width: 160px;
padding: 5px;
/*background-color: #F3F3F3;*/
border: 0px solid black;
margin-bottom: 1em;
/*filter:progid:DXImageTransform.Microsoft.alpha(opacity=80); /*Specify fade effect in IE. Remove if desired.*/
/*-moz-opacity: 0.8; /*Specify fade effect in Firefox. Remove if desired.*/
}

.cnnclass a{
text-decoration: none;
}

.bbcclass{
width: 400px;
padding: 6px;
background-color: lightyellow;
border: 1px solid #004A00;
}

.rsstitle{ /*shared class for all title elements in an RSS feed*/
font-weight: bold;
}

.rssdate{ /*shared class for all date elements in an RSS feed*/
color: gray;
font-size: 85%;
}

.rssdescription{
	width: 350px;
}
.rsstickerbg {
}
