* {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
}

body {
	font-size: 12pt;
	height: 101%;
	background-color: #f6f6f6;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
/* --------------------------------------- */
/*            setup for #bodywrapper       */
/* --------------------------------------- */
#bodywrapper {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	position: relative;
}
#content {
	width: 900px;
}
table #content td #maincontent{
	text-align: left;
	vertical-align: top;
}


/* --------------------------------------- */
/*            setup for #header            */
/* --------------------------------------- */

#header {
	height: 206px;
	position: relative;
	background-color: #FFFFFF;
	background-image: url(images/klinger_kollegen_header.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#logo {
	height: 74px;
	display: inline;
	padding-top: 0px;
	position: relative;
	left: auto;
	right: auto;

}




form#searchform {
	display: none;
}
/* --------------------------------------- */
/*            setup for #main              */
/* --------------------------------------- */
#main {
	height: 100%;
	background-color: #FFFFFF;
	position: relative;
}
#Language {
	height: 60px;
	width: 200px;
	position: absolute;
	right: 10px;
	display: inline;
	padding-top: 10px;
}


#MAINCONTENT {
	background-color: #FFFFFF;
	width: 580px;
	position: relative;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 40px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #666666;
}
#MAINCONTENT .klinger_pict {
	float: right;
	width: 220px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/* --------------------------------------- */
/*           setup for METAMENU   */
/* --------------------------------------- */
 #METAMENU {
	height: 26px;
	position: relative;
	top: 100px;
}
#METAMENU ul  {

	margin-left: 30px;


}
#METAMENU ul li {
	display: inline;
	list-style-type: none;
	padding-left: 10px;
	color: #3f3f3f;
	font-weight: bold;
	font-size: 12px;
	padding-right: 10px;
}
#METAMENU ul li a {
	color: #3f3f3f;
	text-decoration: none;
}
#homelink {
	height: 124px;
	width: 944px;
	position: absolute;
}

/* --------------------------------------- */
/*           setup for newscol(#main)      */
/* --------------------------------------- */
#rechts  {
	float: right;
	height: 400px;
	width: 182px;
	padding-right: 4px;
	padding-left: 4px;
	position: relative;
	background-color: #ecedef;
}
/* --------------------------------------- */
/*           setup for footer (#main)      */
/* --------------------------------------- */

#footer {
	text-align: center;
	background-color: #FFFFFF;
	padding: 8px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
	font-size: 10px;
	position: static;
	clear: both;

}



/* --------------------------------------- */
/*           setup for MAINMENU   */
/* --------------------------------------- */

#MAINMENU {
	width: 240px;
	height: 100%;
	background-color: #FFFFFF;
	top: 50px;
	vertical-align: top;
	padding-top: 20px;
}
#MAINCONTENT h2 {
	font-size: 14px;
	line-height: 14px;
	color: #000066;
}



#MAINMENU ul { 
    list-style: none;

}

/* ----------------- Ebene 1 ----------------- */

#MAINMENU ul.e1 li a{
	font-size: 13px;
	display:block;
	color: #3f3f3f;
	text-decoration: none;
	font-weight: bold;
	padding-left: 20px;
	height: 45px;
	line-height: 45px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	vertical-align: middle;
	background-image: url(images/menue1_normal.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


#MAINMENU ul.e1 li a:hover {
	background-image: url(images/menue1_normal.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #D3D3D3;
}



/* Level 1 CUR */

#MAINMENU ul.e1 li.cur a {
background-image: url(images/menue1_aktiv.gif);
	background-repeat: no-repeat;
	background-position: left center;
		vertical-align: middle;
}

/* Level 1 ACT */

#MAINMENU ul.e1 li.act a {
background-image: url(images/menue1_aktiv.gif);
	background-repeat: no-repeat;
	background-position: left center;
		vertical-align: middle;
}


/* Level 1 ACT IF SUB */

#MAINMENU ul.e1 li.actifsub a {
background-image: url(images/menue1_aktiv.gif);
	background-repeat: no-repeat;
	background-position: left center;
		vertical-align: middle;
}


/* Level 1 HOVER */

#MAINMENU ul.e1 li a:hover, #MAINMENU ul.e1 li.cur a:hover, #MAINMENU ul.e1 li.act a:hover, #MAINMENU ul.e1 li.actifsub a:hover {
	background-color: #F0F0F0;
}

/* ----------------- Ebene 2 ----------------- */

#MAINMENU ul.e1 li ul.e2 li a{
	display: block;
	text-decoration: none;
	font-weight: normal;
	padding-left: 30px;
	height: 35px;
	line-height: 35px;
	vertical-align: middle;
	background-image: url(images/menue2_normal.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 12px;
}
#MAINMENU ul.e1 li ul.e2 li a:hover{
	background-image: url(images/menue2_aktiv.gif);
}

/* Level 2 CUR */

#MAINMENU ul.e1 ul.e2 li.cur a {
display: block;
	text-decoration: none;
	font-weight: normal;
	padding-left: 30px;
	height: 35px;
	line-height: 35px;
	vertical-align: middle;
	background-image: url(images/menue2_aktiv.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

/* Level 2 ACT */

#MAINMENU ul.e1 ul.e2 li.act a {
display: block;
	text-decoration: none;
	font-weight: normal;
	padding-left: 30px;
height: 35px;
	line-height: 35px;
	vertical-align: middle;
	background-image: url(images/menue2_aktiv.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

/* Level 2 ACT IF SUB */

#MAINMENU ul.e1 ul.e2 li.actifsub a {
}

/* Level 2 HOVER */

#MAINMENU ul.e1 ul.e2 li a:hover, #MAINMENU ul.e1 ul.e2 li.cur a:hover, #MAINMENU ul.e1 ul.e2 li.act a:hover, #MAINMENU ul.e1 ul.e2 li.actifsub a:hover {
	background-color: #ECEAEE;
}

/* ----------------- Ebene 3 ----------------- */

#MAINMENU ul.e1 ul.e2 ul.e3 li a{
    display: block;
    font-size: 12px;
    text-decoration: none;
    font-weight: normal;
    padding-left: 35px;
    border-bottom: 2px solid #fff;
    line-height: 2.2em;
    background-color: #f6f6f6;
}


/* Level 3 CUR */

#MAINMENU ul.e1 ul.e2 ul.e3 li.cur a {
	background-color: #FF00FF;
}

/* Level 3 ACT */

#MAINMENU ul.e1 ul.e2 ul.e3 li.act a {
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #99CC00;
}

/* Level 3 ACT IF SUB */

#MAINMENU ul.e1 ul.e2 ul.e3 li.actifsub a {
border-right-width: 3px;
	border-right-style: solid;

	border-right-color: #99CC00;
}

/* Level 3 HOVER */

#MAINMENU ul.e1 ul.e2 ul.e3 li a:hover, #MAINMENU ul.e1 ul.e2 ul.e3 li.cur a:hover, #MAINMENU ul.e1 ul.e2 ul.e3 li.act a:hover, #MAINMENU ul.e1 ul.e2 ul.e3 li.actifsub a:hover {
    background-image: url(images/cur.jpg);
    background-position: right;
	background-repeat: repeat-y;
}

 h1 {
	font-size: 14px;
	color: #000066;
	border-bottom-width: 1.2px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	line-height: 2.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

 h2 {
	font-size: 12px;
	color: #000066;	
}

 h1 > h2 {
	margin-top: -25px;
}



 h3 {
	margin-top: 15px;
	font-size: 11px;
	color: #000066;	
}
td h3 {
	margin-top: 35px;
	font-size: 12px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.beirat_img {
	text-align: left;
	vertical-align: top;
	width: 200px;
}


 h4 {
	margin-top: 20px;
	font-size: 11px;
	color: #000066;	
}

 h5 {
	margin-top: 15px;
	margin-bottom: 10px;
	text-align:center;
	font-size: 11px;
	color: #999999;	
}

h6 {
	margin-top: 15px;
	margin-bottom: 10px;
	text-align:center;
	font-size: 11px;
	color: #000000;	
}

 p, ul, td {
	font-size: 12px;
	margin-top: 10px;
}
ul {
	list-style-position: inside;
	list-style-type: disc;
}
.img {
	display: block;
}
 #home {
	background-color: #F4F4F4;
	width: 100%;
	float: left;
	position: relative;
}
 #home a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	background-image: url(images/leon_hamburg_pfeil.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	text-decoration: none;
	line-height: 25px;
}
.caption {
	font-size: 9px;
}
.caption a {
	font-family: Arial, Helvetica, sans-serif;
	
	font-weight: bold;
	color: #000000;
	background-image: url(images/leon_hamburg_pfeil_xs.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	text-decoration: none;
	line-height: 20px;
}
a:link {
	color: #242E6F;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #242E6F;
}

a:active {
color: #242E6F;
	text-decoration: none;
}
a:visited {
color: #242E6F;
	text-decoration: none;
}


#info {
	width: 100%;
	background-color: #F2F2F2;
	vertical-align: top;
	text-align: left;
}
.floatright {
	float: right;
	z-index: 99;
}
.floatleft {
	float: left;
}
.flag {
	padding: 10px;
}
#kontakt {
	width: 600px;
}
.kontakt_desc {
	width: 210px;
}
#print_button a {
color: #ffffff;
	text-decoration: none;
}