body,td,th {
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(pictures/hgmain.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: fixed;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #333333;
}
.menue {
	font-size: 14px;
	font-weight: bold;
}
.fusszeile {font-size: 10px}
.adresse {font-size: 11px}

/*Style für Loginbox und so...*/
p{
	margin-left: 10px;
}
h2{
	margin-top: 20px;
	margin-left: 0px;
}
h3{
	margin-left: 5px;
}
input:focus, input:hover{
	background-color: #FBE6AF;
}
.submit,
.reset{
	background-color: #fbb600;
	border: 1px solid #ccc;
	font-weight: bold;
}
.hidden{
	visibility: hidden;
}
#myBox{
	margin: 15px;
	padding: 10px;
	width: 50%;
}
input{
	display: block;
	width: 10em;
	float: left;
	margin: 2px;
	padding: 2px;
}
.optionBox{
	width: 15px;
}
br{
	clear:left;
}
label { 
	width: 8em; 
	margin: 5px;
	padding: 5px;
	float:left; 
	text-align: right;
	font-weight: normal;
	color: #000;
}
.alertMessage{
	color: red;
}
#pageTitle{
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #ccc;
	background-color:#fbd981;
	padding: 2px;
}
fieldset{
	color: black;
	background-color:#fbd981;
	border: 1px solid #ccc;
}
legend{
	font-weight: bold;
}
#banner{
	background-image: url(pictures/hgbanner.jpg);
	width: 100%;
	height: 100%;
}
#platzhalter{
	margin: auto;
	padding: 10px;
	text-align: center;
	border: 1px solid #000;
	width: 200px;
	height: 150px;
}
#inArbeitBox{
	margin: auto;
	margin-top: 20px;
	padding: 10px;
	width: 260px;
	height: 230px;
	background-image:url(pictures/inArbeit.jpg);
	background-repeat:no-repeat;
	text-align: center;
	font-weight: bold;
}
#anmedlung{
	font-weight: normal;
}
#datum, #zeit{
	font-weight: bold;
}
#beschreibung{
}
#ort{
}
#titel{
	font-weight: bold;
	/*font-size: larger;*/
}
.termin{
	/*border: 1px solid #000;*/
	margin: 26px;
	border-bottom: 1px solid #ccc;
}
#unpairLeft, #unpairRight{
	background-color: #fbd981;
	height: 100%;
	padding: 5px;
	border: 1px solid #ccc;	
	
}
#unpairLeft{
	border-right: 1px dotted #ccc;
}
#unpairRight{
	border-left: none;
}
#pairLeft, #pairRight{
	background-color: #ffffcc;
	height: 100%;
	padding: 5px;
	border: 1px solid #000;	
}
#pairLeft{
	border-right: 1px dotted #000;
}
#pairRight{
	border-left: none;
}

/* FORUM */
.ForumTable{
	border: 1px solid #ccc;
	margin: 26px;
	margin-top: 12px;
}
.TopicHeader {
	color: #000;
	font-weight: bold;
}
.TopicListing {
	color: #fff;
	font-weight: bold;
	border-top: 1px solid #ccc;
}
.TopicListing a:link,
.TopicListing a:hover,
.TopicListing a:active,
.TopicListing a:visited{
	color: #000;
	text-decoration: none;
}
.NoTopic {color: #fbb600}
.NewTopic{
	border: 2px solid #000;
	border-bottom: none;
	background-color:#fbb600;
	font-weight: bold;
}
.TopicRow{
	/*font-size: small;*/
	border-top: 1px solid #ccc;
	border-left: 1px dotted #ccc;
}
.MessageAuthor{
	border-top: 1px solid #ccc;
}
.MessageText{
	border-top: 1px solid #ccc;
	border-left: 1px dotted #ccc;
}
.MessageDate {font-size: smaller;}
.backToOverview a:link,
.backToOverview a:active,
.backToOverview a:visited{
	/*text-decoration:none;*/
}
