body {
    background-color:black;
}

* {
    color:#ffcc33;
    text-align:justify;
    font-family:"Comic Sans MS",Tekton,Blueprint,"Dom Casual","Dom Casual BT",cursive;
    font-size:x-small;
}

a:link { 
	color:#ff3300;
}
a:visited { 
	color:#ff6600;
}
a:hover { 
	color:#ff0000;
	text-decoration:none;
}
a:active { 
	color:#ff3300;
}

img, table {
    border:none;
}

img.bordered {
    border:1px solid #ff6600;
}

img.abspos {
    position:absolute;
}

td {
	vertical-align:top;
}

#layout {
    position:absolute;
    top:0;
    left:0;
    z-index: 1;
    visibility:inherit;
}
#arbeiten_head {
    position:absolute;
    visibility:inherit;
    top:35;
    left:150;
    width:575;
    height:58;
    z-index:12;
}
#arbeiten_content {
    position:absolute;
    visibility:inherit;
    top:102;
    left:150;
    width:586;
    height:563;
    z-index:13;
}

#content {
    position:absolute;
    visibility:inherit;
    top:35;
    left:150;
    width:586;
    height:630;
    z-index:13;
}

#nav {
    position:absolute;
    padding-left:3px;
    visibility:inherit;
    top:34;
    left:13;
    width:104;
    height:272;
    z-index:1;
}

#nav img {
    margin-top:1px;
    margin-bottom:2px;
}

.normaltext {
    text-align:justify;
    font-family:"Comic Sans MS",Tekton,Blueprint,"Dom Casual","Dom Casual BT",cursive;
}

.hltext {
    text-align:left;
    font-family:"Comic Sans MS",Tekton,Blueprint,"Dom Casual","Dom Casual BT",cursive;
    color:#ff6600;
}

.largetext {
    text-align:justify;
    font-size:small;
    font-family:"Comic Sans MS",Tekton,Blueprint,"Dom Casual","Dom Casual BT",cursive;
    color:#ff6600;
}

div.efeu {
    position:absolute;
    visibility:inherit;
    width:39;
    height:124;
    left:0;
    z-index:10;
}

table.gallery {
    border:1px solid #ff6600;
}

.interviewer {
    font-style:italic;
    color:#ffeeff;
}