

body{
	margin-top: 10px; margin-left: 0px; margin-right: 0px;margin-bottom: 10px; 
	color: #000000;  
	background-color:#696969;
}


table,tr,td{
	color: #000000;
	font: normal 13px/18px  helvetica,verdana, times, serif;
}



/* grundlayout*/
.inhalt {
	background-color:#ffffff;

}

.leisteun {
	background-color:#0066B3; 
	color:#FFD000;  
	font-size: 13px;
	height:30px;
	line-height:20px;
}

.leisteun:link {color:#FFD000; text-decoration:none}
.leisteun:visited {color:#FFD000; text-decoration:none}
.leisteun:hover {color:yellow; text-decoration:underline}

.leisteob:link {color:#FFD000; text-decoration:none; font-size:13px}
.leisteob:visited {color:#FFD000; text-decoration:none; font-size:13px}
.leisteob:hover {color:yellow; text-decoration:underline; font-size:13px}


.logo {
	color:black;
	height:120px;
	background: #ffffff url("images/back.jpg") ;

}

.hpname{ 
	color:#fff;
	font-size:37px;
	letter-spacing:2px
}




.box {
	background-color: #E9E9E9; 
	color:black;  
	text-decoration:none ;	
	font-family: arial, helvetica, tahoma ,verdana,  sans-serif; 
	font-size: 14px;
	padding:2px;
}

.box2 {
	background-color: #fff; 
	color:black;  
	text-decoration:none ;	
	font-family: arial, helvetica, tahoma ,verdana,  sans-serif; 
	font-size: 13px;
	padding:10px;
}


#menu a, #menu a:visited , #menu a:active {
	display: table-cell;
	color:#fff;
	text-decoration:none ;
	line-height:36px;
	background-image:url(images/community_menu_back.png);
	background-repeat:repeat-x;
	width:140px;
	height:40px;
	text-align:center;
	border-left:solid 1px green;
	border-right:solid 1px green;

}

#menu a:hover {
	color:yellow;
	height:40px;
	background-image:url(images/community_menu_back_hover.png); 
}



/* imageMenu, damit align=left */
ul {

	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


/* allgemeine links im text */

a:link, a:visited, a:active{ 
	text-decoration:none;
	color:#4B60C8;
}

a:hover{ 
	text-decoration:underline;
	color:#000;
}

form input, form textarea, form select, input.fileUpload{border:1px solid #ccc; padding: 3px}

form input:hover, form textarea:hover, form select:hover, input.fileUpload:hover { border: 1px solid #88C4FF; }
form input:focus, form textarea:focus, form select:focus, input.fileUpload:focus{ background-color: #E7FEFD; border: 1px solid #88C4FF; }