/* CSS Document */
body { 
color: black;
background-color:rgb(255,255,204);
font-size: 100%; 
font-family: Verdana,Helvetica,Arial,sans-serif;
padding: 10px; /*Abstand des bodys zum Fenster*/
/*min-width: 41em;*/ /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
}

.mainTable {
  width:830px;
}

/*TABELLENBEREICHE*/
.header{
/*position:fixed;*/
/*width:800px;/*/
/*height:155px;*/
}

.menu{
height:30px;
border-width:0px;
background-color:#333333;
}

.menuItem{
text-align: center;
width: 200px;
height: 25px;
border-width:0px; 
background-color:#333333; 
font-size:80%; 
/*border-spacing: 10px 10px;*/
}

.contentTable{

}

.content{
/*width:593px;*/
height: 75px;
/*padding-top:5px; INHALT ABSTAND*/
border-width:1px;
border-color:#333333;
border-style:groove;
}

.picture{
/*width:200px;*/
float: right;
}

.footer{
/*width:800px;*/
height:25px;
background-color:#333333;
color:rgb(153,153,255);
font-size:80%;}

.null{
width:0px;
height:0px;
padding:0px; 
border-width:0px;
margin:0px;
}

/*LINKS*/
a:link {color:rgb(153,153,255);text-decoration:none;}
a:visited {color:rgb(153,153,255);text-decoration:none;}
a:focus {color:rgb(153,153,255);text-decoration:none; font-weight:bold}
a:hover {color:rgb(153,153,255);text-decoration:none; font-weight:bold}
a:active {color:rgb(153,153,255);text-decoration:none; font-weight:bold}

/*RAHMEN*/
.border {
  border-width:1px;
  border-style:solid;
  border-color:#333333;
  padding: 10px;
  text-align:justify;
  border-collapse:separate; 
  border-spacing:5px;
}
