/* CSS Definitionen für INFONOMICS 2008.
SCREENVERSION
Eisblau: #66CCFF
Grün: #99CC00
Rot-Orange: #FF6600

Schrift-Eisblau: #6699CC
Autor: hag

*/
/* HTML-Tag Modifikationen */
body,td,th {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin: 10px;
	line-height: 15px;
}
strong {
	color: #336699;
}

a:link, a:visited, a:active {
	color: #336699;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	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: #FF6600;
	font-style: normal;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	color: #390;
	/*color: #336699; */orange
	font-style: normal;
	font-weight: bold;
	padding-top: 7px;
}

/* SITE-Tags */
.breadcrumbs {
	background-color: #EFEFEF;
	padding: 10px;
	background-position: 5px 5px;
}

/* 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 #ff6600;;
}
.menu ul {
	list-style-type: none;
	display: block;
	margin: 0px;
	padding-left: 5px;
}
.menu ul ul{
	font-weight: normal;
	border-bottom: 0px;
}
.menu_current {
	width: 100%;
	background-color: #EFEFEF;
	font-weight: bold;
}
.menu li {
	list-style-image: none;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #6699CC;
}
.menu li li{
	list-style-image: none;
	border-bottom: 0px dotted #6699CC;
}

/* INHALTSBEREICH */
.content {
	background-color: #EFEFEF;
	padding: 0px 20px 20px;
	height: 400px;
	vertical-align: top;
	width: 90%;
}
.content li {
	list-style-image: url(images/x.gif);
	padding-bottom: 5px;
}
/* FUSSZEILE */
.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;
}	

/*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 strong {
	color:#99cc00;
	font-size:12px;
	padding: 3px;
	border-top: 2px solid #CCDDDD;
	border-bottom: 4px solid #CCDDDD;
}
/* 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;
}