#flashcontent {
	margin-left: -1px;
}

html {
	overflow-y:scroll;
}
            
body {
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
   	background-color: #a4a4a4;
   	margin: 0px;
   	padding: 0px;
   	font-family: Arial;
   	font-size: 13px;
}

a img {
	border: none;
}

.floatleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
            
h1 {
	margin: 0px;
   	padding: 0px;
   	color: #92367f;
   	margin-bottom: 25px;
}

h2 {
	color: #999;
	font-size: 16px;
}

	/* Uebersichtsseite Events */
	.eventOverview {
		width: 500px;
		text-align: justify;
		padding-bottom: 30px;
		border-bottom: 1px solid #999;
	}
	
	.eventTitle {
		border-bottom: 1px solid #999;
		width: 500px;
		height: 20px;
		text-align: left;
	}
	
		.eventtitle a {
		  text-decoration: none;
		}
	
		.eventDetailBox .left {
			width: 120px;
			float: left;
			font-weight: bold;
		}
		
			
  	.eventtitel {
	     font-size: 16px;
  	}
		
		.eventDetailBox .right {
			width: 480px;
			float: right;
		}
		
		.eventDetailBox .clear {
			clear: both;
			margin-bottom: 20px;
		}
				
            
#main {
	background-color: #fff;
   	width: 1000px;
 	text-align: left;
   	margin-left: auto;
   	margin-right: auto;
}

#left {
	margin-left: 40px;
   	float: left;
   	width: 190px;
   	margin-top: 70px;
   	margin-bottom: 200px;
/*    	background-color: #feb400; */
}

                
	#left #menu ul {
   	  list-style-type: none;
      margin: 0px;
      padding: 0px;
	}
                    
    #left #menu ul li a {
	  border-top: 1px solid #e1e1e1;
      padding-bottom: 5px;
      padding-top: 5px;
      padding-left: 15px;
      width: 170px;
      height: 20px;
      display: block;
      text-decoration: none;
      color: #92367f;
	}
                    
	#left #menu ul li a:hover {
		color: #666;
		background-color: #e1e1e1;
	}
						  
	#left #menu ul li.active a {
		background-color: #92367f !important;
		color: #fff !important;
		font-weight: bold;
	}
	
	/* Submenu */		  
	#left #menu ul .sub a,
	#left #menu ul .subactive a {
		border: none !important;
		padding-left: 20px;
		background-color: none;
		padding-top: 2px;
		padding-bottom: 2px;
		margin-top: 6px;
		color: #666;
	}
					  
	#left #menu ul .subactive a {
		color: #000;
		font-weight: bold;
	}
						  
	#left #menu ul .sub a:hover,
	#left #menu ul .subactive a:hover {
		color: #000;
		background-color: #fff;
	}
	
					  
	#content {
		width: 500px;
		float: left;
		margin-left: 20px;
		margin-top: 70px;
		font-size: 14px;
		margin-bottom: 30px;
		color: #666;
		line-height: 1.3;
/* 		background-color: #000; */
	}
					 
	#content a {
		color: #92367f;
	}
	
	/* Right Coulumn (3rd) */
	
	#right {
   		float: left;
   		width: 190px;
   		margin-top: 70px;
   		margin-left: 20px;
/*    		background-color: #ff0000; */
	}
	
		#right h1 {
			color: #666;
			font-size: 16px;
			border-bottom: 1px solid #e1e1e1;
		}
		
		#right .textfield {
			width: 130px;
		}
		
			#right .section li {
				margin-left: -10px;
				margin-bottom: 10px;
				color: #999;
			}
			
				#right .section a {
					color: #666;
					text-decoration: none;
				}
				
					#right .section a:hover {
						color: #92367f;
					}
		
		
		
		
				  
				  
		#footer {
			margin-left: 40px;
			height: 250px;
		}
		
			#footer img {
				margin-right: 20px;
			}
				  
		#copyright {
			width: 880px;
			margin-left: 60px;
			text-align: right;
			color: #666;
			height: 30px;
		}
				  
		#copyright a {
			color: #333;
		}
					 
		/* Anmeldung Event */
		#errortext {
			padding: 10px;
			border: 1px solid #ff0000;
			color: #ff0000;
			width: 400px;
		}		  
					 
		/* Formular */
		#content label, #content input, #content select {
			display: black;
			float: left;
			width: 160px;
		}
	
		form br {
			clear: left;
			margin-top: 20px;
		}		
 
