/* Text allgemein */
.bodytext, body, table, tr, td, th, p, div, ul, ol, li {  
	font-family: Helvetica, Arial, sans-serif;
}

/* 
CONTENT 
*/

.bodytext, p, ul, ol, li {
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}

#printlink {
	font-size: 10px;
}

/* Haupt-Überschrift */ 
h1.csc-firstHeader {  
	font-size: 18px; 
/*	line-height: 22px;*/
	font-weight: bold; 
	color: #000000;
}

/* Weitere Überschriften */
h1 {
	font-size: 12px;
/*	line-height: 26px;*/
	font-weight: bold; 
	color: #000000;
}

em, strong, b, {  
	font-weight: bold;
}

ul {
	list-style-type: square;
	list-style-position: outside;
	padding-left: 15px;
}

ol {
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 15px;
}

/* Text mit einfachem Zeilenumbruch (Realisiert durch Aufzählungen) */
.csc-bulletlist-3 {
	list-style-type: none;
	list-style-position: inside;
	padding-left: 0px;
}

/* 
Tabellen 
*/

table {
	width: 100%;
	border-style: none;
	border-width: 0px;
}

th, td, th p, td p {
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 2px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
	background-color: #ffffff;
}

.tr-even, .tr-even td, .tr-even td p {
	background-color: #f2f8ff;
}

th, th p {
	text-align: left;
	font-weight: bold; 
	color: #003366; 
}

/* Horinzontale Linie */

hr {
	color: #003366;
	background-color: #003366;
	height: 1px;
	border-style: none;
/*	border-width: 1px;
/*	border-color: #003366;*/
}

/* Bilder */

img {
	border: 0px;
	margin-right: 4px;
	margin-left: 4px;
	background-color: transparent;
}

#main p img, .bodytext img {
	float: right;
}

/* Textlinks */

a:link {  
	color: #003366;
	text-decoration: underline;
}

a:visited {  
	color: #003366;
	text-decoration: underline;
}

a:hover {  
	color: #336699;
	text-decoration: none;
}

a:active {  
	color: #003366;
	text-decoration: none;
}

/* Links auf Bildern */

#main a img {
	background-color: transparent;
}

/* NEWS */

#news {
	font-size: 11px;
	font-weight: bold;
	color: #003399;
}

#news div {
	padding-left: 15px;
	margin-bottom: 5px;
	background-image: url(../../../images/icons/news.gif);
	background-repeat: no-repeat;
}

/* NAVIGATION */

div.menu1 {
	padding-top: 10px;
}

div.menu2 {
	padding-top: 0px;
	padding-left: 10px;
	background-image: url(../../../images/icons/arrow_menu2.gif);
	background-repeat: no-repeat;
}

div.menu2:hover {
	color: #ddff99;
	background-image: url(../../../images/icons/arrow_menu2over.gif);
}

div.menu3 {
	padding-top: 0px;
	padding-left: 20px;
	background-image: url(../../../images/icons/arrow_menu3.gif);
	background-repeat: no-repeat;
}

div.menu3:hover {
	color: #ddff99;
	background-image: url(../../../images/icons/arrow_menu3over.gif);
}

.menu1 a:link, .menu1 a:visited, .menu1 a:hover, .menu1 a:active, 
.menu2 a:link, .menu2 a:visited, .menu2 a:hover, .menu2 a:active, 
.menu3 a:link, .menu3 a:visited, .menu3 a:hover, .menu3 a:active {  
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.menu2 a:link, .menu2 a:visited, .menu2 a:hover, .menu2 a:active {
	font-size: 11px;
}

.menu3 a:link, .menu3 a:visited, .menu3 a:hover, .menu3 a:active {
	font-size: 11px;
	font-weight: normal;
	color: #cee5ff;
}

#navi div a:hover {
	color: #ddff99;
}



/* NAVIGATION ON TOP */

#navitop div, #navitop div a {
	font-size: 11px;
	line-height: 14px;
	color: #003399;
	text-decoration: none;
	padding-left: 7px;
}	

.navitop_home {
	background-image: url(../../../images/icons/home.gif);
	background-repeat: no-repeat;
}

.navitop_kontakt {
	background-image: url(../../../images/icons/kontakt.gif);
	background-repeat: no-repeat;
}

.navitop_impressum {
	background-image: url(../../../images/icons/impressum.gif);
	background-repeat: no-repeat;
}

.navitop_sitemap {
	background-image: url(../../../images/icons/sitemap.gif);
	background-repeat: no-repeat;
}

/* SITEMAP */

.sitemap1 a, .sitemap2 a, .sitemap3 a, 
.sitemap1 a:visited, .sitemap2 a:visited, .sitemap3 a:visited {
/*	text-decoration: none; */
} 

.sitemap1 a {
	font-size: 14px;
	font-weight: bold;
}

.sitemap2 a {
	font-size: 12px;
	font-weight: bold;
}

.sitemap3 a {
	font-size: 11px;
	font-weight: normal;
}

td.sitemap {
	padding-left: 6px;
}

ul.sitemap2 { 
	list-style-image: url(../../../images/icons/arrow_normal.gif);
}

ul.sitemap3 { 
	list-style-image: url(../../../images/icons/arrow_mini.gif);
}

/* SPONSOREN */

#sponsoren div {
	text-align: center;
	margin-bottom: 20px;
}
