/************************************************
    style.css
*************************************************

/************************************************
    GLOBALS
************************************************/
@media handheld, screen {

* {
    border: 0;
    margin: 0;
    padding: 0;
}

/* IE6 - Italic Bug Fix */
* html body * { overflow:visible }
* html iframe, * html frame { overflow:auto }
* html frameset { overflow:hidden }

body {
    background:#000000;
    overflow: -moz-scrollbars-vertical;
    font-size:75%; /* 12px */
    text-align:left;
    color:#FFF;
    font-family:Verdana, Helvetica, Arial, sans-serif;
    /*font-family: "Trebuchet MS",geneva,verdana,sans-serif;*/
}

body#home {
    background: #000000;
    /*background:#3e3e3e url(../upload/corporate/bg_body2.png) repeat-x;*/
}

div { outline: 0 none; } /* Safari */

.hide {
    position:absolute;
    top:-5000px;
    left:-5000px;
    width:0;
    height:0;
    display:inline;
    overflow:hidden;
}

} /* end: @media handheld, screen */
/************************************************
    LAYOUT
************************************************/
@media handheld, screen {

#outer {
    width:960px;
    margin:0 auto;
    position:relative;
}

#page {

}

/**** header ****/
#header { 
    height:101px;
    position:relative;
    border-bottom:1px solid #585758;
}

#signet {
    position: absolute;
    width: 415x;
    height: 385px;
    top: 50%;
    left: 50%;
    margin: -197px 0 0 -208px;
}

#logo {
    position:absolute;
    top:24px;
    left:33px;
}


#mainnav {
    position:absolute;
    top:143px;
    left:37px;
    width:auto;
    height:auto;
}

#logoFacebook {
    text-align: right;  
    padding: 25px 5px 0 0;
}



/**** main ****/
#main {
    width:604px;
    margin:0 0 0 356px;
    padding:41px 0 20px 0;
    position:relative;
}

#banner {
    height:162px;
    border: 1px solid #CCCCCC;
}

#banner img {
    display:block;    
}

#content {
    width: auto;
    margin:0;
    padding:22px 0 0 0;
    min-height:300px;
    height:auto !important;  /* f�r moderne Browser */
    height:300px;  /*f�r den IE */  
}

/**** footer ****/
#footer {
    clear:both;
    width:100%;
    text-align:right;
    line-height:56px;
    height:56px;
    font-size:0.92em;
    color:#b1b2b4;
    /*border-top:1px solid #838383;*/
}
 
#footer a { 
    text-decoration:none;
    color:#b1b2b4;
    margin:0;
}

#footer a:hover {
    color:#b1b2b4;
    text-decoration:underline;
}
 
} /* end: @media handheld, screen */
/************************************************
    NAVIGATION
************************************************/
@media handheld, screen {

/**** mainnav ****/
#mainnav ul {
    margin:0 0 0 0;
    padding:0;
    list-style:none;
}

#mainnav ul li {
    height:22px;
    padding:0 0 14px 0;
    margin:0;
    width:260px;
    text-align:right;
}

#mainnav ul li a:link,
#mainnav ul li a:visited,
#mainnav ul li a:active {
    display:block;
    padding:0;
    margin:0;
    outline:0; 
}

 
} /* end: @media handheld, screen */  
/************************************************
    CONTENT
************************************************/
@media handheld, screen {

/**** Headings ****/
h1 {
    text-indent: -999em;
    height:22px;
    margin-bottom:10px;
    width:100%;
    background-repeat:no-repeat;
    color: #FFFFFF;
}

h1#h1_oliver_ruether { background-image:url(../upload/corporate/headlines/h1_oliver_ruether.png); }
h1#h1_styles { background-image:url(../upload/corporate/headlines/h1_styles_trends.png); }
h1#h1_salon { background-image:url(../upload/corporate/headlines/h1_salon.png); }
h1#h1_news { background-image:url(../upload/corporate/headlines/h1_news.png); }
h1#h1_preise { background-image:url(../upload/corporate/headlines/h1_preise.png); }
h1#h1_extensions { background-image:url(../upload/corporate/headlines/h1_extensions.png); }
h1#h1_gutscheine { background-image:url(../upload/corporate/headlines/h1_gutscheine.png); }
h1#h1_jobs_karriere { background-image:url(../upload/corporate/headlines/h1_jobs_karriere.png); }
h1#h1_anfahrt_kontakt { background-image:url(../upload/corporate/headlines/h1_anfahrt_kontakt.png); }


h2 {
    font-size:100%;
    line-height:1.7;
    font-weight:bold;
    margin:0 0 1.4em 0;
    text-transform:none;
}
/*
h3 {
    font-size:100%;
    line-height:1.4;
    font-weight:normal;
    margin:0 0 0.5em 0;
    text-transform:uppercase;
}*/
 
/**** Text ****/
p {
    font-size:1em;
    line-height:1.7;
    margin:0 0 1.6em 0;
}

small { font-size:0.92em; }
big { font-size:1.4em; }
blockquote { font-style:italic; }

hr {
    margin:0 0 1.6em 0;
    padding:0 0 0em 0;
    border:0;
    border-bottom:1px solid #717171;
    width:100%;
    display:block;
    line-height:0;
    background:transparent;
    height:0;
}

 
/**** Hyperlinks ****/
a,
a:link,
a:visited {
    text-decoration:none;
    color:#FFF;
}

a:hover,
a:active {
    text-decoration:underline;
    color:#FFF;
}

#content a,
#content a:link,
#content a:visited {
    text-decoration:underline;
    color:#FFF;
    font-weight: bold;
}

#content a:hover,
#content a:active {
    text-decoration:none;
    color:#FFF;
}

.backlink {
    text-align:right;
    margin: 0 0 16px 0;
}

/**** lists ****/
ol {
    margin:0 0 1em 24px;
    padding:0;
    font-size:1em;
}

ul {
    margin:0 0 1em 24px;
    padding:0;
    list-style:disc;
    font-size:1em;
}

ul ul { margin-bottom:0; }

li {
    line-height:1.6;
    font-weight:normal;
}

ul#startBlock {
    list-style: none;
    list-style-type: none;
    margin: 30px 0 30px 0;
    padding: 0; 
    overflow: hidden;
}

ul#startBlock li {
    margin: 0 11px 0 0;
    padding: 0;
    float: left;    
}

ul#startBlock li:last-child {
    margin: 0;  
}

ul#startBlock li img {  
}

ul#startBlock li .image_frame {
    width: 192px;
    height: 141px;
    border: 1px solid #CCCCCC;
}

ul#startBlock li img.load {
    display: none;
    /*position: absolute;
    width: 32px;
    height: 32px;
    top: 67px;
    left: 107px;
    border: 0;*/
}

/**** table ****/
table { margin:0 0 1em 0; }
  
table.preise h3 {
    margin: 0 0 0em 0;
}

table.preise td p {
    margin: 0;
}

table.preise td {
    padding: 4px 0 4px 0;
}

table.preise td.header {
    border-bottom: 1px solid #CCCCCC;
}

/**** images + captions ****/
img.imgLeft {
    float:left;
    margin:0 20px 12px 0;
    border: 1px solid #FFFFFF;
}

.imgRight {
    float:right;
    padding:0 0 12px 20px;
}

img.border {
    border: 1px solid #707070;
}

img.borderNews {
    border: 1px solid #FFFFFF;
}

table.infos p {
    margin: 0;
}

div.gutscheinkasten {
    border: 1px solid #CCCCCC;
    margin: 0 0 15px 0;
    padding: 6px;
}

 
} /* end: @media handheld, screen */
/************************************************
    EXTRAS
************************************************/
@media handheld, screen {

/**** teaser ****/
.teaser {
    width:auto;
    padding:0 0 20px 0;
}

.teaser img {
    float:left;
    border:1px solid #CCCCCC;
}

.teaser p {
    margin:0 0 0 188px;
}

.teaser p a {
    color:#FFF;
    font-style:italic;
    font-weight:bold;
    text-decoration:none;
}

.teaser p a:hover {
    color:#FFF;
    text-decoration:underline;
}
 
 
/**** IMAGE GALLERY ****/
/**** IMAGE GALLERY ****/
table.gallery {
    margin: 0px 0px 0px 0px;
    width: auto;
}

table.gallery td.gallery-navigation {
    /*font-size: 0.6875em;*/    
}

table.gallery tr.thumbnails td {
    padding: 0;
}

table.gallery dd {
}

div.download {
    padding: 3px 0 3px 10px;
    background: url(../images/link_pfeil_klein.gif) no-repeat 0px 7px;

}

div.downloadImg {

    padding: 0;
    margin-top:10px;
    background: url(../images/navi_pfeil_rechts.gif) no-repeat 10px 7px;
}

dl.gallery-detail {
    margin: 20px 10px 0px 0px;
}

dl.gallery-detail dt {
    text-align: left;
    padding: 0;
}


td.gallery_image{
    padding:0px;   
}

td.gallery_image img {
    margin: 0;
}

td.gallery_image div.link_image{
    padding:0;  
    background-position:top center; 
    margin: 0 15px 15px 0;
    overflow:hidden;
    height: 89px;
    width: 137px;
    border: 1px solid #FFFFFF;  
}

/*td.gallery_image div.icon-zoom {
    background-image: url(../upload/corporate/icon_zoom.gif);
    background-repeat: no-repeat;
    position: absolute;
    z-index: 10;
    left: 50px;
}*/

td.gallery_image img.icon-zoom {
    position: absolute;
    margin: -20px 0 0 80px;
}


td.gallery_image .bottom_links{

}
td.gallery_image .bottom_links{
    margin-bottom: 0px; 
    text-align:left; 
    width:180px; 
}
td.gallery_image .links{
    margin-bottom: 0px;
}



/***** JCAROUSEL ****/
#viewport{
    width: 590px;
    overflow: hidden;
    margin-left: 25px;
}
#viewport ul{
    position: relative;
}
#viewport li{
    width: 590px;
    height: 294px;
    float: left;
    list-style: none;
}

.jcarousel-skin-tango ul {
    margin: 0!important;
}

.jcarousel-skin-tango ul li {
list-style-type: none;
list-style: none;
margin: 0;
padding: 0;
}

#viewport{
    width: 590px;
    overflow: hidden;
    margin-left: 0px;
}
#viewport ul{
    position: relative;
}
#viewport li{
    width: 590px;
    height: 294px;
    float: left;
    list-style: none;
}

#carousel01 {
        border: 1px solid #666;
}

.buttons {
    margin-left: 25px;
    margin-top: 5px;
    color: #ccc;
    text-decoration: none;
    display: inline;
    }
.buttons alink, .buttons a:visited, .buttons a:hover, .buttons a:active {
    background-color: gray;
    text-decoration: none;
    }



.jcarousel-container {
    position: relative;
}

.jcarousel-clip, .jcarousel-list {
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
}

.jcarousel-list {
    z-index: 1;
    position: relative;
    top: 0;
    left: 0;
}

.jcarousel-list li, .jcarousel-item {
    float: left;
    list-style: none; /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 590px;
    height: 300px;
}



.jcarousel-skin-tango .jcarousel-container {
    margin-left: 0px;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 601px;
}


.jcarousel-skin-tango .jcarousel-clip-horizontal, .jcarousel-skin-tango .jcarousel-item {
    width: 601px;
    height: 306px;
}


.jcarousel-control, 
.jcarousel-control2,
.jcarousel-control3,
.jcarousel-control4,
.jcarousel-control5 {
    text-align: right;
}

.jcarousel-control a, 
.jcarousel-control2 a,
.jcarousel-control3 a,
.jcarousel-control4 a,
.jcarousel-control5 a {
    font-size: 75%;
    text-decoration: none;
    padding: 1px 5px;
    color: #eee;
    background-color: #666;
    font-weight: bold;
     margin: 0px 1px;
}

.jcarousel-control a:focus, .jcarousel-control a:active {
    outline: none;
}

.jcarousel-control a:focus, .jcarousel-control a:active, .jcarousel-control a:visited {
    background-color: #666;
    }

.jcarousel-control a:hover, 
.jcarousel-control2 a:hover,
.jcarousel-control3 a:hover,
.jcarousel-control4 a:hover,
.jcarousel-control5 a:hover {
    background-color: #FFFFFF;
    color: #666666;
}

.jcarousel-control a:active, .jcarousel-control a:focus, 
.jcarousel-control2 a:active, .jcarousel-control2 a:focus,
.jcarousel-control3 a:active, .jcarousel-control3 a:focus,
.jcarousel-control4 a:active, .jcarousel-control4 a:focus,
.jcarousel-control5 a:active, .jcarousel-control5 a:focus {
    background-color: #FFFFFF;
    color: #666666; 
}

div.bu {
    text-align: right;
}

div.bu p {
    display: inline;
    margin: 5px 0px 0px 5px;
    padding: 0;
}
 
 
.theme-default #slider {
    width:601px; /* Make sure your images are the same size */
    height:306px; /* Make sure your images are the same size */
    margin: 0 0 60px 0;
}
.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {

}

} /* end: @media handheld, screen */

/************************************************
    PRINT
************************************************/
@media print {

#mainnav,
#footer,
#banner,
.backlink {
    display:none;
}

#outer {
    width:100%;
}

html {
    height:100%;
}

body {
    font-size:11pt;
    color:#000;
    font-family:Helvetica, Verdana, Arial, sans-serif;
}

#logo {
    border:0;
}

#main {
    width:100%;
    margin:0;
    padding:20pt 0 0 0;
}

#content {
    width:100%;
    position:relative;
    padding:0 0 0 0;
    margin:0;
}

/**** Text ****/
p {
    font-size:100%;
    line-height:1.7;
    margin:0 0 1.6em 0;
}

/**** Headings ****/
h1 {
    margin-bottom:16px;
    font-size:190%; 
}

/**** teaser ****/
.teaser {
    width:auto;
    padding:0 0 20pt 0;
}

.teaser img {
    float:left;
}

.teaser p {
    margin:0 0 0 144pt;
}

} /* end: @media print */
/************************************************
    CLEARING
************************************************/
@media all {

.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.clearfix { display:inline-block; }

/* Hide from IE Mac \*/
.clearfix { display:block; }
/* End hide from IE Mac */

* html .clearfix { height:1%; }

.floatbox { overflow:hidden; }

.clear { clear:both; }

} /* end: @media all */
 
