body {
	      font-size: 13px;
		  font-family:"Trebuchet MS";
		  background : no-repeat;
		  background : url("../img/backgroundgardient.jpg")  repeat-x;		  
}

input , select{
 border: 1px solid Blue;
}
table {
	      font-size: 13px;
		  font-family:"Trebuchet MS";	  
}
a.navi:link,a.navi:visited {
	  color: #FFFFFF;
      text-decoration: none;
	  font-weight : bold;
}
a.navi:hover,a.navi:active,a.navi:focus {
	color: #FFCC00;
    text-decoration: underline;
	font-weight : bold;
}


a.undernavi:link,a.undernavi:visited {
	color: #0000FF;
    text-decoration: underline;
}
a.undernavi:hover,a.undernavi:active,a.undernavi:focus {
	color: #FFCC00;
    text-decoration: underline;
}
ul.undernavi{float:left;margin:0;padding:0;}
li.undernavi{float:left;margin:0 5px;padding:0 5px;list-style:none;}

#navigation {
	width: 100%;
	background-color: #0000ff;
	height: 28px;
	font-size: 14px;
}

#navigation ul.navi{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navigation ul.navi li {
	 float: left;
	 padding-left: 25px;
	 padding-right : 25px;
	 padding-top:  5px;
}



ul.subnavi{
	margin: 0px 0px 0px 1px;
	padding : 0px 0px 0px 15px;
}
li.subnavi {
	 padding : 0px 0px 0px 1px;
	 margin: 0px 0px 0px 1px;
}

ul.subsubnavi{
 	margin: 0px 0px 0px 1px;
	padding : 0px 0px 0px 15px;
}

.input_a
{
	  width : 200px;
	  font-family:"Trebuchet MS";
	  MARGIN: 0px 0px 0px 0px;
      BACKGROUND-COLOR: #f5f5f5;
}

.input_kl
{
	  width : 150px;
	  font-family:"Trebuchet MS";
	  MARGIN: 0px 0px 0px 0px; 
      BACKGROUND-COLOR: #f5f5f5;
}

textarea.textar {
	border: 1px solid Blue;
	height: 80px;
	width: 265px;
	background-color: #e4f9f7;
}


.forum_kategorie{
	font-size: 12px;
	font-weight : bold;
	background : #99ccff;
	padding : 7px;
	color : Green;
}
.forum_kategorie_beschreibung{
	font-size: 11px;
}
.forum_thema{
	background : #ffd8b1;
	padding : 5px;

}
.forum_thema_titel {
	font-size: 12px;
	font-weight : bold;
}
.forum_thema_user {
	font-size: 11px;
}
