@charset "utf-8";
/* CSS Document */
.left_float {float:left;}
.right_float {float:right;}
.clear_float {clear:both;}
.center {text-align:center;}

img {
	border:none;
}
/*	-----------------	HEADLINES	-------------	*/

h1 {
	color:#009ee0;
	font-size:160%;
	text-transform:uppercase;
}
h2 {
	color:#e2007a;
	font-size:130%;
}
h3 {
	color:#e2007a;
	font-size:110%;
}
h4,h5, h6 {
	color:#009ee0;
	font-size:100%;
}
/*	-----------------	/ HEADLINES	-------------	*/
/*	-----------------	LINKS	-------------	*/
.content a, .content a:link, .content a:active, .content a:visited {
	color:#009ee0;
}
.content a:hover, .content a:focus {
	text-decoration:none;
}
.rightbox a, .rightbox a:link, .rightbox a:active, .rightbox a:visited {
	color:#009ee0;
}
.rightbox a:hover, .rightbox a:focus {
	text-decoration:none;
}
/*	-----------------	/ LINKS	-------------	*/

/*	-----------------	LISTEN	-------------	*/

.content ul, .rightbox ul {
	list-style:url(li.gif);
	margin-left:0px;
	padding-left:20px;
}
*+ html .content ul, *+ html .rightbox ul {
	list-style:url(li_ie.gif);
	margin-left:5px;
}
* html .content ul, * html .rightbox ul {
	list-style:url(li_ie.gif);
	margin-left:5px;
}

/*	-----------------	/ LISTEN	-------------	*/

/*	-----------------	TABELLEN	-------------	*/
table {
	border-right:1px solid #aec3cb;
	border-top:1px solid #aec3cb;
	border-left:1px solid #aec3cb;
	margin:0px;
	padding:0px;
	text-align:left;
	width:440px;
}
tr  {
	height:35px;
	background:url(hg_tr.jpg) no-repeat top left;
}
tr.even  {
	background:url(hg_tr_even.jpg) no-repeat top left;
}
td, th {
	background:none;
	border-bottom:1px solid #aec3cb;
	padding:5px;
}
th {
	background:url(hg_th.jpg) no-repeat left top ;
}
* html tr td {
	background:#fdf0f7;
	background:url(hg_tr.gif) repeat-x top left;
}
*+ html tr td {
	background:#fdf0f7;
	background:url(hg_tr.gif) repeat-x top left;
}
* html tr.even td {
	background:#eaf3f7;
	background:url(hg_tr_even.gif) repeat-x top left;
}

*+ html tr.even td {
	background:#eaf3f7;
	background:url(hg_tr_even.gif) repeat-x top left;
}

/*	-----------------	/ TABELLEN	-------------	*/



/*	-----------------	 RIGHTBOX	-------------	*/
.rightbox h2 {
	margin-bottom:0px;
	margin-top:-5px;
}
* html .rightbox h2 {
	margin-bottom:-10px;
}
*+ html .rightbox h2 {
	margin-bottom:-10px;
}
.rightbox p {
	font-size:90%;
}
* html .rightbox p, * html .rightbox h3 {
	margin-bottom:-10px;
}
*+ html .rightbox p, *+ html .rightbox h3 {
	margin-bottom:-10px;
}
.rightbox img {
	margin-top:10px;
}
* html .rightbox img {
	margin-top:20px;
}
*+ html .rightbox img {
	margin-top:20px;
}
/*	-----------------	/ RIGHTBOX	-------------	*/
