/* 			   HACKS 			*/

/* 			style for all 		*/
/* 			div {...} 			*/

/*			style for IE		*/
/*			* html div {...} 	*/

/*			Colors				*/
/*			orange: #E68B19;	*/



body{
	/*
	background-color:#A5ADC0;
	background-image: url(../images/breite_1004_mit_abmessungen.jpg);
	background-image: url(../images/breite_1004.jpg);
	background-position:center middle;
	background-position:-22px 0px;
	*/
	background-color:#A4ADC0;
	margin: 0 0 0 0;
	text-align: center;
}

.csc-mailform {
	border:0px;
}
/* GENERAL fonts */
P, OL, UL, DIV, H1, H2, TABLE, TD {
	font-family:Arial,Helvetica,sans-serif;
	font-size: 13px;
	color: #233050;
}
H1 { 
	color: E68B19;
	font-size: 18px;
	padding-top: 10px;
}
H2 { 
	font-size: 14px;
}
div#phpIn H1{
	padding-top: 0px;
}
* HTML div#phpIn H1#blog_header{
	padding-top: 14px;
}
* HTML H1#forum_header{
	padding-top: 0px;
}
* HTML H1#contact_header{
	padding-top: 0px;
}
div#shadow_background {
	width: 100%;
	background-image: url(../images/shadow_background.jpg);
	background-repeat: repeat-y;
	background-position:center top;
}
div#total {
	background-color: white;
	text-align: left;
	width: 1004;
	clear: both;
	margin: 0 auto;
}

/*=================  header area ====================*/
div#header {
	width: 1004px;
	clear: both;
}

div#left {
	width: 232px;
	height:288px; 
	background-image: url(../images/box_1_background.jpg);
	background-repeat: no-repeat;
	float: left;
}

div#tagcloud {
	width: 180px;  
	padding-top: 16px;
	padding-left: 23px;
}

/* style for IE */
* html div#tagcloud {
	width: 203px;  
}

div#tagcloud A {
  color: #949eb3;
  text-decoration: none;
}
div#tagcloud A:hover {
  color: #233050;
  text-decoration: underline;
}


div#right {
	width:772px;
	float: left;
	background-image: url(../images/header_background.jpg);
	background-repeat:repeat-x;
}
div#right_top {
	width:772px;
	height:101px; 
}
div#menu_2_container {
	width:772px;
	height:75px; /* 101 - 26*/
}
div#searchbox_1 {
	padding-top: 30px;
	padding-right: 19px;
	height:45px; /* 101 - 26 - 30*/
	float: right;
}
div#searchbox_1 A{
  color: #233050;
  font-weight:bold;
  text-decoration: underline;
}
div#searchbox_1 A:HOVER{
  color: #233050;
  text-decoration: none;
  font-weight:bold;
}
div#v_border {
	width:11px;
	height:75px; /* 101 - 26*/
	float: right;
	background-image: url(../images/v_border.jpg);
	background-repeat:no-repeat;
}
div#menu_language {
	width:34px;
	height:75px; /* 101 - 26*/
	float: right;
}
div#menu_2 {
	width:250px;
	height:40px; /* 101 - 26 - 35*/
	float: right;
	padding-top: 35px;
}
div#menu_3_container {
	width: 753px; /* 772 -19 */
	height: 26px;
	background-color: white;
}
div#menu_3 {
	height: 26px;
	background-color: white;
	clear: both;
	float: right;
}
div#menu_3_v_border {
	background-color: #576588;
	height: 26px;
	width: 10px;
	background-image: url(../images/menu_3_v_border.jpg);
	background-repeat:no-repeat;
	background-position:9px 0px;
	float: right;
}
div#menu3-level1-no {
	line-height: 26px;
	height: 26px;
	background-color: #576588;
	padding-left: 10px;
	float: right;
	vertical-align:bottom;  
}
div#menu3-level1-act {
	line-height: 26px;
	height: 26px;
	background-color: #576588;
	padding-left: 10px;
	float: right;
	vertical-align:bottom;  
}
div#menu_3_left {
	float: right;
	height: 26px;
	width: 26px;
	background-image: url(../images/menu_3_left.jpg);
	background-repeat:no-repeat;
}
div#menu_3_rest {
	float: right;
	height: 26px;
}
div#right_bottom {
	width:753px; /*753 - 2 (2 * 1px border width)*/
	height:187px; 
	/*background-image: url(../images/top_header.jpg);*/
	background-repeat: no-repeat;
}
div#right_bottom_inner {
	height:187px; 
}

/*=================  Spacer area ====================*/
div#h_spacer {
	width: 1004px;
	height: 20px;
	clear: both;
}
div#h_spacer_big {
	width: 1004px;
	height: 32px;
	clear: both;
}
/*=================  content area ====================*/
div#main {
	width: 985px;
	clear: both;
}
div#navigation {
	width: 212px; /* 194 + 18*/
}
div#navigation_sub {
}
div#main_sub {
	width:753px;/*753-20*/
	float: right;
	background-image: url(../images/main_sub.jpg);
	background-repeat: repeat-y;
}
div#container {
	text-align: center;
	border-top: solid 1px #A8B1C3;
	border-left: solid 1px #A8B1C3;
	border-right: solid 1px #A8B1C3;
	background-image: url(../images/content_background.jpg);
	background-repeat: repeat-y;
	background-position:0px 0px;
	/*
	background-position:232px 0px;
	*/
}
div#print_link {
	float:right;
	position:relative; 
	text-align: center;
	width:18px; 
	padding-top: 10px;
	padding-right: 15px;
	/*
	padding-left: 700px;
	top:317px;
	width:743px; 
	text-align: right;
	*/
}
/* style for IE */
* html div#print_link {
	position:absolute; 
	float:none;
	text-align: center;
	width:18px; 
	padding-left: 345px;
	padding-right: 0px;
}
div#content {
	line-height: 21px;
	margin: 0 auto;
	text-align: left;
	width:713px;
}
/*
DIV#content A{
  color: #233050;
  font-weight:bold;
  text-decoration: underline;
}
DIV#content A:HOVER{
  color: #233050;
  text-decoration: none;
  font-weight:bold;
}
*/
DIV#content A{
  color: #E68B19;
  text-decoration: none;
}
DIV#content A:HOVER{
  color: #E68B19;
  text-decoration: underline;
}

.zelle {
	/*
	background-color: white;
	border:1px solid black;
	*/
	background-image:url(../../../../uploads/pics/logo_hg.png);
	height:70px;
	width:186px;
}

DIV#content ul {
	list-style-type:disc;	
	margin-bottom: 0;
}
DIV#content dl {
	list-style-type:disc;	
	margin-bottom: 0;
}
DIV#content dl dd {
	margin-left: 0;
	margin-bottom: 10;
}
div#content_footer {
	clear: both;
}

div#content p, h1 {
 margin-top: 6px;
 margin-bottom: 6px;
}

/*=================  footer area ====================*/
div#footer {
	width: 1004px;
	height:20px; 
	/*background-color: #233050;*/
	background-color: #00305d;
	clear: both;
}


/*=================  Navigation & Menues ====================*/

div#button_foren {
	/*
	padding-top: 40px;
	*/
	padding-left: 18px;
}
a.forenButton {
	background-image: url(../images/button_foren.jpg);
}
a.forenButton A:hover {
	background-image: url(../images/button_foren_hover.jpg);
}

div#button_blog {
	padding-left: 18px;
	padding-top: 40px;
}

div#button_ait {
	padding-left: 18px;
	padding-top: 40px;
}

/************************************************************/
/* MENU 11111111111111111111111111111111111111111111111111111
*/
/*  MENU 1, level 1, normal state (NO) */
TD.menu1-level1-no{
	padding-bottom:6px;
	font-weight:bold;
	font-size: 14px;
}
/*  MENU 1, level 1, active state (ACT) */
TD.menu1-level1-act{
	padding-bottom:6px;
	font-weight:bold;
	font-size: 14px;
	color: #233050;
}
/*  MENU 1, level 1, normal state (NO) */
DIV#menu_1 {
	width: 194px;
	float: right;
}
DIV#menu_1_left_spacer {
	width: 18px;
	float: right;
}

DIV#menu_1_top_spacer {
	border-top: solid 1px #A8B1C3;
	width: 194px;
	height: 60px;
	float: right;
}
DIV#menu_1 DIV.menu1-level1-no-first {
	/*height: 55px;*/
	background-image: url(../images/leftmenu_background.jpg);
	background-repeat:repeat-x;
	background-position:0px 31px;
	padding-left:10px;
}
DIV#menu_1 DIV.menu1-level1-no {
	border-top: solid 1px #A8B1C3;
	/*height: 55px;*/
	background-image: url(../images/leftmenu_background.jpg);
	background-repeat:repeat-x;
	background-position:0px 31px;
	padding-left:10px;
}
DIV#menu_1 DIV.menu1-level1-no-last {
	border-top: solid 1px #A8B1C3;
	/*height: 55px;*/
	background-image: url(../images/leftmenu_background.jpg);
	background-repeat:repeat-x;
	background-position:0px 31px;
	padding-left:10px;
}

DIV#menu_1 DIV.menu1-level1-no-first table {
	width: 184;/*194 -10*/
}
DIV#menu_1 DIV.menu1-level1-no table {
	width: 184;/*194 -10*/
}
DIV#menu_1 DIV.menu1-level1-no-last table {
	width: 184;/*194 -10*/
}

/*  MENU 1, level 1, active state (ACT) */
DIV#menu_1 DIV.menu1-level1-act-first {
	color: white;
	/*height: 55px;*/
	font-weight:bold;
	font-size: 11px;
	color: #233050;
	background-image: url(../images/leftmenu_background.jpg);
	background-position:0px 31px;
	background-repeat:repeat-x;
	padding-left:10px;
}
DIV#menu_1 DIV.menu1-level1-act {
	color: white;
	/*height: 55px;*/
	font-weight:bold;
	font-size: 11px;
	color: #233050;
	background-image: url(../images/leftmenu_background.jpg);
	background-position:0px 31px;
	background-repeat:repeat-x;
	padding-left:10px;
}
DIV#menu_1 DIV.menu1-level1-act-last {
	color: white;
	/*height: 55px;*/
	font-weight:bold;
	font-size: 11px;
	color: #233050;
	background-image: url(../images/leftmenu_background.jpg);
	background-position:0px 31px;
	background-repeat:repeat-x;
	padding-left:10px;
}

DIV#menu_1 DIV.menu1-level1-act-first table {
	width: 184;/*194 -10*/
}
DIV#menu_1 DIV.menu1-level1-act table {
	width: 184;/*194 -10*/
}
DIV#menu_1 DIV.menu1-level1-act-last table {
	width: 184;/*194 -10*/
}

/*  MENU 1, level 2, normal state (NO) */
DIV#menu_1 DIV.menu1-level2-no {
	line-height: 20px;
	border-left: solid 1px #A8B1C3;
	border-right: solid 1px #A8B1C3;
	font-size: 13px;
	padding-left:20px;
}
/*  MENU 1, level 2, active state (ACT) */
DIV#menu_1 DIV.menu1-level2-act {
	line-height: 20px;
	border-left: solid 1px #A8B1C3;
	border-right: solid 1px #A8B1C3;
	font-size: 13px;
	font-weight:bold;
	padding-left:20px;
}
/*  MENU 1, level 3, normal state (NO) */
DIV#menu_1 DIV.menu1-level3-no {
	line-height: 20px;
	border-left: solid 1px #A8B1C3;
	border-right: solid 1px #A8B1C3;
	font-size: 12px;
	padding-left:30px;
}
/*  MENU 1, level 3, active state (ACT) */
DIV#menu_1 DIV.menu1-level3-act {
	line-height: 20px;
	border-left: solid 1px #A8B1C3;
	border-right: solid 1px #A8B1C3;
	font-size: 12px;
	font-weight:bold;
	padding-left:30px;
}
/*  MENU 1, level 4, normal state (NO) */
DIV#menu_1 DIV.menu1-level4-no {
	line-height: 20px;
	border-left: solid 1px #A8B1C3;
	border-right: solid 1px #A8B1C3;
	font-size: 11px;
	padding-left:40px;
}
/*  MENU 1, level 4, active state (ACT) */
DIV#menu_1 DIV.menu1-level4-act {
	line-height: 20px;
	border-left: solid 1px #A8B1C3;
	border-right: solid 1px #A8B1C3;
	font-size: 11px;
	font-weight:bold;
	padding-left:40px;
}
/*********** Links level 1*/
TD.menu1-level1-no A {
  color: #233050;
  text-decoration: none;
}
TD.menu1-level1-no A:hover {
  color: white;
  text-decoration: none;
}
TD.menu1-level1-act A {
  color: white;
  text-decoration: none;
}
TD.menu1-level1-act A:hover {
  color: #233050;
  text-decoration: none;
}
/*********** Links level 2*/
DIV.menu1-level2-no A {
  color: #233050;
  text-decoration: none;
}
DIV.menu1-level2-no A:hover {
  color: #233050;
  text-decoration: none;
  font-weight:bold;
}
DIV.menu1-level2-act A {
  color: #E68B19;
  text-decoration: none;
}
DIV.menu1-level2-act A:hover {
  color: #E68B19;
  text-decoration: none;
  font-weight:bold;
}
/*********** Links level 3*/
DIV.menu1-level3-no A {
  color: #233050;
  text-decoration: none;
}
DIV.menu1-level3-no A:hover {
  color: #233050;
  text-decoration: none;
  font-weight:bold;
}
DIV.menu1-level3-act A {
  color: #E68B19;
  text-decoration: none;
}
DIV.menu1-level3-act A:hover {
  color: #E68B19;
  text-decoration: none;
  font-weight:bold;
}
/*********** Links level 4*/
DIV.menu1-level4-no A {
  color: #233050;
  text-decoration: none;
}
DIV.menu1-level4-no A:hover {
  color: #233050;
  text-decoration: none;
  font-weight:bold;
}
DIV.menu1-level4-act A {
  color: #E68B19;
  text-decoration: none;
}
DIV.menu1-level4-act A:hover {
  color: #EC993B;
  text-decoration: none;
  font-weight:bold;
}
/************************************************************/
/* MENU 22222222222222222222222222222222222222222222222222222
*/
div#menu2-level1-no A {
  padding-left:5px;
  color: #6e778c;
  font-weight:bold;
  font-size: 11px;
	font-family:Arial,Helvetica,sans-serif;
  text-decoration: none;
  float: left;
}
div#menu2-level1-no  A:hover {
  padding-left:5px;
  color: #303d5e;
  font-weight:bold;
  font-size: 11px;
	font-family:Arial,Helvetica,sans-serif;
  text-decoration: none;
  float: left;
}
div#menu2-level1-act A {
  padding-left:5px;
  color: #303d5e;
  font-weight:bold;
  font-size: 11px;
	font-family:Arial,Helvetica,sans-serif;
  text-decoration: none;
  float: left;
}
div#menu2-level1-act  A:hover {
  padding-left:5px;
  color: #303d5e;
  font-weight:bold;
  font-size: 11px;
	font-family:Arial,Helvetica,sans-serif;
  text-decoration: none;
  float: left;
}

/************************************************************/
/* MENU 33333333333333333333333333333333333333333333333333333
*/
div#menu_3 {
	background-color: #576588;
	height: 26px;

	/*background-color:#A5ADC0;*/
}

#nav, #nav ul {
	line-height: 26px;
	background-color: #576588;
	float: left;
	list-style: none;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0 0;
}
 
#nav a {
	display: block;
	color: white;
	text-decoration: none;
	margin-left: 7px;
	margin-right: 7px;
}
 
#nav a.menuparent  {
	background: url(arrow.gif) no-repeat 90% 40%;
}
 
#nav li {
	float: left;
	padding: 0;
}
 
#nav li ul {
	background-color: white;
	position: absolute;
	left: -999em;
	height: auto;
	font-weight: normal;
	border: solid #A8B1C3;
	border-width: 1px;
	margin: 0;
	width: 150px;
font-size: 12px;
line-height: 20px;
	/*
	*/
}
 
#nav li li {
	width: 150px;
	/*
	*/
}
 
#nav li ul a {
	color: #233050;
	margin-right: 0px;
	/*
	padding-left: 1em;
	width: 150px;
	*/
}
 
#nav li ul ul {
	margin: -26px 0 0 150px;
}
 
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
 
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
 
#nav li:hover, #nav li.sfhover {
	color: white;
	font-weight: bold;
}

.layer 
{	
	width: 220px; 
	height: 50px; 
	visibility: hidden; 
	/*background-color: #D4D0C8; */
	background-color: #dbe1ef;
	position: absolute; 
	border: solid 1px #A8B1C3;
}
  
.layer td 
{
	width: 100%; 
	height: 100%; 
	vertical-align: top;
	font-size: 9pt;
	font-family:Arial,Helvetica,sans-serif;
}

.layer_al 
{	
	width: 300px; 
	height: 50px; 
	visibility: hidden; 
	/*background-color: #D4D0C8; */
	background-color: #dbe1ef;
	position: absolute; 
	border:0px; 
}
  
.layer_al td 
{
	width: 100%; 
	height: 100%; 
	vertical-align: top;
	font-size: 9pt;
	font-family:Arial,Helvetica,sans-serif;
	border: solid 1px #A8B1C3;
}
#lastBlogTopicText
{
	line-height:21px;
}
.home_box1 div strong, .home_box2 div strong, .home_box3 div strong, .home_box4 div strong
{
	line-height:16px;
}
.home_box1, .home_box2, .home_box3, .home_box4, .home_box1 img, .home_box2 img, .home_box3 img, .home_box4 img
{
	line-height:20px;
}
.weiterlesen{
	/*padding-top: 10px;  */
	padding-bottom: 10px;  
}
div.home_box1, div.home_box2, div.home_box3, div.home_box4 {
	padding-top: 6px;  
}
div#you_are_here
{
	height: 20px; 
	font-size: 10px;
	line-height: 20px;
}
div#you_are_here A {
	font-size: 10px;
	color: #233050;
	text-decoration: underline;
}
div#you_are_here A:hover {
	font-size: 10px;
	color: #233050;
	text-decoration: none;
}


div.small_link
{
   font-size: 10px;
}
/* style for IE 
* html
*/
.startpage_img {
	padding-top:2px;
	padding-bottom:8px;
}

.tx-indexedsearch-redMarkup {
	color:1a3553;
	background-color:dbe1ef;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
	color:#1A3553;
}
.tx-indexedsearch-redMarkup {
	background-color:#E68B19;
}

.csc-mailform-field {
	text-align: left;
	height: 30px;
}

.csc-mailform-field label {
	width: 180px;
	float: left;

}

#mailformanliegen {
	height: 60px;
}