body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
/*	text-align: justify; */
	/* text in #content nochmals definiert */


	color: #5c5c5c;

	background-color: #dddddd;

	padding: 0px;
	margin: 0px;

/*
	border-bottom: 1px solid #000000; 
*/

}

p {
	margin-top: 5px;
	margin-bottom: 5px;

}


ul li {

	margin-bottom: 10px;
}

#bodywrap {
	width: 1000px;
	height: 780px;
	margin: auto;

/*	border: 1px solid #000000;  */
}

#header {
	border: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: -3px;
	background-color: #ffffff;
}

#header img {
	border: none;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

#mainarea {
	width: 100%;
	background-color: #d25418;
	overflow: hidden;
}

#leftbar {
	width: 60px;
	height: 607px;
	float: left;
	background-image: url(img/leftbar-trans.png);
	background-repeat: no-repeat;
}

#menubar { 
/*	border: 1px solid #ff0000; */
	width: 165px;
	height: 453px;
	float: left;

	overflow: auto;
	overflow-x: hidden;

	padding-top: 154px;
}

#menubar img {
	border: none;
}

#menu1 {

}

#menu2 {
	margin-top: 50px;
}

#content {
	width: 548px;
	height: 557px;
	float: left;

	overflow: auto;
	overflow-x: hidden;

	background-image: url(img/mainbg-trans.png);
	background-repeat: repeat-y;

	margin-top: 18px;
	padding: 16px 16px 16px 29px; 

	color: #5c5c5c;
	font-size: 13pt;
/* 	text-align: justify; */
	text-align: left;
}

#content h1 {
	font-size: 13pt;
	font-weight: bold;

	text-align: left;
	color: #d25418;
}

a {
	color: #5c5c5c;
}

#content a {
	color: #5c5c5c;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}


/*
#content a {
	color: #d25418;
}
#contect a:active {
	color: #d86d3a;
}
#content a:visited {
	color: #d86d3a;
}
*/

#homecontent {
	text-align: center;
	margin: 0px auto;
}


#rightbar {
	width: 182px;
	height: 607px;
	float: left;

	background-image: url(img/rightbg.png);
	background-repeat: repeat-y;
}
#rightimg {
	height: 487px;
}

#rightbox {

	position: relative;
/*	top: 487px; */
/*	left: 15px; */

	height: 120px;
	width: 120px;

	margin: 0px auto;
	left: -5px;

	background-image: url(img/rightbox.png);
	background-repeat: no-repeat;
	
}

#footer {
	clear: both;
	width: 1001px; 
	height: 20px;

	padding-top: 7px;

	background-image: url(img/rightbg.png);
	background-repeat: repeat-y;
	background-position: right;
}

#impressum {

	float: right;

	padding-right: 183px;

	text-align: right;

	font-size: 9pt;
	font-weight: bold;
	color: #ffffff;
}

.aligncenter {
	margin: 0px auto;
	text-align: center;
}

#homecontent h1 {
	font-size: 17.5pt;
	font-weight: bold;
	text-align:center;
	margin-top: 10px;
	margin-bottom: 10px;
}

#homecontent h2 {
	font-size: 16pt;
	text-align: center;
	line-height: 20pt;
	font-weight: normal;
}

#nojustify {
	text-align: left;
}

#clearfloat {
	clear: both;
	margin-bottom: 10px;
}

.start-red {
	color: #d25418;
	margin-top: 45px;
	margin-bottom: 0px;
}

.normaltext {
	font-size: 13pt;
	text-align: left;

}



.verticaltext {
/*	writing-mode: tb-rl; */
}

.bodytext {

/*	margin-top: 0px; */
}

.csc-firstHeader {

/*	height: 30px; */
/*	border: 1px solid #ff0000; */

}

.csc-header-n1 { 
	margin-bottom: -40px; 
}


#linklist ul {
	margin-top: -10px;
}

#linklist li{
	margin-bottom: 15px;

}

