* {
	margin: 0;
	padding: 0;
}

/* BASICS */

body {
	padding: 10px 0 0 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #666666;
	background: #e7edf7;
}

p {
	font-size: 12px;
	line-height: 16px;
	padding: 7px 0;
}

input{
    background:#E6EDF7;
    color:#004C75;
	border: 1px solid #B6CBE0;
}

textarea{
    background:#cccccc;
    color:#004C75;
}

hr {
	margin: 15px 0;
	border: dotted 1px #cccccc;	
}

/* --- */

/* Content */

.imgleft {
	float: left;
	margin: 0 10px 10px 0;
	font-size: 10px;
	line-height: 14px;	
}

.imgright {
	float: right;
	margin: 0 0 10px 10px;
	font-size: 10px;
	line-height: 14px;	
}

.content h1 {
	font-size: 14px;
	font-weight: bold;
	color: #024D75;
	margin: 5px 0 0 0;
}

.content h2 {
	font-size: 12px;
	color: #024D75;
	font-weight: bold;
	margin: 5px 0 0 0;
}

.content h2.text {
	font-size: 14px;
	color: #024D75;
	font-weight: bold;
	margin: 15px 0 10px 0;
}

h3 {
	font-size: 14px;
	color: #024D75;
	font-weight: bold;
	margin: 0 0 10px 0;	
}

.content h3.text {
	font-size: 13px;
	color: #024D75;
	font-weight: bold;
	margin: 10px 0 5px 0;
}

a:hover h3 {
	color: #024D75;
	text-decoration: underline;
}

.content h6 {
	font-size: 13px;
	font-weight: bold;
	color: #b3b3b3;
}

.content span {
	/* margin: 10px; */
	color: #666666;
}

.contentmenu {
	background-color: #f7f9fc; 
	border: 1px solid #b9cde1; 
	padding: 3px 5px;
}

/* --- */

.layer_ad_news_on{position: absolute; left:200px; top:200px; visibility:visible;}
.layer_ad_news_off{position: absolute; left:200px; top:200px; visibility:hidden;}

#linktipp{
  color: #666666;
  text-decoration: none;
  font-size: 10px;
  font-weight: bold;
}

.partnerlink {
  color: #666666;
  text-decoration: none;
  font-size: 10px;
  font-weight: bold;
}

#navigation {
	background: #4a4a4a url("title.png") repeat-x;
	color: #FFF;
	margin: 1px;
	padding-bottom: 7px;
	padding-top: 7px;
	text-align: center;
	width: 698px;
}

#filters {
	float: left;
	margin: 15px;
}

select {
	width:100px;
}

#search {
	float: right;
	margin: 15px;
	text-align: right;
}

#navigation a, .table_top_title a { 
	color: #FFF;
}

#navigation a:hover, .table_top_title a:hover {
	color: #CCC;
	text-decoration: none;
	border-bottom: 1px dashed;
}

.table_border {
	border: 1px solid #024D75;
	margin-bottom: 10px;
	padding: 1px;
}

/* Top Ranking Style */

.table_top_title {
	font-size: 12px;
	background: #e7edf7 url("title.png") repeat-x;
	color: #024D75;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
}

.table_top_rank {
	background-color: #E7EDF7;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}

.table_top_description { }

.table_top_banner {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

.table_top_stats {
	background-color: #E7EDF7;
	padding: 2px;
}

.table_top_rating {
	background-color: #E7EDF7;
	text-align: center;
}

/* Ranking Style */

.table_title {
	background: #e7edf7 url("title.png") repeat-x;
	color: #024D75;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

.table_rank {
	background-color: #E7EDF7;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}

.table_description { 
	width: 100%; 
	padding-left:5px;
}

.table_stats {
	background-color: #E7EDF7;
	padding: 2px;
	text-align: center;
}

/* Stats Style */

.stats_top {
	background: #E7EDF7 url("title.png") repeat-x;
	color: #024D75;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

.stats_left { 
	background-color: #E7EDF7; 
}

.stats1 {
	background-color: #E7EDF7;
	text-align: center;
}

.stats2 {
	background-color: #FFF;
	text-align: center;
}

/* Admin */

.darkbg {
  background-color: #737373;
  color: #fff;
}

.mediumbg {
	background: #4a4a4a url("title.png") repeat-x;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}

.lightbg {
	color: #000;
	background-color: #FFF;
}

.lightbgalt {
	color: #000;
	background-color: #E7EDF7;
}

table { 
	width: 100%; 
}

/* No Borders Images */

img { 
	border: 0; 
}

textarea, input {
	font-family: sans-serif;
	font-size: 12px;
}

.join_edit_error {
	background-color: #f0f0f0;
	border: 1px solid #f00;
	padding: 2px;
}

a.help { 
	color: #f00; 
	font-weight: bold; 
	text-decoration: none; 
}

a.help:hover { 
	color: #333; 
}

/*#wrapper {
	border: 1px solid #000;
	left: 50%;
	margin-left: -350px;
	position: absolute;
	width: 700px;

}*/

.werbeflaeche_top{
	position:absolute; 
	height:90px;
	top:10px;
	left:180px;
	width: 1030px;
}

.werbeflaeche_right{
	position:absolute;
	left:920px;
	top:105px;
	height:980px;
	width:196px;
}

.box .verlauf {	
	line-height: 1.4em;
	padding-bottom: 10px;
}

select {
	font-size: 11px;
	border: 1px solid #A3A3A3;
}

fieldset {	
	border: 0;
}

#container {
	width: 905px;
    overflow: hidden;
}

#left {
	width: 170px;
	float: left;
	display: inline;
}

#right {
	display: inline;
	width: 730px;
	float: left;
}

#header {
	display: inline;
	float: left;
}

#header .left {
	background: url(images/header_left.gif) no-repeat;
	float: left;
	width: 5px;
	height: 60px;
}

#header .back {
	background: url(images/header_back.gif) repeat-x;
	float: left;
	height: 60px;
	width: 888px;
}

#header .right {
	background: url(images/header_right.gif) no-repeat;
	float: left;
	width: 5px;
	height: 60px;
}

#header .position {
	margin: 7px 0 0 3px;
	padding: 0px;
}

#navi {
	float: left;
	display: inline;
}

#navi .position {
	margin: 5px 0 0 0;
}

#navi .left {
	background: url(images/navi_left.gif) no-repeat;
	clear: both;
	float: left;
	width: 5px;
	height: 26px;
}

#navi .back {
	background: url(images/navi_back.gif) repeat-x;
	float: left;
	height: 26px;
	width: 888px;
}

#navi .right {
	background: url(images/navi_right.gif) no-repeat;
	float: left;
	width: 5px;
	height: 26px;
}

#navi ul {
	margin: 0;
	padding: 0px 10px 0 50px;
	list-style: none;
}

#navi li {
	display: inline;
	margin: 0;
	padding: 0;
}

#navi a {
	float: left;
	background: url(images/tableft.gif) no-repeat left top;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
}

#navi a span {
	float: left;
	display: block;
	background: url(images/tabright.gif) no-repeat right top;
	padding: 5px 15px 4px 11px;
	color: #666666;
}

#navi span.topnavfont {
	font-size: 11px;
	font-weight: bold;
	color: #024D75;
}

#navi a span {
	float: none;
}

#navi a:hover span {
	color: #c00;
}

#navi a:hover {
	background-position: 0% -42px;
}

#navi a:hover span {
	background-position: 100% -42px;
}

#navi #current a {
	background-position: 0% -42px;
}

#navi #current a span {
	background-position: 100% -42px;
}

#breadcrumb {
	float: left;
	margin: 0px 0px 5px 0px;
	display: inline;
}

#breadcrumb .left {
	background: url(images/breadcrumb_left.gif) no-repeat;
	clear: both;
	float: left;
	width: 5px;
	height: 24px;
}

#breadcrumb .back {
	background: url(images/breadcrumb_back.gif) repeat-x;
	float: left;
	height: 24px;
	width: 888px;
}

#breadcrumb .right {
	background: url(images/breadcrumb_right.gif) no-repeat;
	float: left;
	width: 5px;
	height: 24px;
}

#breadcrumb .position {
	margin: 5 0 0 5px;
}

#breadcrumb .h2 {
	font-family: tahoma;
	font-size: 11px;
	color: #a2a2a2;
}

#breadcrumb .link {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #a2a2a2;
	text-decoration: none;
}

#content {
	float: left;
	display: inline;
	padding: 0 15px 0 15px;
}

.box {
	background: url(images/box_bottom_left_clear.gif) left bottom no-repeat;
	float: left;
	margin: 0 10px 0 0;
	display: inline;
}

.box.long {
	background: url(images/box_bottom_left_clear2.gif) !important;
}

.box .top {
	background: url(images/box_top_left.gif) no-repeat;
	height: 22px;
	float: left;
}

.box .head {
	background: url(images/box_top_right.gif) right no-repeat;
	margin-left: 5px;
	height: 22px;
	float: left;
}

.box .bottom {
	background: url(images/box_bottom_right_clear.gif) bottom right no-repeat;
	float: left;
	padding-bottom: 21px;
	margin-left: 5px;
}

.box.long .bottom {
	background: url(images/box_bottom_right_clear2.gif) !important;
}

.box.content .bottom {
	padding-bottom: 5px !important;
}

.box.info {
	background: url(images/info_box_bottom_left_clear.gif) left bottom no-repeat;
}

.box.info .top {
	background: url(images/info_box_top_left.gif) no-repeat;
}

.box.info .head {
	background: url(images/info_box_top_right.gif) right no-repeat;
}

.box.info .head h2 {
	color: #c00 !important;
}

.box.info .bottom {
	background: url(images/info_box_bottom_right_clear.gif) bottom right no-repeat;
}

.box.info .verlauf {
	/* background: url(images/info_content_verlauf.gif) repeat-x !important; */
	margin: 0 0 10px -5px;
}

.box.info a {
	color: #c00 !important;
}

.box.info ul {
	background: transparent !important;
}

.box.w1 {
	width: 160px;
}

.box.w1 .top {
	width: 160px;
}

.box.w1 .head {
	width: 160px;
}

.box.w1 .bottom {
	width: 160px;
}

.box.left_navi {
	width: 160px;
	/* margin-bottom: 10px;
	background-image: url(images/box_bottom_left.gif) !important; */
}

.box.left_navi .top {
	width: 160px;
}

.box.left_navi .head {
	width: 155px;
}

.box.left_navi .bottom {
	width: 155px;
	padding-bottom: 0;
	/* background-image: url(images/box_bottom_right.gif)!important; */
}

.left_navi {
	margin-bottom: 10px;
}

.left_navi ul {
	list-style-type: none;
	margin-left: -4px;
}

.left_navi ul li {
	background: url(images/subnv_back.gif) no-repeat;
	width: 158px;
	height: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	padding: 0 0 0 10px;
	line-height: 1.6em;
}

.left_navi a {
	text-decoration: none;
	display: block;
	width: 150px;
	color: #024D75;
}

.left_navi a:hover { 
	color: #c00; 
}

.left_navi h2 {
	font-size: 11px;
	font-weight: bold;
	color: #cc0000;
	padding: 5px 0 0 6px;

}

.box.content.w1 {
	width: 708px;
	margin-bottom: 10px;
}

.box.content.w1 .top {
	width: 708px;
}

.box.content.w1 .head {
	width: 703px;
}

.box.content.w1 .bottom {
	width: 703px;
}

.box.content.w1 .verlauf {
	/* background: url(images/content_verlauf.gif) repeat-x;
	margin-left: -4px;
	margin-right: 1px;
	padding: 5px;
	overflow: hidden; */
}

.box.content.w1 a {
	text-decoration: none;
	color: #c00;
}

.box.content.w1 a:hover {
	text-decoration: underline;
	color: #c00;
}

.box.content {
	width: 728px;
	margin-bottom: 10px;
}

.box.content .top {
	width: 728px;
}

.box.content .head {
	width: 723px;
}

.box.content .bottom {
	width: 703px;
	padding: 10px;
}

.bottom ul {
	line-height: 18px;
}

.box.content .verlauf {
	/* background: url(images/content_verlauf.gif) repeat-x;
	margin-left: -4px;
	margin-right: 1px;
	padding: 5px;
	overflow: hidden; */
}

.box.content a {
	text-decoration: none;
	color: #c00;
}

.box.content a:hover {
	text-decoration: underline;
	color: #c00;
}

.box.content.w1_2 {
	float:left;
	width: 425px;
}

.box.content.w1_2 {
	width: 425px;
	margin-bottom: 10px;
}

.box.content.w1_2 .inner {
	width: 420px;
}

.box.content.w1_2 .top {
	width: 425px;
}

.box.content.w1_2 .head {
	width: 420px;
}

.box.content.w1_2 .bottom {
	width: 400px;
}

.box.content.w1_3 {
	width: 216px;
	margin: 0 25px 10px 0;
}

.box.content.w1_3 .inner {
	width: 213px;
}

.box.content.w1_3 .top {
	width: 216px;
}

.box.content.w1_3 .head {
	width: 220px;
}

.box.content.w1_3 .bottom {
	width: 200px;
	margin-right: 10px;
}

.h3 {
	height: 200px;
}

.h3 .bottom {
	height: 173px;
}

.box.halfhalf {
	width: 174px;
	margin-bottom: 10px;
}

.box.halfhalf .top {
	width: 174px;
}

.box.halfhalf .head {
	width: 169px;
}

.box.halfhalf .bottom {
	width: 169px;
}

.box.content.halfhalf.h2 {
	height: 100px;
}

.box.content.halfhalf.last {
	margin-right: 0 !important;
}

.box.content.half.h2 {
	/* height: 150px; */
}

.box.content.half.last {
	margin-right: 0 !important;
}

.box.content.lastgame {
	width: 800px;
}

.box.content.half {
	width: 360px;
	margin-bottom: 10px;
}

.box.content.half .inner {
	width: 353px;
}

.box.content.half .top {
	width: 348px;
}

.box.content.half .head {
	width: 353px;
}

.box.content.half .bottom {
	width: 333px;
}

.box.content.half.h2 .bottom {
	/* height: 123px;
	overflow: hidden;  */
}

.box.content.half img {
	float: left;
	margin-right: 5px;
}

.box.content.right {
	margin-right: 0;
	width: 294px;
}

.box.content.right {
	width: 294px;
	margin-bottom: 10px;
}

.box.content.right .top {
	width: 294px;
}

.box.content.right .head {
	width: 288px;
}

.box.content.right .bottom {
	width: 280px;
	padding: 4px;
}

.box.content.tiny.h2 {
	height: 200px;
}

.box.content.tiny.h2 .bottom{
	height: 173px;
}

.box.content.tiny {
	width: 141px;
	margin-bottom: 10px;
}

.box.content.tiny .top {
	width: 141px;
}

.box.content.tiny .head {
	width: 137px;
}

.box.content.tiny .bottom {
	width: 137px;
}

/* thumbnails für gallerie / video */

.box.content.thumb {
	width: 172px;
	margin: 0 10px 10px 0;
}

.box.content.thumb .top {
	width: 165px;
}

.box.content.thumb .head {
	width: 165px;
}

.box.content.thumb .bottom {
	width: 165px;
	padding: 0;
}

.last {
	margin-right: 0;
}

#footer {
	width: 905px;
	text-align: center;
}

#footer .left {
	background: url(images/footer_left.gif);
	width: 5px;
	height: 29px;
	float: left;
}

#footer .back {
	background: url(images/footer_back.gif) repeat-x;
	width: 888px;
	height: 29px;
	float: left;
	padding-top: 7px;
}

#footer .right {
	background: url(images/footer_right.gif);
	no-repeat: ;
	width: 5px;
	height: 29px;
	float: left;
}

#footer a {
	font-family: tahoma;
	font-size: 9px;
	color: #a3a3a3;
	text-decoration: none;
}

#right .first {
	color: #c00;
	font-family: tahoma;
	font-size: 14pt;
}

#right .second {
	color: #999;
	font-family: tahoma;
	font-size: 13pt;
}

.comments , .related {
	font-family: tahoma;
	font-size: 11px;
	color: #666666;
}

.related ul, .comments ul {
	margin-left: 25px;
}

.home_navi li {
	display: inline;
	font-size: 11px;
	color: #666666;
}

.home_navi li a {
	display: block;
	width: 85px;
	float: left;
	margin-left: 5px;
	color: #cc0000 !important;
}

.kfzbuecher_navi li {
	display: inline;
	font-size: 12px;
}

.kfzbuecher_navi li a {
	display: block;
	width: 110px;
	float: left;
	margin: 2px 10px;
	color: #cc0000;
}

#login_form label {
	font-family: tahoma;
	font-size: 11px;
	color: #666666;
	width: 50px;
	display: block;
	float: left;
	height: 18px;
	line-height: 18px;
	margin-bottom: 4px;
}

#login_form input {
	width: 180px;
	border: 1px solid #A3A3A3;
	margin-bottom: 4px;
}

#login_form p {
	color: #c00;
	float: right;
	margin-top: 10px;
}

#search_form label {
	font-family: tahoma;
	font-size: 11px;
	color: #666666;
	margin-right: 5px;
}

#search_form label,#search_form input, #search_form img {
	float: left;
}

#search_form div {
	float: left;
	width: 100%;
	margin-top: 3px;
}

#search_form #label1 {
	width: 116px;
	display: block;
	float: left;
}

#search_form #label2 {
	width: 230px;
	display: block;
	float: left;
}

#search_form span span {
	color: #c00;
}

#search_form select {
	width: 116px;
	border: 1px solid #A3A3A3;
	font-size: 11px;
	height: 16px;
}

#search_form input {
	width: 230px;
	font-size: 11px;
	height: 15px;
	margin-right: 5px;
	padding: 1px;
}

#search_form button, #login_form button {
	font-size: 11px;
}

.break {
	width: 100%;
	clear: both;
}

.category_bit {
	float: left;
	height: 50px;
	width: 230px;
	margin-bottom: 5px;
}

.category_bit div {
	float: left;
	width: 230px;
}

.h1 {
	height: 210px;
}

.h1 .bottom {
	height: 183px;
}

* html .h1 .bottom {
	height: 188px;
}

.thumb_top {
	padding-top: 10px;
	text-align: center;
	height: 100px;
}

.thumb_bottom {
	text-align: center;
}

#img_commentform {
	margin-left: 5px;
}

#img_commentform input {
	height: 18px;
}

#img_commentform input, #img_commentform textarea {
	border: 1px solid #A3A3A3;
	width: 410px;
}

#img_commentform label {
	display: block;
	width: 200px;
	font-weight: bold;
	color: #a3a3a3;
}

.box2 {
	width: 425px;
	float: left;
	margin-bottom: 10px;
}

.box2 h2 {
	padding-left: 0px;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 12px;
	color: #024D75;
}

.box2 .verlauf {
	background: #fff url(images/verlauf_back.gif) repeat-x;
	width: 421px;
	border: 1px solid #BACEE2;
	padding: 1px;
}

* html .box2 .verlauf { 
	margin-left: 1px; 
	clear:both; 
}

.box2 .verlauf p {
	padding: 5px;
	font-weight: bold;
	color: #A3A3A3;
}

/*.box2 p {
	padding: 5px 10px 5px 10px;
	color: #A3A3A3;
}

*/

.box2.right2 {
	width: 295px;
}

.box2.right2 .verlauf {
	width: 291px;
}

.box2.right2 img { 
	margin:0;
}

.trenner {
	height: 1px;
	background: url(images/trenner.gif) repeat-x;
	margin: 10px;
	float: left;
}

.content .trenner {
	width: 390px;
}

.content .trenner.full {
	width: 395px;
	margin-left: 0;
	margin-right: 0;
	width: 425px;
}

#qsearchform select {
	width: 120px;
}

#qsearchform select, #qsearchform input,
#searchform select, #searchform input {
	font-size: 11px;
	border-width: 1px;
}

#qsearchform label,
#qsearchform input { 
	float: left;
}

#commentform textarea, input {
	border-width: 1px;
}

#commentform textarea {
	width: 420px;
}

.blog p {
	padding: 0;
	margin: 0;
	color: #000;
}

.content ul, .content ol {
	margin-left: 20px;
}

.home_navi a, 
h2 a {
	color: #024D75 !important;
}

.home_navi {
	margin-left: 0 !important;
}

.tiny.last {
	margin-right: 0;
	float: left;
}

div.navi {
	float: left;
}

.navi select {
	border-width: 1px;
	font-size: 10px;
}

.navbar {
	width: 728px;
	height: 50px;
	background: url(images/oneliner_back.gif) repeat-x;
	overflow: hidden;
	margin-bottom: 10px;
}

.navbar .left {
	width: 6px;
	height: 31px;
	background: url(images/oneliner_left.gif) no-repeat;
	float: left;
}

.navbar .center {
	float: left;
	height: 30px;
	line-height: 30px;
}

.navbar .right {
	width: 6px;
	height: 31px;
	background: url(images/oneliner_right.gif) no-repeat;
	float: right;
}

.navbar form {
	float: left;
	height: 30px;
	line-height: 30px;
}

.navbar label, select {
	float: left;
}

.navbar select {
	font-size: 11px;
	margin-top: 6px;
}

.navbar a { 
	color:#c00; 
	text-decoration: none;
}

.navbar a:hover { 
	color:#c00; 
	text-decoration: underline;
}

.info_flirt {
	color: #b3b3b3;
}

dt {

	font-weight: bold;
}

dd {

}

.aufkleber_text {
	font-family: Tahoma;
	font-size: 42px;
	font-weight: bold;
	color: #000000;
}

#add_club label, input, select, button {
	float: left;
	margin: 1px;
}

#add_club input {
	margin-right: 10px;
}

#add_club label {
	width: 120px;
	clear: both;
}

#add_club button {
	clear: both;
}

.error {
	color: #CC0000;
}

#mfg table {
	background: #fff !important;
}

#mfg table td {
	background: #fff !important;
	font-size: 11px;
}

.pagebrowse {
	width: 728px;
	height: 31px;
	background: url(images/oneliner_back.gif) repeat-x;
	float: left;
}

.pagebrowse .left {
	width: 6px;
	height: 31px;
	background: url(images/oneliner_left.gif) no-repeat;
	float: left;
}

.pagebrowse .center {
	float: left;
	height: 30px;
	line-height: 30px;
}

.pagebrowse .right {
	width: 6px;
	height: 31px;
	background: url(images/oneliner_right.gif) no-repeat;
	float: right;
}

.pagebrowse a { 
	color: #c00; 
	text-decoration: none; 
}

.pagebrowse a:hover { 
	color: #c00; 
	text-decoration: 
	underline; 
}

.article_img_0 {
	float: left;
	position: relative;
	top: 0px;
	margin: 0px 10px 10px 0px;
}

.article_img_1 {
	float: right;
	margin: 10px 0px 10px 10px;
}

.adr_cp { 
	font-size:9px; 
	margin: 5px; 
	text-align:right;
}

.adr_pic p { 
	font-size:9px; 
	margin: 5px; 
	text-align:right;
}

.adr_pic img {
 width: 715px;
}

.box.content h1 a {
	color: #024D75 !important;
}

.cbox h1 {
	margin-bottom: 10px;
}

.cbox img {
	margin-right: 10px;
}

/** headline alt **/

.headline {
	height: 45px;
	background:url(images/back_bar.gif);
	margin-bottom: 15px;
}

.headline h1 {
	font-size: 13pt;
	font-weight: normal;
	color: #c00;
	margin-top: 2px;
}

.headline div {
	float: left;
}

.headline .left {
	background: url(images/left_tab.gif);
	width: 5px;
	height: 45px;
}

.headline .head {
	background: url(images/back_tab.gif);
	height: 45px;
	font-weight: bold;
	color: #024D75;
	padding: 0px 4px 0px 4px;
	line-height: 20px;
}

.headline .right {
	background: url(images/right_tab.gif);
	width: 10px;
	height: 45px;
}

/** headline neu **/

.headline3collums {
	height: 35px;
	width: 425px;
	background:url(images/bg_headline_kategorie.png);
	padding: 0;
	margin-bottom: 5px;
}

.headline3collums h2 {
	color: #cc0000;
	font-size: 16px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	padding: 5px 0 0 7px ;
}

.headline3collums a {
	text-decoration: none;
}

.headline3collums a:hover {
	text-decoration: none;
}

* html .headline .right2 {
	height: 45px;
}

.headline .right3 {
	background: url(images/right_bar.gif);
	width: 5px;
	height: 45px;
	float: right;
}

.headline { width: 728px;}

.headline.w1_2 {
	width: 425px;
}

/* html .headline.w1_2 { border:1px solid #f00; } */

* html .headline {
	width:728px;
 }

* html .headline.w1_2 {
  width: 425px;
}

/* html .headline .head { border:1px solid #ff0; display: inline; width: 100px; } */

.head sup {
	position: absolute;
	margin-left: 5px;
}

.menu_list li { display: inline; float: left; margin-right: 10px; }

#punkte_abfragen p { width: 350px; display: block; }

#punkte_abfragen label, #punkte_abfragen input, #punkte_abfragen p{
			float: left;
}

#punkte_abfragen p { clear: left; margin-top: 3px; }

#punkte_abfragen label { width: 100px; }

#punkte_abfragen input { width: 200px; }

#promillerechner p { display: block; clear: left; float: left;}

#promillerechner select { width: 140px; }

#promillerechner .large, #promillerechner label { width: 140px; }

#promillerechner .wertung { font-size: 14pt;}

#img_loginform div, #img_loginform p{
	float: left;
	width: 100%;
}

/* formular buttons */

span.button   { padding-left:2px; height: 21px; background: url(images/button_left.gif) no-repeat; display:block; float: left; }

span.button a { height: 21px; background: url(images/button_right.gif) no-repeat right; display: block; line-height: 21px; padding: 0 5px 0 5px; }

#mfg select { font-size: 11px !important; }

#mfg .usertd { border-bottom:1px dotted #ccc; padding: 2px; }

.oldtimer table { width: 405px; border-collapse: collapse; }

.oldtimer td, .oldtimer th { border:1px dashed #ccc; padding: 4px; text-align: left; }

.breadcrump { font-weight: normal;}

.breadcrump a { color: #024D75;  text-decoration: none; font-weight: bold;}

.breadcrump a:hover { color: #024D75;  text-decoration: underline; font-weight: bold;}

p { background :transparent !important; } /* IE7 setzt sonst den hintergrund weiß */

.pp_ { border-bottom:1px dotted #ccc; border-top:1px dotted #ccc; padding:5px; margin: 5px; float: left; width:700px; }

.pp_ img { margin-right: 5px; }

.pp_ span { display: block; width: 250px; float: left;}

.pp_reifen select { float: none;}

.pp_reifen .navbg,

.pp_reifen .navbg td { border:0;}

#oldtimer-form .lt { width: 343px; }

#oldtimer-form textarea { float: left; border-width: 1px; }

#nlform p,

#oldtimer-form p{

			float: left;

			width: 100%;

			background: transparent;

}

#nlform p { margin: 5px; }

.ad_news { padding-top: 20px; text-align: center; }

/* für das forum floats ausschalten */

.forumline input { float: none !important; }

.catBottom input { float: none !important; } /* , .catBottom select , .forumline select */

label { background: transparent !important; }

/* ie6 fixes */

* html .left_navi ul li{  width: 145px !important; }

* html .left_navi ul li a{  width: 140px !important; }

* html .box .head   { display: inline; }

* html .box.info ul { padding:0 !important;display: inline; }

* html .box.info ul li { margin:0 !important; padding:0 !important; }

* html .box.info .head, * html .box.info .bottom { display: inline; }

* html .box .bottom { display: inline; }

* html .box.content.right .verlauf { 
	width:281px;
}

.news_right { 
	float: right; 
	width: 565px;
}

.cbox_right { 
	float: right; 
	width:270px;
	margin-bottom: 5px;
}

a.normal { float: none; color: #666666 !important; }

a article_img_0,

a article_img_1,

a article_img_2,

a article_img_3,

a article_img_4,

a article_img_5,

a article_img_6 { float: none;}

.sbox { position: absolute; float: none; }

#news_search { position: absolute; right: 10px; }

#news_search img { margin-top: 2px;}

#news_search input {
			background: #E6EDF7;
			border:1px solid #B6CBE0;
			font-family: arial;
			font-size: 10px;
			width:140px;
			margin-right: 5px;
			margin-top:8px;
}

.thumb_top img { width: 100px;}

.wp_navi { float: left; width: 425px; margin-bottom:5px;}

* html .verlauf { overflow: hidden; float: left;}

.checkbox { background: transparent; border:0; }

.box.content.right .verlauf { 
	width: 280px;
}

.select_ { float: left !important; }

.link_txt { float: none; width:280px;}

x#giga_login p { width:100%;float: left;}

#giga_login input, #giga_login label { float: left; }

x#giga_login label { display: block; width: 70px;   }

#giga_login .dotlink { font-size:  10px;}

.adr_gal div { float: left; width: 350px;}

.adr_gal div img {float:left; margin:0px 5px 5px 5px;}

.adr_gal div p { float: left; }

#topimg { width: 898px; height:50px; }

.mfc170 {
	margin-bottom: 10px;
}
