/* 
CSS erstellt durch Christof Bossard
(c) Christof Bossard - www.christofbossard.ch
*/


/* Standardwerte */
* {
	margin: 0;
	padding: 0;
}
body {
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #000000;
	margin-top:8px;
}
h1, h2, h3 {
	color: #000000;
}
h1 {
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
}
h2 {
	font-size: 12pt;
	font-style: italic;
	font-weight: normal;
	color:#912F3C;
}
h3 {
	font-size: 10pt;
	font-style:normal;
	font-weight:bold;
	color:#912F3C;
 
	font-variant:small-caps;
}
p, blockquote, ul, ol, table {
	margin-bottom: 10px;
	line-height: 16px;
	text-align: left;
	float:left;
	
}
a {
	text-decoration: none;
	color:#912F3C;
}
a:HOVER {
	text-decoration:underline;
	color:#000000;
}
img {
	border:0 solid #000000;
}

/* Kopf */
#header {
	overflow:hidden;
	clear:both;
	width:780px;
	margin:0 auto;
}
#logo {
	width:140px;
	height:121px;
	background: url(../images/logo.gif) no-repeat;
	float:left;
}
#menutop {
	padding-left:10px;
	padding-top:91px;
	width:427px;
	height:30px;
	color:#FFFFFF;
	background: url(../images/menu.gif) no-repeat top left;
	float:left;
}
#menutop a {
	color:#FFFFFF;
	text-decoration:none;
	font-size:8pt;
}
#menutop a:HOVER {
	color:#CC6666;
	text-decoration:none;
}
#menutop a:ACTIVE {
	color:#FFFFFF;
	text-decoration:underline;
}
#pagelogo {
	width:193px;
	height:121px;
	float:left;
}
#pageimage {
	width:193px;
	height:108px;
	background: url(../images/default.jpg) no-repeat;
	float:left;
}
#headerline {
	width:193px;
	height:13px;
	background: url(../images/headerline.gif) no-repeat;
	float:left;
}
#headerfinish {
	width:10px;
	height:121px;
	background: url(../images/headerfinish.gif) no-repeat;
	float:left;
}


/* Inhalt */
#content {
	overflow:hidden;
	clear:both;
	width:780px;
	margin:0 auto;
	background: url(../images/contentbg.gif) repeat-y #FFFFFF;
}
#menuleft {
	width:140px;
	background: url(../images/menuleft.gif) no-repeat #912F3C;
	float:left;
	color:#FFFFFF;
}
#menuleft ul {
	margin-left:4px;
	margin-top:10px;
	line-height:26px;
}
#menuleft li {
		position:relative;
}
#menuleft li:HOVER {
		background-color:#990000;
		border-bottom: 1px solid #000000;
		
}
#menuleft ul li ul{
	display:none;
}
#menuleft ul li:HOVER ul{
	display:block;
	position:absolute; 
	top:0px; 
	margin:0;
	left:132px; 
	width:140px;
	background-color:#990000;
	line-height:20px;
	border-left:2px solid #000000;
	list-style-type:none;
}
#menuleft ul li:HOVER ul li:HOVER{
	background-color:#CC3333;
}
#menuleft a {
	color:#FFFFFF;
	text-decoration:none;
	font-size:10pt;
}
#menuleft a:HOVER {

}
#menuleft a:ACTIVE {
	color:#FFFFFF;
	text-decoration:underline;
}
#main {
	margin:0;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	width:580px;
	background: url(../images/mainbg.gif) no-repeat #FFFFFF;
	float:left;
}

#main .csc-header {
	float:left;
	padding-top:14px;
	width:580px;
	height:40px;
	background: url(../images/titlesnake.gif) no-repeat top right;
}
#main csc-textpic-intext-left {
	float:left;
}
#main .csc-textpic-text {
	float:left;
}
#main h1{
	padding-top:4px;
	margin-right:40px;
	height:40px;
	background: url(../images/titleline.gif) repeat-x top left;	
	
}


#main .csc-sitemap ul{
	list-style: square inside;
}

#main .csc-sitemap li{
	float:left;
	margin:0 0 0 10px;
}

#pagetitle{
	width:30px;
	min-height:300px;
	background: url(../images/pagetitle_default.gif) no-repeat #912F3C;
	float:left;
}
#contentfinish{
	width:10px;
	background: url(../images/contentfinish.gif) repeat-y #FFFFFF;
	float:left;
}

/* Fusszeile */
#footer {
	width:780px;
	margin:0 auto;
	clear:both;
	overflow:hidden;
}
#footer p {
	font-size:8pt;
	color:#912F3C;
	text-align:center;
	float:none;

}
#footer a {
	color:#003366;
	text-decoration:none;
}
#footer a:HOVER {
	color:#000000;
	text-decoration:underline;
}