/* ************************************************************************ */
/*

Diese CSS beinhaltet die strukturellen Definitionen f?r das Ger?st aller Mandanten.
Die Inhalte von #col2 werden in der separaten CSS Datei definiert.

*/
/* ************************************************************************ */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
 margin: 0;
 padding: 0;
 border: none;
 vertical-align: baseline;
 text-align: left;
}
table, td, th {
 border-collapse: collapse;
 border-spacing: 0;
}
img { display: block; border: none; }

/* ************************************************************************ */
/* STRUKTUR */
/* ************************************************************************ */

body {
 background: #fff url(/layout/body-kmg.gif) top left repeat-y; /* i */
 font: normal 12px Arial, Helvetica, sans-serif;
 color: #000;
}

#page-margins {
 position: relative;
 width: 980px;
}

#ads-header {
 float: left;
 width: 980px;
 background-color: #f5f5dc; /* i */
 height: 80px;
}

#col1 {
 float: left;
 display: inline;
 width: 175px;
 overflow:none;
 background-color: #f5f5dc;
}

#col2 {
 float: left;
 display: inline;
 width: 620px;
 background-color: #f5f5dc;
 margin-left:3px;
}

#col3 {
 float: right;
 display: inline;
 width: 160px;
 position:relative;
 top: -80px;
 margin:0;
 padding:0;
 /* border-top: 15px solid #ff0000; */ /* i */
}

#footer {
 float: left;
 display: inline;
 width: 980px;
 text-align: center;
 color: #666666;
 margin-top: 10px;
 padding-bottom: 20px;
 padding-top: 10px;
 background-color: #f5f5dc;
 font-size: 11px;
}

.footer-icons
{
 float: left;
 margin-right: 15px;

}

/* ************************************************************************ */
/* Ads-Header */
/* ************************************************************************ */

#ads-header a {
 display: block;
 float: left;
 margin-right: 10px;
}

/* ************************************************************************ */
/* COL 3 */
/* ************************************************************************ */

#col3 a img {
 display: block;
 margin: 0 auto 10px auto;
}

/* ************************************************************************ */
/* FOOTER */
/* ************************************************************************ */

#footer a {
 color: #666666;
 text-decoration: none;
 font-weight: bold;
}
#footer a:hover {
 text-decoration: underline;
}

/* ************************************************************************ */
/* COL 1 */
/* ************************************************************************ */

#col1 div {
 float: left;
 background-color: #f5f5dc;
 margin: 5px 0 0 0;
}

#col1 div.bullet {
 color: #666;
 margin-top: 0;
 border-top: 10px solid #f5f5dc;
}

#col1 div ul, #col1 div div {
 float: left;
 display: inline;
 margin: 0 0 0 0px;
}

#col1 div.bullet ul, #col1 div.bullet div {
 border: 1px solid #ccc;
}

#col1 div.bullet ul.important, #col1 div.bullet div.important {
 border: 2px solid #f5f5dc; /* i */
}

#col1 div.bullet ul.important strong, #col1 div.bullet div.important strong {
 color: #666; /* i */
}

#col1 div a img {
 margin-bottom: 5px;
}

/* Inhalte der Boxen */


#col1 div ul li  {
 float: left;
}
#col1 div ul a, #col1 div div a {
 float: left;
 width: 170px;
 font-weight: bold;
 color: #666666;
 text-decoration: none;
 padding: 2px 0 2px 3px;
}
#col1 div ul a:hover, #col1 div div a:hover {
 text-decoration: underline;
}

#col1 div.ads {
 padding-top: 10px;
}

#col1 div.ads a {
 float: none;
 padding: 0;
}

#col1 div p {
 float: left;
 width: 167px;
 padding: 2px 0 2px 3px;
}

#col1 div input {
 width: 120px;
 float: left;
}

#col1 div input.button {
 width: auto;
 height: auto;
 margin-left: 3px;
 display: inline;
}

#col1 div.ads div.teaser {
 width: 120px;
 margin-left: 35px;
 background-color: #f5f5dc;
 border: 1px solid #000;
 font-size: 10px;
 line-height: 14px;
}

#col1 div.ads div.teaser ul {
 width: 110px;
 margin: 0;
 padding: 0;
}

#col1 div.ads div.teaser ul li {
 background: transparent url(/layout/bullet2.gif) 3px 7px no-repeat;
 padding-left: 15px;
 margin: 0 0 7px 0;
}

#col1 div.ads div.teaser p {
 width: 110px;
 margin: 0 0 7px 0;
 clear: both;
 text-align:center;
}

/* ************************************************************************ */
/* FRAME POPUP */
/* ************************************************************************ */

body#popup {
 padding: 20px;
 background-image: none;
}

body#popup #ads-header {
 width: 624px;
 height: 85px;
}
body#popup #col2 {
 border: 2px solid #ff0000;
 margin-left: 0; margin-right: 0;
}

body#popup #logo { border: none; }

/* ************************************************************************ */
/*

Diese CSS beinhaltet die strukturellen Definitionen f?r die Inhalte in #col2
Das Ger?st drumherum wird in einer separaten CSS Datei definiert.

*/
/* ************************************************************************ */

#col2  {
	width: 620px;
}

/* ************************************************************************ */
/* SPALTEN */
/* ************************************************************************ */

#col2 div.leftcol {
	float: left;
	width: 298px;
	margin-right: 20px;
	border: 1px solid #999999;
}

#col2 div.rightcol {
	float: left;
	width: 298px;
	border: 1px solid #999999;
}


#col2 div.abstand {
	/* margin-bottom: 20px; */
}

/* Unter-Spalten innerhalb Haupt-Spalten */

/*

leftcol 1 ist f?r 100px | 100%
leftcol 2 ist f?t 50% | 50%

*/

div.multicols {
	float: left;
	clear: both;
	margin-bottom: 10px;
}

div.multicols .leftcol1 {
	float: left;
	width: 100px;
}
div.multicols .rightcol1 {
	position: relative;
	margin-left: 100px;
	zoom: 1;
}

div.multicols .leftcol2 {
	float: left;
	width: 50%;
}
div.multicols .rightcol2 {
	float: right;
	width: 50%;
}

/* Andere Spalten/Boxen */

div.box {
	border: 1px solid #000000;
	margin: 3px 3px 10px 3px;
	padding-top: 5px;
	clear: both;
	background-color: #eeeeee;
}

div.box2 {
	border: 1px solid #999999;
	margin: 3px 3px 10px 3px;
	padding-top: 5px;
	clear: both;
	background-color: #eeeeee;
}

div.galerie {
	float: left;
	width: 92%;
	margin: 3px 3px 10px 3px;
	padding-bottom: 5px;
	clear: both;
	background-color: #eeeeee;
}

div.galerie img {
	float: left;
	margin: 10px 0 0 10px;
	display: inline;
}

/* ************************************************************************ */
/* INHALTE der BOXEN */
/* ************************************************************************ */


#col2 h1 {
	font: bold 21px Arial, Helvetica, sans-serif;
	background-color: #eeeeee;
	color: #666666;
	padding: 5px;
	margin: 0 0px 15px 0px;
}

#col2 h2 {
	font: bold 15px Arial, Helvetica, sans-serif;
	margin: 0 5px 10px 5px;
}

#col2 h3 {
	font: bold 12px Arial, Helvetica, sans-serif;
	margin: 0 5px 5px 5px;
}

#col2 p {
	margin: 0 5px 10px 5px;
}

#col2 table {
	margin: 0 5px 10px 5px;
}

#col2 table td, #col2 table th {
	padding-right: 10px;
}

#col2 a {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#col2 a:hover { text-decoration: underline; }
#col2 a.aktiv { color: #000; }

#col2 ul, #col2 ol {
	margin: 0 5px 10px 5px;
  /*list-style-image: url(/layout/bullet.gif); /* NEU  bug #4934*/
}

#col1 ul, #col1 ol, #col1 ul li {
	list-style:none;
}

#col2 ul li {
	/*padding-left: 20px;*/
	margin: 10px 0 10px 0;
}

/* Verschiedene Klassen */

#col2 .links {
	float: left;
	clear: both;
}

#col2 .rechts {
	float: right;
	clear: both;
}

#col2 .mitte {
	text-align: center;
}

#col2 .clear {
	clear: both;
}

#col2 .klein {
	font-size: 10px;
}

/* ************************************************************************ */
/* TABELLEN */
/* ************************************************************************ */

#col2 table.tabellenstil1 {
	margin: 3px 3px 10px 3px;
}

#col2 table.tabellenstil1 td, #col2 table.tabellenstil1 th {
	padding: 3px;
	border: 1px solid #000;
}

#col2 table.tabellenstil1 th {
	background-color: #eeeeee;
}

/* */

#col2 table.tabellenstil2 {
	margin: 0;
	width: 100%;
}

#col2 table.tabellenstil2 td, #col2 table.tabellenstil2 th {
	padding: 3px;
	border: none;
	background-color: #eeeeee;
}

#col2 table.tabellenstil2 tr.wechselfarbe td {
	background-color: #cccccc;
}

#col2 table.tabellenstil2 tr td p, #col2 table.tabellenstil2 tr th p {
	margin-left: 2px;
}

/* */

#col2 table.tabellenstil3 {
	margin: 0 auto 0 auto;
	width: 80%;
}

#col2 table.tabellenstil3 td, #col2 table.tabellenstil3 th {
	padding: 3px;
	border: 1px dashed #999999;
	line-height: 20px;
}

#col2 table.tabellenstil3 th {
	border: none;
	line-height: auto;
}

#col2 table.tabellenstil3 th h2 {
	color: #999;
	margin: 0;
}

/* Bildunterschriften */

#col2 table.bild {
  float: left;
	margin-right: 20px;
	margin-bottom: 0px;
}

#col2 table.bildunterschrift {
	width: 1px;
	float: left;
	clear: both;
	margin-right:  0px;
	margin-bottom: 0px;
}

#col2 table.bildunterschrift th {
	background-color: #f5f5dc;
	padding: 10px 10px 0 10px;
}

#col2 table.bildunterschrift td {
	/* fixes bug #0004865 */
	background-color: #dcdcdc;
	padding: 3px;
	/* color: #dcdcdc; neu */
	font-size: 9px; /* neu, ggfs. anpassen */
	text-align: center; /* neu */
}

/* ************************************************************************ */
/* FORMULARE */
/* ************************************************************************ */

#col2 form.formularbox {
	float: left;
	display: inline;
	width: auto;
	padding: 5px;
	margin: 0 0 10px 3px;
	line-height: 27px;
	border: 1px solid #999999;
}

#col2 form.formularbox label {
	display: inline;
	font-weight: bold;
	float: left;
	width: 130px;
}

#col2 form.formularbox input, #col2 form.formularbox textarea, #col2 form.formularbox select, #col2 form.formularbox p {
	display: inline;
	float: left;
	margin: 0 3px 0 0;
}

/* Allgemeine Formulare */

#col2 form.allgformular div.grau {
	line-height: 25px;
}

#col2 form.allgformular input.checkbox {
	margin-left: 83px;
}

#col2 form.allgformular div.grau label {
	display: inline;
	float: left;
	width: 80px;
	margin-left: 3px;
	clear: both;
}
#col2 form.allgformular label.pflicht {
	color: #ff0000;
}

#col2 form.allgformular div.grau span { float: left; padding: 0 20px 0 5px; }

#col2 form.allgformular div.grau input, #col2 form.allgformular div.grau textarea, #col2 form.allgformular div.grau select {
	float: left;
	display: block;
	border: 1px solid #999;
	background-color: #f5f5dc;
}

#col2 form.allgformular div.grau input.textfeld, #col2 form.allgformular div.grau textarea, #col2 form.allgformular div.grau select {
	width: 300px;
	height: 18px;
	padding-left: 3px;
	letter-spacing: 1px;
}

#col2 form.allgformular div.grau textarea { height: auto; }

#col2 form.allgformular div.grau input.button { background-repeat: no-repeat; border: none; width: 155px; height: 28px; }

/* ************************************************************************ */
/*

Diese CSS beinhaltet die farblichen Definitionen f?r diesen Mandanten.

*/

#ads-header {
	background-color: #f5f5dc;
}

#col2 {
	margin-top: 0px;
	padding-top: 0px;
	position:relative;
	top:0px;
}

#col3 {
	background-color: #f5f5dc;
}

/* ************************************************************************ */
/* COL 1 */
/* ************************************************************************ */

#col1 div.bullet ul.important, #col1 div.bullet div.important {
	border: none; /* border: 2px solid #b22222; */
}

#col1 div.bullet ul.important strong, #col1 div.bullet div.important strong {
	color: #666;
}

#col1 div.bullet a {
	color: #666;
}

/* Inhalte der Boxen */

#col1 div.ads {
	background-color: #f5f5dc;
}

#col1 div.ads div {
	background-color: #f5f5dc;
}

#col1 div.ads div.teaser {
	background-color: #f5f5dc;
	/* fixes bug #4784 */
	color: #666666;
}


/* ************************************************************************ */
/* FRAME POPUP */
/* ************************************************************************ */

body#popup #col2 {
	border: 2px solid #ff0000;
}

/* ************************************************************************ */
/*

Diese CSS beinhaltet die farblichen Definitionen f?r diesen Mandanten.

*/
/* ************************************************************************ */

#col2  {
	background: #f5f5dc top center repeat-y;
}

/* ************************************************************************ */
/* SPEZIFISCHE FARBEN MANDANT */
/* ************************************************************************ */

/* */

#col2 .box,
#col2 .galerie {
	background-color: #f3f6dc;
	border-color: #b22222;
}

#col2 .box2 {
	background-color: #f3f6dc;
	border-color: #999999;
}

#col2 div.grau {
	background-color: #dddddd;
	border: none;
}

#col2 table.tabellenstil2 td, #col2 table.tabellenstil2 th {
	background-color: #f3f6dc;
}
#col2 table.tabellenstil2 tr.wechselfarbe td {
	background-color: #fefff0;
}


#col2 table.tabellenstil1 th {
	background-color: #f3f6dc;
}

#col2 table.bildunterschrift th {
	background-color: #f3f6dc;
}
#col2 table.bildunterschrift td {
	background-color: #cccccc;
}

#col2 h3 {
	color: #b22222;
}

#col2 a.aktiv { color: #ff0000; }

#col2 em {
	font-style: normal;
	color: #696969;
}

#col2 p.wichtig {
	color: #ff0000;
}

#col2 label.pflicht  {
	color: #ff0000;
}

/* */

#col2 div h1 {
	background-color: #f5f5dc;
}
#col2 div.leftcol, #col2 div.rightcol, #col2 div.fullcol {
	background-color: #f5f5dc;
}

/* */


/* fixes bug #0004784 */

#col1 div.ads div.teaser img {
  margin: 0 auto;
}

#col1 div.ads div.teaser img, #col2 div.heft img {
	/* fixes bug #4784 and #4798 */
	border: 1px solid #000;
	border: 1px solid #ff0000;
}

/* fixes bug #4798 */

#col2 div.heft img {
  padding: 2px;
}

/* fixes bug #0004793 */

#col1 div.ads div.teaser a {
		font-size:11px;
		font-weight:700;
}

#col1 div.ads div.teaser strong {
	/* fixes bug #4793 */
	font-size:12px;
}


/* fixes bug #4875 */
#col2 div.heftdetails h1 {
	background-color: #f3f6dc;
}
#col2 div.heftdetails div.leftcol {
	background: #fefff0 url(/images/fauxcolumn-heftdetails.gif) top left repeat-y;
}

/* fixes bug #4873 */
#col1 div.ads div div {
	position: relative !important;
	display: block !important;
}

* html #col2 { width: 616px; border: 0; padding: 0; }
* html #col3 { width: 150px; margin-top:-10px }

#col1 div ul a, #col1 div div a
{
	float: left;
	width: 167px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 0pt;
	padding-bottom: 2px;
	padding-left: 3px;
}
* html #col2 div.fullcol
{
	float: left;
	width: 578px;
	border: 0;
}



#col2 div.defaultborder {
	border: 1px solid #aaa;
}

div.joboffer {
  width:100%;
}
div.joboffer h2 {
  color:#666;
  text-align:center;
}
.jobs_highlight {
  background-color:"#f0e68c";
}
div.box2 table.jobs_service {
  margin: 0;
  padding: 0;
  border: none;
  min-width: 150px;
  text-align: right;
  float: right;
}
div.box2 table.jobs_service td {
  text-align: right;
  font-size: 10px;
}


div.no_icon {
  float: left;
}

td.partner_border {
  border-width:1px;
  border-style:solid;
  border-color:#696969
}
/* von Niel */
.fullcol p li {
  display: inline;
}

* html #ads-header{
	padding-bottom:1em;
}

/* rahmen probleme */


.ieotherborder {
	border-right: 1px solid #aaa ! important;
	border-left: 1px solid #aaa ! important;
	border-top: 1px solid #aaa ! important;
	border-bottom: 1px solid #aaa ! important;
}

.ieschwerpunkteborder {
	border-left: 1px solid #b22222 ! important;
}

.externallinks {
	font-size:11px;
}

/* bug #5019 */
.heftbigtitle {
	color:#555;
	font-size:12px;
}
.previewborder {
	border: 1px solid #000;
}

p.listinnercolsub {
	background-url:none;
	background:none;
}

/* Robin's entry, to get the flash banner to work in IE6
div.ads div { margin: 0; padding: 0; }
div.ads div table  { margin: 0; padding: 0; margin-bottom: 6px; position: relative; left: -20px; }
* html div.ads div table  { margin: 0; padding: 0; margin-bottom: 6px; position: relative; left: -40px; }
div.ads div table div * { margin: 0; padding: 0; left: 0; position: relative; }
*/

div.icon {
  background: transparent url(/layout/turm.gif) top left no-repeat !important;
	height: 15px;
	width: 15px;
 	float: left;
}

div.fullcol span.highlight {
	font-weight:bold;
}

#col2 div.meta {
	/* border: none !important; */
}

#col2 div.meta h1 {
	text-align:center;
}

#col1 div.firstMenuItem a {
	color:#006699 !important;
}

span.exception {
	margin-left:2px;
	font-weight:bold;
	color:#000;
}

#botleft div {
	float: left;
	/* width: 200px; */
	background-color: #fff;
	margin: 5px 0 0 0;
}

#botleft div ul, #botleft div div {
	float: left;
	display: inline;
	width: 175px;
	margin: 0 0 0 0px;
}

#botleft div a img {
	margin-bottom: 5px;
}
