body{
margin: 0;
}

table{
width: 100%;
border: 0px solid black;
}

td{
border: 0px solid black;
}

table.ram{
/*width: 100%;*/
height: 100%;
background-color: #AAAC9F;
}

table.ram td{
vertical-align: middle;
}

table.container{
/*width: 100%;*/
height: 570px;
background-color: white;
border: 0px solid blue;
}

table.container td{
vertical-align: top;
font: 8pt Verdana;
font-weight: bold;
border: 0px solid blue;
}

table.inhalt{
border: 0px solid blue;
margin-left: 20px;
width: 100%;
}

table.inhalt td{
border: 0px solid blue;
}

table.titel{
margin-bottom: 10px;
}

table.menue{
width: 250px;
border: 0px solid gray;

}

table.menue td{
border: 0px solid gray;
}

table.menuelinks{
border: 0px solid blue;
width: 190px;
}


table.menuelinks td{
border: 0px solid blue;
text-align: right;
}

table.minus td{
border: 0px solid blue;
text-align: center;
}

table.menuerechts{
border: 0px solid blue;
width: 60px;
}

table.menuerechts td{
border: 0px solid blue;
}

table.bildtext{
border-right: 0px solid gray;
margin-top: 240px;
}

table.bildtext td{
text-align: right;
padding-right: 25px;
border: 0px solid gray;
}

table.rechts{
border: 0px solid gray;
}

table.thumbs{
width: 100%;
border: 0px solid gray;
text-align: center;
}

table.thumbs td{
border: 0px solid gray;
}

table.thumbs img{
visibility: hidden;
cursor: pointer;
border: 2px solid white;
}

div.ram{
float: left; 
width: 100px;
height: 350px;
border: 0px solid yellow;
overflow: hidden;
}

div#thumbs{
position: relative;
top: 0;
border: 0px solid red;
}
div.scroll{
border: 0px dashed yellow;
clear: left;
}
table.scroll{
width: 22px;
text-align: center;
margin-left: 35px;
border: 0px solid gray;
}

table.scroll td{
text-align: center;
width: 15px;
border: 0px solid gray;
cursor: pointer;
}

table.view{
margin-left: 40px;
}

table.view img{
cursor: pointer;
}


p.titel{
width: 250px;
border: 0px solid gray;
font: 18pt Arial;
color: silver;
letter-spacing: 2;
padding-top: 5;
}
.green{
color: #7A8C3D;
}

.silver{
color: silver;
}

.thin{
font-weight: 100;
}

#bildtext{
color: silver;
}
a:link{text-decoration: none; color: black}
a:active{text-decoration: none; color: black}
a:visited{text-decoration: none; color: black}
a:hover{text-decoration: none; color: #7A8C3D}

a.thingray:link{text-decoration: none; font-weight: normal; color: silver;}
a.thingray:active{text-decoration: none; font-weight: normal; color: silver;}
a.thingray:visited{text-decoration: none; font-weight: normal; color: silver}
a.thingray:hover{text-decoration: none; font-weight: normal; color: #7A8C3D;}


a.green:link{text-decoration: none; color: #7A8C3D}
a.green:active{text-decoration: none; color: #7A8C3D}
a.green:visited{text-decoration: none; color: #7A8C3D}
a.green:hover{text-decoration: none; color: #000000}

a.gray:link{text-decoration: none; color: silver}
a.gray:active{text-decoration: none; color: silver}
a.gray:visited{text-decoration: none; color: silver}
a.gray:hover{text-decoration: none; color: #445522}
