body {
	margin: 0px; padding: 0px;
	font: 10px Verdana;
	float: left;
	text-align: center;
	width: 100%;
	background-color: #BFBFBF;
	margin-top: 20px;
}
table {
	font: 10px Verdana;
	}
img {
	padding: 0px; margin: 0px;
	border: 0px;
}
a {
	display:block;
	outline:none;
	color: #93857A;
	text-decoration: none;
}
a:focus {
outline:none;
}
a:hover {
	text-decoration: underline;
}

fieldset {
	border: 0px solid;
}


.left {
	float: left;
}
.right {
	float: right;
}

div.left,
div.right {
	margin:0px; padding:0px;
}


input,
textarea {
	display:block;
	border: 1px solid #AAACAB;
	border-bottom: 0px;
	border-right: 0px;
	height: auto;
	padding: 2px 4px;
	width: 160px;

	height: 18px;
}

textarea {
	height: 120px;
}
input.hidden {
	border: 0px;
	display: none;
}
input.checkbox {
	float:left;
	width: auto;
}

input.radio {
	width: auto;
	float:left;
}
label.radio {
	float:left;
	clear:none;
}

br.clear {
	margin:0px; padding:0px;
	line-height: 0px;
	clear: both;
	width:0px;
	float:left;
}

a.internal-link {

}
a.intern {
	padding-left: 8px;
	background: url(pfeil.gif) no-repeat;
}
a.external-link,
a.external-link-new-window {
	padding-left: 0px;
	
/*	 color: #6e8978;*/
}

h1, h2, h3, h4, p, li {
	margin: 0px;
	line-height: 12pt;
	line-height: 14px;
	color: #000;
}
h1, h2, h3, h4 {
	font-size: 10px;
	margin-bottom: 8px;
}

/*	Farbige Text-Hervorhebung */

/*	Farbe */
div.downloads a,
a.internal-link,
a.intern,
div.csc-header h1 {
	/*color: #3FADC2;
	color: #000;*/
}


#main {
	/* margin: auto auto;  */
	width: 910px;
	height: auto;
	text-align: left;
	height: 757px;

	background-color: #E4E6E0;
	margin:auto auto;
}

#main div.head {
	float:left;
	width:100%;
	height: 126px;
	border-bottom: 2px solid #FFF;
}

#main div.head div.logo {
	float:right;

	margin-top: 62px;
	margin-top: 30px;
	width: 216px;
}
#main div.head img {
	border: 0px; margin:0px; padding:0px;
	float:left;
}
#main-content {
	float:left;
	background-color:#ccc;
	height: 511px;
	width:100%;
}

#main-content a.internal-link {
	margin:0px; padding:0px;
	width: auto;
	padding-left: 12px;
	background: url(pfeil-rot.gif) no-repeat 0px 3px;
}
#main div.head div.left {
}
#main div.head div.left a {
	float:left;
}
#main div.head div.right{
}

#main div.content {
	width: 472px;
	width: 714px;
	height: 100%;
	float:left;
	overflow: auto;
	margin:0px; padding:0px;
	margin-left: 196px;
	background-color: #FFF;
	padding-left: 170px;
	width: 544px;
}

div.content p.bodytext,
div.content div.csc-header {
	width: 400px;
}

div.content div.csc-header {
	margin-top: 50px;
}
div.content h1 {
	color: #000;
	font-size: 16pt;
	line-height: 24pt;
}
div.content p.bodytext {

}

#main div.content embed {
}

#main div.footer {
	border-top: 2px solid #FFF;
	float:left;
	width:100%;
	height:116px;
}



/** SCROLLABLE CONTENT */

.scrollable-content {
	width: 100%;
	height: 100%;
	border: 0px solid;
	overflow:hidden;
}

.scrollable-content .scrollable-items {
	width: 20000px;
	height: 511px;
	
}
.scrollable-content .scrollable-items .box {
	float:left;
	width: 687px;
	height: 511px;
}

.scrollable-content .menu {
	position: absolute;
	margin-top: -40px;
	
	
}

.scrollable-content .menu a {
	display:block;
	float:left;
	margin-right: 20px;
	background-color: #CCCDCB;
	color: #fff;
	padding: 2px;
	border: 1px solid #dCdDdB;
}

