body {
   padding:0px;
   margin-top:0px;
   margin-bottom:10px;
   font-size: 12px;
   font-family:verdana;
   background-color: #ffcc66;
	overflow: -moz-scrollbars-vertical;
   }
	
p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.align-right {
	text-align: right;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-justify {
	text-align: justify;
}

.navi_div {
	height: 18px;
	}

a:link, a:visited, a:active {
	color: Blue;
	text-decoration: underline;
	font-weight: bold;
	}
	
a:hover {
	color:red;
	text-decoration: none;
	font-weight:bold;
	}

a.navi {
 	padding:3px;
 	text-align:left;
        font-size: 12px;
 	}
 
a.navi:link, a.navi:visited, a.navi:active { 
	color:#000000;
 	text-decoration:none;
	font-weight:bold;
	}

a.navi:hover {
	color: Red;
	font-weight: bold;
	text-decoration: underline;
	}
	
.navi_spc {
	visibility: hidden;
	line-height: 14px;
}

a.subnavi {
 	padding: 3px;
	margin-right: -2px;
 	text-align:center;
 	text-decoration:none;
	border: 1px solid #000000;
	font-size: 12px;
	line-height: 2;
 	}

a.subnavi:link, a.subnavi:visited { 
	color:#ffffff;
 	background-color:#990000;
 	text-decoration:none;
	font-weight:bold;
	}

a.subnavi:active, a.subnavi:hover { 
	color:#990000;
	font-weight:bold;
 	background-color:#FFFFCC;
	}
	
h1 {
	font-size: 16px;
	margin: 10px 0px;
	color: Black;
	}

h2 {
	font-size: 14px;
	margin: 10px 0px;
	color: Black;
	}
	
h3 {
	font-size: 12px;
	margin: 10px 0px;
	color: Black;
	}
	
td {
    font-size: 12px;
}

hr {
	height: 2px;
	border: 0px; /* Für Firefox und Opera */
 	border-top: solid 2px #F5EB99;
 	border-bottom: transparent;
	clear: both;
}
	
.content {
   border-left :2pt solid #F5EB99;
   padding: 10px;
   font-size: 12px;
   }
	
.news-amenu-item-year {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
}

.gfpb_portret {
	text-align: center;
}

/* +++++++++++++++++++++++++++++++++++++++ */
/* Forms Layout */
/* +++++++++++++++++++++++++++++++++++++++ */
.form_feld {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	border: 1px solid #F5EB99;
	width: 300px;
	color: #4d4d4d;
	font-weight: normal;
	position: left;
}

.form_select {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	border: 1px solid #F5EB99;
	width: 302px;
	color: #4d4d4d;
	font-weight: normal;
}

.form_button {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	border: 1px solid #F5EB99;
	width: 152px;
	background-color: #eeeeee;
	color: #4d4d4d;
	font-weight: bold;
	padding: 2px;
	margin-top: 5px;
}

.csc-mailform {
	border: none;
	margin-top: 10px;
	}

.csc-mailform-field {
	width: 300px;
	margin-top: 2px;
	font-weight: bold;
	text-align: left;
	}

.csc-form-label {
	margin: 3px;
}

.csc-form-fieldcell {
	margin: 3px;
}

.csc-form-label-req {
	margin: 3px;
}

/* Such Wörter Farbe */
.csc-sword {
	color: Red;
}