/* Default
-------------------------------------------------------------------------------------------- */
body {
	margin: 0;
	padding: 0;	
	background: url(EDERER_bg.gif) no-repeat 280px 80px;
}
body, table, input, textarea, select {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 19px;
}
hr {
	border: none;
	height: 1px;
	background: #ccc;
}
/* ----------------------------------------------------------------------------------------- */

#top-wrap div {
	float: left;
}



/* Logo
-------------------------------------------------------------------------------------------- */
#logo-wrap {
	height: 65px;
	float: left;
}
#logo-wrap a img {
	border: none;
}
/* ----------------------------------------------------------------------------------------- */

#sub-navigation ul {
	margin: 0 0 0 35px;
	padding: 0;
	clear: both;	
}
#sub-navigation ul li {
	list-style: none;
}
#sub-navigation a {
	text-transform: uppercase;
	color: #000;
	display: block;
	line-height: 19px;
	text-decoration: none;
	padding: 0 0 0 25px;
	font-weight: bold;
}
#sub-navigation a:hover {
	color: #BC5DB0;
}



/* Sprachwechsel
-------------------------------------------------------------------------------------------- */
#sprache-wrap {
	float: right;
	margin: 18px 0 0 45px;
	font-size: 11px;
}
#sprache-wrap div {
	width: 80px;
	clear: both;
	margin: 0;
	padding: 0;
}
#sprache-wrap img {
	float: right;
	margin: 4px 0 0 0;
}
#sprache-wrap span {
	float: left;
}
#sprache-wrap a {
	text-decoration: none;
	color: #656565;	
}
#sprache-wrap a:hover {
	text-decoration: underline;
}
/* ----------------------------------------------------------------------------------------- */





/* Navigation
-------------------------------------------------------------------------------------------- */
#navi-wrap {
	width: 270px;
	margin: 20px 0 0 0;
}
#navi-wrap a img {
	border: none;
	float: left;
}
/* ----------------------------------------------------------------------------------------- */





/* Hauptinhalte
-------------------------------------------------------------------------------------------- */
#content-wrap {
	/* width: 696px; */
  width: 580px;
	margin: 40px 0 0 0;
}
#content-wrap h1 {
	font-size: 14px;
	margin: 0 0 5px 0;
	padding: 0;
	color: #656565;
}
#content-wrap p {
	margin: 0 0 10px 0;
	padding: 0;
}
#content-wrap p.align-center {
	display: block;
	text-align: center;
}
#content-wrap p.align-right {
	display: block;
	text-align: right;
}
#content-wrap p.align-left {
	display: block;
	text-align: left;
}
#content-wrap a {
	color: #970084;
	text-decoration: underline;
}
#content-wrap a:hover {
	color: #970084;
	text-decoration: none;
}
#content-wrap li {
	list-style: none;
	line-height: 12px;
	margin: 0 0 8px 0;
	font-size: 11px;
	border-left: solid 1px #ccc;
	padding-left: 10px;
	width: 80%;
}
#content-wrap .csc-header h1 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 25px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}
#content-wrap .csc-subheader {
	font-size: 25px;
	color: #656565;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	display: none;
}
/* ----------------------------------------------------------------------------------------- */