/* XML LISTE START */

.xml_list{
	border: 1px solid #003145;
	margin: 0px 10px 10px 0px;
	float: left;
       height:170px;
       width:160px;
cursor:pointer;
}

.xml_list_gebrauchte{
	border: 1px solid #003145;
	margin: 0px 10px 10px 0px;
	float: left;
       height:170px;
       width:126px;
cursor:pointer;
}

.xml_list_pic_gebrauchte{
    height:100px;
    margin: 10px 0px 0px 13px;
  
}

.xml_list_pic{
    height:100px;
    margin: 10px 0px 0px 28px;
  
}

.xml_list_text{
      background-color: #F3F3F3;
   height:32px;
  padding: 4px 4px 0px 4px;
  border-top: 1px solid #757575;
  border-bottom: 1px solid #757575;
}

.xml_list_ueberschrift{
    
	 font-weight: normal;
   font-size: 12px;

}

.xml_list_datum{
background-color: #003145;
color: #fff;
text-align: center;
padding: 2px;
font-weight: bold;
}

.xml_list_pic_box{
width:100%;
  display: block;
}

.xml_list_id, .xml_list_id a{
	text-align: right;
	display: block;
	
	margin: 0px 4px 2px 0px;
}

/* XML LISTE END */

/* XML DETAIL (ITEM) START */

.xml_item{

}

.xml_item_ueberschrift{
	font-size: 19px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.xml_item_datum{
	font-size: 13px;
	text-align: right;
   padding: 4px 0px 10px 0px;
}

.xml_item_inhalt{
	text-align: justify;
	line-height: 15px;
   font-size: 11px;
   padding: 0px 0px 20px 0px;
}

.xml_item_id, .xml_item_id a{
	text-align: right;
	width: 100%;
        font-weight: bold;
	display: block;
	text-decoration: none;
	border-bottom: 2px solid #666666;
	border-left: 2px solid #F1F1F1 inset;
	border-right: 2px solid #666666 inset;
	border-top: 2px solid #F1F1F1;
        line-height: 18px;
	cursor: pointer; 

}

.xml_item_id:hover{
	background-color: #003145;
	color: #fff;
}

.xml_item_pic{
    margin: 10px 0px 0px 0px;
    width: 100%;
}

.xml_item_pic_box, .xml_item_pic_box_75px, .xml_item_pic_box_110px{
	border: 1px solid #003145;
	margin: 0px 10px 10px 0px;
	float: left;
        cursor:pointer;
}

.xml_item_pic_box_75px{
    width:70px;
    height:70px;
    margin: 0px 10px 10px 0px;
}

.xml_item_pic_box_110px{
    width:110px;
    height:110px;
}

.xml_item_pic_box_100x80px{
    width:100px;
    height:80px;
}

/* XML DETAIL (ITEM) END */

/* XML GEBRAUCHTE LIST START */
.xml_gebrauchte_list_table_header{
}

.xml_list_gebrauchte_hover:hover{
  background-color:#f3f3f3;
}

.xml_gebrauchte_list_table_special{
background-color: #003145;
color: #fff;
font-weight: bold;
padding: 2px;
}

.xml_gebrauchte_list_table_content{
	line-height: 17px;
        padding-left: 10px;
}

/* XML GEBRAUCHTE ITEM (DETAIL) BEGIN */

.xml_gebrauchte_item_table_title{
	font-size: 17px;
	font-weight: bold;
	color: #003145;
	line-height: 30px;
}

.xml_gebrauchte_item_table_subtitle{
	font-size: 13px;
	font-weight: bold;
	line-height: 17px;
	text-transform: uppercase;
}

.xml_gebrauchte_item_table_content{
	line-height: 17px;
}

.xml_gebrauchte_item_table_space{
	height: 20px;
}

.xml_gebrauchte_item_table_space_center{
	width: 10px;
}

.xml_gebrauchte_item_table_text{
	text-align: justify;
}

.xml_gebrauchte_item_picbox{
	margin:10px;
background-color: #F3F3F3;
width: 400px;
}

.xml_gebrauchte_item_picbox_thumbnails{
margin: 10px 0px 10px 10px;
background-color: #F3F3F3;
width: 410px;
}

/* XML GALERIE ITEM (DETAIL) BEGIN */

.xml_galerie_list_box{
  width:150px;
  margin: 0px 10px 10px 0px;
	float: left;

  cursor:pointer;
}

.xml_galerie_list_box_bottom{
  border-bottom: 1px solid #003145;
  border-left: 1px solid #003145;
  border-right: 1px solid #003145;
}

.xml_galerie_list_text_frame{
  padding: 24px 0px 8px 0px;
}

.xml_galerie_list_text{
  height:42px;
  padding:4px;
  background-color: #F3F3F3;
  border-top: 1px solid #757575;
  border-bottom: 1px solid #757575;
}

.xml_galerie_list_name{
  font-size: 12px;
}

/* XML RENT_A_BIKE LIST BEGIN */

.xml_rent_a_bike_list{
  background-color: #F3F3F3;
}

.xml_rent_a_bike_list_table_row, .xml_rent_a_bike_list_table_row_fix{
  background-color: #fff;
  padding: 4px;
  font-size:11px;
}

.xml_rent_a_bike_list_table_row:hover{
  background-color: #003145;
  color: #fff;
  cursor:pointer;
}

/* XML RENT_A_BIKE ITEM (DETAIL) BEGIN */


/* START: MAIN MENU */

ul {
list-style-image:url(none);
list-style-position:outside;
list-style-type:none;
text-align:left;
text-indent:0;
margin:0;
padding:0;
}

ul.main_menu {
list-style-type:none;
}

.main_menu li {
line-height: 13px;
margin:0;
padding:0;
border-top: 1px solid #fff;
}

.main_menu li a{
display:block;
text-decoration: none;
background-color: #003145;
color: #fff;
padding: 4px;
margin:0;
font-size: 11px;
font-weight: bold;
cursor: pointer;
}

.main_menu li a:hover, #main_menu_hi a{
background-color: #fff;
color: #003145;
text-decoration: none;
}


/* END: MAIN MENU */


/* START: MAIN MENU SUB */

ul.main_menu_sub {
list-style-type:none;
}

.main_menu_sub li {
margin:0;
padding-left:10px;
}

.main_menu_sub li a{
display:block;
text-decoration: none;
background-color: #f3f3f3;
color: #003145;
padding: 3px;
margin:0;
font-size: 11px;
font-weight: bold;
cursor: pointer;
}

.main_menu_sub li a:hover, #main_menu_sub_hi a{
background-color:#fff;
color:#003145;
text-decoration: none;
}



/* -- LiveTicker --- */
.laufschrift{
	 background-color: transparent;
	 color: #003145;
	 font-size: 12px;
	 font-weight: bold;
         padding: 4px 0px 0px 0px;
}

/* -- News ANNOUNCE BOX --- */

.xml_list_announce{
	border-left: 1px solid #003145;
        border-right: 1px solid #003145;
       width:100%;
}  

.xml_list_announce_header{
   text-align:center;
         background-color: #F3F3F3;
  padding: 2px;
  border-top: 1px solid #757575;
  border-bottom: 1px solid #757575;
}

.xml_list_announce_ueberschrift{
   font-size:21px;
   color: #003145;
   text-align:center;
  padding: 4px 4px 0px 4px;
}

.xml_list_announce_text{
    font-size:13px;
    text-align:justify;
    padding: 0px 10px 0px 10px;
}

.xml_list_announce_pic{
        padding: 18px 0px 0px 10px;
}


/* -- Neufahrzeug Item (Detail) --- */

.xml_list_motorradkatalog_type{
font-size:15px;
padding-top: 10px;
background-color: #fff;
color:#003145;
}

.xml_item_motorradkatalog_title{
    font-size: 21px;
    padding-bottom: 4px;
}

.xml_item_motorradkatalog_preis{
    font-size: 17px;
    padding: 4px 4px 4px 4px;
}

/* -- 1000PS Neufahrzeug Table --- */


.kleinueber p{
  font-size:15px;
}

.techdattable td, .grau td{
  background-color: #fff;
  padding: 4px;
  font-size:11px;
}

#AutoNumber1 td {
  padding: 8px;
}

/* -- XML_LIGHTBOX_GALERIE --- */
#lightboxtable{
  width:100%;
}

#xmllightboxpreview{
  padding:1px;
  background-color:#003145; 
  margin:4px;
  float:left;
}

#xmllightboxpreview img{
  width:250px;
}

#xmlmarkenbox {
background-color:#003145;
float:left;
margin:4px;
padding:1px;
}