/*----------- SITE-ELEMENT STYLE DESCRIPTIONS ---------- */
body
	{
	background:url(./body_bg.gif);
	background-repeat:repeat-x;
	background-color:#ffffff; /*Balken rechts und links*/
	font-family:Verdana, Helvetica, sans-serif;
	font-size:0.8em;
	}

hr 
	{
	background-color:#e3e2ea;
	}
	
a 
	{
	color:#910c0d;
	}
	
a:hover
	{
	text-decoration:underline;
	}
	
a.active
	{
	background-color:#910c0d;
	color:#ffffff;
	}

table td, table th {
  padding:3px;
  text-align:left;  
}

.sb_title, table th
	{
	background-repeat:no-repeat;
	background-color:#ececec; /*Menü Hintergrund*/
	border-bottom:1px solid #FFF;
	}
	
.menu_placeholder
	{
	padding:4px;
	background-repeat:no-repeat;
	background-color:#ffffff; /*Platzhalter*/
	border-bottom:1px solid #FFF;
	}
	
.txtbox_small
	{
	background-color:#e4ebf1;
	}
	
.txtbox_large a {color:#CA5900;}

/*---------- TITLE FORMATS ---------*/
h1, h2, h3, h4 {
  font-weight:normal; 
  margin:0px; 
  margin-bottom:6px;
}
h1 {font-size:1.6em;}                               /*page title*/
h2 {font-size:1.4em;}                               /*article title*/
h3 {font-size:1.1em;}                               /*article subtitle*/
h4 {font-size:1.0em; font-weight:600;}  /*article intro*/

/*---------- STRUCTURAL ELEMENTS ---------- */

#mainframe 
	{
	background-color:#ffffff;
	}
	
#head
	{
	background-color:#ffffff;
	background-image:url(./head_events.png);
	}
	
#register 
	{
	background-color:#ffffff; /*Pfad-Leiste*/
	padding:5px;
	padding-left:10px;
	color:#000000;
	}
	
#left_column, #right_column
	{
	border-bottom:8px solid #ffffff;
	}
	
#left_column, #right_column
	{
	color:#000000;
	}
	
#center_column
	{
	background-color:white;
	background-repeat:repeat-y;
	}
	
#foot
	{
	font-size:0.9em; color:#000000; padding-bottom:5px;
	}

/*------------ NAVIGATION ----------- */
ul.v_menu li a
	{
	border-bottom:1px solid #FFFFFF;
	display:block;
	background-color:#E4EBF1;
	color:#000000;
	}

ul.v_menu li a.active
	{
	background-color:#910c0d;
	text-decoration:none;
	color:#ffffff;
	}
	
ul.v_menu li a:hover
	{
	background-color:#C1D4E3; 
	text-decoration:none;
	color:#000000;
	}

/* Formulare */
fieldset {border:none;}
legend {display:none;}
textarea {width:350px; height:150px; font-family:Arial, Helvetica, sans-serif; font-size:1.0em;}

/*input, textarea {border:1px solid #7F9DB9; margin-bottom:10px;} GEÄNDERT AM 3. OKTOBER 2006*/
input, textarea, select, option {border:1px solid #7F9DB9; margin-bottom:10px; display:block;}

.content_image
	{
	margin-left:5px;
	margin-bottom:5px;
	}
