/* GENERAL fonts */
P, OL, UL, DIV, H1, H2 {
	font-family: arial, verdana;
	font-size: 11px;
	color:#333333;
}
H1 { font-family:Arial, Galant, Verdana;font-size:16px;color:#333333; ; font-weight: bold }
H2 { font-size: 13px; }
P, H1, H2 {margin: 0px 0px 5px 0px;}

TABLE#maintable {
	height: 100%;
	width: 100%;
	text-align: center;
	background-color: #cccccc;
	background-image: url(../images/fusszeile_rand.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0px auto;
}
TABLE#maintable2 {
	height: 100%;
	width: 900px;
	text-align: left;
	background-image: url(../images/fusszeile_startseite.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	margin: 0px auto;
}

/* Kopfzeile */
TD#header_1, TD#header_2, TD#header_3 {height: 200px;}
TD#header_1 {width: 900px; background-color: #474646;}
TD#header_2 {width: 2px; background-color: #FFFFFF;}
TD#header_3 {width: auto; background-color: #474646;}

/* LeerZeile */
TD#spacer_1, TD#spacer_2, TD#spacer_3 {
	height: 2px;
	background-color: #FFFFFF;
}
TD#spacer_1 {width: 900px;}
TD#spacer_2 {width: 2px;}
TD#spacer_3 {width: auto;}

/* Content Zeile */
TD#content {
	vertical-align: bottom; 
	width: 100%;
}
TD#content_2 {width: 2px;}
TD#content_3 {width: auto; background-color: #41191a;}

/* Content Tabelle */
TABLE#contentTable {
	height: 100%;
	margin-top: 20px;
	width: 900px;
}
TABLE#menuTable {
	height: 30px;
	width: 250px;
}
TD#menu {
	vertical-align: top;
}


/* Menu 1 column */
TD#menu_1 {
	text-align: right;	
	vertical-align: top; 
	width: 125px;
	padding-right: 5px;
	height: 120px;

}
TD#menu_2 {	
	padding-left: 5px;
	width: 124px;
	padding-bottom: 10px;
}
TD#menu_mitte {	
	padding-top: 10px;
	width: 1px;
	background-color: #490e0e;
}

TD#menu_1 DIV A {
	color: #571f1f;
	text-decoration: none;
}
TD#menu_2 DIV A {
	color: #571f1f;
	text-decoration: none;
}

TD#menu_1 DIV A:hover {
	color: #f0f0f0;
}
TD#menu_2 DIV A:hover {
	text-decoration: underline;
}

/*  MENU 1, level 1, normal state (NO) */
TD#menu_1 DIV.menu1-level1-no {
  font-size: 11px;
  padding-top:5px;
  padding-left:5px;
}
/*  MENU 1, level 1, active state (ACT) */
TD#menu_1 DIV.menu1-level1-act {
  font-weight:bold;
  font-size: 11px;
  padding-top:5px;
  padding-left:5px;

}

/*  MENU 1, level 2, normal state (NO) */
TD#menu_2 DIV.menu1-level1-no {
  font-size: 11px;
  padding-top:5px;
}
/*  MENU 1, level 2, active state (ACT) */
TD#menu_2 DIV.menu1-level1-act {
  font-size: 11px;
  padding-top:5px;
  font-weight:bold;
}
TD#content_Unten {
	padding-left: 250px;
	height: 100px;
	/* text-align: right; */
}
TD#footer_1 {
	height: 200px
}
fieldset.csc-mailform
{ 
width:650px; 
border: 1px solid #571f1f; 
padding: 5px; 
} 
div.csc-mailform-field label
	{
	width: 200px;
	vertical-align:top;
	}


