body {
        scrollbar-arrow-color: #FFFFFF;
    	scrollbar-base-color: #FFFFFF;
    	scrollbar-track-color: #FFFFFF;
    	scrollbar-face-color: #b3d9f2;
    	scrollbar-highlight-color: #FFFFFF;
    	scrollbar-3dlight-color: #b3d9f2;
    	scrollbar-darkshadow-color: #FFFFFF;
    	scrollbar-shadow-color: #b3d9f2; 
      	overflow: auto; 
}

/* Rahmen */

div.rahmen { padding: 10px; border: solid 1px #ccc; width: 908px; }

/* Ueberschriften */ 

h1.black { font-family: verdana,arial, sans-serif; font-size: 14px; background-color: inherit; font-weight: bold; }
h2.black { font-family: Verdana,arial, sans-serif; font-size: 12px; background-color: inherit; font-weight: bold; }
h3.black { font-family: Verdana,arial, sans-serif; font-size: 12px; background-color: inherit; font-weight: bold; }

h1.lila { font-family: verdana,arial, sans-serif; font-size: 14px; color: #836592; background-color: inherit; font-weight: bold; }
h2.lila { font-family: Verdana,arial, sans-serif; font-size: 12px; color: #836592; background-color: inherit; font-weight: bold; }
h3.lila { font-family: Verdana,arial, sans-serif; font-size: 12px; color: #836592; background-color: inherit; font-weight: bold; }

/* Listenelemente */

ul { 	font-family: verana, arial, sans-serif; 
	font-size: 12px; 
	color: black; 
	background-color: inherit; 
	font-weight: normal;
	line-height: 20px; 
	list-style-type: none;
	list-style-image: url(listenelement.gif);
}

/* Text */ 

.bodytext { font-family: verdana,arial, sans-serif; font-size: 12px; color: black; background-color: inherit; font-weight: normal; }

/* Links */

A.download { font-family: verdana; font-size: 12px; font-weight: bold; font-style: normal; color: #836592; text-decoration: none;}
A.internal-link { font-family: verdana; font-size: 12px; font-weight: bold; font-style: normal; color: #836592; text-decoration: none;}
A.schwarz-link { font-family: verdana; font-size: 12px; font-weight: normal; color: black;}
A.mail { font-size: 12px; font-family: verdana; font-weight: bold; color: #836592; text-decoration: none;}
A.kuenstler-link { font-family: verdana; font-size: 12px; font-weight: normal; color: black; text-decoration: none;}


/* Menu Links */ 

A.menu {
	font-family:  Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-decoration: none;
	line-height: 30px;
}

A.menu:HOVER {
	font-family:  Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-decoration: none;
	line-height: 30px;
	}

A.aktivmenu {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-decoration: none;
	line-height: 30px;
	}

/* Menu Unten */ 

A.menuUnten {
	font-family:  Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999;
	text-decoration: none;
}

A.menuUnten:HOVER {
	font-family:  Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: black;
	text-decoration: none;
	}

A.aktivmenuUnten {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: black;
	text-decoration: none;
	}
	
/* Anker Listenelement */ 

A.listenelement {
	font-family:  Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: black;
	text-decoration: none;
}

A.listenelement:HOVER {
	font-family:  Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	}
	
/* Formular */

fieldset { border: 0;
width: 250px;
}

label {
	font-family:  Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : black;
	font-weight: bold;
	float: left;
	width: 110px;
	marign-bottom: 10px;
}

input, textarea {
	border: 0;
	background: white;
	border: 1px solid #836592;
	color: black;
	font-size: 12px;
	margin-bottom: 10px;
}

input.csc-mailform-submit{
	float: left;
	width: 220px;
	height: 20px;
	border: 0;
	background: #836592;
	color: white;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
} 

/* Bildertext */

dd.csc-textpic-caption { font-family: verdana,arial, sans-serif; font-size: 12px; color: black; background-color: inherit; font-weight: normal; }



