html, body	{
	margin: 0;
	padding: 0;
	border: 0;
}

body	{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	background-color: #161BB1;
	background-image: url(bilder/bg-body.jpg);
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
}

#wrapper	{
	width: 996px;
	margin: 0 auto;
	margin-bottom: 20px;
	background-image: url(bilder/bg-wrapper.jpg);
	background-repeat: repeat-y;
	text-align: left;
}

#top	{
	background-color: #B11C32;
	width: 996px;
	height: 40px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#top .flaggen	{
	float: left;
	margin-left: 18px;
	margin-top: 8px;
}

#top .flaggenabstand	{
	margin-left: 12px;
}

#top .rsvbr	{
	float: right;
	text-align: right;
	margin-right: 18px;
	margin-top: 10px;
}

#top .farbersvbr	{
	color: #C5D8F0;
}

#header	{
	width: 996px;
	height: 105px;
}

#topnavi	{
	width: 996px;
	height: 45px;
	background-image: url(bilder/bg-topnavi.jpg);
	background-repeat: no-repeat;
}

#boxlinks	{
	float: left;
	width: 693px;
	background-image: url(bilder/bg-boxlinks.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#inhalt	{
	margin-left: 38px;
	margin-top: 30px;
	width: 645px;
	font-size: 0.8em;
	line-height: 1.4em;
}

#inhalt h1	{
	color: #1567B1;
	font-size: 20px;
	padding-bottom: 10px;
}

#inhalt h2	{
	font-size: 16px;
	font-weight: bold;
	background-image: url(bilder/bg-h2.jpg);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 16px;
	padding-bottom: 16px;
}

#boxrechts	{
	float: right;
	width: 303px;
	background-image: url(bilder/bg-boxrechts.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#boxrechts .suchen	{
	margin-left: 25px;
	margin-right: 48px;
	margin-top: 10px;
	padding-bottom: 30px;
	text-align: right;
	font-size: 14px;
}

#boxrechts .abstandoben	{
	margin-top: 5px;
}

#boxrechts .trailerheader	{
	margin-left: 15px;
	width: 257px;
	height: 43px;
	font-size: 14px;
	background-image: url(bilder/bg-trailerheader.jpg);
	background-repeat: no-repeat;
	padding-bottom: 170px;
}

#boxrechts .trailertop	{
	margin-left: 10px;
	padding-top: 12px;
}

#boxrechts .news	{
	margin-left: 15px;
	margin-top: 30px;
	width: 257px;
	background-color: #B11C32;
}

#boxrechts .newsoben	{
	width: 257px;
	height: 15px;
	background-image: url(bilder/bg-newsoben.jpg);
	background-repeat: no-repeat;
}

#boxrechts .newsunten	{
	width: 257px;
	height: 15px;
	background-image: url(bilder/bg-newsunten.jpg);
	background-repeat: no-repeat;
}

#boxrechts .newstext	{
	width: 230px;
	margin-left: 10px;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 1.3em;
}

#boxrechts .newstext h1	{
	font-size: 14px;
	font-weight: bold;
	color: #C5D8F0;
	text-transform: uppercase;
}

#boxrechts .newstext a	{
	font-weight: bold;
	color: #C5D8F0;
	font-size: 13px;
	text-decoration: none;
}

#boxrechts .newstext a:hover	{
	color: #FFFFFF;
	text-decoration: none;
}

#output	a {
	text-decoration: underline;
	color: #161BB1;
	font-weight: bold;
}

#output	a:hover {
	text-decoration: underline;
	color: #E7B96E;
}

#output	li {
	padding-bottom: 5px;
}

#clear	{
	clear: both;
	height: 2px;
}

#footer	{
	width: 996px;
	height: 100px;
	background-image: url(bilder/bg-footer.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 13px;
}

#footer .copyright	{
	margin-left: 18px;
	padding-top: 55px;
}

a.navi:link 	{
	text-decoration: underline;
	color: #161BB1;
	background-image: url(bilder/pfeil-klein.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 10px;
}

a.navi:visited 	{
	text-decoration: underline;
	color: #161BB1;
	background-image: url(bilder/pfeil-klein.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 10px;
}

a.navi:hover 	{
	text-decoration: none;
	color: #E7B96E;
	background-image: url(bilder/pfeil-klein.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 10px;
}

a.navi:active 	{
	text-decoration: underline;
	color: #161BB1;
	background-image: url(bilder/pfeil-klein.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 10px;
}

.noborder	{
	border: none;
}

.alignright {
	float: right;
	margin-left: 1em;
}

.alignleft {
	float: left;
	margin-right: 1em;
}

.text-links {
	text-align: left;
}

.text-rechts {
	text-align: right;
}

.text-zentriert {
	text-align: center;
}

.text-blocksatz {
	text-align: justify;
}

.kursiv {
	font-style: italic;
}

.fettkursiv {
	font-style: italic;
	font-weight: bold;
}

.fett {
	font-weight: bold;
}

.fettblau {
	font-weight: bold;
	color: #161BB1;
}

.notypestyle {
	list-style-type: none;
}

.agb li	{
	padding-bottom: 1.5em;
}

.abstandstern1	{
	padding-left: 50px;
}

.abstandstern2	{
	padding-left: 5px;
}

.preise	td	{
	padding-bottom: 5px;
}

.kategorie	{
	padding-bottom: 15px;
}

.linkliste li	{
	padding-bottom: 5px;
}

.team td	{
	padding-bottom: 15px;
	text-align:center;
	vertical-align:top;
}
