/* CSS Document */

* {
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

p {
	font-weight: normal;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
}

strong, b{
  font-weight: bold;
}

H1 {
  color: #0077CC;
  font-size: 18px;
}

h1, h2, h3, .csc-firstHeader, .csc-firstHeader a {
	color: #0077CC;
}


h1, .csc-firstHeader, .csc-firstHeader a {
	font-size: 18px;
	color: #0077CC;
}


h2 {
	margin-bottom: .5em;
	font-size: 18px;
	font-weight: normal;
	font-weight: bold;
	color: #0077CC;

}

h3 {
	color: #0077CC;
	font-size: 16px;

}

h4 {
	color: #0077CC;
	font-size: 15px;
}

TD {
	font-weight: normal;
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#links {
}

#links ul {
}

#links li {
	padding: 5px 0;
}

HR {
	width: 100%;
	
	text-align: center;
	border-top:solid #aaa 1px;
	border-right: solid #bbb 1px;
	border-bottom:solid #ccc 1px;
	border-left: solid #ddd 1px;
	background-color:#fff;
	height:4px;
}


A {
    color: #0077CC; 
	TEXT-DECORATION: none;
	font-weight: bold;
	
}

A:hover {

}

a.extern {
	COLOR: #0077CC; 
	font-weight: bold;
	text-decoration: underline;
	
}

a.external-link {}
a.external-link-new-window {}
a.internal-link {
	color: #0077CC;
	text-decoration: none;

}
a.internal-link-new-window {}
a.download {}
a.mail {} 



.hotfacts {
	background-color: #ffffff;
	background-image:url(../img/facts_rund.gif);
	background-position:bottom left;
	background-repeat: no-repeat;
	width: 350px;
	height: 230px;
	margin-left: 0;
}

.rot   {color:#E72721;}
strong .rot {color: #E72721; font-weight:bold;}
b .rot {color: #E72721; font-weight:bold;}

.blau {color: #0077CC;}
strong .blau {color: #0077CC; font-weight:bold;}
b .blau {color: #0077CC; font-weight:bold;}

.klein {font-size: 80%;}
strong .klein {font-size: 80%; font-weight:bold;}
b .klein {font-size: 80%; font-weight:bold;}

.gross {font-size: 23px;}
strong .gross {font-size: 23px; font-weight:bold;}
b .gross {font-size: 23px; font-weight:bold;}


span.span1 {
	color: PINK;
	font-size: 13px;
	font-weight: bold;
}



.htmlarea-content-body { background-color:#fff; font-family:Verdana, Arial, Helvetica, sans-serif; color:#000; font-size:11px}
 
 
table.normal{border:0px;}
table.breit {border:0px;width:99%}
 
p.align-left,   td.align-left,  h1.align-left,  h2.align-left,  h3.align-left,  h4.align-left,  h5.align-left,  h6.align-left  { text-align: left; }
p.align-center, td.align-center,h1.align-center,h2.align-center,h3.align-center,h4.align-center,h5.align-center,h6.align-center{ text-align: center; }
p.align-right,  td.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right { text-align: right; }
 



