﻿/* mainFrame CSS */

body {
	background-color		  : #55320E;
	scrollbar-track-color	  : #55320E;
	scrollbar-face-color 	  : #cc9966;
	scrollbar-3dlight-color   : #EBE4CF; 
	scrollbar-highlight-color : #EBE4CF;
	margin-top:		0;
	margin-left:	0;
	margin-right:	0;
	margin-bottom:	0; 
	}
table{
	font-family: Verdana;
	font-size: 12px;	
	color: #FFFFFF;
}

.u1{ font-size:16px; font-weight:bold; }/*Überschrift 1 für ks/home.php*/
.name{
	font-size: 14px;
	font-weight:bold;
}

.noClick{ font-weight:bold; }

.info{
	font-size: 10px;
	font-weight:bolder;
	text-align:left;
}

.hinweis{ font-size: 11px; }

.hide{ visibility:hidden; }

A:link		{ color: #DBDE00; text-decoration : none; font-style:italic; }
A:visited 	{ color: #DBDE00; text-decoration : none; font-style:italic; }
A:hover		{ color: #DBDE00; text-decoration : underline; font-style:italic; }
A:active	{ color: #DDDDDD; text-decoration : none; font-style:italic; }

input.anmelden {
	border: medium outset;
	background-color: #C1A574;
	background-repeat: no-repeat;
	background-position: left center ;
	border-color: #EBE4CF #EBE4CF #EBE4CF #EBE4CF;
	color: #55320E;
	font-size:12px;
	font-weight:600;
	height:inherit;
	width:80px;
}

input.fName{ 	display: block; color: #55320E; width: 240px; }
input.fEmail{ 	display: block; color: #55320E; width: 240px; }
input.fSubject{ display: block; color: #55320E; width: 500px; }
input.fMessage{ display: block; color: #55320E; width: 500px; height:250px;}

#eNL_II{ float:left; padding:10px; text-align:center; height:290px;}