/* GENERAL fonts */
body, td, p, ol, ul, div, h1, h2, h3, h4, strong {
	font-family: arial, arialMT, helvetica, sans-serif;
	font-size: 12px;
}

a {
	color:#006699;
	text-decoration: none;
}
a:hover {
	color:#006699;
	text-decoration: underline;
}
a:visited {
	color:#006699;
}

ul {
	list-style-image:url(/fileadmin/template/main/images/dot2.gif)
}

img {
	border:0;
}

td#impressum a {
	color:#90B0FF;
}

div.footer {
	font-size: 10px;
	text-align: center;
	padding-bottom: 5px;
}

/* Content column */
TD#content {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 10px;
	vertical-align: top;
/*	height: 720px; */
/*	width: 572px; */
}

/* Menu 1 column */
td#menu_1 {	
	vertical-align: top; 
	width: 100%;	
	padding-top: 8px;
}
td#menu_1 DIV {
  background-color: #ffffff;
  border-bottom: solid black 1px;
}
td#menu_1 DIV A {
	color: #ffffff;
	text-decoration: none;
}
TD#menu_1 DIV A:hover {
	text-decoration: underline;
}

/*  MENU 1, level 1, normal state (NO) */
TD#menu_1 DIV.menu1-level1-no {
  background-color: #666666;
  font-weight:bold;
  font-size: 12px;
  padding: 2px; 
  padding-left:10px;
}
/*  MENU 1, level 1, active state (ACT) */
TD#menu_1 DIV.menu1-level1-act {
  background-image:url(/fileadmin/template/main/images/dot2.gif);
  background-repeat:no-repeat;
  background-color: #666666;
  font-weight:bold;
  font-size: 12px;
  padding:2px;
  padding-left:10px;
}

/*  MENU 1, level 2, normal state (NO) */
TD#menu_1 DIV.menu1-level2-no {
  font-size: 12px;
  padding-left:15px;
  background-color: #999999;
}
/*  MENU 1, level 2, active state (ACT) */
TD#menu_1 DIV.menu1-level2-act {
  background-image:url(/fileadmin/template/main/images/dot.gif);
  background-repeat:no-repeat;
  font-size: 12px;
  padding-left:15px;
  background-color: #999999;
}
TD#menu_1 DIV.menu1-level2-act A {
  color:black;
}

/*  MENU 1, level 3, normal state (NO) */
TD#menu_1 DIV.menu1-level3-no {
  font-size: 11px;
  padding-left:20px;
  background-color: #cccccc;
}
/*  MENU 1, level 3, active state (ACT) */
TD#menu_1 DIV.menu1-level3-act {
  background-image:url(/fileadmin/template/main/images/dot.gif);
  background-repeat:no-repeat;
  font-size: 11px;
  padding-left:20px;
  background-color: #cccccc;
}
TD#menu_1 DIV.menu1-level3-no A {
  color: #666666;
}
TD#menu_1 DIV.menu1-level3-act A {
  color: #000000;
}

/*  MENU 1, level 4, normal state (NO) */
TD#menu_1 DIV.menu1-level4-no {
  background-image:url(/fileadmin/template/main/images/dot.gif);
  background-repeat:no-repeat;
  font-size: 11px;
  padding-left:25px;
}
/*  MENU 1, level 4, active state (ACT) */
TD#menu_1 DIV.menu1-level4-act {
  font-size: 11px;
  padding-left:25px;
}
TD#menu_1 DIV.menu1-level4-act A {
  color:black;
}


/* Content Element */

h1 {
  text-decoration: none;
  color:#000000;
  font-weight: bold;
	font-size: 15px;
  padding: 18px 0px 8px 0px;
}
h2 {
  text-decoration: none;
  color:#000000;
  font-weight: bold;
	font-size: 13px;
  padding: 18px 0px 8px 0px;
}
h3 {
  text-decoration: none;
  color:#000000;
  font-weight: bold;
	font-size: 12px;
  padding: 18px 0px 4px 0px;
}
p, h1, h2, h3, h4 {
	margin: 0px 0px 0px 0px;
}

h1.csc-firstHeader {
  padding: 0px 0px 0px 0px;
/*  padding: 0px 0px 8px 0px;  */
  color: #FFFFFF;
  background: #07035A;
  text-align: center;
}

div.csc-header {
  padding: 0px 0px 8px 0px;

}

/* Default Content Table */

table.contenttable td {
  padding: 2px 2px 2px 2px;
}

table.contenttable td.link-white a {
  color:#ffffff;
  text-decoration: none;
}
table.contenttable td.link-white a:hover {
	color:#ffffff;
	text-decoration: underline;
}

/*****************************/
/* Contact, generally        */
/*****************************/
table.csc-mailform {
  padding: 0px;
}
td.csc-form-labelcell, td.csc-form-fieldcell {
  padding: 0px 10px 2px 0px;
  vertical-align:top;
}

p.csc-form-label-req {
  vertical-align:top;
}

