
* {
	margin: 0;
	padding: 0;
}

body {
	background: #d1d1d1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	/*padding: 0;*/
}
/*
h1, h2, h3 , h4{
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #578352;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 152%;
}

h3 {
	margin-bottom: 10px;
	font-size: 100%;
	font-weight: bold;
}
*/
p, ul, ol {
	margin-bottom: 10px;
}

ul, ol {
	margin-left: 2em;
}


a:link {
	color: #0AAAFD;
}

a:hover, a:active {
	text-decoration: none;
	color: #FF6700;
}

a:visited {
	color: #7F7772;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

img.spacer  {
	float: left;
	border: none;
}

/* Header */

#header {
	width: 992px;
	height: 220px;
	margin: 0 auto;
	background: #bcd289;
	background: url(default_FILES/oben.jpg) no-repeat;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

#header p {
	color: #000000;
	padding: 10px 0 0 820px;
}

/* Page */

#page {
	width: 992px;
	margin: 0 auto;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-bottom: 0px;
	background: #bcd289;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}


/* Content  */

#content {
	width: 580px;
	margin: 10px 10px 5px 220px;
}

/* Seitenüberschrift  */

#contenttitel {
	width: 580px;
	margin: -32px 0 1px 0;
	position: relative;
	z-index: 1;
}


/* Content News (rechts) */

#contentrechts {
	float: right;
	width: 155px;
	margin: -21px 15px 0 0;
	position: relative;
}


/* Sidebar links (Losung) */

#sidebar {
	float: left;
	margin: 9px 0 0 63px;
	width: 140px;
	position: absolute;
	z-index: 1;
}


/* Footer */

#footer {
	width: 992px;
	height: 90px;
	margin: 0 auto;
	background: #bcd289;
	background: url(default_FILES/unten.jpg) no-repeat;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	margin-top: 0px;
}

#footer p {
	color: #000000;
	padding: 65px 0 0 75px;
}

a.hki:link{
	color: #000000;
	text-decoration: none;
}

a.hki:visited {
	color: #000000;
	text-decoration: none;
}

a.hki:hover {
	color: #578352;
	text-decoration: underline;
}

a.hki:active {
	color: #000000;
	text-decoration: none;
}

img.ghl {
	float: left;
	margin: -150px 0 0 110px;
	position: relative;
}


/* CSC Styles start here */

P.csc-caption
{
        font-family: Arial,Helvetica,Verdana,sans-serif;
        font-size: 10px;
        font-weight: normal;
        color: #000000;      
}

.csc-frame-frame1 {	
	background-color: #ffffff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #578352;
	padding: 8px;
	margin-bottom: 8px;
	overflow: hidden;
}

.csc-frame-frame2 {	
	padding: 6px;
	overflow: hidden;
}

DIV.csc-frame-rulerAfter {	
	height:1px;
	width:100%;
	overflow:hidden;
	border-top-style: dashed; 
	border-top-width: 1px;
	border-top-color:#CDCFD2;
	margin-top: 10px;
}

.csc-abstract {		
	margin-bottom: 8px;
}

TABLE.csc-uploads  { 
	background-color: transparent;
}

.csc-uploads-fileSize {			
	font-weight: bold;
}

P.csc-uploads-description {		
	font-size: 11px;
	margin-bottom: 4px;
	display: block;
	width: 180px;
}

.csc-header-date {		
	font-size: 12px;
	font-weight: bold;		
}

/* Images / Captions */
.csc-textpic-caption {
	font-size: 11px;
}

/*Css styled content Clearer */
	DIV.csc-textpic-clear { 
	margin:0px;
	padding:0px;
	height:0px;
	line-height:0px;
	}
	
	DIV.csc-textpic IMG.img-blue-border {
	border:1px solid #00397C;
	}

/*DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 0px; }*/

