/*CSS für die Website Kulturforum*/
/*
body {
	font-family:Arial, Helvetica, Verdana sans-serif;
	font-size:10px;
	margin:50px;
	color:#666666;
	}
*/

body {
	 background-color: #000000;
	 margin:0px 0px; 
	 padding:0px; 
	 text-align:center;
	}

	 /*
	 scrollbar-3dlight-color: #ff9900;
	 scrollbar-arrow-color: #cc3366;
	 scrollbar-darkshadow-color: #663333;
	 scrollbar-face-color: #ffcc33;
	 scrollbar-highlight-color: #ffff00;
	 scrollbar-shadow-color: #999900;
	 scrollbar-track-color: #ffffcc;
	 */

#center { 
	width:810px; 
	height : 2128; 
	background-color:#736DA8;
	border : 0px solid red; 
	margin : 20px auto; 
	text-align : left; 
	padding:0px;
	z-index: 1
	}

#hg { 
	position: absolute;
	z-index: 2
	}

.adresse 	{
	 font-size: 10px;
	 color: #000000;
	 line-height: 15px;
	 font-family: arial, helvetica, verdana, sans-serif;
	 }

.titel 	{
	 font-size: 20px;
	 color: #736DA8;
	 line-height: 15px;
	 font-family: arial, helvetica, verdana, sans-serif;
	 font-weight:bold;
	 }

.utitel 	{
	 font-size: 12px;
	 color: #47416B;
	 line-height: 15px;
	 font-family: arial, helvetica, verdana, sans-serif;
	 font-weight:bold;
	 }

.text 	{
	 font-size: 12px;
	 color: #000000;
	 line-height: 15px;
	 font-family: verdana, arial, helvetica, sans-serif;
	 text-decoration: none;
	 }

.textlink 	{
	 font-size: 12px;
	 color: #A90061;
	 font-family: arial, helvetica, verdana, sans-serif;
 	 font-weight:bold;
	 text-decoration:none;
	 }


/*folgende css sind für das Kontaktformular*/

label {
	font:12px Arial, Helvetica, Verdana sans-serif; /* Text in der Beschriftung */
	border:solid 0 #000; /* Beschriftungen Formularfelder Formular */
	margin: 0; /* Abstand vom linken Formularrand */
	height:20px;/* Höhe des Beschriftungsfeldes  */
	padding:3px; /* Innenabstand Text zum Rand des Beschriftungsfeldes */
	margin-top:5px; /*Abstand Beschriftung von oben vom dazugehörigen Formularfeld  */
	text-align:left; /* Ausrichtung der Beschriftung, innerhalb der Beschrifung */
	width:50px; /* Breite der Beschriftungen  */
	float:left;/*Beschriftung steht links des Formularfeldes  */
	  }

fieldset {
	  /*background-color:#ccc;*/ /* HG Frarbe ganzes Formular */
	  border:solid 0 #fff; /* Rand ums ganze Formular. Opera doesn't get border:none or border:0 on fieldsets */
	  width:600px; /* Breite ganzes Formular */
	  }

.br {display:none;}  /*  */
  
.textfield {
	font:12px Arial, Helvetica, Verdana sans-serif ; /*  */
	color:#333;/*  */
	margin:5px;/* Abstand links von der Beschriftung  */
	height:20px;/* Höhe des Formularfeldes  */
	border:solid 0 #fff;/*  */
	padding: 3px 8px;/* Abstand vom Formularfeldrahmen 1. Zahl0von oben 2. Zahl = von links */
	background: transparent url("../images/textfield_bg.gif") no-repeat /*fixed*/;/* Achtung: Dieses fixed am Schluss hat mich 5h Sucharbeit gekostet. -Weglassen! */
	width:200px;/*  */
	}

textarea {
	font:12px Arial, Helvetica, Verdana sans-serif ;/*  */
	color:#333 ;/*  */
	margin:3px;/*  */
	border:solid 1 #333;/*  */
	padding: 0 8px;/*  */
	}


.submit {
	margin:3px;/*  */
	background: transparent url("../images/submit.gif") no-repeat;/*  */
	height:20px;/*  */
	border:solid 1 #333;/*  */
	width:80px;/*  */
	font:12px Arial, Helvetica, Verdana sans-serif ;/*  */
	color:#666;/*  */
	/*text-transform:uppercase;*/
	}


/*Ende css für das Kontaktformular*/


/*
#nav { 
	position: absolute; 
	left:50%;
	width:400px;
    background-color: #FF00FF; 
	border : 1px solid black; 
	margin-top:50px;
	margin-left:-300px;
	padding:15px;
	border:1px dashed #333;
	background-color:#eee;
	z-index: 4
	}
*/

/* Aussehen der Links*/

a:link 	{
	 font-size: 12px;
	 color: #660033;
	 /*line-height: 20px;*/
	 font-family: arial, helvetica, verdana, sans-serif;
 	 font-weight:bold;
	 text-decoration:none;
	 }
	
a:visited 	{
	font-size:12px;
	color:#660033;
	font-family: arial, helvetica, verdana, sans-serif;
	font-weight:bold;
	text-decoration: none;
	 }
	
a:active 	{
	font-size:12px;
	color:#A90061;
	font-family: arial, helvetica, verdana, sans-serif;
	font-weight:bold;
	text-decoration: none;
	 }
	
a:hover 	{
	font-size:12px;
	color:#A90061;
	font-family: arial, helvetica, verdana, sans-serif;
	font-weight:bold;
	text-decoration: none;
	 }

/* Aussehen der aktiven Links*/

a.navi:link 	{
	 font-size: 12px;
	 color: #ffffff;
	 /*line-height: 20px;*/
	 font-family: arial, helvetica, verdana, sans-serif;
 	 font-weight:bold;
	 text-decoration:none;
	 }
	
a.navi:visited 	{
	font-size:12px;
	color:#ffffff;
	font-family: arial, helvetica, verdana, sans-serif;
	font-weight:bold;
	text-decoration: none;
	 }
	
a.navo:active 	{
	font-size:12px;
	color:#ffffff;
	font-family: arial, helvetica, verdana, sans-serif;
	font-weight:bold;
	text-decoration: none;
	 }
	
a.navi:hover 	{
	font-size:12px;
	color:#ffffff;
	font-family: arial, helvetica, verdana, sans-serif;
	font-weight:bold;
	text-decoration: none;
	 }
	
