body {
	background-color:#FFFFFF;
	font-size:13px;
	font-family:Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	margin:0;
	padding:0;
	color:#666666;
}

table                {margin:0px; padding:0px; font:inherit; color:inherit; border:none; border-collapse:collapse;}
tr, thead, tbody     {margin:0px; padding:0px;}
th, td               {margin:0px; padding:0px; vertical-align:top;}

img {
	margin: 0;
	padding: 0;
	border:none;
}

iframe {
	background-color:#ffffff;
	margin:0px;
	padding:0px;
	width: 453px;
	height: 380px;
}

label {
	float: left;
	width: 80px;
}

.value {
	width:250px;
	border:1px solid #666666;
	margin-bottom:3px;
}
/**************************/
/* Formatierung der Links */
/**************************/
a {
	color:#E3003A;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
}

.buttonstyle {
	background: url(/layout/img/buttons/bg_button_high.jpg) repeat-x;
	color: #FFFFFF;
	display: block;
	height: 20px;
	padding: 0 20px 0 20px;
	/*width: 250px;*/
	font-size: 12px;
	text-align: center;
	margin: 5px 0 5px 0;
}

.buttonstyleGrey {
	background: url(/layout/img/buttons/bg_buttons.gif) repeat-x left -95px;
	color: #FFFFFF;
	display: block;
	height: 20px;
	padding: 0 20px 0 20px;
	/*width: 250px;*/
	font-size: 12px;
	text-align: center;
	margin: 5px 0 5px 0;
}


#page {
	width:980px;
	margin:auto;
	padding:auto;
}

#header {
	clear:both;
	width:980px;
	height:69px;
	background-image:url(../img/backgrounds/header.gif);
	background-color: #FFFFFF;
	text-align: left;
}

.elementLogo img {
	float:left;
}

/* Banner auf der Startseite*/
.registrationBanner {
	/*top: -10px;
	left: 527px;
	position: relative;*/
	padding: 0;
	margin: 0 0 15px 527px;
}



/************************************/
/* Formatierung der Unternavigation */
/************************************/

#submenu {
	clear:both;
	width:980px;
	height:50px;
	background-color: #FFFFFF;
	border-bottom: 15px solid #E3003A;
}

#submenuStart {
	clear:both;
	width:980px;
	height:2px;
	background-color: #FFFFFF;
	border-bottom: 15px solid #E3003A;
}

* html #submenu a { /* Filter for IE6 to prevent li stacking */
	float: left;
	text-decoration: none;
  }

* html #submenu a span { /* Filter for IE6 to prevent li stacking */
	float: left;
	text-decoration: none;
  }
  
#submenu ul{
	margin:0;
	padding:0;
	padding:29px 0 0 15px;
}

#submenu li{
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding-right:1em;
}

#submenu li a {
	display:block;
	font-weight:bold;
	color:#666666;
}

#submenu li a:hover {
	color:#E3003A;
	text-decoration:none;
}
#submenu li a strong {
	color:#E3003A;
	text-decoration:none;
}

#submenu li strong a {
	color:#E3003A;
	text-decoration:none;
}
  

.customlist ul {
	margin:0;
	padding:0 0 0 20px;
}

.customlist li{
	list-style-image:url(/layout/img/icons/bullet.png);
	list-style-position:outside;
	padding:0 0 0.5em 0;
}

/********************************/
/* Formatierung des Hauptblocks */
/********************************/

#mainarea {
	width:980px;
	clear:both;
}

/*************************************/
/* Formatierung des Inhaltsbereiches */
/*************************************/

#contentarea {
	width:980px;
	float:left;
	line-height:14pt;
	padding-bottom:10px;
	padding-top:50px;
	margin-bottom:54px;
}

#contentarea .contentStandard {
	padding:0 15px 0 15px;
}

#contentarea h1 {
	background:transparent url(../img/icons/h1.jpg) no-repeat scroll 0px 24px;
	font-size:36px;
	font-weight:bold;
	color:#000000;
	line-height:120%;
	text-indent: 50px;
	margin:0;
}

#contentarea h2 {
	font-size:15px;
	color:#000000;
	margin:0 0 1em 0;
	padding:0;
}

#contentarea .introduction {
	font-size:18px;
	margin-bottom:1.5em;
	line-height:1.2em;
}

#contentarea .pictureLeft {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

/* Rechtes Bild von links gefloateten Bildern */
#contentarea .pictureLeft_Right {
	float: left;
	margin-right: 0;
	margin-bottom: 5px;
}

img .pictureRight {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

/* Linkes Bild von rechts gefloateten Bildern */
#contentarea .pictureRight_Left {
	float: left;
	margin-left: 0;
	margin-bottom: 5px;
}

/* Grafik, die textmittig positioniert wird */

.middle {
	vertical-align: middle;
}


/* Boxen auf der Seite Success Stories */
.tableSuccessStories table {
	background: #C8C8C8 url(../img/backgrounds/table_success-stories.gif) repeat-x;
}

.tableSuccessStories table td {
	padding: 5px;
}




.col-leftintroduction {
	float:left;
	width:435px;
	margin-right:50px;
}

.col-left-half {
	float:left;
	width:48%;
}

.col-right-half {
	float:right;
	width:48%;
}

.col-left {
	float:left;
	width:33%;
}

.col-left .inner {
	padding-right:20px;
}

.col-middle .inner {
	padding-right:20px;
}

.col-left-small {
	float:left;
	width:320px;
	margin-right:50px;
}

.col-full {
	float:left;
	width:100%;
}

.col-middle {
	float:left;
	width:33%;
}

.col-right {
	float:right;
	width:33%;
}

.col-right .inner {
	padding-left:20px;
}

#cols {
	margin:1.5em 0 0 0;
	padding:0;
}

#cols .col {
	float:left;
	margin:0 0 0 7px;
	padding:20px;
	width:197px;
	height: 300px;
	border:1px solid #C6CACC;
	background-color:#F5FCFF;
	vertical-align: top;
}

/* Aufzählung in den Boxen */
#cols .col ul {
	padding:0 0 13px 13px;
	margin:0;
}

#cols .col .coltext {
	margin-bottom: 1em;
}

#cols .first {
	margin:0 0 0 0;
}

#cols h2 {
	background:transparent url(../img/icons/h2.jpg) no-repeat scroll 0px 10px;
	color:#999999;
	font-weight:bold;
	font-size:15px;


	margin:0;
	padding:0;
	text-indent: 20px;
	margin-bottom:15px;
}

/* Große Box für eine Inhaltsspalte */
.contentbox {
	background-color: #E4EEFF;
	border:1px solid #C6CACC;
	padding: 33px;
	margin: 0 0 2em 0;
}

.contentbox ul {
	margin:0;
	padding:0 0 0 33px;
}

.contentbox li{
	list-style-image:url(/layout/img/icons/bullet.png);
	list-style-position:outside;
	padding:0 0 0.5em 0;
}


/* Boxen auf der Veranstaltungsseite */

.eventboxHeadFuture {
	background-color: #E3003A;
	/*padding: 7px 0 7px 7px;*/
	margin-bottom: 2px;
	width: 435px;
}

.eventboxHeadFuture h3 {
	color: #FFFFFF;
	font-size: 15px;
	margin: 0;
	padding: 0;
}

.eventboxHeadPast {
	background-color: #C6CACC;
	/*padding: 7px 0 7px 7px;*/
	margin-bottom: 2px;
	width: 435px;
}

.eventboxHeadPast h3 {
	color: #FFFFFF;
	font-size: 15px;
	margin: 0;
	padding: 0;
}

.eventbox {
	background-color:#F5FCFF;
	border:1px solid #C6CACC;
	margin-bottom: 2px;
	width: 433px;
}

.boxinner {
	padding: 7px;
	text-align: left;
}

.left {
	margin-right:50px;
}

.eventbox h4 {
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

.eventbox strong {
	font-weight: bold;
}

/* Rote Box für div. Inhalte */
.redbox {
	background: #E3003A;
	padding: 12px;
	color: #FFFFFF;
}

.redbox a {
	color: #FFFFFF;
}


/* Große Box auf der Seite, die bei Köhler-Verlag eingebunden wird */
.contentboxWKV {
	background-color: #E4EEFF;
	border:1px solid #C6CACC;
	padding: 33px;
	margin: 1em;
	width: 70%;
}

.contentboxWKV ul {
	margin:0;
	padding:0 0 0 33px;
}

.contentboxWKV li{
	list-style-image:url(/layout/img/icons/bullet.png);
	list-style-position:outside;
	padding:0 0 0.5em 0;
}

.contentboxWKV h2 {
	font-size: 14px;
}

/* Tabelle auf der Download-Seite */

.imgCell {
	padding: 0 15px 20px 0;
	text-align: center;
}

.descCell {
	vertical-align: top;
	width: 600px;
}

.descCell a {
	display: block;
	margin-bottom: 1em;
}

/* Event-Seite: Boxen */

.event {
	color: #FFFFFF;
}

.event ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.event ul li {
	background: #E3003A;
	float: left;
	/*height: 245px;*/
	margin: 0 25px 25px 0;
	width: 290px;
}

#contentarea .event h2 {
	color: #FFFFFF;
	margin: 15px 12px 0 12px;
	
}

#contentarea .event span {
	color: #FFFFFF;
	padding: 0 12px 0 12px;
}

.event .image {
	text-align:center;
}

.event .image img {
	margin-top: 10px;
}

.event .box_top {
	height: 65px;
	margin-bottom: 0.3em;
}

.event .box_bottom a {
	background: #FFFFFF;
	float: right;
	margin: 12px 10px 12px 0;
	padding: 0px 18px 0px 18px;
}




.pastevent {
	color: #FFFFFF;
}

.pastevent ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.pastevent ul li {
	background: #828282;
	float: left;
	/*height: 245px;*/
	margin: 0 25px 25px 0;
	width: 290px;
}

#contentarea .pastevent h2 {
	color: #FFFFFF;
	margin: 15px 12px 0 12px;
	
}

#contentarea .pastevent span {
	color: #FFFFFF;
	padding: 0 12px 0 12px;
}

.pastevent .image {
	text-align:center;
}

.pastevent .image img {
	margin-top: 10px;
}

.pastevent .box_top {
	height: 65px;
	margin-bottom: 0.3em;
}

.pastevent .box_bottom a {
	background: #FFFFFF;
	float: right;
	margin: 12px 10px 12px 0;
	padding: 0px 18px 0px 18px;
}







/* Formatierung der News */
.newscontent {
	padding: 20px;
}

/* Formatierung der Newsletterformulare */

.newsletterform {
	padding: 20px;
}
/*******************************************/
/* Fußzeile unterhalb des Inhaltsbereiches */
/*******************************************/

#contentfooter {
	width:100%;
	clear:both;
	padding:5px 0 0 0;
	text-align:left;
	border: 1px solid #C6CACC;
	color: #666666;
	margin:30px 0 38px 0;
	height:36px;
}
#contentfooter a {
	color:#666666;
}

#contentfooter .footerLogo img {
	float:left;
	padding-left:15px;
}

#contentfooter .linkblock {
	float:left;
	line-height: 26px;
	width: 370px;
	padding: 2px 0 0 0;
}

#contentfooter .linkblock .footerlinks {
	margin: 5px 0 0 0;
	float: left:
}

#contentfooter .addressblock {
	/*float:right;*/
	padding: 0 10px 0 0;
	font-size: 11px;
	text-align: right;
}

.brochures .textRight {
    float: right;
    padding-right: 20px;
    width: 180px;
}

/**************************/
/* Fußzeile am Seitenende */
/**************************/

#footer {
	width:100%;
	clear:both;
	/*height:200px;*/
	min-height:360px;
	text-align:left;
	font-size:10px;
	line-height:14pt;
	padding-top:15px;
	background-color:#F5FCFF;
	border: 1px solid #C6CACC;
	border-top: 1px solid #C6CACC;
	color: #666666;
	margin-bottom:1em;
}

#footer a {
	color:#666666;
}

#footer .float-l {
	float:left;
	/*width:171px; Original-Wert */
	width:200px;
	padding-left:27px;
	padding-right:27px;
}

#footer .float-l strong {
	font-size:15px;
	font-weight:bold;
}

#footer .first {
	padding-left:15px;
}

#footer .float-l ul {
	margin:0;
	padding:0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding-right:1em

}

#footer .float-l li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	line-height:2.1em;
	border-bottom:1px solid #ECECEC;
}

/************************************/
/* Formatierung der Hauptnavigation */
/************************************/

#header ul {
      margin:0;
      /*padding:10px 10px 0;*/
      list-style:none;
      }
    #header li {
      float:left;
      background:url(../img/backgrounds/navi-left.gif) no-repeat left -150px;
      margin:0;
      padding:0 0 0 13px;
      }
    #header li a {
      float:left;
      display:block;
      /*width:.1em;*/
      background:url(../img/backgrounds/navi-right.gif) no-repeat -150 top;
      padding:46px 15px 0 0;
      text-decoration:none;
      font-weight:bold;
      color:#FFFFFF;
	  height:23px;
      }
    #header > ul a {width:auto;}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #header a {float:none;}
    /* End IE5-Mac hack */
    #header a:hover {
      color:#666666;
      }
    #header #current {
      background:url(../img/backgrounds/navi-left.gif) no-repeat;
      border-width:0;
      }
    #header #current a {
      background:url(../img/backgrounds/navi-right.gif) no-repeat right top;
      /*padding-bottom:5px;*/
      color:#333;
      }
    #header li:hover, #header li:hover a {
      background-position:top left;
      color:#333;
      }
    #header li:hover a {
      background:url(../img/backgrounds/navi-right.gif) no-repeat right top;
      }
