/*
  Grund Einstellungen
*/

* {
  font-family: helvetica, arial, sans-serif!important;
}

a, a:visited, a:hover {
  text-decoration: none;
  color: #333;
}

body {
  background-color: #D7D7D7;
}

.clear {
  clear: both;
  height: 0px;
  margin: 0px;
  padding: 0px;
  line-height: 0px;
  overflow:hidden;
  background: #fff;
}

/*
  Seite
*/

#wrap {
  width: 987px;
  margin:0 auto;
}

/*
  Werbung Element oben
*/

.commercial {
  width: 960px;
  height: 120px;
  margin-bottom: 14px;
  text-align: center;
}

/**
  Header Bereich
**/

.header {
  height: 150px;
  width: 985px;
  background-image: url('../img/header.jpg');
  background-repeat: no-repeat;
  margin-bottom: 11px;
  position: relative;
}

.header .meta-nav {
	position: absolute;
	right: 29px;
	top: 5px;
	/*width: 270px;*/
}

.header .meta-nav ul li{
  display: block;
  float: left;
  font-size: 11px;
  color: #888;
  margin-right: 5px;
  padding-right: 5px;
  background: url(../img/divider.gif) center  right no-repeat;
}

.header .meta-nav ul li.last{
	background: transparent;
	padding-right:0;
	margin-right:0;
}

.header .meta-nav ul li a {
  color: #888;
}

.header .meta-nav ul li a:hover,
.header .meta-nav ul li a.act {
  color: #999;
}

.header .wcr_logo {
  position: absolute;
  background: transparent url(../img/blank.gif);
  height:55px;
  left:180px;
  top:40px;
  width:390px;

}

.header .navigation {
  height:40px;
  left:181px;
  position:absolute;
  top:105px;
  width:800px;
}


#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	width: 120px;
	height: 35px;
	padding-top: 5px;
	padding-left: 0px;
	text-transform: uppercase;
	font-size: 13px;
	text-align: left;
	font-weight:bold;
	font-family: verdana;
	color: #666;
	padding-left: 0px;
	text-align: center;
}


#nav li {
	float: left;
	width: 120px;
}

#nav li.m01 {
	float: left;
	width: 123px;
}

#nav li.m01 a{
	width: 113px;
}

#nav li a.act,
#nav li a:hover  {
	color: #000;
}


#nav li.m01 a.act{
		background: url('../img/header.jpg') -181px -155px;
}

#nav li.m02 a.act{
		background: url('../img/header.jpg') -304px -155px;
}

#nav li.m03 a.act{
		background: url('../img/header.jpg') -424px -155px;
}

#nav li.m04 a.act{
		background: url('../img/header.jpg') -544px -155px;
}

#nav li.m05 a.act{
		background: url('../img/header.jpg') -664px -155px;

}


#nav li ul {
	position: absolute;
	width: 120px;
	left: -999em;
	top: 30px;
}





#nav li ul li {
	background: #f0f0f0;
	line-height:15px;
	height:auto;
	border-top: solid #888 1px;
	width: 120px;
	}

#nav li ul li.act{
		background: #ccc;
}


#nav li ul li a{
	font-size: 11px;
	text-align: left;
	margin:0;
	padding:0;
	line-height:13px;
	padding-top: 9px;
	padding-bottom: 9px;
	height:auto;
	padding-left: 21px;
	font-weight:bold;
	width: 99px;
	}

#nav li ul li.active a{
	color: #000;
}



#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.hover {
 position: static;
}

/*
  Spalte links, Spalte rechts & Spalte in der Mitte
*/

.content_left {
  width: 160px;
  float: left;
  overflow:hidden;
}

.content_center {
  width: 600px;
  background-color: #fff;
  float: left;
  margin: 0 15px 0 15px;
  padding-bottom: 6px;
  padding: 6px;
  overflow: hidden;
}

.content_right {
  width: 160px;
  float: left;
  overflow:hidden;
}



/*
  Elmente der linken Spalte
*/

.box_left {
  width: 157px;
  background-color: #fff;
  margin-bottom: 20px;
  border: 1px solid #cccccc;
  margin-left: 1px;
}

.box_left .title {
  background-image: url('../img/bgheaderbox.gif');
  background-repeat: repeat-x;
  height: 30px;
  line-height: 25px;
  padding-left: 9px;
}

.box_left .title a {
   color: #fff;
   font-weight: bold;
   font-size: 14px;
   text-decoration: none;
}

.box_left .title a:hover {
   color: #fff;
   text-decoration: none;
}

.box_left .title span {
   color: #fff;
   font-weight: bold;
   font-size: 14px;

}

.box_left_content {
  font-size: 12px;
  padding: 6px;
  color: #333;
}

.content_left .elem_left {
  margin-bottom: 15px;
}

/**
  Startseite Element
**/

.box_big {
  width: 598px;
  border: 1px solid #ccc;
  margin-bottom: 11px;
}

.box-big-title {
  background-image: url('../img/bgheaderbox.gif');
  background-repeat: repeat-x;
  height: 30px;
  width: 599px;
}

.box-big-title span {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  margin-left: 11px;
  line-height: 29px;
}

.box-big-title a {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 29px;
}



.box_big .elem {
   border-bottom: 1px dashed #ccc;
   background: url(../img/blank.gif);
}

.box_big .elem-left {
  float: left;
  width: 430px;
  margin-right: 10px;
/*  margin-bottom: 15px;*/
}

.box_big .elem-right {
  width: 150px;
  float: left;
  margin-top: 5px;
  overflow: hidden;
  margin-bottom: 5px; /*ad by ck for system head img taller than text*/
}

.box_big .elem .information {
  margin-left: 11px;
  margin-top: 10px;
}

.box_big .elem .information .date, .city {
  font-size: 10px;
  color: #666;
  margin-top: 6px;
}

.box_big .elem .information .caption {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  line-height: 20px;
}


.box_big .inhalt {
  font-size: 12px;
  width: 390px;
  line-height: 16px;
  padding-top: 10px;
  padding-left: 11px;
  /*@ by TA*/

  /*padding-bottom: 10px;  removed, wird an zuvielen stellen verwendet, und ggf sind abstände dann doppelt! */
  padding-bottom: 0px;

}

.box_big .inhalt p{
  line-height: 16px;
}



/*
 @ by TA
*/
.box_big .inhalt_breit {
  margin-left: 11px;
  font-size: 12px;
  width: 580px;
  line-height: 16px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.box_big .inhalt_breit p{
  line-height: 16px;
}


.box_big .read_more_box {
  height: 23px;
  border-top: 1px solid #ccc;
}

.box_big .read_more_box .arrow {
  width: 25px;
  border-right: 1px solid #ccc;
  float: left;
}

.read_more_text {
  font-size: 10px;
  padding-left: 10px;
  line-height: 25px;
  float: left;
}

/**
 Spacer
**/

.spacer16 {
  width: 1px;
  height: 16px;
  display: inline;
  overflow:hidden;
}

.spacer20 {
  width: 1px;
  height: 16px;
  margin: 0px;
  padding: 0px;
  overflow:hidden;
}

.elemlast {
  border: 0px!important;
}

.small-teaser {
  padding-bottom:10px;
  margin-bottom:0;
}

.small-teaser2 {
  padding-bottom:5px;
  margin-bottom:0;
}

.box_big .small-teaser2 .information .caption {
  font-size: 12px;
  color: #333;
  font-weight: bold;
  line-height: 16px;
}

a.ext {
	padding-right: 15px;
	background: url(../img/exlink.gif) right 1px no-repeat;
}

.box_big .small-teaser2 .information {
margin-top:5px;
}

/**
  Footer
**/

.footer {
  text-align: center;
  font-size: 10px;
  color: #333;
  border-top: 1px solid #ccc;
  margin-top: 16px;
}

/**
  Single News
**/

.box-single-news {
  border: 1px solid #ccc;
}

.box-single-news .single-news-big {
  border-bottom: 1px dashed #ccc;
}

.box-single-news .single-news-big .single-news-big-content {
  padding: 9px;
}

.box-single-news .single-news-big .single-news-big-content .image {
  width: 570px;
}

.box-single-news .single-news-big .single-news-big-content .information {
  margin-top: 10px;
}

.box-single-news .single-news-big .single-news-big-content .date,
.box-single-news .single-news-big .single-news-big-content .city {
  font-size: 10px;
  color: #666;
  margin-top: 6px;
}

.box-single-news .single-news-big .single-news-big-content .title {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  line-height: 20px;
}

.box-single-news .single-news-big .single-news-big-content .content {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 10px;
}

.box-single-news .single-news-small {
  border-bottom: 1px dashed #ccc;
}

.box-single-news .single-news-small .single-news-small-content {
  padding: 6px;
}

.box-single-news .single-news-small .information {
  font-size: 10px;
  color: #666;
  padding-left: 3px;
}

.box-single-news .single-news-small .title {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  line-height: 16px;
  padding-left: 3px;
}


.single-news-read-more {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  height: 23px;
  overflow:hidden;
}

.single-news-read-more .back, .single-news-read-more-older {
   float:left;
   width: 221px;
   border-right: 1px solid #ccc;
}

.single-news-read-more .arrow {
  width: 25px;
  border-right: 1px solid #ccc;
  float: left;
}

.single-news-read-more .read_more_text {
  font-size: 10px;
  padding-left: 10px;
  line-height: 25px;
  float: left;
  width: 185px;
}

.last {
  border: 0px!important;
}

.boxlast {
  margin: 0px;
}

/*
  Übersichtsseite
*/

.box-border-center {
  border: 1px solid #ccc;
  margin-bottom: 16px;
}

.box-border-center .box-border-center-content {
  padding: 9px;
}

.box-border-center .box-border-center-content .col-left {
  float: left;
  width: 410px;
  margin-right: 15px;
}

.box-border-center .box-border-center-content .title {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  line-height: 16px;
  margin-bottom: 16px;
}

.box-border-center .box-border-center-content .content {
  font-size: 12px;
}

.box-border-center .box-border-center-content .col-left .content {
  width: 390px;
}

.box-border-center .read_more_box {
  height: 23px;
  border-top: 1px solid #ccc;
}

.box-border-center  .read_more_box .arrow {
  width: 25px;
  border-right: 1px solid #ccc;
  float: left;
}


.pager-box {
			padding: 5px;
			zoom:1;
}

.box-border-center-content{
  zoom:1;
}


/* pager hat unten zuviel padding, k.a. warum ggf double margin bug... ck*/
* html .pager{
 margin-bottom: -12px;
}

.pager .select-site {
  width: 110px;
  color: #333;
  font-size: 11px;
  float: left;
}

.pager .icons {
  float: right;
}


.pager .icons .goto {
  width: 17px;
  height: 17px;
  float: right;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 12px;
  margin-right: 2px;
}

div.goto a {
  color: #000;
}

.pager .icons .in a{
  color: #ccc;
}

.pager .icons .site a{
  color: #b60000;
}

.pager .icons .act {
  background-color: #B60000;
  font-weight: bold;
}

.pager .icons .act a {
  color: #fff;
}

/**
  Systeme
**/

.systeme-box {
  border: 1px solid #ccc;
/*
  width: 290px;
  height: 310px;
*/
  float: left;
  width:188px;
  overflow:hidden;
  margin-right:15px;
}

.col-systeme .sright {
  margin-right:0px;
}

* html .col-systeme a img {margin-bottom: -3px;}

.system {
	width: 182px;
	padding:3px;
/*
  padding: 8px 8px 0px 8px;
  */
}

.system .image {
/*
  width: 270px;
  height: 202px;
*/
}



.system .content .title {
  font-weight: bold;
  font-size: 14px;
  color: #333;
}

.system .content .text {
  font-size: 11px;
  color: #333;
  height: 55px;
}

.systeme-box .read_more_box {
  height: 23px;
  border-top: 1px solid #ccc;
  overflow:hidden;
}

.systeme-box .read_more_box .arrow {
  width: 25px;
  border-right: 1px solid #ccc;
  float: left;
}

/*
 Branche
*/

.box-branche {
  border: 1px solid #ccc;
  margin-bottom: 16px;
  zoom:1;
}

.box-branche .topic {
  height: 24px;
  border-bottom: 1px solid #ccc;
  line-height: 24px;
  font-size: 11px;
}

.box-branche .topic .country {
  float: right;
  border-left: 1px solid #ccc;
  width: 24px;
  height: 24px;
  text-align: center;
}


.box-branche {
}

.box-branche .content {
  margin: 6px;
}

.box-branche  {
}

.box-branche .content .image {
  float: right;
  width: 80px;
  border-left: 1px dashed #ccc;
  text-align: right;
}

* html .box-branche .content .image a img{
	margin-bottom: -3px;

}

.box-branche .content .right {
  margin-left: 10px;
  width: 450px;
  float: left;
}

.box-branche .content .right .title {
  font-size: 14px;
  /*margin-bottom: 15px;*/
  color: #333;
  font-weight: bold;
}

.box-branche .content .right .date {
  font-size: 10px;
  color: #666;
}


.box-branche .content .right .text {
  font-size: 12px;
  font-weight: bold;
}

.year-seperator {
  background-image: url('../img/year_seperator.png');
  height: 33px;
  width: 602px;
  margin-bottom: 20px;
}

.year-seperator span {
  font-size: 12px;
  font-weight: bold;
  line-height: 28px;
  margin-left: 10px;
}

/*
  Kongresse
*/

.box-kongresse {
  border: 1px solid #ccc;
  margin-bottom: 16px;
  zoom:1;
}

.box-kongresse .topic {
  height: 24px;
  border-bottom: 1px solid #ccc;
  line-height: 24px;
  font-size: 11px;
}

.box-kongresse .topic .country {
  float: right;
  border-left: 1px solid #ccc;
  width: 24px;
  height: 24px;
  text-align: center;
}

.box-kongresse .topic .date {
  margin-left: 6px;
}

.box-kongresse .content {
  padding: 6px;
}

.box-kongresse .content .image {
  float: left;
  width: 130px;
}

.box-kongresse .content .seperator {
  border-right: 1px solid #ccc;
  width: 1px;
  float: left;
}

.box-kongresse .content .right {
  margin-left: 10px;
  width: 400px;
  float: left;
}

.box-kongresse .content .right .title {
  font-size: 12px;
  margin-bottom: 15px;
}

.box-kongresse .content .right .text {
  font-size: 12px;
  font-weight: bold;
}

.single-news-big .single-news-big-content .content p {
  margin-bottom: 10px;
 line-height:16px;
}

p.bodytext {
  margin-bottom: 10px;
  line-height:15px;
}

.advertising {
  margin-bottom: 15px;
}

.nopmargin {
  margin:0px!important;
}

.conrad {
  position:absolute;
  display: block;
  top: 0;
  left:0;
  width:148px;
  height:148px;
}

/* to do: exchange inhalt_breit through something more general*/
.box-con {
	line-height: 16px;
}

.box-con h1,
.box-con h2,
.box-con h3 {
	line-height:15px;
	padding-bottom: 10px;
	font-weight:bold;
}

.box-con ul {
	line-height:15px;
	padding-left: 30px;
	padding-bottom: 10px;
}

.box-con ol {
	line-height:15px;
	padding-left: 30px;
	padding-bottom: 10px;
}

.box-con ul li{
	padding-bottom: 5px;
	list-style-type: disc;

}

.box-con a{
       color: #888;
	text-decoration: none;
}

.box-con a:hover{
	text-decoration: none;
	color: #333;
}


.box-con .title a {
   color: #fff;
   font-weight: bold;
   font-size: 14px;
   text-decoration: none;
}

.box-con .title a:hover {
   color: #fff;
   text-decoration: none;
}

.lastbox {
  margin-bottom: 0px;
}

.box-branche .content .fullwidth .title {
  margin-bottom:0px;
}

.box-branche .content .fullwidth {
  margin-left: 0px;
  padding-left: 5px;
  width:560px;
  float:none;
}




.wcr-news-elem{
	padding-bottom:10px;
}

.wcr-news-elem .elem-right{
	#float: right;
	text-align:right;
	margin-top: 10px;
}

.wcr-news-elem .elem-right img {
	padding-right: 10px;

}

.content{
	background:#fff;
}

.content .pic-con {
  float: right;
  border: 1px solid #CCCCCC;
  float: right;
  margin-bottom: 20px;
  margin-left: 10px;
  padding: 2px;
}

.content .pic-con img{

}


.content ul {
  margin-left: 20px;
}

.content ol {
  margin-left: 20px;
}


.content li {
  margin-bottom: 5px;
  list-style-type: disc;
}

.single-news-big-content .information {
  padding-bottom: 10px;
}

.col-systeme  .spacer20{
	height: 15px;
	overflow: hidden;
}

.col-systeme .read_more_text {
	font-size: 11px;
	text-transform: uppercase;
}

.box-con .img_only {
  margin-left: 2px;
  margin-bottom: 15px;
}

.box-big-title span a {
  text-decoration: none !important;
  color: #fff !important;
}

.box-big-title span a:hover {
  text-decoration: none !important;
  color: #fff !important;
}


.content_center p a,
.content_center li a {
  color:#0C4A83;
  text-decoration:none;
}

.content_center p a:hover,
.content_center li a:hover {
  color:#333333;
  text-decoration:underline;
}


.nl_label {
  display: block;
  width: 150px;
  float: left;
  margin-bottom: 10px;
}

.nl_select , .nl_text {
  float: left;
  width: 224px;
}

.nl_text {
  width: 220px;
  border: 1px solid #ccc;
  float: left;
}

.nl_radio {
  padding-top: 1px;
  float: left;
}

.nl_label_radio {
  display: block;
  float: left;
  width: 50px;
}

.nl_label_radio_big {
  display: block;
  float: left;
}

#nl_label_radio_plain {
  margin-left: 30px;
}

.framer_left {
  display: block;
  width: 150px;
  float: left;
  margin-bottom: 5px;
}

.framer_left_small {
  display: block;
  width: 150px;
  float: left;
  margin-bottom: 5px;
}

.area2 {
  margin-top: 20px;
}

#business_other, #business_other_2 {
  width: 220px;
  border: 1px solid #ccc;
  margin-top: 4px;
}

.label_side {
  float: left;
  width: 150px;
}

.ipt_side {
  float: left;
}


.nl_submit {
  display: block;
  margin-top: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  width: 222px;
}

.ipterr{
  border: 1px solid  #C32428!important;
}

.labelerr {
  color: #C32428!important;
  font-weight: bold;
}

.w140 {
  margin-top: 5px;
   width: 142px!important;
   float: none!important;
}

.sml_email {
  margin-bottom: 10px;
}

#nl_sml_submit {
  margin-top: 10px;
}

/* CK ADJUST NEWSLETTTERFORM*/

	/*some additional styles*/
	.grouplabel {
		display: block;
		padding-bottom: 10px;
	}

.activity {
	background: #dedede;
	padding: 10px 0 10px 10px ;
}

.basics {
	padding: 0px 0 0px 10px ;
}

.area1{
	float: left;
	width: 250px;
}

.area2{
	float: left;
	margin-top:0;
	width: 300px;
}

.framer_left,
.label_side,
.framer_left_small{
	width:130px;

}

#business_other, #business_other_2 {
	width:110px;
}


.icons a {
  height: 17px;
  width: 17px;
  display: block;
}


.icons a:hover {
   background-color: #F2F2F2;
}


.icons .act a:hover {
  background-color: #B60000!important;
}

.prdateteaser {
  font-weight: bold;
  margin-bottom: 10px;
}
