/* RESET CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,		
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
strong {
font-weight: bold;
}
:focus {
outline:0;
}
body{
line-height: 1;
color: #242424;
background: #000000;
}
ol, ul {
list-style: none;
}
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}

/* GENERAL */
body {
font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
font-size: 11px;
line-height: 13px;
}
a {
text-decoration:underline;
color: #4effc0;
}
a:hover {
text-decoration:line-through;
}
h1, h2, h3, h4 {
font-weight:normal;
}
legend{
display:none;
}
html, body {
height: 100%;
color: #242424;
background: #000000;
}
td {
padding-right: 4px;
}

/* LOGO */

#logo a {
display: block;
background: url(../images/navi.png) no-repeat 0 0;
text-indent: -9999px;
width: 355px;
height: 11px;
margin-bottom: 10px;
}

#home {
color: #242424;
font-size: 11px;
line-height: 13px;
overflow: hidden;
}

#image_holder {
display: none;
line-height: 0px;
position: fixed;
overflow: hidden;
}

.main_image {
position: absolute;
top: 0px;
left: 0px;
overflow: hidden;
}

#image_data h1 {
font-size: 16px;
font-weight: bold;
}

#image_data p {
width: 400px;
font-size: 12px;
padding-top: 9px;
}

#image_data p a {
font-size: 12px;
color: #242424;
}

#image_data p a:hover {
color: #4effc0;
text-decoration: underline;
}

.image_navigation {
display: block;
height: 20px;
margin-bottom: 80px;
}

#image_data_navigation .image_navigation li {
display: inline;
}

#image_data_navigation .image_previous {
float: left;
height: 23px;
width: 16px;
margin-right: 10px;
background: url(../images/arrows.png) no-repeat 0 0;
text-indent: -9999px;
}

#image_data_navigation .image_next {
float: left;
height: 23px;
width: 16px;
background: url(../images/arrows.png) no-repeat -32px 0;
text-indent: -9999px;
}

#image_data_navigation .image_number {
color: #00aeef;
font-size: 24px;
font-weight: bold;
margin-bottom: 40px;
}

#content {
position: absolute;
top: 10px;
left: 20px;
width: 550px;
z-index: 1000;
}

.menu {
display: block;
height: 50px;
}

.menu li {
float: left;
}

.menu li a {
display: block;
height: 15px;
text-indent: -9999px;
}

.menu .corporate a {
margin-bottom: 2px;
width: 90px;
background: url(../images/navi.png) 0 -27px no-repeat;
}

.menu .corporate a:hover {
background: url(../images/navi_hover.png) 0 -27px no-repeat;
}

.menu .typografie a {
width: 97px;
background: url(../images/navi.png) -90px -27px no-repeat;
}

.menu .typografie a:hover {
background: url(../images/navi_hover.png) -90px -27px no-repeat;
}

.menu .editorial a {
width: 86px;
background: url(../images/navi.png) -187px -27px no-repeat;
}

.menu .editorial a:hover {
background: url(../images/navi_hover.png) -187px -27px no-repeat;
}

.menu .illustration a {
width: 109px;
background: url(../images/navi.png) -270px -27px no-repeat;
}

.menu .illustration a:hover {
background: url(../images/navi_hover.png) -270px -27px no-repeat;
}

.menu .composing a {
width: 94px;
background: url(../images/navi.png) -379px -27px no-repeat;
}

.menu .composing a:hover {
background: url(../images/navi_hover.png) -379px -27px no-repeat;
}

.menu .package a {
width: 70px;
background: url(../images/navi.png) -473px -27px no-repeat;
}

.menu .package a:hover {
background: url(../images/navi_hover.png) -473px -27px no-repeat;
}

.menu .break {
width: 500px;
height: 1px;
}

.menu .leben a {
width: 55px;
background: url(../images/navi.png) 0 -49px no-repeat;
}

.menu .leben a:hover {
background: url(../images/navi_hover.png) 0 -49px no-repeat;
}

.menu .kontakt a {
width: 75px;
background: url(../images/navi.png) -55px -49px no-repeat;
}

.menu .kontakt a:hover {
background: url(../images/navi_hover.png) -55px -49px no-repeat;
}

.menu .impressum a {
width: 90px;
background: url(../images/navi.png) -130px -49px no-repeat;
}

.menu .impressum a:hover {
background: url(../images/navi_hover.png) -130px -49px no-repeat;
}

#project_tapa {
background:transparent url(css_img/ficha_tapa.gif) repeat scroll left top;
display:none;
height:100%;
left:50%;
position:absolute;
top:50%;
width:100%;
z-index:1000;
}