/* Debug */
/*
div:before {content: attr(id);}
*/

/* Druck */
@media print {
    
    .dotStripe,
    #views_navi_wrapper,
    #left_column_header,
    #main_column_header,
    #header_wrapper,
    #medium_pageturn_line {
    display: none
    }
    
    #media_navi_wrapper,
    #left_column {
    margin: 0 !important;
    padding: 0 !important;
    }
    
}

/* General HTML */
html * {
padding: 0;
margin: 0;
font-family: arial, "lucida console", sans-serif;
font-size: 11px;
}
html {
background-color: #FFFFFF;
color: #333333;
overflow: scroll;
}
img {
border: none;
}
a {
text-decoration: none;
color: #666666;
}
option {
padding: 2px 4px 2px 4px;
}
.hiddenStructure {
display: none;
}
.horSpacer {
float: left;
color: #333333;
text-indent: -10000em;
padding: 0 1px 0 0;
background-image: url(transdot_ver.png);
background-repeat: repeat-y;
background-position: 0 0;
height: 13px;
}
.dotStripe {
margin: 1px 0 0 1px;
padding: 9px 0 0 0;
background-color: #FF3300;
background-image: url(orangedot_hor2.png);
background-repeat: repeat-xy;
background-position: 0 0;
}
.dotLine {
padding: 1px 0 0 0;
background-image: url(transdot_hor.png);
background-repeat: repeat-x;
background-position: 0 0;
}
.dotLine hr {
display: none;
}
a.email_link,
a:link.email_link,
a:visited.email_link {
padding: 0 0 0 15px;
background-image: url(icon_email_link.png);
background-repeat: no-repeat;
background-position: 0 3px;
}
a:hover.email_link,
a:active.email_link {
background-image: url(icon_email_link_hi.png);
color: #FF3300;
}
a.web_link,
a:link.web_link,
a:visited.web_link {
padding: 0 0 0 15px;
background-image: url(icon_web_link.png);
background-repeat: no-repeat;
background-position: 0 3px;
}
a:hover.web_link,
a:active.web_link {
background-image: url(icon_web_link_hi.png);
color: #FF3300;
}

/* Page layout */
#outmost_wrapper {
display: block;
width: 100% !important;
text-align: center;
}
#page_wrapper {
text-align: left;
width: 765px;
margin-left: auto;
margin-right: auto;
}

/* Columns */
#left_and_main_column {
}
#left_column {
overflow: hidden;
float: left;
margin: 0 0 13px 0;
padding: 0 20px 0 0;
width: 190px;
}
#left_column_header {
height: 18px;
padding: 5px 0 0 10px;
font-size: 10px;
background-image: url(transdot_hor.png);
background-repeat: repeat-x;
background-position: 0 0;
}
#left_column_spacer {
height: 56px;
background-image: url(transdot_hor.png);
background-repeat: repeat-x;
background-position: 0 bottom;
}
#main_column {
float: right;
width: 554px;
margin: 0 0 13px 0;
}
#main_column_header {
height: 18px;
width: 100%;
padding: 5px 0 0 0;
margin: 0 0 0 1px;
font-size: 10px;
background-image: url(transdot_hor.png);
background-repeat: repeat-x;
background-position: 0 0;
}
#page_footer {
clear: both;
}
#page_footer_noup {
clear: both;
background-image: url(transdot_hor.png);
background-repeat: repeat-x;
background-position: 0 9px;
padding: 9px 0 9px 0;
height: 1px;
}
#page_footer_up a {
clear: both;
background-image: url(page_footer_up.png);
background-repeat: no-repeat;
background-position: 0 0px;
height: 50px;
width: 765px;
text-indent: -10000em;
display: block;
}
.infopage p {
line-height: 1.5em;
padding: 1em 0 0 0;
}
.infopage a,
.infopage a:link,
.infopage a:visited {
color: #666666;
}
.infopage a:hover,
.infopage a:active {
color: #FF3300;
}