body {
padding: 0;
margin: 0;
font-size: 11px;
line-height: 14px;
color: #000;
font-family: "Andale Mono", "Courier New", Courier, monospace;
background: #fff url("../img2/back-site-2125.png") center 71px no-repeat;
}

#page {
position: relative;
width: 1001px;
height: 602px;
margin-left: auto;
margin-right: auto;
background: #fff url("../img2/back-page-standard-1001.png") center bottom no-repeat;
}

#page.work {
background: #fff url("../img2/back-page-work-1001.png") center bottom no-repeat;
}

#page.bio {
background: #fff url("../img2/back-page-bio-1001.png") center bottom no-repeat;
}

.feeditem img {
max-width: 480px;
_width: 480px;
}

.feeditem {
width: 480px;
padding-bottom: 1em;
border-bottom: 1px solid #CFCFCF;
margin-bottom: 2em;
}

.feeditem .published {
border-bottom: 5px solid white;
font-size: 10px;
}

/* little reset */
h1, h2, h3, h4, p {
padding: 0;
margin: 0;
}

h3.project {
font-weight: normal;
}

p {
margin-top: 14px;
}

a {
color: #716C65;
text-decoration: none;
}

a:hover, .active {
color: #000;
} 

ul {
padding-left: 14px;;
}


#screen {
position: absolute;
left: 288px;
top: 20px;
}

#flashcontent {
position: absolute;
left: 13px;
top: 9px;
z-index: 20;
}

#art-work-indiv-info {
position: absolute;
left: 20px;
top: 29px;
width: 260px;
height: 245px;
}

#content-screen {
position: absolute;
left: 155px;
top: 60px;
width: 510px;
height: 270px;
overflow: auto;
padding-right: 5px;
}


/* menu */
#menu {
font-family: "Andale Mono", "Courier New", Courier, monospace;
font-size: 16px;
color: #222;
position: absolute;
left: 148px;
bottom: 13px;
background: white;
border: 1px solid #fff;
padding: 8px;
}
#menu a {
margin-right: 10px;
}

#menu-work {
color: #222;
font-family: "Andale Mono", "Courier New", Courier, monospace;
font-size: 13px;
position: absolute;
left: 12px;
top: 275px;
height: 200px;
line-height: 30px;
}


/* work-category */
.art-work-cat {
margin-bottom: 24px;
width: 590px;
}

.art-work-cat br {
line-height: 7px;
}
.art-work-cat table {
width: 430px;
border-spacing: 0;
/* margin-left: 12px; */
}

.art-work-cat p {
margin: 0;
width: 60%;
}
.art-work-cat img {
padding: 2px;
border: 1px solid #bbb;
margin-right: 10px;
margin-bottom: 4px;
}

td {
padding: 0;
margin: 0;
vertical-align: top;
}

h2, h3 {
font-weight: bold;
font-size: 12px;
}

#imprint {
float: right;
width: 200px;
}

#contact-form {
width: 270px;
}

label {
font-size: 10px;
color: #aaa;
margin-bottom: 1px;
}

legend, label, input, select {
display: block;
float: left;
width: 265px;
}

form br {
clear: left;
}

input#zemSubmit {
float: none;
width: auto;
}

#contact-form textarea {
width: 264px;
height: 70px;
}

input, textarea {
font-size: 11px;
color: #000;
font-family: "Andale Mono", "Courier New", Courier, monospace;
border: 1px solid #bbb;
padding: 2px; margin: 0;
}

.hidden {
visibility: hidden;
}

#logo {
position: relative;
top: 550px;
left: 679px;
}

#logo-start {
position: relative;
top: 100px;
left: 125px;
}


img {
border: none;
}

#preload {
visibility: hidden;
height: 1px;
width: 1px;
overflow: hidden;
}

#text {
}

#your-e-mail {}

#zemSubmit {}

.zemError, #contact p {
}

/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

/*  scrollgeneric is used for corrective styling of elements, and should not be modified or removed */ 
.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}

.vscrollerbase {
width: 10px;
background: #D7EBDF url(../img2/scroll-back.png) 0px 0px repeat-y;
height: 50px;
}

.vscrollerbar {
width: 10px;
background: #99CBCB url(../img2/scrollbar-mid.png) 0px 0px repeat-y;
}

.vscrollerbarbeg {
/* height of this element is normally auto set to fit the scrollbase, to cover the base... */
height: 9px !important;
/* ...unless we force the size using an !important decleration */
/* forcing would not be required if Webkit-Safari did not have a background-repeat bug*/
/* this may be fixed by the time Safari 3.0 is released. */
width: 10px;
background: url(../img2/scrollbar-top.png) 0px 0px no-repeat;
}

.vscrollerbarend {
/* height of this element should be set */
height: 9px;
width: 10px;
background: url(../img2/scrollbar-bottom.png) no-repeat;
}


