/* --- Die Ultimativen :) --- */
* {
	margin: 0;
	padding: 0;
}

/* --- HTML Tags --- */
body {
	color: #000; 
	
	font-size: 11px;
	font-family: Verdana,Arial,sans-serif;
	margin: 20px; 

	}

sup {
	font-size: 9px;
	line-height: 110%;
	vertical-align: 3px;
}
sub {
	font-size: 9px;
	line-height: 100%;
	vertical-align: -3px;
}
	
h1 {
	color: #b4b4b4; 
	font-size: 25px;
	font-weight: normal;
	margin-bottom: 20px;
	line-height: 120%;
	padding: 0;
	max-width: 620px;
	}
	
h1 sup {
font-size: 12px;
vertical-align: 12px;
}



h2 {
	color: #000;
	margin-bottom: 2px;
	margin-top: 12px;
	font-size: 11px;
	font-weight: bold;
	color: #000; 
	}

p {
	margin-bottom: 0px;
	line-height: 140%;
	}


input, textarea {
       padding: 2px;
       border: 1px solid #CCC;
}


a img {
	border: none;
}


a, a:link, a:visited {
	text-decoration:none;
	color: #0066FF;
}

a.linkblack, a.linkblack:link, a.linkblack:visited {
	text-decoration: none;
	color: #000;
}


a:hover {
	text-decoration:underline;
}

ul {
	line-height:17px;
	margin-bottom:15px;
	list-style-type: disc;
}
li {
margin-left:15px;
}

td, tr {
	font-size: 11px;
}

/* --- Auswahl durch RTE --- */
span.orange {
	color: #eb902e;
}


a.pdf {
	background-image: url(../img/pdf.gif);
	background-repeat: no-repeat;
	padding-left: 19px;
	margin-bottom:20px;
	margin-top:0px;
}

table.standardtabelle {

	width: 720px;
	
}
table.standardtabelle th {

	background: #ebeae8;
    color: #000;
    font-weight: bold;
	padding-bottom: 6px;
	padding-top: 6px;
	padding-left: 5px;
	padding-right: 5px;	
	text-align: left;
	vertical-align: top;
}
table.standardtabelle td {
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;	
	border-bottom: 1px solid #eb902e;
	vertical-align: top;
	white-space: normal;
}

#page-26 table.standardtabelle td {
	width: 50%;
}

table.standardtabelle p {
	margin: 0;
	padding: 0;
}

table.sponsoren {
}
table.sponsoren th {
}
.spons-bild {
	
	height: 40px;
}
.spons-text {

	width: 234px;
}

table.sponsoren td {
padding: 0;
font-size: 10px;


}
table.sponsoren td p {
	font-size: 10px;
	margin: 0;
	padding: 0;
}

tr.grau {
background: #ebeae8;
}
tr.weiss {
background: #FFF;

}
table.Standardtabelle th.rechts {
	text-align: right;
}
th.rechts {
	text-align: right;
}
th.links {
	text-align: left;
}
th.mitte {
	text-align: center;
}


td.rechts {
	text-align: right;
}
td.links {
	text-align: left;
}
td.mitte {
	text-align: center;
}


span.weiss {
	color: #fff;
}
