html{
    height: 100.1%;
}
body{
    padding: 0;
    margin: 0;
}
body{
    background: #e9e9e9 url(../../images/layout_background.png) repeat-x;

    text-align: center;
}
body, p, li, input, label{
    font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
    line-height: 1.5em;
    color: #333333;
}
strong{
    color: #000000;
}

/****************/

#container{
    background: url(../../images/layout_container.png) repeat-y;

    position: relative;
    text-align: left;
    margin: 0 auto;
    width: 960px;
}

/****************/

#logo{
    position: absolute;
    z-index: 100;

    top: 30px;
    left: 20px;
}

/****************/

#meta{
    background: url(../../images/layout_logo.png);

    position: relative;
    height: 50px;
}
#meta ul, #meta ul li{
    list-style: none;
    padding: 0;
    margin: 0;
}
#meta ul{
    position: absolute;
    right: 10px;
    top: 30px;
}
#meta li{
    float: left;
}
#meta li a{
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 10px;
    font-size: 10px;
    color: #666666;
    float: left;
}
#meta li a:hover, #meta li a.active{
    color: #999999;
}

/****************/

#header{
    background: url(../../../../../temp/explorer/files/imported/bilder/standbild.jpg);

    position: relative;
    height: 184px;
}
#header ul, #header ul li{
    list-style:none;
    padding: 0;
    margin: 0;
}
#header ul{
    position: absolute;
    right: 20px;
    top: 10px;
}
#header ul li{
    margin: 0 0 10px 0;
}
#header .flag{
    background: url(../../images/sprite_flags.png) no-repeat;
    display: block;
    height: 17px;
    width: 27px;

    filter : alpha(opacity=50);
    opacity : 0.50;
    -moz-opacity : 0.50;
}
#header .active{
    filter : alpha(opacity=100);
    opacity : 1.00;
    -moz-opacity : 1.00;
}
#header .de{
    background-position: 0 0;
}
#header .en{
    background-position: 0 -25px;
}
#header .fr{
    background-position: 0 -75px;
}
#header .ru{
    background-position: 0 -50px;
}
#header .es{
    background-position: 0 -100px;
}

/****************/

#search{
    position: absolute;
    left: 0;
    top: 0;

    padding: 5px 0 0 15px;
}
#search input.text{
    width: 150px;
    margin: 0 5px 0 0;
    height: 15px;
    padding: 0;
}

/****************/

#navigation{
    background: url(../../images/layout_navigation.png) no-repeat;

    position: relative;
    height: 27px;
}
#navigation ul, #navigation ul li{
    list-style: none;
    padding: 0;
    margin: 0;
}
#navigation ul{
    position: absolute;
    left: 221px;
    top: 0;
}
#navigation li{
    float: left;
}
#navigation li a{
    background: url(../../images/sprite_nav.png) top right;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 27px;
    font-weight: bold;
    font-size: 10px;
    padding: 0 16px;
    color: #04124D;
    display: block;
    height: 27px;
    float: left;
}
#navigation li a:hover, #navigation li a.active{
    background: url(../../images/sprite_nav.png) bottom right;
    color: #233A98;
}
#navigation li a.active{
    color: #D8000C;
}

/****************/

#content{
    position: relative;
}
#content .padding{
    padding: 20px;
}
#content #left{
    position: relative;
    overflow: hidden;
    width: 220px;
    float: left;
}
#content #center{
    position: relative;
    width: 740px;
    float: left;

    height: auto;
    min-height: 400px;
    _height: 400px;
}

/****************/

#left h2{
    border-bottom: 1px solid #C9C9C9;
    font-weight: normal;
}
#left ul, #left ul li{
    list-style: none;
    padding: 0;
    margin: 0;
}
#left ul{
    overflow: hidden;
    width: 180px;
}
#left li a{
    background: url(../../images/sprite_subnav.png) -180px 2px no-repeat;
    text-decoration: none;
    padding: 0 0 0 10px;
    line-height: 20px;
    color: #04124D;
    display: block;
}
#left li{
    height: 1%;
}
#left li a.active, #left li a:hover{
    background-position: 0 2px;
}
#left li a.active{
    color: #D8000C;
}

#left ul li ul {
    margin-left: 10px;
    display: none;
}

#left ul li ul li a {
    color: #333;
    font-size: 10px;
    line-height: 16px;    
}

#left ul li.active ul {
    display: block; 
}


#left .download, .download{
    background: url(../../images/icon_pdf.gif) 0 0 no-repeat;
    padding: 0 0 0 20px;
    display: block;
    height: 16px;
    line-height: 16px;
}
p.download{
    margin: 0 0 5px 5px;
}

/****************/

.breadcrumb {
    font-size: 9px;
    margin-bottom: 0;
    line-height: 17px;
    color: #666;
}

.breadcrumb a {
    text-decoration: none;
}

/****************/


/****************/

#center ul, #center li{
    list-style: none;
}
#center li{
    background: url(../../images/li.png) 0 5px no-repeat;
    padding: 0 0 0 12px;
}

/****************/

#footer{
    background: url(../../images/layout_footer.png) no-repeat;

    position: relative;
    height: 22px;
}
#footer img, #footer p{
    margin: 0 !important;
    float: left;
}
#footer img{
    width: 220px;
    height: 22px;
}
#footer p{
    text-align: center;
    width: 740px;
}
#footer p, #footer p a{
    line-height: 21px;
    font-size: 9px;
    color: #ffffff;
}

/****************/

h1, h2, h3, p, ul, .line, .margined{
    margin: 0 0 1.3em 0;
}
h1, h2, h3{

}
h1{
    border-bottom: 1px solid #C9C9C9;
    font-size: 13px;
    color: #04124D;
}
h2{
    text-transform: uppercase;
    font-size: 11px;
    color: #04124D;
}
h3{
    text-transform: uppercase;
    font-size: 11px;
    color: #04124D;
    margin: 0;
}
ul li, ol li{
    margin: 0 0 0 25px;
}
a{
    color: #D8000C;
}
a:hover, a.active{
    text-decoration: none;
    color: #04124D;
}
a img{
    border: none;
}

/****************/

.floatleft{
    margin-right: 15px;
    margin-bottom: 5px;
    float: left;
}
.floatright{
    margin-left: 15px;
    margin-bottom: 5px;
    float: right;
}
.left, .right{
    margin: 0 10px 5px 0;
    float: left;
}
.left{
    font-weight: bold;
    margin-right: 0;
    width: 220px;
}
.right{
    width: 300px;
}
img.border, div.border, a.border img{
    border: 1px solid #3C404D;
}
a.important{
    background: url(../../images/li.png) 0 5px no-repeat;
    text-decoration: none;
    font-weight: bold;
    padding-left: 8px;
    font-size: 10px;
}
.footer{
    border-top: 1px solid #c9c9c9;
    margin: 15px 0 0 0;
}
.centered{
    text-align: center !important;
}
.date{
    font-size: 10px;
    color: 808080;
}
.line{
    background: url(../../images/line.png) center repeat-x;
    height: 5px;
}
.sitemap, .sitemap li{
    margin-left: 2px;
}
.sitemap li{
    margin-bottom: 10px;
}
.sitemap li li{
    margin-bottom: 0;
}

/****************/

.nice{
    border-collapse: collapse;
    empty-cells: show;
    width: 700px;
}
.nice .noborder{
    border: none;
}
.nice td, .nice th{
    vertical-align: top;
    padding: 3px 4px;
}
.nice thead th{
    border-bottom: 1px solid #999999;
    background: #dfdfef;
}
.nice tbody th, .nice tbody td{
    border-top: 1px solid #999999;
}
.nice tbody th{
    font-weight: normal;
}
.nice tbody td{
    border-left: 1px solid #999999;
}
.nice tbody .even th, .nice tbody .even td{
    background: #efefef;
}

/****************/

.category{
    margin: 0 20px 20px 0;
    width: 340px;
    float: left;
}

/****************/

.box{
    border: 1px solid #3C404D;
}
.box h2{
    background: url(../../images/box_caption.png);
    line-height: 20px;
    padding: 0 10px;
    color: #ffffff;
    height: 22px;
    margin: 0;
}
.box .content{
    padding: 15px 10px 10px 10px;

    height: auto;
    _height: 150px;
    min-height: 150px;
}
.box .colored{
    background: #d9dbe6 url(../../images/box_content.png) repeat-x;
}
.box p{
    font-size: 10px;
}

/****************/

.columns{

}
.columns div.text, .columns .cleft{
    margin-right: 20px;
    width: 450px;
    float: left;

    overflow: hidden;
}
.columns .cleft .left{
    width: 120px;
}
.columns .cleft .right{
    width: 310px;
}
.columns .cright{
    width: 230px;
    float: left;
}
.columns .cright .left{
    width: 70px;
}
.columns .cright .right{
    width: 140px;
}
.columns .equal{
    width: 340px;
}

/****************/

.pageselector{

}
.pageselector .previous, .pageselector .next{
    width: 120px;
}
.pageselector .previous{
    text-align: right;
}
.pageselector .select{
    text-align: center;
    padding: 0 10px;
    width: 50px;
}
.pageselector select{
    width: 50px;
}

/****************/

.editFormCaption{
    display: none;
}
fieldset{
    border: 0;
    padding: 0;
}
.asterix{
    position: absolute;
    font-weight: bold;
    color: #ff3333;
    right: 4px;
    top: 4px;
}
.formError{
    font-size: 10px;
    color: #ff3333;
}
.editLine{
    margin: 0 0 5px 0;
}
.editLine .floatleft{
    margin-right: 10px !important;
    width: 200px;
}
label{
    position: relative;
    margin-right: 10px;
    width: 140px;
    float: left;
}
input.text, textarea, input.password, .kontakt{
    width: 190px;
}
textarea{
    height: 120px;
}
select{
    width: 150px;
}
input.text, input.password, textarea, select{
    background: #ffffff url(../../images/input_text.gif) repeat-x;
    border: 1px solid #888888;
    font-size: 11px;
    padding: 2px 2px;
    float: left;
}
input.required, input.password.required, textarea.required, select.required{
    background: #ffdddd url(../../images/input_text_required.gif) bottom repeat-x;
}
.checkbox, .radio{
    margin: 0 0 5px 0;
    background: none;
    width: auto;
    border: 0;
}

select.short{
    width: 160px;
}
label.required{
    color: #A02031;
}
#mSubmitButton, #asterisk{
    margin: 0 10px 10px 150px;
}
#asterisk{
    font-size: 10px;
}

/****************/

.editForm h1.collapsable{
    font-size: 12px;
    border-bottom: 1px solid #ccc;
    margin: 10px 0 10px 0;
}
.editForm .imageBorder{
    border: 1px solid #afafaf;
    margin-right: 10px;
    height: 80px;
    width: 80px;
    float: left;

    cursor: pointer;
    cursor: hand;
}
.editForm .selectImage .button, .editForm .selectAttachment .button, .editForm .selectDialog .button{
    margin-bottom: 5px;
    cursor: pointer;
    width: 90px;
}
.editForm .selectAttachment span, .editForm .selectDialog span{
    background: url(../../../../classic/en/images/icons/arrow_right_on.png) 0px 7px no-repeat;
    padding: 3px 0 0 8px;
    margin-bottom: 5px;
    display: block;
}
.editForm .floatleft{
    margin: 0;
}
.editForm .exDatepicker{
    margin-right: 10px;
    width: 80px;
}
.editForm .ui-datepicker-trigger{
    margin: 0 0 0 5px;
    float: left;
}

/****************/

#login .error{
    color: #ff0000;
}
#login .error strong{
    display: block;
}
#login label, #login input.text, #login input.password{
    display: block;
    width: 150px;
}
#login label{
    font-weight: bold;
}

/****************/

.category_text {
    width: 530px;
    float: left;
    padding: 10px 0;
}

.category_image {
    width: 140px;
    float: right;
    text-align: right;
    padding: 10px 0;
}

#category_detailtext, #category_teasertext {
    background: #edeff5;
    border: 1px solid #c9c9c9;
    padding: 0 10px;   
}

#category_detailtext {
    display: none;   
}

.products_table {
    border: 1px solid #c9c9c9;
    empty-cells: show;
    border-collapse: collapse;
    width: 100%;
}

.products_table td {
    padding: 7px 10px 10px 10px;
    border: 1px solid #c9c9c9;
    vertical-align: top;
    width: 50%;
}

.products_table th {
    background: #edeff5;       
    border: 1px solid #c9c9c9;
    padding: 3px 10px 3px 10px;
}

.products_table th h2 {
    margin: 0;
    padding: 0;   
}

.products_teaserimage {
    margin-top: 3px;
    width: 90px;
    float: left;
    margin-right: 10px;
    height: auto;
    min-height: 90px;
    _height: 90px;
    
}

.products_teaserimage img {
    vertical-align: bottom;
}

.products_teasertext {
    width: 220px;
    float: left;
}

/****************/

.clearfix:after { content: ".";     display: block;     height: 0;     clear: both;     visibility: hidden; }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/*********** Customer Downloads **************/
#myDump ul, #myDump ul li {
    list-style:none;
    margin:0;
    padding:0;
    text-indent:none;
    background:none;
}
#myDump ul {

}
.hidden {
    display:none;
}
.folder, .products {
            /*background: url(skins/website/en/images/folder.gif) no-repeat;*/
    padding: 0 0 0 24px;
    margin: 0 0 0 0;
}

.type {
            /*background: url(skins/website/en/images/folder.gif) no-repeat;*/
    padding: 0 0 0 40px;
    margin: 0 0 0 0;
}

.folder .folder, .products .products{
    margin: 0px 0 0 0;
}

.folder a, a.folder_image img, .products a, .products_image img, .type a, .type_image img {
    text-decoration:none;
    border:0;
}
.folder a, a.folder_image, .products a, a.products_image, .type a, a.type_image {
    cursor:pointer;
    cursor: hand;
}

a.folder_image:hover, a.products_image:hover, a.type_image:hover {
    text-decoration: underline;
}

.download_file {
    background: url(../../images/file.gif) no-repeat top left;
    padding: 0 0 0 19px;
    margin: 10px 0;
}
.download_file p{
    margin: 0;
}

#center h2.folder_name, #center h3.folder_name, #center h2.products_name, #center h3.products_name, #center span.type_name {
    line-height:2.2em;
}
#center h2.folder_name a, #center h3.folder_name a, #center h2.products_name a, #center h3.products_name a, #center span.type_name a {
    background: url( ../../images/folder.gif ) no-repeat left top;
    padding-left: 40px;
    line-height:2.2em;
    text-decoration: none;
    color: #333;
}
#center h2.folder_name a.firstOpened  {
	background: transparent url( ../../images/folder_opened.gif) no-repeat scroll left top;
}
#center h2.folder_name a:hover, #center h3.folder_name a:hover, #center h2.products_name a:hover, #center h3.products_name a:hover, #center span.type_name a:hover {
    text-decoration: underline;
}

#center ul.listing a {
    text-decoration: underline;   
}



#center h2.folder_name, #center h3.products_name {
    text-transform: none;
}

.download_file p, .download_file .floatleft, .download_file .floatright {
    margin-bottom:0;
}



#myDump h2{
	margin: 0;
}
.fixedWidth {
	
}

#filterAction {
    background: #edeff5;
    border: 1px solid #c9c9c9;
    padding: 10px;   
	margin-bottom: 10px;
}
#filterAction select {
    margin-right: 5px;
}

#filterAction label {
    line-height: 20px;
}

#myDump ul.listing li {
	background: url(../../images/file.gif) no-repeat top left;
/*            padding: 0 0 0 23px;*/
    padding: 0 0 0 19px;
    margin: 2px 0;
}

#myDump ul.listing li.flags {
	background-image: url( ../../images/sprite_flags.png );
	background-repeat: no-repeat;
	background-position: top left;
	display:block;
	height:17px;
    padding-left: 32px;
}
#myDump ul.listing li.flag_de {
    
}
#myDump ul.listing li.flag_en {
	background-position: 0px -25px ;
	
}
#myDump ul.listing li.flag_ru {
	background-position: 0px -50px ;
}
#myDump ul.listing li.flag_fr {
	background-position: 0px -75px ;
}
#myDump ul.listing li.flag_es {
	background-position: 0px -100px ;
}
/*************************/