@charset "utf-8";
/* CSS Document */
ul.filmstrip,
#pointer{
	display:none;
}

body, h1, h2, h3, p {
	margin : 0;
	padding : 0;
}
/* Removes border from fieldset and img */
img {
	border : 0;
}
* {
	margin:0;
	outline:none;
}
a:focus {
	outline:none;
}

html {
	height: 100%;
}
body {
	height: 100%;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	background-color:#ffffff;
}
#mainContainer {
	width:1088px;
	margin:auto;
	background-image:url(../img/bg/bg.gif);
	background-repeat:repeat;
	background-position: 0px 0px;
	position:relative;
}
#mainContainerTop{
	width:1088px;
	height:251px;
}

#headerLeft{
	width:183px;
	height:251px;
	float:left;
}
#headerRight{
	width:905px;
	height:251px;
	float:left;
}
#mainContainerTopNavi{
	width:1026px;
	height:35px;
	background-image:url(../img/bg/bg_top_navi.gif);
	background-repeat:no-repeat;
	padding-top:6px;
	padding-left:62px;
	position:relative;
	z-index:1000;
}
#mainContainerMiddle{
	width:1088px;
	height:auto;
	float:left;
	background-image:url("../img/bg/bg.gif");
	background-position:0 0;
	background-repeat:repeat;
	position:relative;

}
#mainContainerFooter{
	background-image:url("../img/bg/bg.gif");
	background-position:0 1px;
	background-repeat:repeat;
	color:#FFFFFF;
	float:left;
	font-size:10px;
	height:19px;
	padding-left:10px;
	padding-top:6px;
	width:1068px;
	padding-right:10px;
}
#mainContainerMiddleLeft{
	width:183px;
	height:auto;
	float:left;
		background-image:url(../img/bg/bg.gif);
	background-position:0 0;
	background-repeat:repeat;
}
#mainContainerMiddleRight{
	padding:10px 19px 10px 10px;
	width:876px;
	height:auto;
	float:left;
	background-image:url(../img/bg/bg_main.gif);
	background-position:0 0;
	background-repeat:repeat-y;
}

#mainContainerMiddleRightTop{
	background-image:url(../img/bg/bg_top.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	float:left;
	height:10px;
	width:905px;
}
#mainContainerMiddleLeftNavi{
	width:161px;
	height:auto;
	margin:11px;
}
#logo{
	width:162px;
	height:162px;
	background-image:url(../img/bg/logo.gif);
	background-repeat:no-repeat;
	margin:11px;
	}
#logoNavi{
	width:183px;
}
#logoNavi ul{
	list-style-type:none;
	float:right;
	margin-right:10px;
	padding:0;
}
#logoNavi ul li.logoNavi a{
	color:#ffffff;
	font-size:12px;
	display:block;
	width:80px;
	background-image:url(../img/button/pfeile_submenu.gif);
	background-position:right center;
	background-repeat:no-repeat;
	text-align:right;
	padding-right:20px;
	text-decoration:none;
}
#logoNavi ul li.logoNavi a:hover{
	text-decoration:underline;
}



/***NAVI**/
ul.mainmenu {
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
}
ul.mainmenu li.menu_elt {
	float:left;
	margin-right:10px;
	height:35px;
}
ul.mainmenu li.menu_elt a img {
	display:none;
}
ul.mainmenu li.active {
}

li.menu_elt ul.hoversubmenu {
	display:none;
	position:absolute;
	left:-62px;
	list-style:none;
	margin:0px;
	padding:0px;
	width:1088px;
	height:197px;
	background-color:#e91c2c;
	background-repeat:no-repeat;
	top:35px;
}
li.menu_second ul.hoversubmenu {
	padding-bottom:20px;
	padding-left:224px;
	padding-top:20px;
	width:864px;
	height:205px;
	top:35px;
	
}
li.menu_third ul.hoversubmenu {
	padding-bottom:20px;
	padding-left:224px;
	padding-top:20px;
	width:864px;
	height:230px;
	top:35px;
}

li.menu_fourth ul.hoversubmenu {
	height:165px;
	padding-bottom:20px;
	padding-left:224px;
	padding-top:20px;
	width:864px;
	top:35px;
}

li.menu_elt ul.hoversubmenu li a {
	height:25px;
	width:180px;
}
li.menu_elt ul.hoversubmenu li a {
	background-image:none;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
li.menu_first a {
	display:block;
	width:111px;
	height:29px;
	background-image:url(../img/button/start_sp.gif);
	background-position: 0px 0px;
	background-repeat:no-repeat;
}
li.menu_first{
	width:111px;
	overflow:hidden;
}
li.menu_first a:hover {
	display:block;
	width:111px;
	height:29px;
	background-image:url(../img/button/start_sp.gif);
	background-position: 0px -29px;
	background-repeat:no-repeat;
}
li.menu_second a {
	display:block;
	width:205px;
	height:29px;
	background-image:url(../img/button/uber_dmv_sp.gif);
	background-position: 0px 0px;
	background-repeat:no-repeat;
}
li.menu_second{
	width:205px;
	overflow:hidden;
}
li.menu_second a:hover {
	display:block;
	width:205px;
	height:29px;
	background-image:url(../img/button/uber_dmv_sp.gif);
	background-position: 0px -29px;
	background-repeat:no-repeat;
}
li.menu_third a {
	display:block;
	width:183px;
	height:29px;
	background-image:url(../img/button/motorsport_sp.gif);
	background-position: 0px 0px;
	background-repeat:no-repeat;
}
li.menu_third{
	width:183px;
	overflow:hidden;
}
li.menu_third a:hover {
	display:block;
	width:183px;
	height:29px;
	background-image:url(../img/button/motorsport_sp.gif);
	background-position: 0px -29px;
	background-repeat:no-repeat;
}
li.menu_fourth a {
	display:block;
	width:166px;
	height:29px;
	background-image:url(../img/button/dmv_clubs_sp.gif);
	background-position: 0px 0px;
	background-repeat:no-repeat;
}
li.menu_fourth{
	width:166px;
	overflow:hidden;
}
li.menu_fourth a:hover {
	display:block;
	width:166px;
	height:29px;
	background-image:url(../img/button/dmv_clubs_sp.gif);
	background-position: 0px -29px;
	background-repeat:no-repeat;
}

li.menu_elt a.active {
	background-position: 0px -29px;
}


/* DARIO NAVI	*/

ul.mainmenu li.menu_elt ul.hoversubmenu li.menu_child {
	float:left;
	width:183px;
}

ul.mainmenu li.menu_second ul.hoversubmenu li.sub_first .first  {
	background-image:url(../img/button/submenu_news.gif);
	background-repeat:no-repeat;
	width:163px;
	height:29px;
	display:block;
	margin-bottom:10px;
	}
	
	
ul.mainmenu li.menu_second ul.hoversubmenu li.sub_first:hover  {
	background-image:url(../img/button/submenu_news.gif);
	background-repeat:no-repeat;
	width:183px;
	height:29px;
	display:block;
	
	}	


ul.mainmenu li.menu_second ul.hoversubmenu li.sub_second a.second {
	background-image:url(../img/button/submenu_mein.gif);
	background-repeat:no-repeat;
	width:163px;
	height:29px;
	display:block;
	margin-bottom:10px;
	}
	
	
ul.mainmenu li.menu_second ul.hoversubmenu li.sub_second:hover  {
	background-image:url(../img/button/submenu_mein.gif);
	background-repeat:no-repeat;
	width:183px;
	height:29px;
	display:block;
	margin-bottom:10px;
	}	

ul.mainmenu li.menu_second ul.hoversubmenu li.sub_third .third {
	background-image:url(../img/button/submenu_partner.gif);
	background-repeat:no-repeat;
	width:162px;
	height:29px;
	display:block;
	margin-bottom:10px;
	}
	
	
ul.mainmenu li.menu_second ul.hoversubmenu li.sub_third:hover  {
	background-image:url(../img/button/submenu_partner.gif);
	background-repeat:no-repeat;
	width:183px;
	height:29px;
	display:block;
	}

ul.mainmenu li.menu_second ul.hoversubmenu li.sub_last .last {
	background-image:url(../img/button/submenu_inside.gif);
	background-repeat:no-repeat;
	width:162px;
	height:29px;
	display:block;
	margin-bottom:10px;
	}
	
	
ul.mainmenu li.menu_second ul.hoversubmenu li.sub_last:hover  {
	background-image:url(../img/button/submenu_inside.gif);
	background-repeat:no-repeat;
	width:183px;
	height:29px;
	display:block;
	}


ul.mainmenu li.menu_second ul.hoversubmenu li.menu_child ul.subsubnavi {
	float:right;
	list-style:none outside none;
	padding-right:20px;
	text-align:right;
}

ul.mainmenu li.menu_second ul.hoversubmenu li.menu_child ul.subsubnavi a {
	background-image:url("../img/button/pfeile_def.gif");
	background-position:right -30px;
	background-repeat:no-repeat;
	display:block;
	padding-right:20px;
	width:152px;
	height:auto;
	margin-top:10px;
}

ul.mainmenu li.menu_second ul.hoversubmenu li.menu_child ul.subsubnavi a:hover {
	background-image:url("../img/button/pfeile_def.gif");
	background-position:right 4px;
	background-repeat:no-repeat;
	display:block;
	padding-right:20px;
	width:152px;
}


ul.mainmenu li.menu_third ul.hoversubmenu li.sub_first .first  {
	background-image:url(../img/button/submenu_automobil.gif);
	background-repeat:no-repeat;
	width:163px;
	height:29px;
	display:block;
	margin-bottom:10px;
	}
	
	
ul.mainmenu li.menu_third ul.hoversubmenu li.sub_first:hover  {
	background-image:url(../img/button/submenu_automobil.gif);
	background-repeat:no-repeat;
	width:183px;
	height:29px;
	display:block;
	
	}	


ul.mainmenu li.menu_third ul.hoversubmenu li.sub_second .second {
	background-image:url(../img/button/submenu_kartsport.gif);
	background-repeat:no-repeat;
	width:163px;
	height:29px;
	display:block;
	margin-bottom:10px;
	}
	

ul.mainmenu li.menu_third ul.hoversubmenu li.sub_second:hover  {
	background-image:url(../img/button/submenu_kartsport.gif);
	background-repeat:no-repeat;
	width:183px;
	height:29px;
	display:block;
	margin-bottom:10px;
	}	

ul.mainmenu li.menu_third ul.hoversubmenu li.sub_third .third {
	background-image:url(../img/button/submenu_motorrad.gif);
	background-repeat:no-repeat;
	width:162px;
	height:29px;
	display:block;
	margin-bottom:10px;
	}
	
	
ul.mainmenu li.menu_third ul.hoversubmenu li.sub_third:hover  {
	background-image:url(../img/button/submenu_motorrad.gif);
	background-repeat:no-repeat;
	width:183px;
	height:29px;
	display:block;
	}

ul.mainmenu li.menu_third ul.hoversubmenu li.sub_last .last {
	background-image:url(../img/button/submenu_jungendsport.gif);
	background-repeat:no-repeat;
	width:162px;
	height:29px;
	display:block;
	margin-bottom:10px;
	}
	
	
ul.mainmenu li.menu_third ul.hoversubmenu li.sub_last:hover  {
	background-image:url(../img/button/submenu_jungendsport.gif);
	background-repeat:no-repeat;
	width:183px;
	height:29px;
	display:block;
	}

ul.mainmenu li.menu_third ul.hoversubmenu li.menu_child ul.subsubnavi a {
	background-image:url("../img/button/pfeile_def.gif");
	background-position:right -30px;
	background-repeat:no-repeat;
	display:block;
	padding-right:20px;
	width:139px;
	height:auto;
	margin-top:10px;
}

ul.mainmenu li.menu_third ul.hoversubmenu li.menu_child ul.subsubnavi a:hover {
	background-image:url("../img/button/pfeile_def.gif");
	background-position:right 4px;
	background-repeat:no-repeat;
	display:block;
	padding-right:20px;
	width:139px;
}

ul.mainmenu li.menu_third ul.hoversubmenu li.menu_child ul.subsubnavi {
	float:right;
	list-style:none outside none;
	padding-right:20px;
	text-align:right;
}

ul.mainmenu li.menu_third ul.hoversubmenu li.menu_child ul.subsubnavi {
	list-style:none outside none;
	text-align:right;
}




ul.mainmenu li.menu_fourth ul.hoversubmenu li.sub_first .first {
	background-image:url("../img/button/submenu_club.gif");
	background-repeat:no-repeat;
	display:block;
	height:29px;
	margin-bottom:10px;
	width:163px;
}

ul.mainmenu li.menu_fourth ul.hoversubmenu li.sub_first:hover {
	background-image:url("../img/button/submenu_club.gif");
	background-repeat:no-repeat;
	display:block;
	height:29px;
	margin-bottom:10px;
	width:183px;
}

ul.mainmenu li.menu_fourth ul.hoversubmenu li.menu_child ul.subsubnavi a {
	background-image:url("../img/button/pfeile_def.gif");
	background-position:right -30px;
	background-repeat:no-repeat;
	display:block;
	height:auto;
	margin-top:10px;
	padding-right:20px;
	width:139px;
}

ul.mainmenu li.menu_fourth ul.hoversubmenu li.menu_child ul.subsubnavi a:hover {
	background-image:url("../img/button/pfeile_def.gif");
	background-position:right 4px;
	background-repeat:no-repeat;
	display:block;
	padding-right:20px;
	width:139px;
}

ul.mainmenu li.menu_fourth ul.hoversubmenu li.menu_child ul.subsubnavi {
	float:right;
	list-style:none outside none;
	padding-right:20px;
	text-align:right;
}

ul.mainmenu li.menu_fourth ul.hoversubmenu li.menu_child ul.subsubnavi {
	list-style:none outside none;
	text-align:right;
}

/***HOME SEITE***/
#mainContainerMiddleLeftNavi #content h1 {
	display:block;
	width:152px;
	background-color:#e91b2c;
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	height:26px;
	padding-left:9px;
	padding-top:3px;
	}

#mainContainerMiddleLeftNavi #content p.bodytext {
	background-color:#464646;
	border:1px solid #656565;
	color:#FFFFFF;
	display:block;
	font-size:12px;
	height:auto;
	padding:9px;
	width:141px;
	}
	
#mainContainerMiddleRight #homeTemplateLeft{
	float:left;
	padding:10px;
	width:532px;
	}
#mainContainerMiddleRight #homeTemplateRight{
	float:right;
	width:320px;
	margin-bottom:30px;
	}
	
.MitgliedBox{
	background-color:#ececec;
	border: solid 1px #e8e8e8;
	width:294px;
	padding-left:20px;
	padding-top:20px;
	padding-bottom:12px;
	padding-right:10px;
	position:relative;
	

}
.MitgliedBox #mitglied_header{
	float:left;
	background-image:url(../img/bg/Mitgleid_werden.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	height:182px;
	width:272px;
	clear:both;
}	

.MitgliedBox h1{
	font-size:16px;
	color:#e91c2c;
	font-weight:100;
	padding-bottom:5px;
}
/*END DARIO NAVI */

/*FOOTER*/
#footer_navi{
	float:right;
}
#footer_navi ul{
	list-style:none;
}
#footer_navi ul li{
	float:left;
	margin-right:5px;
}
#footer_navi ul li a{
 	text-decoration:none;
	color:#FFF;
}

#footer_navi ul li a:hover{
 	text-decoration:underline;
}

/****HOVER**/
.MitgliedBox a.internal-link:hover{
	text-decoration:underline;
}
.MitgliedBox a.internal-link{
	color:#333333;
	text-decoration:none;
}
.csc-textpic.csc-textpic-right.csc-textpic-below .csc-textpic-imagewrap a img{
		display:none;
}

.csc-textpic.csc-textpic-right.csc-textpic-below .csc-textpic-imagewrap a {
		display:block;
		width:28px;
		height:28px;
		background-image:url(../img/link/pfeil_kasten_sp.gif);
		background-position:0px 0px;
		background-repeat:no-repeat;
}

.csc-textpic.csc-textpic-right.csc-textpic-below .csc-textpic-imagewrap a:hover {

		background-position:0px -28px;

}

/****NEWS****/
.news-list-container  {
float:left;

}
.news-list-container img{
	margin:0px;
	float:none;
	border:0px;
}
.news-list-container .news-list-item{
	border-bottom: solid 1px #e6e6e6;
	float:left;
	position:relative;
	padding:20px 0 4px;
}

.news-list-container .news-list-item #prev_image{
	float:left;
	width:162px;
}

.news-list-container .news-list-item #prev_Box{
	float:left;
	width:347px;
	margin-left:10px;
}

#prev_news span.news-list-morelink{
	display:none;
}

#prev_Box .news-list-date {
	float:left;
	color:#333;
	font-size:12px;
	display:block;
	padding:0px 5px 0px 0px;
}

#prev_Box h3 a{
	float:left;
	display:block;
	color:#e91c2c;
	text-decoration:none;
	width:350px;
}

#prev_Box h3 a:hover{
	text-decoration:underline;
}
#prev_Box h3{
	display:block;
	float:left;
	padding-bottom:4px;
	font-size:14px;
}

#prev_Box .news-list-morelink{
	float:right;
	height:20px;
	margin-top:20px;
	position:relative;
	width:87px;
}
#prev_Box .news-list-morelink a {
	display:block;
	width:80px;
	padding-right:20px;
	height:14px;
	text-align:left;
	background-image:url(../img/link/pfeil_sp.gif);
	background-repeat:no-repeat;
	background-position:77px 0px;
	text-decoration:none;
	color:#333333;
	font-weight:bold;
}
#prev_Box .news-list-morelink a:hover {
	display:block;
	width:80px;
	padding-right:20px;
	height:14px;
	text-align:left;
	background-image:url(../img/link/pfeil_sp.gif);
	background-repeat:no-repeat;
	background-position:77px -14px;
	text-decoration:underline;
	font-weight:bold;
}

.news-list-container{
	padding:0px;
	margin-top:-8px;
	margin-bottom:30px;
}

#mainLinkBox #image {
	float:left;
	width:162px;
}

#mainLinkBox #text  {
float:left;
height:auto;
margin-left:10px;
width:347px;
}
#mainLinkBox{
	float:left;
}
#mainLinkBox #text  h1{
color:#E91C2C;
font-size:12px;
padding-bottom:5px;
}

.linkText a.internal-link{
background-image:url("../img/link/pfeil_sp.gif");
background-position:135px 0;
background-repeat:no-repeat;
color:#333333;
display:block;
height:14px;
padding-right:20px;
text-align:left;
text-decoration:none;
width:125px;
font-weight:bold;
	}
	
.linkText a.internal-link:hover{
	display:block;
	width:125px;
	padding-right:20px;
	height:14px;
	text-align:left;
	background-image:url(../img/link/pfeil_sp.gif);
	background-repeat:no-repeat;
	background-position:135px -14px;
	text-decoration:underline;
	font-weight:bold;
}
.linkText{
	float:right;
}

#mainLinkBox{
	border-bottom: solid 1px #e6e6e6;
	padding-bottom:20px;
	width:100%;
	}
	
#graueBox{
	background-color:#ECECEC;
	border:1px solid #E8E8E8;
	padding:20px 10px 12px 20px;
	position:relative;
	width:285px;
}
#graueBox h1{
	color:#E91C2C;
font-size:16px;
font-weight:100;
padding-bottom:5px;
}
#graueBox .csc-textpic-text a.internal-link  {
color:#333333;
text-decoration:none;
}
/***LEFTNAVI**/
ul.leftmenu{
	margin-left:0px;
	padding-left:0px;
	list-style:none;
	color:#FFF;
	display:block;
	background-color:#2a2a2a;
	padding:0px;
	border:solid 1px #656565;
}
ul.lefthoversubmenu{
	list-style:none;
	padding-left:0px;
	margin-left:0px;
	/*padding-bottom:10px;*/
	height:170px;
}
ul.leftmenu a {
	color:#fff;

}
ul.lefthoversubmenu{
	background-color:#464646;
	}
li.leftmenu_elt{
	}
li.leftmenu_first a,
li.leftmenu_second a,
li.leftmenu_third a,
li.leftmenu_fourth a{
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	padding-left:10px;
	display:block;
	width:149px;
	height:26px;
	padding-top:3px;
}
li.leftmenu_elt.active{
	display:block;
	background-color:#464646;
	}
li.leftmenu_elt.active a{	
display:block;
width:149px;
height:26px;
padding-left:10px;
padding-top:3px;
background-color:#e91d2d;
}

ul.leftmenu li.leftmenu_child a{
	font-size:12px;
	background-color:#464646;
}

.news-latest-date {
	color:#e91d2c;
	width:65px;
	float:left;
}

.news-latest-morelink a {
	margin-left:65px;
	float:left;
	width:210px;
	color:#333333;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}

.news-latest-morelink a:hover {
	/*margin-left:65px;
	float:left;
	width:210px;*/
	text-decoration:underline;
}

.news-latest-item  {
	float:left;
	margin-bottom:5px;
}

.news-latest-container  {
	padding:0px;
}

.news-latest-title a {
	color:#333333;
	display:block;
	float:right;
	position:relative;
	text-decoration:none;
	width:210px;
}

.news-latest-title a:hover {
	text-decoration:underline;
}

#mainContainerMiddleLeftNavi .lefthoversubmenu .leftmenu_child a {
	background-image:url("../img/button/pfeil_menu_left.gif");
	background-position:right -17px;	
	background-repeat:no-repeat;
	height:auto;
	padding:10px 10px 0;
	width:133px;
}

#mainContainerMiddleLeftNavi .lefthoversubmenu .leftmenu_child a:hover {
	background-position:right 13px;
	background-repeat:no-repeat;
}

#mainContainerMiddleLeftNavi .lefthoversubmenu .leftmenu_child .leftactive {
	background-position:right 13px;
	background-repeat:no-repeat;
}

.news-single-item {
	float:left;
	position:relative;
	padding-bottom:30px;
	border-bottom:1px solid #e6e6e6;
	margin-bottom:15px;
	width:853px;
}

.news-single-backlink {
	position:absolute;
	right:0;
	top:-10px;
}

.news-single-backlink a{
	background-image:url("../img/link/pfeil_zurueck.gif");
	background-position:left 0;
	background-repeat:no-repeat;
	display:block;
	padding-left:15px;
	position:relative;
	color:#333333;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
	margin-bottom:10px;
}

.news-single-backlink a:hover{
	background-position:left -14px;
	text-decoration:underline;

}

.news-single-date {
	position:relative;
	float:left;
	clear:both;
	margin-bottom:15px;
}

#news-single-title {
	position:relative;
	float:left;
	clear:both;
	color:#e91c2c;
	font-size:17px;
	font-weight:bold;
}

#news-single-content {
	position:relative;
	float:left;
	clear:both;
}

.news-single-img {
	position:relative;
	float:left;
	clear:both;
	margin:0px;
}

#homeTemplateRight #graueBox .top_box {
	margin-top:-20px;
	margin-left:-20px;
}

#homeTemplateRight #graueBox ul {
	list-style:disc outside url("../img/bg/list_red_square.gif");
	margin:10px 0 10px 0;
	padding-left:32px;
}

#homeTemplateRight #graueBox ul li {
	padding-bottom:10px;
}

#homeTemplateRight #graueBox h3 {
	font-weight:200;
	color:#e91b2c;
	
	font-size:14px;
}

#graueBox .top_box .csc-textpic-imagewrap .csc-textpic-image {
	border:0px;
	margin-bottom:0px;
}

#homeTemplateLeft .grey_border {
	border:1px solid #676767;
	padding:20px;
	width:490px;
	position:relative;
}

#homeTemplateLeft .grey_border .csc-textpic-imagewrap {
	margin-left:10px;
	padding-right:10px;
	position:relative;
}

#homeTemplateLeft .grey_border h2 {
	font-weight:200;
	color:#e91c2c;
}

#homeTemplateLeft .grey_border h3 {
	font-weight:200;
	color:#e91c2c;
}

#accordion {
	position:relative;
	float:left;
	width:532px;
}

#accordion .acc_leistungen_tab {
	background-image:url(../img/bg/acc_leistungen/pfeil_acc_leistungen.gif);
	background-repeat:no-repeat;
	background-position:514px -25px;
	background-color:#464646;
	border-color:-moz-use-text-color #656565 #656565;
	border-style:none solid solid;
	border-width:medium 1px 1px;
	color:#FFFFFF;
	display:block;
	height:20px;
	padding-left:10px;
	padding-top:5px;
	text-decoration:none;
}

#accordion .acc_leistungen_tab:hover , #accordion .ui-state-active .acc_leistungen_tab {
	background-color:#E91C2C;
	border-color:-moz-use-text-color #E91C2C #E91C2C;
	border-style:none solid solid;
	border-width:medium 1px 1px;
	background-position:514px 3px;
}

#homeTemplateLeft #accordion .acc_content {
	padding:10px;
	background-color:#ECECEC;
	width:512px;
	position:relative;
}

.mitarbeiter_box {
	float:left;
	height:217px;
	margin-right:12px;
	position:relative;
	width:254px;
}

#arbeitsposition {
	font-size:14px;
	position:relative;
	float:left;
	width:252px;
	clear:both;
}

#mitarbeiter_bild {
	position:relative;
	float:left;
	width:103px;
	height:126px;
	clear:left;
}


#mitarbeiter_daten {
	background-color:#ECECEC;
	float:left;
	height:116px;
	padding-left:10px;
	padding-top:10px;
	position:relative;
	width:140px;
}

#mitarbeiter_email {
	background-color:#464646;
	clear:left;
	color:#FFFFFF;
	float:left;
	height:15px;
	padding:10px;
	position:relative;
	width:233px;
}

#mitarbeiter_email:hover {
	background-color:#ED1B24;
}

#homeTemplateLeft #accordion h3{
	font-size:14px;
	font-weight:200;
}
#homeTemplateLeft #mitarbeiter_email a {
	text-decoration:none;
	color:#ffffff;
}


#homeTemplateRight #graueBox .csc-textpic-text h2 {
	color:#E91C2C;
	font-size:16px;
}

#homeTemplateLeft .grey_border .csc-textpic-text h4 {
	color:#e91c2c;
	font-size:12px;
}

#homeTemplateLeft .align-right {
	text-align:right;
}

#homeTemplateLeft .csc-textpic-text h4 {
	color:#E91C2C;
	padding-bottom:8px;
}

#homeTemplateLeft .red_border {
	background-color:#ECECEC;
	background-image:url("../img/bg/DMV_Clubs_bilde/dmvclubs_right_red_title.gif");
	background-repeat:repeat-x;
	border:1px solid #E91C2C;
	padding:30px 20px 0;
}

#homeTemplateLeft .red_border .csc-textpic-imagewrap dl {
	border:0px;
	margin:0px;
}

#homeTemplateLeft .red_border .csc-textpic-imagewrap img {
	margin-top:85px;
}

#homeTemplateLeft .red_border ul {
	list-style:disc outside url("../img/bg/list_red_square.gif");
	margin:10px 0 10px -8px;
	position:relative;
}

#news_img {
	clear:left;
	float:left;
	height:126px;
	position:relative;
	width:222px;
}

#news_content {
	background-color:#ECECEC;
	float:left;
	height:116px;
	padding-left:10px;
	padding-top:10px;
	position:relative;
	width:300px;
}

#PDF_download  {
	background-color:#464646;
	clear:left;
	color:#FFFFFF;
	float:left;
	line-height:18px;
	padding-bottom:5px;
	padding-top:5px;
	text-align:right;
	width:532px;
}

/****FORMULAR****/
#formular_komplett{float:left; margin-bottom:15px;}
#formular_rechts{float:left;}
#formular_links{ width:140px; float:left; clear:both;}
#formular_rechts input{width:263px; border: solid 1px #333333; font-family:Helvetica,Arial,Geneva,sans-serif; font-size:12px; color:#555555;}
#formular_anrede{float:left; clear:both; width:100%; margin-bottom:10px;}
#formular_anrede #formular_rechts_1{float:left; width:60px;}
#formular_anrede #formular_rechts_1 input{float:left; margin-top:2px; margin-right:8px;}
#formular_anrede #formular_rechts_2{float:left; width:60px;}
#formular_anrede #formular_rechts_2 input{float:left; margin-top:2px; margin-right:8px;}
#formular_name{float:left; clear:both; width:100%; height:59px; position:relative;}
#formular_name #formular_name_vorname{float:left; margin-bottom:10px; clear:none;}
#formular_name #formular_name_name{float:left; margin-bottom:10px; clear:both;}
#formular_email{float:left; clear:both; width:100%; margin-bottom:10px;}
#formular_str{float:left; clear:both; width:100%; margin-bottom:10px;}
#formular_place{float:left; clear:both; width:100%; margin-bottom:10px;}
#formular_telefon{float:left; clear:both; width:100%; margin-bottom:10px;}
#formular_text_feld{float:left; clear:both; width:100%; margin-bottom:10px;}
#formular_rechts textarea{width:263px; border: solid 1px #333333; font-family:Helvetica,Arial,Geneva,sans-serif; font-size:12px; color:#555555;}
#formular_firma{float:left; clear:both; width:100%; margin-bottom:10px;}
#formular_stadt{float:left; clear:both; width:100%; margin-bottom:10px;}
#formular_land{float:left; clear:both; width:100%; margin-bottom:10px;}
#formular_fax{float:left; clear:both; width:100%; margin-bottom:10px;}
#formular_mobil{float:left; clear:both; width:100%; margin-bottom:10px;}
#formular_betreff{float:left; clear:both; width:100%; margin-bottom:10px;}
#but{float:left; clear:both; margin-bottom:10px;}
#but input#button{margin-left:140px; float:left; margin-right:8px; cursor:pointer;border:0px; width:268px; height:28px; background-image:url(../img/bg/kontakt_impressum_imput_but.gif); background-repeat:no-repeat; background-position:0px 0px;}
#formular_pflicht{float:right; margin-top:6px; position:relative; width:92px;}

/***FORMULAR ENDE*/


#accordion .acc_content .csc-textpic-text a {
	text-decoration:none;
	color:#ED1C24;
}

#homeTemplateLeft .bodytext a {
	text-decoration:none;
	color:#ED1C24;
}  

#graueBox .csc-textpic  .csc-textpic-text .bodytext .mail {
	text-decoration:none;
	color:#ED1C24;	
}

#homeTemplateLeft #mainLinkBox #text h3 {
	font-size:14px;
	color:#E91C2C;
}

#homeTemplateLeft #mainLinkBox .bodytext a {
	color:#333333;
}

#homeTemplateLeft #PDF_download .bodytext a {
	background-image:url("../img/bg/DMV_Clubs_bilde/pfeil_nachrichten_box.gif");
	background-position:514px -2px;
	background-repeat:no-repeat;
	color:#FFFFFF;
	display:block;
	height:15px;
	padding-bottom:2px;
	padding-right:19px;
	padding-top:2px;
	text-decoration:none;
	width:505px;
}

#homeTemplateLeft #PDF_download .bodytext a:hover {
	color:#E91C2C;
}


/************CLUB SUCHE************/
.tx-mokom01dmvclubsuche-pi1 .header{
	background-image:url(../img/bg/header/clubsuche.gif);
	background-repeat:no-repeat;
	height:11px;
	width:95px;
	}

.tx-mokom01dmvclubsuche-pi1 .header2{
	background-image:url(../img/bg/header/suchergebnisse.gif);
	background-repeat:no-repeat;
	height:11px;
	width:141px;
	}

.tx-mokom01dmvclubsuche-pi1 input#suchfeld{
	width:265px;
	height:23px;
	border:solid 1px #333333;
	color:#848484;
	}

.tx-mokom01dmvclubsuche-pi1 input#submitButton{
	background-image:url(../img/link/pfeil_kasten_sp.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	height:28px;
	width:28px;
	border:0px;
	display:block;
	cursor:pointer;
	position:absolute;
	top:1px;
	left:277px;
	}

.tx-mokom01dmvclubsuche-pi1 input#submitButton:hover{
	background-image:url(../img/link/pfeil_kasten_sp.gif);
	background-position:0px -28px;
	background-repeat:no-repeat;
	height:28px;
	width:28px;
	border:0px;
	display:block;
	cursor:pointer;
	}

.tx-mokom01dmvclubsuche-pi1 input#submitButton2{
	background-image:url("../img/button/filtersuche_sp.gif");
	background-position:0 0;
	background-repeat:no-repeat;
	border:0 none;
	cursor:pointer;
	display:block;
	height:28px;
	left:140px;
	margin-bottom:20px;
	position:relative;
	top:15px;
	width:193px;

	}
.tx-mokom01dmvclubsuche-pi1 input#submitButton2:hover{
	background-image:url(../img/button/filtersuche_sp.gif);
	background-position:0px -28px;
	background-repeat:no-repeat;
	height:28px;
	width:193px;
	border:0px;
	display:block;
	cursor:pointer;


	}

.tx-mokom01dmvclubsuche-pi1 #inputBox{
	position:relative;
}

.tx-mokom01dmvclubsuche-pi1 table#first{
	border-bottom:solid 1px #e6e6e6;
}

.tx-mokom01dmvclubsuche-pi1 #search2Form{
	font-weight:100;
}

.tx-mokom01dmvclubsuche-pi1 table td #left{
	float:left;
	clear:left;
	width:20px;
	padding-bottom:10px;
	position:relative;
	}
	
.tx-mokom01dmvclubsuche-pi1 table td #right1{
	float:left;
	clear:right;
	width:165px;
	position:relative;
	padding-bottom:10px;
	}
	
.tx-mokom01dmvclubsuche-pi1 table td #right{
	float:left;
	clear:right;
	width:144px;
	position:relative;
	padding-bottom:10px;

	}
	
.tx-mokom01dmvclubsuche-pi1	input#checkbox_plz{
	margin-right:8px;
}

.tx-mokom01dmvclubsuche-pi1 .bodySearch h1{
	font-size:14px;
	color:#333333;
	font-weight:bold;
	}
.tx-mokom01dmvclubsuche-pi1 .bodySearch a{
	color:#e91d2d;
	text-decoration:none;
	}
.tx-mokom01dmvclubsuche-pi1 .bodySearch #termine a{
	color:#e91d2d;
	text-decoration:none;
	display:none;
}
.tx-mokom01dmvclubsuche-pi1 .bodySearch #termine{
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:solid 1px #e6e6e6;
	padding-top:10px;
}

.tx-mokom01dmvclubsuche-pi1 .bodySearch #SearchgrayBox{
	background-color:#ececec;
	border:solid 1px #e6e6e6;
	width:100%;
}

.tx-mokom01dmvclubsuche-pi1 .header3 a{
	color:#333333;
	text-decoration:none;
	font-weight:bold;
}

.tx-mokom01dmvclubsuche-pi1 .header3 a:hover{
	text-decoration:underline;

}

.tx-mokom01dmvclubsuche-pi1 .header4{
	color:#333333;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	margin-bottom:10px;
}

.tx-mokom01dmvclubsuche-pi1 .header3a{
	float:right;

}
.tx-mokom01dmvclubsuche-pi1 .header3a a{
	color:#333333;
	text-decoration:none;
	font-weight:bold;
}
/******ENDE CLUB SUCHE********/
li.menu_elt ul.hoversubmenu a{
	display:none;
}

hr.clearer{
	display:none;
}

#copyright{
	float:left;
	width:300px;
}

#homeTemplateLeft #news-single-content a {
	color:#ED1C24;
	text-decoration:none;
}
#graueBox a.mail{
	color:#E91D2C;
	text-decoration:none;
}
.grey_border .csc-textpic-text h3{
	font-size:14px;	
}
.grey_border .csc-textpic-text h2{
	font-size:18px;	
}

#graueBox a.external-link{color:#E91D2C; text-decoration:none;}
.tx-mokom01webreg-pi1 #formular_anrede #formular_rechts_1 input {margin-top:1px;}
.tx-mokom01webreg-pi1 #formular_anrede #formular_rechts_2 input {margin-top:1px;}
.tx-mokom01webreg-pi1 #formular_pflicht{float:left; margin:0px; clear:both;}
.tx-mokom01webreg-pi1 #but input#button{ background-image:url(../img/button/abonnieren.gif); width:177px; height:28px;}
.tx-mokom01webreg-pi1 #formular_rechts input { width:173px;}
#graueBox a.external-link-new-window {color:#E91D2C; text-decoration:none;}
.colorBoxInline a.external-link-new-window{color:#E91D2C; text-decoration:none;}

.tx-mokom01webreg-pi1 #formular_name{ width:350px;}
.tx-mokom01webreg-pi1 #formular_name #formular_name_name{ clear:none;}