/*-----------------------*/
/* Bereichseinstellungen */
/*-----------------------*/      



#wrapper {
	/* background: #fff; */
	/* background: url('images/mainbg.jpg'); /* senkrechte Abtrennung zwischen #main und #right */   
}


#header {
	margin-top: 10px;
	height: 120px;
	background: url('images/headerbg3.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
}

#container_top {
	margin-top: 10px;
	display: block;
	height: 12px;
	background: url('images/mainbg_03.jpg');
	background-repeat: no-repeat;
}

#container {
	background: url('images/mainbg_06.jpg');
	background-repeat: repeat-y;
}

#container_bottom {
	margin-bottom: 10px;
	display: block;
	height: 12px;
	background: url('images/mainbg_08.jpg');
	background-repeat: no-repeat;
}


#main {
	margin: 0px 0px;
	width: 560px;  
	height: 100%;

	
}

#main .inside {
	margin: 0px;
	
}

#right {
	width: 230px;
}                                            

#right .inside {
	/*margin-top: -12px;*/
}

#footer {
	height: 60px;
	background: url('images/footer_bg.jpg');
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 0.9em;

	width: 800px;
}

#footer .inside {
	/*padding-top: 15px;
	text-align: center; */
}

#footer .facebook,
#footer .twitter {
	display: block;
	float: left;
	margin-top: 7px;
	margin-left: 10px;

}

#footer .copyright {
	display: block;
	float: right;
	line-height: 20px;
	margin-top: 23px;
	margin-right: 20px;
	width: 500px;
	text-align: right;
}

             
/*---------------------------------*/
/* Klassen - Formatierung: Schrift */
/*---------------------------------*/   
       

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 13px;
	color: #444444;
	/* background: #FFF; */
	/* background: url('images/bg.jpg');  */
	/* background-repeat: repeat-x; */
}

#right {
	font-size: 0.9em;
	line-height: 1.5em;
}   

h1, h2, h3, h4, h5 {
	color: #000000;
}

.info {
	font-style: italic;
}  

h1.ce_headline {
	margin-left: 10px;
}    

.ce_text {
	line-height: 1.5em;
}    

.intro {
	font-size: 1.2em;
}


/* P R O D U K T - Ü B E R S I C H T */

div.ce_text#product_list {
	font-size: 0.9em;
	margin-bottom: 20px;
	padding-left: 115px;
}

.ce_text#product_list img {
	margin-left: -115px;
}

.ce_text#product_list h3 {
	margin: 3px 0 5px 0;
}          

/* Akkordion */   

.ce_accordion .toggler {
   
	line-height: 25px;
	text-indent: 10px;
	/* padding: 5px 0px 5px 10px;    */
   	color: #FFFFFF;    
	background: url('images/akk_bg_bl.jpg');
	background-repeat: no-repeat; 
	margin: 0 0 10px 0;
	cursor: pointer;
	
}        

/* LINKS */

a:link,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/*-------------*/
/* M O D U L E */
/*-------------*/

/* ChangeLanguage */

#header .mod_changelanguage {
	float: right;
	margin: 0px 10px 0px 0px;
	
}
	
.mod_changelanguage ul {
	padding: 0;
	/*display: block;*/
	width: 100px;
	text-align: right;
}

.mod_changelanguage li {
	display: inline;
	padding: 0;
	margin: 0 5px 0 0;
	list-style-type: none;
}   


/* KATALOG */
          

.dealerlist .item.even,
.dealerlist .item.odd {
	float: left;
	display: inline;
	margin-right: 10px;
	margin-bottom: 15px; 
}             

.dealerlist .item.even {   
  	width: 250px;
	clear: left;
}

.dealerlist .item.odd {
	width: 250px;  
} 
	
.dealerlist .address p {
	margin: 0;
}
                        
                   
.dealerlist .name {
	font-weight: bold;
} 

.dealerlist .country {
	margin-bottom: 10px;
}   

.filter_group_dealer {
	display: inline;
}

.filter_group_dealer h3 {
	display: inline;
	margin-right: 10px;
	font-size: 1em;
	line-height: 0px;
	height: 0px; 
	width: 10px;
}  


/* NEWSLIST */
  
.mod_newslist .layout_full {
	border-bottom: 1px dashed #C0C0C0;
}
.mod_newslist .layout_full h1 {
	font-size: 1.1em;
	margin-bottom: 3px;
	color: #000;
} 

.mod_newslist .layout_full p,
.mod_newslist .layout_short p {
	margin-bottom: 5px;
}  

.mod_newslist .layout_full p.info,
.mod_newslist .layout_short p.info {
	margin-bottom: 5px;
}    

.mod_newslist .layout_short h3 {
	font-size: 1.2em;
	margin-bottom: 3px;
	color: #000;
}




