h1
{
	color:#990000;
}

.align-center
{
	text-align:center;
}

.news
{
	margin: 5px;
	padding: 5px;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	margin-top:30px;
	margin-left:10%;
	margin-right:10%;
	margin-bottom:30px;
	background-color: #FFFFFF;
}

#container
{
	width: 100%;
	height: 100%;
	text-align:left;
}

#header
{
	height: 68px;
	background: url(../template/images/notenlinien_bg.png) repeat-x;
	overflow:hidden;
	margin-bottom: 10px;
	margin-left: 54px;
	margin-right: 181px;
	text-align: center;
}

#notekey
{
	position:absolute;
	top:10px;
	left:10%;
	height:112px;
	width:54px;
	background: url(../template/images/notenschluessel.png) center no-repeat;
}


#logo
{	
	position: absolute;
	top:10px;
	right: 10%;
	height:175px;
	width:181px;
	background: url(../template/images/logo.png) center no-repeat;
}

#marquee
{
	margin-right:200px;
	margin-left: 60px;
	margin-bottom: 10px;
	
	color:#990000;
	
	font-size: 80%;
	
	padding:3px;
	
	border:solid 1px #ffcc33;
}


#headline
{
	font-weight: bold;
	
	letter-spacing: 4px;
	
	height:36px;
	
	width:100%;
	background: url(../template/images/contentheading.png) no-repeat;
	border:solid 1px #990000;
	text-indent:200px;
	font-size:22px;
	
	color:#ffcc33;
	
	padding-top: 14px;
	margin-bottom: 10px;
}

*html #headline
{
	height:50px;
}

.partner img
{
	border:0px;
}

#content
{
	margin-left: 15px;
	
	overflow-y: auto;
	overflow-x: hidden;
	
	height: 60%;
	
	border-top: solid 1px #990000;
	border-bottom: solid 1px #990000;
	
	background: url(../template/images/content.jpg) repeat-y;
	
	scrollbar-arrow-color: #ffcc33;
	scrollbar-base-color: #ffcc33;
	scrollbar-track-color: #ffff99;
	scrollbar-face-color: #990000;
	scrollbar-highlight-color: #ffcc33;
	scrollbar-3dlight-color: #ffcc33;
	scrollbar-darkshadow-color: #ffcc33;

	font-size:12px;
	text-align:justify;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
}

*html #content
{
	height:70%;
}

.csc-mailform
{
	border:0px;
}

.csc-menu
{
	font-size:20px;
}

.csc-mailform-field label
{
	width: 150px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}

.csc-mailform-submit
{
	width: 150px;
	float: left;
	text-align: center;
	margin-left: 200px;
}

a
{
	color:#990000;
}

h1
{
	font-size:18px;
}

.csc-textpic-image
{
	border:solid 1px #000000;
}


#kontakt
{
	float:left;
	clear:left;
	
	background-color: #ffffff;
	text-align:center;
	font-size:11px;
	width: 150px;
	border: solid 1px #990000;
}

#kontakt a
{
	color:#000000;
	text-decoration:none;
}



/*LINKES MENÜ*/
	#menu
	{
		float:left;
		width: 150px;
		background: url(../template/images/menu/middle.jpg) left repeat-y;
		border-top: solid 1px #990000;
		margin-bottom: 10px;
	}
	
	.level1, #level1-active
	{
		font-weight:bold;
		font-size:12px;
		line-height:19px;
		width: 150px;
		border-bottom: solid 1px #990000;
	}
	
	.level2, #level2-active
	{
		font-size:11px;
		line-height:18px;
		width: 150px;
		border-bottom: solid 1px #990000;
	}
	
	.level3, #level3-active
	{
		font-size:10px;
		line-height:17px;
		width: 150px;
		border-bottom: solid 1px #990000;
	}

	.level1 a:hover, .level2 a:hover, .level3 a:hover
	{
		background: url(../template/images/menu-active/middle.jpg) left repeat-y;
	}

	.level1 a
	{
		text-indent:10px;
		color:#990000;
		text-decoration:none;
		display:block;
	}
	
	#level1-active a
	{
		text-indent:10px;
		color:#990000;
		background: url(../template/images/menu-active/middle.jpg) left repeat-y;
		text-decoration:none;
		display:block;
	}
	
	 .level2 a
	{
		text-indent:20px;
		color:#990000;
		text-decoration:none;
		display:block;
	}
	
	#level2-active a
	{
		text-indent:20px;
		color:#990000;
		background: url(../template/images/menu-active/middle.jpg) left repeat-y;
		text-decoration:none;
		display:block;
	}

 	.level3 a
	{
		text-indent:30px;
		color:#990000;
		text-decoration:none;
		display:block;
	}
	
	#level3-active a
	{
		text-indent:30px;
		color:#990000;
		background: url(../template/images/menu-active/middle.jpg) left repeat-y;
		text-decoration:none;
		display:block;
	}

/*ENDE LINKES MENÜ*/
