/**************** NCSF Style von Moritz Gie�mann   www.dead-pixel.de *****/
/**************** Weiterentwicklung des Generic-Stylesheets *****/
/**************** Body and tag styles ****************/

* {
	margin:0;
	padding:0;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:1.4em;
	color:#2a0807;
	background: url(images/bg.jpg) repeat-x #eaf1f9;
background-attachment:fixed;
	margin: 0px 0px 10px 0px;
	}
p form {
	margin-top:0;
	margin-bottom:20px;
}
hr {
	height:1px;
	background:#52982f;
}
img.left, img.center, img.right {
	padding:4px;
	border:1px solid #a0a0a0;
}
img.left {
	float:left;
	margin:0 12px 5px 0;
}
img.center {
	display:block;
	margin:0 auto 5px auto;
}
img.right {
	float:right;
	margin:0 0 5px 12px;
}
textarea, input, select {
	margin:5px;
	padding:2px;
}

a:active {
	position:relative !important;
        top:1px !important;
}
/**************** Header and navigation styles ****************/

#wrapper {
	width:923px;
	margin:0 auto 12px;
	text-align:left;
	background:#fff;
	position: relative;
	top: 10px;
	padding-bottom:1px;
}
#header {
	height:268px;
	width:923px;
	background: url(images/head.jpg) no-repeat top left;
}

#header h1 {
	text-indent:-9999em;
}

#header h1 a {
	display:block;
        width:923px;
        height:268px;
        overflow:hidden;
}

#header h1 a:active {
	outline:none; 
}

#navigation {
	letter-spacing:0.05em;
	font-size:1em;
	margin-left:12px;
	height:2.2em;
	line-height:2.2em;
	width:899px;
	background: url(images/nav.jpg);
	color:#e2db00;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
#navigation li {
	float:left;
	list-style-type:none;
	white-space:nowrap;
	display: inline;
	position: relative;
}
#navigation li a {
	display:block;
	padding:0 15px;
	font-size:0.9em;
	text-decoration:none;
	color: #fff;
}
* html #navigation a {
	width:1%;
}
#navigation .selected, #navigation a:hover {
	color:#e2db00;
	text-decoration:none;
}
/* Navigation for drop downs*/

	ul li#bypass {
	display : none;
}
#navigation ul {
	height: 18px; /* you will also need to change #navigation a padding and #navigation li ul margin-top*/
	width: 100%;
	margin:0;
	padding: 0;
	background: url(images/nav.jpg) top left; /* background color of the drop downs */
	color: #fff;
	list-style-type : none;
}
#navigation li ul {
	margin-top : 0px;		/* How far down the drop down menus start  - you will also need to change #navigation ul height and #navigation a padding */
	display : none;
	left : 0;
	position : absolute;
	width : 180px;		/* width of the drop down menus? */
	height : auto;
	border-left:0;
	border-right:0;
}
#navigation li li {
	/* width of the drop down menus? */
			background:url(images/nav.jpg);
	border-top:2px solid #69aa43;
}
#navigation ul li.sel ul li a {
	background: url(images/nav.jpg);
	color:#fff;
}
#navigation li li a {
	display:block;
	padding:0 15px;
	text-decoration:none;
	color: #fff;
	border-right: none;
	width: 160px;
}
#navigation li li a:hover {
	color:#fff;
}
#navigation a:hover, #navigation a:focus, #navigation ul li.sel ul li a:hover {
	background:#52982f;
	color: #fff;
}
#navigation ul li ul li.sel a {
	color:#52982f;
}
#navigation .sel a {
	color: #52982f;
	font-weight:bold;
	background:url(images/nava.jpg) repeat-x #fff;
}
#navivation a:active {
	color: #fff;
}
/**************** Content styles ****************/

#content {
	margin-left:12px;
	margin-bottom:12px;
margin-top:18px;
	float:left;
	width:585px;
	font-size:0.8em;
	padding:0 10px 0 8px;
	color:#194874;
	letter-spacing:0.01em;
font-family:Verdana, Arial, sans-serif;
}
#content h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#52982f;
}
#content h1 {

	font-size:1.7em;
	font-weight:normal;
	padding:0 0 2px 0;
margin-top:12px;
	margin-bottom:5px;
	border-bottom:5px solid #eaf1f9;
}

#content h2 {
	display:block;
	font-size:1.6em;
	font-weight:normal;
	background-color:inherit;
	margin: 15px 0 7px 0;
}

#content h3 {
	letter-spacing:3px;
	padding: 8px 0px 3px 0px;
	display:block;
	font-size:1.4em;
	font-weight:normal;
}
#content p {
	margin:5px 0px 20px 0px;
	padding-left:3px;
}
#content p.bc {
	margin:5px 0px 0px 0px;
}
#content a, #subcontent h3 a, #subcontent a {
	text-decoration:none;
	border-bottom:1px dotted;	
	color:#52982f;
}
#content a:hover #subcontent h3 a:hover, #subcontent a:hover {
	text-decoration:none;
	border-bottom:1px solid;
}
#content a img {








text-decoration:none;
	border: none;
}
#content h2 a {
	font-weight:normal;
margin:0 0 5px 0;
}
#content h3 {
	margin:0 0 5px 0;
	font-size:1.4em;
	letter-spacing:-1px;
}
#content ul, #content ol {
	margin:10px 5px 15px 35px;
}
#content ul li, #subcontent ul li {
	list-style-image:url(images/bull.gif);
}
#content dl {
	margin:0 5px 10px 25px;
}
#content dt {
	font-weight:bold;
	margin-bottom:5px;
}
#content dd {
	margin:0 0 10px 15px;
}
/**************** Sidebar styles ****************/

#subcontent {
	font-size:0.8em;
	float:right;
	width:285px;
	padding:0 0 5px 0;
	line-height:1.4em;
	margin:12px 12px 12px 0;
	color:#194874;
font-family:Verdana, Arial, sans-serif;

}
#subcontent h2 {
	font-size:1.7em;
	font-weight:normal;
	padding:15px 0 5px 0;
	margin-top:5px;
	margin-bottom:5px;
	border-bottom:5px solid #eaf1f9;
}
#subcontent h3 {
	font-size:1.3em;
	font-weight:normal;
	padding:6px 0 6px 2px;
	color:#194874;
}
#subcontent p {
	margin:0 0 16px 0;
	font-size:0.9em;
	padding-left:5px;
}
#subcontent img {
	margin-bottom:10px;
	margin-top:10px;
	margin-left:2px;
}

 #subcontent ul li {
	list-style-image:url(images/bull.gif);
	margin-left:19px;
}

#subcontent img a {
	border:none !important;

}


/**************** Footer styles ****************/

#footer {
	margin:0 12px 12px 12px;
	clear:both;
	width:899px;
	padding:5px 0;
	font-size:0.9em;
	color:#fff;
	background: url(images/nav.jpg) top left;
}
#footer img {
	position:relative;
	top:5px;
	padding-right:10px;
}
#footer p {
	padding:0;
	margin:0;
	text-align:center;
}
#footer a {
	color:#fcffa1;
	background-color:inherit;
	font-weight:bold;
}
#footer a:hover {
	color:#fcffa1;
	background-color:inherit;
	text-decoration: underline;
}
/**************** Misc classes and styles ****************/

.splitcontentleft {
	float:left;
	width:48%;
}
.splitcontentright {
	float:right;
	width:48%;
}
.clear {
	clear:both;
}
.small {
	font-size:0.7em;
}
.hide {
	display:none;
}
.textcenter {
	text-align:center;
}
.textright {
	text-align:right;
}
.important {
	color:#000;
	background-color:inherit;
	font-weight:bold;
}
.gbhead {
	padding-left:1px;
	overflow: auto;
}


.gbhead strong {
color:#52982f;
}

p.gbentry {
	padding:6px 3px 6px 6px !important;
background-color:#EAF1F9;
	margin:0px 0px 20px 0px !important;
	overflow: hidden;
border:5px solid #EAF1F9;
-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

}

.box {
	margin:0 0 20px 0;
	padding:10px;
	background-color:#fafbfc;
	color:#000;
	line-height:1.5em;
}
.linkgroup {
background:url (images/bg.gif) top;
}

table.lb  {
	width: 100%;	
	empty-cells:hide;
    }

table.lb td {


}

table.lb td:hover {
background-color: #fff;
}

a.lb_image_link {
background:transparent !important;
border:none !important;
}

a.lb_image_link:hover {
border:none !important;
}

img.lb_image {
border: 1px solid #ccc !important;
padding:3px ;
margin:10px !important ;
}
.date {
font-size:1em;
margin-left:2px;
}

.news {
border-bottom:5px solid #eaf1f9;
margin-bottom:25px;
margin-top:2px;
padding-bottom:10px;

}

.news p {
padding:7px 0 7px 10px !important;
margin:0 0 0 0 !important;
}



.line, .line_rightalign {
	border-bottom: 5px solid #eaf1f9;
}
.line_rightalign { 
	text-align: right;
	white-space: nowrap;
	font-size: 10px;
}
.line_text {
	padding: 0;
}

td.line img {
position:relative; 
top:4px; 
padding-right:3px;
}


.noborder {border:0 !important;}




