/* HTML */

body,td,th {
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #999999;
}

body,html {
	margin: 0;
	overflow: hidden;
	background: #FFF;
	height: 100%;
}

p {
	margin-top: 0;
	padding-top: 0;
}

img {
	border: none;
}

a img {
	border: none;
	padding: 0;
}

a {
	color: #999999;
	text-decoration: none;
	font-size: 9px;
	background: #FFF;
		}

a:hover {
	background: #FFF;
	color: #000;
}

a:focus {
	outline-style: none;
}

ul,li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.hE {width:1px; height:1px; margin:-500em; padding:0; position:absolute; top:-500em; left:0;}
.transparent {position: absolute; top: 50%; left: 50%; margin: -200px 0 0 -350px;}


/* LOGO */

a#logo {
	position: relative;
	top: 50px;
	left: 36px;
	z-index: 2;
}

a#logo:hover
{
    color: #000;
    background: #fff;
}   

/* MENU */

div#bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 240px;
	height: 100%;
	background: #FFF;
	z-index: 1;
}

ul#menu {
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 9px;
	line-height: 15px;
	position: absolute;
	top: 160px;
	left: 36px;
	width: 200px;
	z-index: 1;
	overflow: auto;
}

ul#menu a {
	color: #999999;
	text-decoration: none;
	padding: 1px;
}

ul#menu a:hover {
	background: #FFF;
	color: #000;
}

ul#menu li a {
	padding-left: 0px;
	display: inline;
}

ul#menu li ul li a {
	padding-left: 21px;
	display: inline;
}

ul#menu li ul li ul li a {
	padding-left: 42px;
	display: inline;
}

ul#menu li ul li ul li ul li a {
	padding-left: 63px;
	display: inline;
}

ul#menu a.selected {
	background: #FFF;
	color: #000;
}

div#legal {
	position: absolute;
	left: 20px;
	bottom: 20px;
	font-size: 9px;
	line-height: 11px;
	z-index: 2;
}

/* CONTENT */

div#content-img {
	position: absolute;
	top: 20px;
	left: 240px;
	width: 500px;
	height: 320px;
	background: #FFF;
}

div.content-text {
	position: absolute;
	top: 350px;
	left: 380px;
	width: 450px;
}

div#home {position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; overflow: visible;
          padding:0; margin:0; background: #fff url(backgrounds/rotator.php) no-repeat center;}


/* GALLERY */

#imgs-frame
{
    border: 0px solid blue;
}
#imgs table
{
    height:400px;
}

#imgs td
{
    vertical-align: middle;
    background-image: url(media/blank.gif);
    text-align: left;
    overflow: hidden;
}

#imgs img
{
    max-height: 400px;	
}

div#imgs-frame {
	position: absolute;
	top: 185px;
	left: 240px;
	width: 700px;
	height: 400px;
}

div#controller {
	font-weight: normal;
	font-size: 9px;
}

span#img-number {
	font-weight: normal;
}

div#imgs_caption {
	font-size: 9px;
}

div#imgs {
	position: absolute;
	top: 0;
	left: 0;
}

div#imgs img {
	border: 0;
}

div#text-frame {
	position: absolute;
	top: 160px;
	left: 240px;
	width: 500px;
}

span.credits {
	font-size: 9px;
	line-height: 11px;
}

.textarea
{
    width: 500px; 
    height: 165px;
    overflow: hidden; 
    position: absolute; 
    left: 240px; 
    top: 600px;
}

/* SCROLL */

.uarr {
	display: block;
	width: 13px;
	height: 14px;
	border: 0;
	background: url(media/uarr.gif) no-repeat 0 0;
	text-decoration: none;
}

.uarr:hover {
	background: url(media/uarr.gif) no-repeat -13px 0;
	text-decoration: none;
	cursor:pointer;
}

.darr {
	display: block;
	width: 13px;
	height: 14px;
	border: 0;
	background: url(media/darr.gif) no-repeat 0 0;
	text-decoration: none;
}

.darr:hover {
	background: url(media/darr.gif) no-repeat -13px 0;
	text-decoration: none;
	cursor:pointer;
}

div#vonsung {
	position: absolute;
	right: 36px;
	top: 50px;
	font-size: 9px;
	color:#999999;
	line-height: 11px;
	z-index: 2;
	text-align:right;
}

/* Printing */
@media print {
    #menu {
      display: none;
    }
    img {
      border: 0;
    }
    div#text-frame 
    {
    	top: 450px;
    }
    div#imgs-frame
    {
        position: absolute;
        top: 120px;
    }
    .textarea
    {
        top: 470px;
    }
  }

