html { 
  padding:0px;
  margin:0px;
}

body 
{
  background-color: #e1ddd9;
  background-color: #336699;
  background-color: #E8E8E8;
  
  font-size: 100%;
  font-family: Verdana, Geneva, Arial, Times, sans-serif;
  color:#6B6B6B;  
  padding:0px 10px;
  margin:0px;
}

h1 
{
/*text-align:center;*/
	text-indent:19%;
  font-size:        180%;
  color:            #FFFF99;
  color:#6B6B6B;
  color:#003366;
  padding:5px;
  /*font-family: Comic Sans MS;*/
}
h2 {
  font-size:        110%;
  color:            #000033;
  color:#6B6B6B;
  color:#003366;
}
h3{
  font-size:        120%;
  color:            #ffff33;
  color:#6B6B6B;
  color:#003366;
}

.inhalt 
{
	position:  absolute;
	left: 20%; 
	width: 50%; 
	top: 10%; 
	
  /*margin-left: 200px;*/
	background-color:#003366;
	background-color:#b9b9b9;
	text-align:center;
	overflow: auto;
	color: #ffff33;
	color:#000000;
	border-color:Red;
	padding: 2px;
	border-color:White;
}

.news
{
	color: #ffff33;
	color:#ffffcc;
	position: absolute; 
	left: 20%; 
	width: 50%; 
	top: 10%; 
	/*background-color:#003366;*/
	background-color:#b9b9b9;
	text-align:left;
	padding: 10px;
	border-color:White;
}
#menu 
{
	font-size:90%;
	position: absolute;
	left: 0%; 
	width: 17%; 
	top: 10%; 
	color:#003300
	/*font-weight:bold;*/
}
#menu li
{
	list-style-type:none;
}
table
{
	/*position:  relative;*/
	font-size: 100%;
	margin-left: 10px;
	margin-right: 10px;
	border: thin solid yellow;
	border-collapse: collapse;
	clear: none;
}
td,th{
border: thin dotted yellow;
/*padding: 2px;*/
}
th
{
	text-align:center;
}



.right 
{
	position: absolute; 
	left: 72%; 
	width: 22%; 
	top: 10%;
	overflow: auto;
	color:#FF6600;
	color:#000000;
	color:#003366;
}
.right em
{
	font-style:normal;
	color: #FFFF00;
	color:#FFFFFF; /*weiss*/
	color:#646464;/*grau*/
	
}
	
#post 
{
	border-width: thin;
	border-style:dotted;
	border-color:#ffff33;
	margin: 10px;
	padding: 10px;	
	text-align:center;
}

.gross
{
	position: absolute; 
	left: 20%; 
	width:80%; 
	overflow: auto;
	top: 10%; 
	height:100%
} 

/*a:link { font-weight:bold;font-size:100%; color:#FF6600; text-decoration:none; }*/
/*angezeigte nicht aktivierte Menüs}*/
a:visited {font-weight: normal; font-size:110%; color:#FF6600; text-decoration:none; }
a:visited {font-weight:normal; font-size:110%; color:#6B6B6B; text-decoration:none; }
a:visited {font-weight:bold; font-size:100%; color:#6B6B6B; text-decoration:none; }


a:focus { font-weight:normal; font-size:110%;color:#FF6600; text-decoration:underline; }
a:focus { font-weight:normal; font-size:110%;color:#003366; text-decoration:underline; }
/*a:focus { font-weight:bold; font-size:100%;color:red; text-decoration:underline; }*/

/*beim darüberfahren des Links*/
a:hover { font-weight:normal; font-size:110%;color:Yellow; text-decoration:none; }
a:hover { font-weight:bold; font-size:100%;color:#33cccc; text-decoration:none; }

/*beim Klicken auf einen Link*/
a:active { font-weight:normal; font-size:110%;color:lime; text-decoration:underline; }
a:active { font-weight:bold; font-size:100%;color:black; text-decoration:underline; }

/*noch nie angeklickte Menüs*/
a:link { font-weight:bold;font-size:110%; color:#6B6B6B; text-decoration:none; }
a:link { font-weight:bold;font-size:100%; color:#003366; text-decoration:none;}

/*
a:visited {font-weight:bold; font-size:100%; color:#990033; text-decoration:none; }
a:focus { font-weight:bold; font-size:100%;color:#990000; text-decoration:underline; }
a:hover { font-weight:bold; font-size:100%;color:Yellow; text-decoration:none; }
a:active { font-weight:bold; font-size:100%;color:lime; text-decoration:underline; }*/

.news a:link { font-weight:bold;font-size:100%; color:Aqua; text-decoration:none; }
.news a:visited {font-weight:bold; font-size:100%; color:Aqua; text-decoration:none; }
.news a:focus { font-weight:bold; font-size:100%;color:Aqua; text-decoration:underline;}
.news a:hover { font-weight:bold; font-size:100%;color:Aqua; text-decoration:none; }
.news a:active { font-weight:bold; font-size:100%;color:Aqua; text-decoration:underline; }
