html {height:101%}

body		
{
font-family: Arial, Helvetica;
background-color: #2E2E33;
margin:0;       
color: #d4d4d4;
text-align:center;
}

#header
{
text-align:center;
width:1024px;
}

#navy
{
text-align:center;
width:1024px;
border: 3px solid silver;
background-color: #000000;
font-size: 2em;
height:90px;
}

#navy1
{
text-align:center;
height:40px;
width:1024px;
display: table-cell;
vertical-align: middle;
}
#navy2
{
text-align:center;
height:80px;
width:1024px;

}
#kasten
{
background-color: #000000;
text-align:left;
padding:10px 10px;
border: 3px solid silver;
border-style:outset;
}

#container
{
margin:auto;
text-align:left;
width:1024px;
}

img.bilder
{
border-style:solid;
border-width:10px;
border-color:#5F5F5F;
margin:10px;
}

h1
{
color:#FFFF00;
}

A         
{ color: #66BBFF; font-family: Arial, Helvetica, Sans-Serif; font-size: 13pt; font-weight: normal; text-decoration: none }

a:link {
	color:66BBFF;
}

a:visited {color:66BBFF}
a:active {color:#FFFFFF}
A:hover   { color: #ff6600; text-decoration: underline; }

@media only screen and (max-width:1000px)
{

A         
{ color: #66BBFF; font-family: Arial, Helvetica, Sans-Serif; font-size: 13pt; font-weight: normal; text-decoration: none;font-size:1.8rem; }


a.myLink {
  font-size:1.8rem;
}
#container
{
font-size: 2.3rem;
}
}
