
/* ---------- ALLGEMEINE TAG-DEFINITIONEN ---------- */

@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 300; src: local('Open Sans Light'), local('OpenSans-Light'), url('./addon/googlefont/open-sans-v15-latin-300.woff2') format('woff2'), url('./addon/googlefont/open-sans-v15-latin-300.woff') format('woff') }
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local('Open Sans Regular'), local('OpenSans-Regular'), url('./addon/googlefont/open-sans-v15-latin-regular.woff2') format('woff2'), url('./addon/googlefont/open-sans-v15-latin-regular.woff') format('woff') }
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 600; src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url('./addon/googlefont/open-sans-v15-latin-600.woff2') format('woff2'), url('./addon/googlefont/open-sans-v15-latin-600.woff') format('woff') }
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 700; src: local('Open Sans Bold'), local('OpenSans-Bold'), url('./addon/googlefont/open-sans-v15-latin-700.woff2') format('woff2'), url('./addon/googlefont/open-sans-v15-latin-700.woff') format('woff') } 
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 800; src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url('./addon/googlefont/open-sans-v15-latin-800.woff2') format('woff2'), url('./addon/googlefont/open-sans-v15-latin-800.woff') format('woff') }

body , div , span , object , iframe , h1 , h2 , h3 , h4 , h5 , h6 , p , blockquote , a ,
abbr , acronym , address , code , del , dfn , em , img , q , dl , dt , dd , ol , ul , li , 
fieldset , form , label , legend , caption , article , aside , dialog , figure , footer ,
header , hgroup, nav, section 
{ margin:0 ; padding:0 ; border:0 ; outline:0 ; font-size:100% ; font:inherit } 

html { font: 100% 'Open Sans',Arial,Helvetica,sans-serif } 
body { line-height:1.2 ; background:#D3D3D3 url(./../main/bg_page.jpg) ; font-size:81.25% }

a:hover , a:focus { color:#38484F ; text-decoration:underline }
a { color:#000 ; text-decoration:underline }

/* Formularemelente */

select , input[type='select'] , input[type='text'] , input[type='password'] , textarea { border: 1px solid #c1c1c1 ; padding:2px }
input[type='image'] { border:0 }

.orderform { border: 1px solid #c1c1c1 ; padding:3px }
.ordermand { color:#ff0000 ; font-weight:bold ; text-align:center }
.ordererror { border:1px solid #ff0000 !important ; background:#FFDFDF !important }

/* Tabellen */

table , th , td , caption { text-align:left ; font-weight:normal ; float:none !important ; border:1 ; outline:0 ; font-size:100% ; font:inherit }
table , th , td { vertical-align:middle }

/* Titel */

h1,h2,h3,h4,h5,h6 { font-weight:normal }
h1 { font-size:2em ; line-height:1 ; margin-bottom:0.5em }
h2 { font-size:2em ; margin-bottom:0.75em }
h3 { font-size:1.5em ; line-height:1 ; margin-bottom:1em }
h4 { font-size:1.2em ; line-height:1.25 ; margin-bottom:1.25em }
h5 { font-size:1em ; font-weight: bold ; margin-bottom:1.5em }
h6 { font-size:1em ; font-weight: bold }

/* Clear-Float */

.clearall { padding:0 ; margin:0 ; clear:both ; height:1px ; line-height:1px ; overflow:hidden }
.clearfix:after { content:"." ; display:block ; height:0 ; clear:both ; visibility:hidden }
.clearfix { display:inline-block }  
html[xmlns] .clearfix { display:block }  
* html .clearfix { height:1% ; overflow: visible } 

/* Fehlermeldung: jquery validation */

div.os_form_error { color:#ff0000 ; font-style:italic } 
div.os_form_valid {  }
select.os_form_error , input[type='select'].os_form_error , input[type='text'].os_form_error , input[type='password'].os_form_error , textarea.os_form_error { background:#FFDFDF }


/* ---------- BUTTONS ---------- */

.os_button_grey_submit { color:#000 ; background:#f2f2f2 url(./../button_backgrey.png) repeat-x bottom ; border:1px solid #c1c1c1 ; text-shadow:0 1px 0 #f2f2f2 ; font-weight:bold ; text-align:center ; padding:0px 10px 3px 10px ; margin:0 ; height:24px ; -webkit-border-radius:5px ; -moz-border-radius:5px ; border-radius:5px ; cursor:pointer }
.os_button_grey_submit:hover { color:#000 ; background:#E6E6E6 }

.os_button_col1_submit { color:#fff ; background:#009900 url(./../button_backcol1.png) repeat-x bottom ; border:1px solid #009900 ; text-shadow:0 1px 0 #009900 ; font-weight:bold ; text-align:center ; padding:0px 10px 3px 10px ; margin:0 ; height:24px ; -webkit-border-radius:5px ; -moz-border-radius:5px ; border-radius:5px ; cursor:pointer }
.os_button_col1_submit:hover { color:#fff ; background:#009900 }

.os_button_col2_submit { color:#fff ; background:#009900 url(./../button_backcol2.png) repeat-x bottom ; border:1px solid #009900 ; text-shadow:0 1px 0 #009900 ; font-weight:bold ; text-align:center ; padding:0px 10px 3px 10px ; margin:0 ; height:24px ; -webkit-border-radius:5px ; -moz-border-radius:5px ; border-radius:5px ; cursor:pointer }
.os_button_col2_submit:hover { color:#fff ; background:#009900 }

.os_button_grey span , .os_button_col1 span , .os_button_col2 span { position:relative ; display:inline-block ; font-weight:bold ; text-align:center ; padding:2px 10px 0px 10px ; height:23px ; line-height:20px ; -webkit-border-radius:5px ; -moz-border-radius:5px ; border-radius:5px ; cursor:pointer }
a.os_button_grey:hover , a.os_button_col1:hover , a.os_button_col2:hover { text-decoration:none }

.os_button_grey span { color:#000 ; background:#f2f2f2 url(./../button_backgrey.png) repeat-x bottom ; border:1px solid #c1c1c1 ; text-shadow:0 1px 0 #f2f2f2 }
.os_button_grey:hover span { color:#000 ; background:#E6E6E6 ; text-decoration:none ; cursor:pointer }

.os_button_col1 span { color:#fff ; background:#009900 url(./../button_backcol1.png) repeat-x bottom ; border:1px solid #009900 ; text-shadow:0 1px 0 #009900 }
.os_button_col1:hover span { color:#fff ; background:#009900 ; text-decoration:none ; cursor:pointer }

.os_button_col2 span { color:#fff ; background:#009900 url(./../button_backcol2.png) ; border:1px solid #009900 ; text-shadow:0 1px 0 #009900 }
.os_button_col2:hover span { color:#fff ; background:#009900 ; text-decoration:none ; cursor:pointer }



/* ---------- KOPFBEREICH ---------- */

.os_head_all { padding:0 ; margin:0; margin-top:30px;  }
.os_head_wrapper {margin: auto; width:1012px ; margin:0 auto; background:url(./../main/bg_top.png) top right no-repeat; display:block; }
.os_head_main { width:982px; z-index:640 ; position:relative ; height:140px ; border-top: 1px solid #fff;}

/* Logo */

.os_head_logobox { position:absolute ; top:50px ; left:20px }

/* Navigation */

.os_head_navibox  { z-index:650 ; position:absolute ; right:1px ; top:0px ; background:#4F4230 }
.os_head_navibox A:link , .os_head_navibox A:visited { background:#4F4230 ; color:#fff ; text-decoration:none ; display:inline-block ; padding: 7px 12px 7px 12px }
.os_head_navibox A:hover { color:#ffffff ; text-decoration:none }
.os_head_navi_active_cell {}
A.os_head_navi_active_href:link , A.os_head_navi_active_href:visited { color:#fff ; text-decoration:none }
A.os_head_navi_active_href:hover { text-decoration:none }
#l107 { background:#9C8F7E }


/* Warenkorb */

.os_head_scartbox  { z-index:700 ; position:absolute ; top:60px ; right:30px ; width:220px ; height:46px ; background:url(./../main/bg_scart.gif) no-repeat left top }
.os_scshort_popup { display:none ; position:absolute ; width:130px ; margin-top:6px ; border: 1px solid #6C6C6C ; background:#38484F }
.os_head_scarttitle { display:none; padding: 0 0 10px 60px ; font-weight:bold ; cursor:pointer }
.os_head_scartcontent { cursor:pointer ; position:absolute ; top:0 ; left:0 } 
.os_head_scartcontent:hover { color:#990000 }
.os_head_scartcontent A:link , .os_head_scartcontent A:visited { display:block ; color:#38484F ; font-size:0.9em ; text-decoration:none ; padding:18px 0 0 55px }
.os_head_scartcontent A:hover { color:#990000 ; text-decoration:none }
#os_head_scartlink { display:block }
#os_head_scartpop { z-index:11000 ; display:none ; position:absolute ; margin:45px 0 0 -160px ; width:380px ; font-size:0.9em }
.os_head_scartajaxdiv { border:2px solid #e1e1e1 ; background:#fff }
.os_head_scartt1titel { background:#e1e1e1 ; padding:5px }
.os_head_scartt1div { max-height:270px ; overflow:auto ; border-bottom:1px solid #e1e1e1 }
.os_head_scartt1ajax tr { cursor:pointer }
.os_head_scartt1ajax img { width:40px ; height:40px }
.os_head_scartt1ajax a { text-decoration:none ; color:#000 }
.os_head_scartt2div { padding:10px ; text-align:right }

/* Hotline-box */

.os_head_hotlinebox { position:absolute ; top:62px ; right:315px }

/* Horizontale Produktnavi */

.os_head_navi { margin:0 1px 0 1px ; z-index:610 ; position:relative ; height:50px ; padding: 0 10px 0 10px ; width:960px ; background:url(./../main/bg_navi-main-item.jpg) top repeat-x }
#os_head_prodbox { }
#os_head_prodbox ul { z-index:9998 ; list-style:none }
#os_head_prodbox ul > li { float:left ; text-align:center }
#os_head_prodbox ul > li > a { padding: 17px 45px 11px 20px ; display:block ; color:#fff ; font-size:1.1em ; font-weight:bold ; text-decoration:none }

#os_head_prodbox ul li ul { z-index:9999 ; position:absolute ; list-style:none ; padding:10px 0 10px 0 ; width:250px ; display:none ; background:#38484F }
#os_head_prodbox ul li ul li { float:none ;  text-align:left ; background:#38484F ; width:250px }
#os_head_prodbox ul li ul li a { font-size:1em ; font-weight:normal ; padding: 5px 30px 5px 15px ; display:block ; color:#fff ; border:0 }
#os_head_prodbox ul li ul li a:hover { background:#9CA5AA }

#os_head_prodbox li a.actA , #os_head_prodbox li a.act { color:#38484F }

/* Suche */

.os_head_searchbox  { position:absolute ; top:10px ; right:29px }
.os_head_searchcontent { color:#6C6C6C }
.os_head_searchcontent A:link , .os_head_search A:visited { text-decoration:none }
.os_head_searchcontent A:hover { color:#38484F ; text-decoration:none }
#sbeg { border:1px solid #38484F; ; width:200px ; height:20px ; padding:5px ; margin:0 ; vertical-align:middle }
#os_search_submit { border:1px solid #38484F  ; height:32px ; padding:1px 5px 1px 5px ; margin:0 0 0 -3px ; background:#38484F ; color:#fff ; vertical-align:middle ; font-weight:bold ; cursor:pointer }



/* ---------- FUSSBEREICH ---------- */

.os_foot_all { margin:0 0 40px 0 ; padding:0 ; background:none }
.os_foot_wrapper { width:1012px ; margin:0 auto ; background: url(./../main/bg-footer.png) no-repeat bottom left ; padding-bottom:15px }
.os_foot_content { padding-top:25px ; width:980px ; border:1px solid #fff }

/* Fussbereich 1 */

.os_foot_navi2_div { margin:0 auto ; width:970px ; height:240px ; position:relative; color:#fff } 
.os_foot_navi2_div p.foot_head { display:block ; width:200px ; font-size:1.083em ; font-weight:600 ; padding-bottom:5px }
.os_foot_navi2_div A:link , .os_foot_navi2_div A:visited { text-decoration:none }
.os_foot_navi2_div A:hover { text-decoration:none }

.os_foot_col1_div { position:absolute ; left:45px  ; width:200px }
.os_foot_col2_div { position:absolute ; left:265px ; width:200px }
.os_foot_col3_div { position:absolute ; left:455px ; width:200px }
.os_foot_col4_div { position:absolute ;  right:25px ; width:200px }

.os_foot_col { font-size:1em }
.os_foot_col ul { list-style:none ; padding:0 ; margin:0 }
.os_foot_col ul li { padding: 4px 30px 10px 0 } 
.os_foot_col A:link , .os_foot_col A:visited { text-decoration:none; color:#fff;}
.os_foot_col A:hover { text-decoration:none; text-decoration:underline;}
.os_foot_col p { margin: 4px 0 22px 0 ;  line-height:1.25em; }
.os_foot_col3_div ul { margin-top:15px }
.os_foot_col4_div .payment { margin-top:8px }

/* Fussbereich 2 */

.os_foot_navi3_div { text-align:center ; padding:20px ; background:#50555B ; line-height:1.7 }
.os_foot_navi3_div A:link , .os_foot_navi3_div A:visited { color:#fff ; text-decoration:none }
.os_foot_navi3_div A:hover { color:#fff ; text-decoration:none }



/* ---------- CONTENBEREICH ---------- */

.os_content_all { margin:0 ; padding:0 }
.os_content_wrapper { width:1012px ; margin:0 auto; background:url(./../main/bg_center.png) right repeat-y; display:block;}
.os_content_content { width:942px; margin:0 ; padding:20px ; border:0 ; border-spacing:0 ; }


/* LINKE SPALTE */

.os_main_left_td { float:left ; width:200px }
.os_main_left_contentbox { text-align:left ; padding:5px 0 20px 0 }

/* BOX "Rubrikenauswahl" */
/* => befindet sich im jeweiligen Navigations-Plugin-CSS */

/* BOX "Kundenservice" */

.os_service_title { background: url(./../main/bg_os_prod_title.gif) ; color:#fff ; padding:12px 10px 13px 12px ; font-weight:bold; margin-top:20px; }
.os_service_content { padding:0  } 
.os_service_content ul { list-style:none ; padding:0 ; margin:0 }
.os_service_content ul  li {display:block; background: url(./../main/bg_os_prod_content_ul_li_a.gif); height:32px; }
.os_service_content A:link , .os_service_content A:visited { color:#6C6C6C ; text-decoration:none ; display:block; padding: 10px 0 4px 17px; }
.os_service_content A:hover { color:#38484F ; text-decoration:none }
.os_prod_picto { display:none }


/* RECHTE SPALTE */

.os_main_right_td { display:none; float:right ; width:180px }
.os_main_right_contentbox { text-align:left ; padding:0 0 15px 0  }

/* BOX "Top-Angebote" */

.os_navioffer_title { padding:6px 10px 6px 15px ; margin-bottom:12px ; font-weight:normal ; color:#808080 ; border:1px solid #e1e1e1 }
.os_navioffer_content { text-align:center ; padding:15px 8px 10px 10px ; font-size:0.9em ; border: 1px solid #e1e1e1 }
A.os_navioffer:link , A.os_navioffer:visited { text-decoration:none }
A.os_navioffer:hover { color:#38484F ; text-decoration:none }

/* BOX "Zuletzt bestellt | angesehen" */

.os_lastorder_title { padding:6px 10px 6px 15px ; margin-bottom:12px ; font-weight:normal ; color:#808080 ; border:1px solid #e1e1e1 }
.os_lastorder_content { text-align:center ; background-color:#fff ; padding:15px 10px 15px 10px ; margin-bottom:15px ; border:1px solid #e1e1e1 }
A.os_lastorders:link , A.os_lastorders:visited { text-decoration:none }
A.os_lastorders:hover { color:#38484F ; text-decoration:none }



/* ---------- SHOPINNENBEREICH ---------- */

.os_main_shop { float:right ; width:702px ; background-color:#fff; padding:0 ; margin-right:0px; ; zoom:1 }


/* ---------- ALLGEMEIN : Umrandung der Überschriftenboxen */

.os_toptable {  border:1px solid #e1e1e1 } 
.os_toptabletd { padding:4px 10px 4px 10px ; font-weight:bold ; text-align:left }
.os_title_div { border:1px solid #e1e1e1 ; padding:6px 10px 6px 15px ; font-weight:bold ; text-align:left ; margin-bottom:12px }
.os_title_txt { padding:6px 10px 12px 0px ; font-weight:bold ; text-align:left ; font-size:1.2em ; color:#38484F }
.os_content_div { border:1px solid #e1e1e1 ; padding:15px ; margin-bottom:12px ; min-height:0 }
.os_content_div2 { padding:0px ; border:0 }
.os_content_div3 { padding:0px }
.os_content_tab { width:100% ; border-spacing:0 ; border-collapse:collapse }
.os_content_tab td { padding:0 } 
.os_content_dott { border-top:1px dotted #e1e1e1 }
.os_content_dott_td { border-bottom:1px dotted #e1e1e1 }
.os_content_corner { background:#fff }


/* ---------- ALLGEMEIN : Allgemein Meldungen -> Schriften */

.os_error { color:#ff0000 } 
.os_small { font-size:0.9em } 
.os_fright { float:right }
.os_fleft { float:left }
.os_div_error { color:#ff0000 ; border:1px solid #ff0000 ; background:#FFDFDF ; font-weight:bold ; text-align:center ; padding:15px ; margin-bottom:12px }



/* ---------- ALLGEMEIN : Artikellisten */

.os_list_wrap_all { background:#fff ; border:1px solid #e1e1e1 ; margin-bottom:12px ; float:left ; width:165px ; height:435px }
.os_list_space { float:left ; width:11px }
.os_list_box1_all { padding:10px ; text-align:center ; position:relative }
.os_list_box2_all { padding:10px ; text-align:left }
.os_list_mark { position:absolute ; top:0 ; right:0 ; z-index:500 }
.os_list_offer { float:right ; margin-top:-8px }
.os_list_title { height:75px ; overflow:hidden }
.os_list_text { height:80px ; font-size:0.9em ; overflow:hidden }
.os_list_price1 { color:#990000 ; font-weight:normal ; display:inline-block ; padding-right:10px }
.os_list_price2 { padding-bottom:12px ; font-weight:600 ; text-align:right }
.os_list_tax { padding-bottom:6px ; color:#808080 ; font-size:0.8em }
.os_list_buttons { }
.os_list_buttons input[type='text'] { width:15px ; vertical-align:middle ; margin-right:6px } 
.os_list_buttons input[type='image'] { vertical-align:middle } 
.os_list_ddoption { width:110px }
.os_list_ddvendor { width:120px }
.os_list_ddcats { width:120px }
.os_list_oldprice { text-decoration: line-through }

.os_list_ship { padding-bottom:12px ; font-size:0.8em ; color:#808080 ; overflow:hidden }
.os_list_shipt1 { color:#008000 }
.os_list_shipt2 { color:#008000 }
.os_list_shipt3 { color:#F97C00 }
.os_list_shipt4 { color:#F97C00 }
.os_list_shipt5 { color:#F97C00 }
.os_list_shipt6 { color:#F97C00 }
.os_list_shipt7 { color:#F97C00 }
.os_list_shipt8 { color:#ff0000 }
.os_list_shipt9 { color:#ff0000 }

A.os_list_link1:link , A.os_list_link1:visited { font-weight:bold ; text-decoration:none  }
A.os_list_link1:hover { color:#38484F ; text-decoration:none }

A.os_list_link2:link , A.os_list_link2:visited { color:#808080 ; text-decoration:none }
A.os_list_link2:hover { color:#808080 ;  text-decoration:none }

.os_list_filter_div { text-align:left ; padding:8px 8px 8px 15px ; background:#f7f7f7 }
.os_list_filter_div select , .os_list_filter_div input[type='select'] { width:210px ; font-size:0.9em ; font-family:Verdana }
.os_list_filter_title { float:left ; padding: 4px 0 10px 5px }
.os_list_filter_sel , .os_list_filter { margin:5px }
.os_list_filter_sel_active { background:#FFFFE1 ; font-weight:bold }
.os_list_filter_sel_Ffp { }
.os_list_filter_sel_Ffs { }
.os_list_filter_sel_Ffv { }

.os_list_content1_div { padding:6px }
.os_list_content1_div ul { list-style:none ; padding:0 ; margin:0 ; overflow:auto }
.os_list_content1_div ul li { float:left ; padding-right:15px }

.os_list_formtab td { padding: 3px 40px 3px 0 }
.os_list_formdiv hr { color:#e0e0e0 ; border:0 ; height:1px ; margin:20px 0 20px 0 }
.os_list_formdiv text { width:220px }

.os_search_filter_div { text-align:left ; padding:8px 8px 8px 15px ; background:#f7f7f7 }
.os_search_filter_div select , .os_search_filter_div input[type='select'] { float:left ; width:143px ; font-size:0.9em ; font-family:Verdana }
.os_search_filter_title { float:left ; padding: 7px 20px 10px 5px }
.os_search_filter_sel , .os_search_filter { margin:5px }
.os_search_filter_sel_active { background:#FFFFE1 ; font-weight:bold }
.os_search_filter_sel_Ffp { }
.os_search_filter_sel_Ffs { }
.os_search_filter_sel_Ffv { }
.os_search_filter_sel_Ffc { }

.os_head_search1_div { padding:6px }
.os_head_search1_div ul { list-style:none ; padding:0 ; margin:0 ; overflow:auto }
.os_head_search1_div ul li { float:left ; padding-right:15px }

.os_search_formtab td { padding: 3px 40px 3px 0 }
.os_search_formdiv hr { color:#e0e0e0 ; border:0 ; height:1px ; margin:20px 0 20px 0 }
.os_search_formdiv text { width:220px }


/* ---------- ALLGEMEIN : Blätterseiten -> Listen und Suchergebnisse */

.os_list_navi , .os_pages_act , .os_pages_na { display:inline-block ; padding:5px 10px 5px 10px ; margin:0 ; font-size:0.9em ; color:#e1e1e1 ; text-decoration:none ; border:1px solid #e1e1e1 }
A.os_list_navi:link , A.os_list_navi:visited { background:#fff ; display:inline-block ; padding:5px 10px 5px 10px ; margin:0 ; font-size:0.9em ; color:#38484F ; text-decoration:none ; border:1px solid #e1e1e1 }
A.os_list_navi:hover { background:#38484F ; color:#fff ; text-decoration:none }

.os_pages_headwrap { padding-bottom:25px }
.os_pages_headtitle { color:#38484F ; padding-top:6px }
.os_pages_searchtitle { font-size:1.2em ; font-weight:bold }
.os_pages_headleft { float:left ; text-align:left }
.os_pages_headright { float:right ; text-align:right }
.os_pages_headright img { vertical-align:middle }

.os_pages_headtitle a { color:#38484F ; text-decoration:none }
.os_pages_headtitle a:hover { color:#000 ; text-decoration:none }

.os_pages_headsort { float:left ; padding:5px 20px 0 0 }
.os_pages_headstatus { float:left ; width:200px ; padding-top:5px ; text-align:center  }
.os_pages_headnavi { float:left ; padding-left:20px }

.os_pages_footwrap { margin:10px 0 10px 0 }
.os_pages_footleft { float:left ; width:10% ; text-align:left }
.os_pages_footcenter { float:left ; text-align:center ; width:78% }
.os_pages_footright { float:right ; width:10% ; text-align:right }

.os_pages_act  { background:#38484F ; color:#fff ; padding:5px }
.os_pages_na { color:#e1e1e1 } 

A.os_pages:link , A.os_pages:visited { background:#fff ; display:inline-block ; padding:5px ; margin:0 3px 0 3px ; font-size:0.9em ; color:#38484F ; text-decoration:none ; border:1px solid #e1e1e1 }
A.os_pages:hover { background:#38484F ; color:#fff ; text-decoration:none }


/* ---------- SPEZIAL : Message-Box */

div.messagedivtarget { overflow:no ; border:8px solid #838383 ; border-radius:5px ; -moz-border-radius:5px ; background:#fff ; background-image:url(./../trenner.gif) ; width:500px ; height:250px ; display:none ; padding:20px 10px 10px 20px } 
div.messagedivtarget div.close { position:absolute ; right:0px ; top:0px ; cursor:pointer }
div.messagedivtarget .messagedivtitle { margin:0 ; padding:0 0 30px }
div.messagedivtarget .messagedivsubtitle { font-size:1.2em ; font-weight:bold ; padding:0 0 20px }
div.messagedivtarget .messagediverror { color:#ff0000 ; font-weight:bold }
div.messagedivtarget .messagedivcontentwrap {  }
div.messagedivtarget .messagedivcontentleft { float:left ; width:100px ; }
div.messagedivtarget .messagedivcontentright { float:right ; width:380px }
div.messagedivtarget .messagedivbuttonmwrap { padding-top:40px }
div.messagedivtarget .messagedivbuttonmwrap a { margin-right:20px }
div.messagedivtarget .messagedivbuttonmwrap a span { width:120px }
div.messagedivtarget .messagedivcontentright th { font-weight:normal ; text-align:left ; padding: 3px 20px 3px 0 }
div.messagedivtarget .messagedivcontentright td { text-align:left ; padding: 3px 0 3px 0 }


/* ---------- SPEZIAL : Content-Box */

div.popupdivtarget { overflow:no ; border:8px solid #838383 ; border-radius:5px ; -moz-border-radius:5px ; background:#fff ; background-image:url(./../trenner.gif) ; width:760px ; height:470px ; display:none ; padding:10px 20px 0 10px } 
div.popupdivtarget div.close {	position:absolute ; right:0 ; top:0 ; cursor:pointer }
.popupdiviframe { width:100% ; height:465px ; margin:0px ; padding:0px ; overflow:auto }
.popupdivcontentbody { background:#fff ; margin:20px }
.popupdivcontentitle { font-weight:bold ; border-bottom:1px solid #e1e1e1 ; margin-bottom:20px ; padding-bottom:15px }
.popupdivcontentext { text-align:left ; padding-right:20px ; height:370px ; overflow:auto }


/* ---------- SPEZIAL : Auto-Complete */

.ac_results { background:#fff ; border:2px solid #e1e1e1 ; border-radius:5px ; -moz-border-radius:5px ; padding:4px ; margin:5px 0 0 0 ; overflow:hidden ; z-index:99999 }
.ac_results ul { width:100% ; list-style-position:outside ; list-style:none ; padding:0 ; margin:0 }
.ac_results li { margin:0 ; padding:2px 5px ; cursor:default ; display:block ; /*width: 100%;*/	font:menu ; line-height:16px ; overflow:hidden }
.ac_loading { background: white url('./../icon_ajax.gif') right center no-repeat }
.ac_odd { background-color:#eee }
.ac_over { background-color:#0A246A ; color:#fff }


/* ---------- SPEZIAL : Cookie-Abfrage */

#os_app_cookiewarn { z-index:5000 ; width:100% ; background-color:#222222 ; color:#fff ; font-size:1em ; font-weight:normal }
#os_app_cookiewarn .cminner { padding:15px }
#os_app_cookiewarn .cmtext { float:left ; color:#fff ; padding-top:1px }
#os_app_cookiewarn .cmtext a { color:#fff ; text-decoration:underline }
#os_app_cookiewarn .cmbut { float:right ; text-align:right }
#os_app_cookiewarn .cmbut a { display:inline-block ; background:#8F8F8F ; color:#000 ; padding: 10px 12px ; text-decoration:none !important ; -webkit-border-radius:5px ; -moz-border-radius:5px ; border-radius:5px }
#os_app_cookiewarn .cmbut a:hover { color:#fff !important }

@media screen and ( max-width:767px ) { 
	
	#os_app_cookiewarn .cmtext { float:none }
	#os_app_cookiewarn .cmbut { float:none ; text-align:left }
}


/* ---------- CSS-END */

