@charset "utf-8";
/* allgemein */
* {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}
.clearer {
	clear:both;
}
.spacer {
	width:0px;
	height:428px;
	float:right;
}
/* content */
.main {
	background:url(../images/bg.jpg) repeat-x #373737;
}
.content_main {
	width:955px;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/bg_content.jpg) repeat-y;
}
/* header */
.header {
	width:955px;
	height:74px;
	background:url(../images/bg_header.jpg) repeat-x;
}
/* content links */
.content_left {
	width:405px;
	height:438px;
	float:left;
	background:url(../images/bild_imagebild.jpg) no-repeat #FFF;
	padding:40px 20px 0px 50px
}
.content_left_footer {
	font-size:11px;
	color:#303940;
	position:absolute;
	top:563px;
}
.content_left h1 {
	font-size:22px;
	color:#171e26;
	line-height:22px;
}
.content_right h1 {
	font-size:14px;
	color:#fff;
	line-height:22px;
}
.content_left h2 {
	font-size:12px;
	font-weight:bold;
	color:#999999;
}
/* content rechts */
.content_right {
	width:479px;
	float:left;
	background:url(../images/bg_content_right.jpg) no-repeat;
	position:relative;
}
.content_right_content {
	width:440px;
	padding:103px 20px 135px 20px;
	background:url(../images/bg_logo_nuernberger.gif) no-repeat bottom;
	font-size:12px;
	color:#FFF;
	line-height:17px;
}
/* navigation rechts oben */
.navi {
	width:170px;
	height:165px;
	background:url(../images/bg_posted.jpg);
	float:right;
	position:absolute;
	top:-74px;
	left:235px;
	padding:15px 15px 0px 60px;
	font-size:12px;
	color:#000;
	z-index: 0;
}
.navi ul {
	margin-top:5px;
}
.content_right_content ul {
	margin-left:15px;
}
.navi li, .content_right_content li {
	list-style:none;
	list-style-image:url(../images/pfeil_grau.gif);
	margin-bottom:3px;
}
/* linkauszeichnungen navigation rechts oben */
.navi a:link {
	text-decoration:none;
	color:#000;
}
.navi a:visited {
	text-decoration:none;
	color:#000;
}
.navi a:hover {
	text-decoration:underline;
	color:#000;
}
/* linkauszeichnungen contentbereich rechts */
.content_right_content a:link {
	text-decoration:underline;
	color:#fff;
}
.content_right_content a:visited {
	text-decoration:underline;
	color:#fff;
}
.content_right_content a:hover {
	text-decoration:none;
	color:#fff;
}
/* linkauszeichnungen teaserbox rechst */
.teaser a:link {
	text-decoration:underline;
	color:#fff;
}
.teaser a:visited {
	text-decoration:underline;
	color:#fff;
}
.teaser a:hover {
	text-decoration:none;
	color:#fff;
}
/* linkauszeichnungen teaser links unter dem imagebild */
.content_left_footer a:link {
	text-decoration:underline;
	color:#303940;
}
.content_left_footer a:visited {
	text-decoration:underline;
	color:#303940;
}
.content_left_footer a:hover {
	text-decoration:none;
	color:#303940;
}
/* linkauszeichnungen der footerlinks unter dem contenbereich */
.footer a:link {
	text-decoration:underline;
	color:#666;
}
.footer a:visited {
	text-decoration:underline;
	color:#666;
}
.footer a:hover {
	text-decoration:none;
	color:#666;
}
/* teaserbox rechst */
.teaser {
	width:185px;
	position:absolute;
	top:7px;
	left:75px;
	font-size:12px;
	color:#FFF;
	z-index: 100;
}
img.teaser_trans{
	position:absolute;
	left: 52px;
	top: 60px;
}
/* footerlinks unter dem contenbereich */
.footer {
	width:955px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	font-size:12px;
	color:#666;
}
.footer img{
	margin-left:0px;
}

/* ratings */
img.ratings_logo{
	float:left;
	margin:0 10px 150px 0;
}

