/* allgemeine Einstellungen */
* {
	margin:0;
	padding:0;
}


@font-face {
  font-family:"TitilliumText22LThin";
  src: url('/fonts/TitilliumText22L001-webfont.eot#');
  src: url('/fonts/TitilliumText22L001-webfont.woff') format('woff'), url('/fonts/TitilliumText22L001-webfont.ttf') format('truetype'), url('/fonts/TitilliumText22L001-webfont.svg#webfontY46BzlYn') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "TitilliumText22LLight";
  src: url('/fonts/TitilliumText22L002-webfont.eot#');
  src: url('/fonts/TitilliumText22L002-webfont.woff') format('woff'), url('/fonts/TitilliumText22L002-webfont.ttf') format('truetype'), url('/fonts/TitilliumText22L002-webfont.svg#webfontWLF9Q09S') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "TitilliumText22LRegular";
  src: url('/fonts/TitilliumText22L003-webfont.eot#');
  src: url('/fonts/TitilliumText22L003-webfont.woff') format('woff'), url('/fonts/TitilliumText22L003-webfont.ttf') format('truetype'), url('/fonts/TitilliumText22L003-webfont.svg#webfontiXtJn0Qu') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "TitilliumText22LMedium";
  src: url('/fonts/TitilliumText22L004-webfont.eot#');
  src: url('/fonts/TitilliumText22L004-webfont.woff') format('woff'), url('/fonts/TitilliumText22L004-webfont.ttf') format('truetype'), url('/fonts/TitilliumText22L004-webfont.svg#webfontd3ljp2K0') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "TitilliumText22LBold";
  src: url('/fonts/TitilliumText22L005-webfont.eot#');
  src: url('/fonts/TitilliumText22L005-webfont.woff') format('woff'), url('/fonts/TitilliumText22L005-webfont.ttf') format('truetype'), url('/fonts/TitilliumText22L005-webfont.svg#webfontZL0yA7s8') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "TitilliumText22LXBold";
  src: url('/fonts/TitilliumText22L006-webfont.eot#');
  src: url('/fonts/TitilliumText22L006-webfont.woff') format('woff'), url('/fonts/TitilliumText22L006-webfont.ttf') format('truetype'), url('/fonts/TitilliumText22L006-webfont.svg#webfontDGZcY3kb') format('svg');
  font-weight: normal;
  font-style: normal;
}



html {
	font-size: 100%;
}

body {
	font-size: 62.5%;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	margin: 0px;
	background-color: #f2f2f2;
	color: #000;
}


img {
	border:0;
}

h1, h2 {
  font-weight: normal;
  text-transform: uppercase;
}

h1 {
	font-size: 19px;
	margin-bottom:27px;
}

h2 {
	font-size: 15px;
	margin-bottom:10px;
}

.darkgrey {
	color:#696965;
}
.brown {
	color:#b68867;
}

.lila {
	color:#4f1238;
}

.grey{
	 color:#aeadad;
	font-size:9px;
 }

p {
	line-height:17px;
	margin-bottom: 1.2em;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color:#990000;
}

a:active {
	text-decoration: underline;
}

a:visited {
	/*text-decoration: underline;*/
}

a:focus {
	/*outline: none !important;*/
}

.bold {
	font-weight: bold !important;
}

.jsNote {
	color: #333;
	font-size: 9px;
	padding: 2px;
	border: 1px solid #333;
	background-color: #ffffe1;
}

hr {
	border:none;
	border-top:1px solid #999;
	height:0px;
	margin:2.2em 40px;
}

#center_box {
	margin: 0 auto;
	width: 960px;
	position:relative;
	border: 1px solid #a1a1a1;
	border-top-color:#fff;
	border-left-color:#fff;
	background:#fff;
}

#white_space {
	width: 100%;
	height: 0px;
}

.hidden {
	display: none;
}

.underline{
	text-decoration:underline;
}

.left {
  float:left;
}

.right {
  float:right;
}


/* ------------ Head ------------- */

#header {
  position:relative;
  width:100%;
  height:213px;
  background:#b8d7e8 url(/gfx/bg-header2.png) left top repeat-x;
}

#logo {
  display:inline-block;
  margin: 13px 0 0 13px;
}

#title{
  display: block;
  width: 665px;
  position:absolute;
  text-align: center; 
  top: 38px;
  right:0;
}

#title .classh1{
  font-size: 38px;
  font-weight: bold;
  color:#fff;
  text-transform: uppercase;
}

#title h2{
 font-size: 24px;
 font-weight: bold;
 color:#fff;
 text-transform: uppercase;
}

/* ------------ Top Navi ------------- */


#top_navi {
  margin-top:10px;
}

#top_navi ul {
  list-style:none;
  margin-left:18px;
}

#top_navi ul li {
  font-size:8px;
  border-left: 1px solid #fff;
  padding-left: 5px;
  width:150px;
  float: left;
  display: block;
  text-transform: uppercase;
}

#top_navi ul li.no_border {
  border-left: none;
}

#top_navi ul li a {
	font-family: Verdana,  Tahoma,  Arial,  sans-serif;
  line-height:15px;
  font-size:8px;
  text-decoration:none;
}

#top_navi ul li a.active{
	font-weight:bold;
	text-decoration:underline;
}

/* ------------ Searchbox ------------- */

#search_box{
	float:left;
	width: 145px;
	height: 17px;
	margin:14px 0 0 14px;
	padding: 6px 0 0 10px;
  background:url(/gfx/bg-search-box2.png) left top no-repeat;
}

#search_box input {
  font-size:13px;
	display: block;
	float: left;
	border:0;
	background:#fff;
	height: 14px;
	line-height: 10px;
	width: 120px; 
	color: #666666;
}

#search_box input.search_button{
	display: block;
	margin-right:10px;
	width:14px;
	height:14px;
	float:right;
	background:url(/gfx/button-search.png) left top no-repeat;
	cursor:pointer;
	
}

/* ------------ Hauptnavigation ------------- */


#main_navi{ 
  
 float:right; 
 margin-top:17px; 
 width: 780px; 
} 
 
/*#main_navi .spacer{ 
padding-right:5px; 
height:20px; 
margin-right: 10px; 
border-right:1px solid #000; 
} 
 
#main_navi ul li{ 
 display: inline-block; 
 float:left; 
 height: 27px; 
}*/ 
 
#main_navi ul { 
 width: 780px; 
  list-style:none; 
  /*list-style-position:inside;*/ 
} 
 
#main_navi .spacer{ 
 height:18px; 
 padding-right:10px; 
 margin-right: 10px;
 border-right:1px solid #6a777d; 
} 
 
#main_navi ul li{ 
  float:left; 
  height: 27px;
  font-size:16px;  
} 
 
 
#main_navi ul li a { 
  font-family: TitilliumText22LMedium, Arial, Verdana, Tahoma, sans-serif; 
  height: 27px; 
  text-transform:uppercase; 
  color:#232528; 
  font-size:16px;
} 
 
 
 
#main_navi ul li a:hover { 
  /*background-position: 0px -27px;*/ 
  color:#fff; 
  text-decoration:none; 
} 
 
#main_navi ul li a.active { 
  /*background-position: 0px -27px;*/ 
  color:#fff; 
}


	
/* ------------ Ads ------------- */

#teasers{
	/*height: 110px;*/
	padding-top:10px;
	/*padding-bottom:20px;*/
}

#teasers .teasers_left_wrap{
	width: 728px;
	/*height:90px;*/
	float:left;
	padding-left:3px;
}


#teasers .teasers_right_wrap{
	width: 220px;
	/*height:120px;*/
	float:right;
	padding-right:3px;
}

#text_teaser {
	height:60px;
	background-color:#e5e5e5;
	padding: 15px 10px 15px 10px;
	text-align:center;
	
}

#text_teaser a {
	font-size:13px;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration:underline;
}

/* ------------ Breadcrump ------------- */

#breadcrump, #breadcrump a{
	text-transform: uppercase;
	color: #646567;
	padding: 18px 0 9px 18px;
  color: #646567;
  font-size: 12px;
}

#breadcrump a{
	text-decoration:underline;
	padding:0;
}

#breadcrump a:hover{
  color:#990000;
}

#breadcrump span.active{
	color:#d50019;
	font-weight:bold;
}

/* ------------ Content ------------- */

#contentBox{
	padding: 0 18px 0 18px;
	background: url(/gfx/vertical_line.gif) 556px top repeat-y;
	margin-bottom:40px;
}

/* ------------ Content left Col ------------- */


#content {
  font-size:13px;

}

#content_leftCol{
width:520px;
float:left;
padding:0 0 10px 0;
}

/* ------------ Content left Col : Service Bereiche / Suche ------------- */
*******************************/

#service_head { }

#content .service h1 {
	font-size: 16px ;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: none;
}


.service ul{
padding:0;
margin: 10px 0 10px 20px;
}

.service li {
padding:0 0 10px 0;
}

.service table.contentMediakitDownload{
width: 100%;
font-size:12px;
margin-bottom:10px;
}

.service table.contentMediakitDownload th{
background-color: #B6D5E6;
color: #000;
padding: 8px;
}

.service table.contentMediakitDownload td{
background-color: #eceded;
padding: 6px;
}
.service table.contentMediakitDownload td.mimeIcon{
text-align: center;
}

/* ------------ Suche ------------- */




#content .suche h1 {
  font-size: 16px ;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: none;
}

#content .suche h2 {
  font-size: 13px !important;
  font-weight: bold !important;
  margin-bottom: 20px !important;
  text-transform: none;
}


#content .suche ol{
	list-style-position:outside;
	padding:0;
	margin: 10px 0 15px 20px;
	padding-left:10px;
}

#content .suche ol li {
  padding:0 0 20px 0;
}

#content .suche a{
  text-decoration:underline;
  
}

#content .suche a.toplink {
  color:#3A5584;
}

#content .pagerBox {
  color:#3A5584;
  background-color:#eee;
  position:relative;
  padding:10px 10px 30px 10px;
}

#content .suche ul.pager {
  list-style:none;
}

#content .suche ul.pager li{
  list-style:none;
  float:left;
  padding:3px;
}
#content .suche ul.pager li.currentPage a{
  font-size:14px;
  font-weight:bold;
  text-decoration:none;
}

#content .suche ul.pager li.pagerPrev {
  position:absolute;
  left:150px;
  bottom:5px;
}

#content .suche ul.pager li.pagerNext {
  position:absolute;
  right:170px;
  bottom:5px;
}


/* ------------ Service Bereiche Ende ------------- */


.section_title_left{
height: 25px;
line-height:25px;
font-weight:bold;
background:#666565;
padding-left:18px;
margin-bottom:16px;
}


.section_title_left span{
  font-family:Arial,Verdana,Tahoma,sans-serif;
  color:#fff;
  font-size:16px;
  font-weight:bold;
  line-height:25px;
  text-transform:uppercase;
}



/* Articles Styling - Fackartikel, Insider and News */

/* Articles Teaser  - Fackartikel */

#content .articles_text h2 a, #content .articles_text h2{
  font-family:Arial,Verdana,Tahoma,sans-serif;
  font-size:16px;
  font-weight:bold;
  text-transform:none;
  padding-bottom:5px;
  margin:0;
  text-decoration:none;
}

#content .articles_text h2{
  font-weight:normal;

}


#content .articles_text p .articles_gfx_left{
  float:left;
  padding:5px 12px 0 0;
}

#content .articles_text p .articles_gfx_right{
  float:right;
  padding:5px 0 0 12px;
}

#content .articles_text  {
  font-size:13px;
}

#content .articles_text p{
  padding-bottom:21px;
  margin:0;
}

#content .articles_text p a {
  text-decoration:underline;
}

#content .articles_topic{
  text-transform:uppercase;
  color:#646567;
}

#content .articles_topic a{
  text-transform:uppercase;
  color:#646567;
  text-decoration:none;
}

#content .articles_topic a:hover{
  text-decoration:underline;
}



#content .articles_date{
  color:#646568;
}

/* Insider Article */ 

#insider_articles .section_title_left {
  margin-bottom:0;
}

.bg_insider {
  background:#bcbf10 url(/gfx/bg_insider_green.gif) right top no-repeat;
  padding:12px 18px 5px 18px;
}

#content .articles_topic.insider {
  color:#000;
}

#content .articles_topic.insider a{
  color:#000;
}
  
#content .lnk_more{
  text-decoration: underline;
}

/*  Mehr Artikel*/

.articles_overview ul {
  list-style:none;
}

.articles_overview li {
  line-height:20px;
  text-transform:uppercase;
  color:#646568;
}

.articles_overview li .datelist_left {
  width:80px;
}
.articles_overview li .datelist_right {
  width:440px;
}

.articles_overview li .datelist_insider_left {
  width:170px;
}
.articles_overview li .datelist_insider_right {
  width:350px;
}



.articles_overview a {
  font-weight:bold;
  text-transform:none;
  text-decoration:none;
}

.articles_overview a.more {
  font-weight:normal;
  text-transform:none;
  text-decoration:underline;
}

.articles_overview a.categ {
  font-weight:normal;
  text-transform:uppercase;
  color:#646568;
  text-decoration:none;
  
}

.articles_overview a.categ:hover{
  text-decoration:underline;
}

.articles_underline a{
  font-weight:normal;
  text-decoration:underline;
}

.insider_block {
  text-transform:uppercase;
  color:#fff;
  font-size:9px;
  background:#bf2d70;
  padding:0 3px 0 3px;
}

/* Content left Newsletter Box */


#leftCol_newsletter{
  background:url(/gfx/bg-newsletter-large.jpg) left top no-repeat;
  font-weight:bold;
  height:174px;
  line-height:12px;
  color:#fff;
  position:relative;
}

#leftCol_newsletter .nl_img {
  position:absolute;
  left:19px;
  bottom:0;
  overflow:hidden;
  width:225px;
  height:172px;
}

#leftCol_newsletter_text h2{
  font-weight:bold;
  font-size:22px;
}

#leftCol_newsletter .nl_float_left {
  width:230px;
  float:right;
  padding-left:3px;
  padding-bottom:2px;
}

#leftCol_newsletter .nl_float_left .upper {
  text-transform:uppercase;

}

#leftCol_newsletter_text{
  font-weight:bold;
  float:right;
  width: 250px;
  font-size:12px;
  padding:27px 10px 10px 0;
}

#leftCol_newsletter_text ul{
  padding-top:3px;
  list-style:none;
}

#leftCol_newsletter_text ul li{
  line-height:15px;
}

#leftCol_newsletter .btn_readNow {
  margin:2px 2px 0px 0;
  position:absolute;
  bottom:7px;
  right:9px;
  height:29px;
  width:123px;
}



/*  Artikel Seite */


#articles_head h1 {
  margin-bottom:2px;
}

#articles_head h1 a, #articles_head h2, #articles_head h1, #articles_head span.articles_topic{
  font-family:Arial,Verdana,Tahoma,sans-serif;
  font-size:16px;
  font-weight:bold;
  text-transform:none;
  text-decoration:none;
}

#articles_head h1{
  width:400px;
}

#articles_head h2, #articles_head span.articles_topic{
  color:#646567;
  font-size:13px;
  text-transform:uppercase;
  margin-bottom:5px;
}


.article_socialBox{
  width:117px;
  padding-bottom:2px;
  background-color:#eceded;
  margin-top:8px;
  text-align:center;
}

.article_socialBox p{
  padding:3px 0 3px; 0;
  margin:0;
}

.date_editor{
  color:#646567;
}

.article_intro{
  padding:10px 0 5px 0;
}

.article_intro p{
  font-weight:bold;
}


#content #article_main h3{
  font-size:13px;
  margin-bottom:2px;
}

#content .gfx_underline{
  font-size:11px;
  color:#87888a;
  padding:5px 0 0 12px;
}
#content p a{
  text-decoration:underline;
}

#content .SB_footer{
  width:210px;
  line-height:21px;
  padding:0 6px;
}

#content .SB_footer a {
  margin:2px 0 0 5px;
  display:inline-block;
  float:left;
}



#article_main ul ,#article_main ol{
  padding:0;
  margin: 0px 0 21px 20px;
}

#article_main ul{
  list-style: circle;
}

#article_main ul li, #article_main ol li {
padding:0 0 5px 0;
}


/* Termine Seite */
#content #termine_page p{
  /*font-size:11px;*/
  padding-bottom:30px;
}

#content #termine_page p a{
  color: #365586;
  text-decoration:underline;
}

#content #termine_page .termine_date{
  font-size:11px;
  display:block;
  text-transform:uppercase;
  padding-bottom:7px;
}

#content #termine_page .ad_notice{
  text-align:center;
}

#content #termine_page .ad_notice a{
  text-decoration:underline;
  font-size:12px;
  color:#a5a5a5;
}

/* ------------ Artikel Jobs ------------- */

#content .articles_text ul.jobslist {
  list-style-position:inside;
  margin-bottom:1.2em;
}

/* ------------ TV / Popup ------------- */

#content .tv-container, #content .popup-container {
  margin-bottom:20px;
}

#content .tv-container .img-container {
  float:left;
  margin-right:15px;
  width:120px;
  padding:5px 5px 6px 5px;
  background:url(/gfx/bg_tv_thumbs.gif) left top no-repeat;
}
#content .tv-container .text-container {
 float:left;
 width:375px;
}

#content .popup-container .text-container {
  color:#fff;
  padding-top:20px;
}

#content .tv-container .text-container .topic , #content .popup-container .text-container .topic{
  font-size:13px;
  text-transform:uppercase;
  color:#666565;
  font-weight:normal;
  margin-bottom:2px;
}

#content .popupLogo img{
  margin-bottom:3px;

}

#content .popup-container .text-container .topic {
  color:#fff;
  
}


#content .tv-container .text-container h2, #content .popup-container .text-container h2  {
  font-size:13px;
  margin-bottom:0px;
  padding-bottom:0px;
  color:#000;
  font-weight:bold;
}


#content .popup-container .text-container h2 {
  color:#fff;
  font-size:18px;
}

#content .tv-container .text-container h2 a {
  text-transform:uppercase;
  margin:0;
  font-size:13px;
}

#content .tv-container .text-container p .archive-main-link, #content .popup-container .text-container p a {
  /*display:block;*/
  margin-top:5px;
  
}

#content .popup-container .text-container p a{
  color:#fff;
}

/* ------------ Archiv ------------- */

#content .archive-container {
  margin-bottom:20px;
}

#content .archive-container .img-container {
  float:left;
  margin-right:20px;
  width:100px;
}
#content .archive-container .text-container {
 float:left;
 width:400px;
}

#content .archive-container .text-container .topic{
  font-size:13px;
  text-transform:uppercase;
  color:#666565;
  font-weight:normal;
}

#content .archive-container .text-container h2 {
  font-size:16px;
  margin-bottom:0px;
  padding-bottom:0px;
  color:#000;
  font-weight:bold;
}

#content .archive-container .text-container h2 a {
  text-transform:uppercase;
  margin:0;
}

#content .archive-container .text-container p .archive-main-link {
  /*display:block;*/
  margin-top:5px;
  
}


#content #archive_news .archive-date,#content #archive_professional_article .archive-date, #content #archive_insider .archive-date,
#content #archive_newsletter .archive-date{
  list-style:none;
  margin-bottom:20px;
  margin-top:30px;
  font-size:14px;
}

#content #archive_newsletter .archive-date {
  margin-bottom:30px;

}

#content #archive_news .archive-date li, #content #archive_professional_article .archive-date li,#content #archive_insider .archive-date li,
#content #archive_newsletter .archive-date li {
  width:60px;
  float:left;
  color:#990000;
}

#content #archive_news .archive-date li a, #content #archive_professional_article .archive-date li a,#content #archive_insider .archive-date li a,
#content #archive_newsletter .archive-date li a {
  font-weight:bold;
}


#content .archive-container-nl {
  margin-bottom:20px;
}

#content .archive-container-nl .nl-teaser-container{
  width:160px;
  float:left;
  margin-right:20px;
}

#content .archive-container-nl .nl-teaser-container.no-margin{
  margin-right:0px;
}


#content .archive-container-nl .nl-teaser-container a{
  margin-bottom:10px;
  display:block;
}


#content .archive-container-nl .nl-teaser-container p .archive-main-link {
  display:block;
  margin-top:5px;
  
}


/* ------------ Content Archive Newsletter ------------- */



#content div.magazinArchivBox{
  margin-bottom: 50px;
  /*font-size: 110%;*/
}

#content .magazinArchivItem{
  float: left;
  /*margin: 0 19px;*/
  margin-right:55px;
}


#content .magazinArchivItem img{
  
  margin: 4px 0;
}

#content .lastItem{
  float: left;
  margin-right: 0px;
}

#content .magazinArchivItem h4, #content .magazinArchivItem h2{
  font-weight: bold;
  /*font-size: 100%;*/
  color: #333;
  font-size:13px;
}

#content .magazinArchivItem div{
  width: 130px;
}

#content .magazinArchivItem ul{
  margin-left: 0;
  list-style-position:outside;
  font-size: 100%;
  line-height: normal;
  padding-left:15px;
}

#content .magazinArchivItem ul li{
  margin-left: 0;
}



/* ------------ Content right Col ------------- */


#content_rightCol{
	width:366px;
	float:right;
	padding:0 0 10px 0;
	position:relative;
}

#content_rightCol .section_title_right {
height: 25px;
background:#666565;
padding-left:18px;
}

#content_rightCol .section_title_right span {
  font-family:Arial, Verdana, Tahoma, sans-serif;
  font-weight:bold;
	line-height:25px;
	color:#fff;
	text-transform:uppercase;
  font-size:16px;
}


.content_block_teaser{
	text-align:center;
}

#content_rightCol .right_col_spacer20, #content_leftCol .left_col_spacer20 {
  height:20px;
}


#content .authorDetail{
  padding:10px;
  background-color:#ECEDED;
}


/* ---- Box Magazin ----- */

#box_marketing_magazin{
	width: auto;
	background:#d0ccc4 url(/gfx/bg-share2.png) left top repeat-x;
	padding:10px;
}

#box_marketing_magazin h1, #box_marketing_magazin .h1_buebox{
	font-size:23px;
	font-weight:bold;
	padding: 0 0 2px 0;
	margin:0;
}

#box_marketing_magazin .h1_buebox {
  text-transform:uppercase;
}

#box_marketing_magazin p{
	font-size:11px;
	line-height:14px;
}

#box_marketing_magazin a{
	text-decoration:underline;
}

#box_marketing_magazin .share{
	font-size:20px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	float:left;
	margin:0;
}

#box_marketing_magazin_share {
  width:164px;
  float:right;
  list-style:none;
  margin-top:-8px;
}

#box_marketing_magazin_share li {
  padding-left:8px;
  float:left;
}

/* ---- Box News ----- */

#box_marketing_news ul{
	list-style:none;
	font-size:13px;
	line-height: 20px;
  margin:15px 18px;
}

#box_marketing_news .width_left{
  width:38px;
  padding:0 2px;
  background-color:#d50019;
  color:#fff !important;
  font-weight:bold;
  line-height:14px;
  margin-right:10px;
  margin-top:3px;
}

#box_marketing_news .width_right{
  width:267px;
}

#box_marketing_news a{
	text-decoration:underline;
}

#box_marketing_news .marketing_news_date{
	color:#646567;
}

/* ---- Box Newsletter ----- */

#box_newsletter {
	width:auto;
	height:149px;
	background:url(/gfx/bg-newsletter.jpg) left top no-repeat;
	position:relative;
}

#box_newsletter .nl_img {
  position:absolute;
  left:16px;
  bottom:1px;
  overflow:hidden;
  width:150px;
  height:147px;
}


#box_newsletter .nl_float_left {
  width:170px;
  float:right;
  padding-left:3px;
}

#box_newsletter .nl_float_left .upper {
  text-transform:uppercase;

}


#box_newsletter .box_newsletter_text{
	color:#fff;
  font-weight:bold;
  line-height:12px;
	width: 185px;
	float:right;
	padding:25px 5px 0 0;
}

#box_newsletter h3{
	font-size:17px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:8px;
}

#box_newsletter ul li{
	list-style:none;
	padding-bottom:3px;
}

#box_newsletter .btn_readNow{
	float:right;
	margin:10px 3px 0 0;
	display:block;
	height:20px;
	width:97px;
	position:absolute;
	bottom:8px;
	right:8px;
}


/* ---- Box Editorial ----- */

#box_editorial{
	width:auto;
	font-size:13px;
	border:1px solid #dadada;
	padding:10px 10px 0 10px;
}

#box_editorial a.head {
  text-decoration:none;
  font-weight:bold;
}

#box_editorial a{
  text-decoration:underline;
}

#box_editorial_title{
display:block;
width:162px;
margin:0 auto;
padding-bottom:15px;
}

#box_editorial .box_editorial_img{
float: left;
padding:0 10px 0 0;
}

#box_editorial .editor_name{
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size:10px;
	color:#6B6C6E;
	text-transform:uppercase;
}

#box_editorial .article_name{
	color:#000;
	font-weight:bold;
}

/* ---- Box Adzine TV ----- */


#box_adzine_tv{
	width:auto;
}

/* ---- Box Termine + Jobs ----- */

#box_termine, #box_jobs{
	font-size:13px;
}

#box_termine a, #box_jobs a{
  text-decoration:underline;
  margin:0 18px;
}

#box_termine ul, #box_jobs ul {
  margin:15px 18px 0 18px;
  list-style:none;
}

#box_termine ul li, #box_jobs ul li{
	padding-bottom:14px;
}

#box_termine ul li a, #box_jobs ul li a {
	margin:0;
  font-weight:bold;
  text-decoration:none;
}



/* ------------ Content left Col : Service Bereiche : Form ------------- */

#content .service  form {
font-size: 13px;
}

#content .service  form a{
font-size: 11px;
text-decoration:underline;
}


#content .service  form fieldset {
border: none;
border: 0px dotted #8792A5;
background-color: #ececec;
margin-bottom: 20px;
padding:10px;
}

#content .service form h2{
  font-weight:bold;
  color:#666565;
  text-transform:uppercase;
}

#content .service  form fieldset legend {

}

#content .service  form fieldset div {
  margin-bottom: 8px;
  margin-top: 2px;
}

#content .service  form fieldset div label {
display: block;
float: left;
width: 150px;
text-align: right;
padding-right: 10px;
}


#content .service form fieldset div label.labelCheckbox {
display: block;
float: left;
width: 250px;
text-align: left;
padding-left: 10px;
margin-top: 1px;
}


#content .service  form .inputText, #content .service  form .inputTextarea ,#content .service  form .inputSelect  {
font-family:Arial,Verdana,Tahoma,sans-sesrif;
width: 200px;
font-size: 13px;
border:1px solid #b2b2b2;
padding:2px;
color:#000;
}

#content .service  form .inputSelect {
  width:206px;
	
}

#content .service  form .inputTextarea {
  height:100px;

}

#content .service  form  .captchaInput {
  margin-left:160px;
  font-size:11px;
}

#content .service  form  .captchaInput .inputText {
  width:200px;
}

#content .service  form .note{
  color:#666565;
  font-size:12px;
}



#content .service  form .formButtonField{
	text-align: center;
}


#content .service  button.send {
  background: url(/gfx/btn_rep.gif) left 2px repeat-x;
  height: 35px;
  line-height:35px;
  border:0;
  font-size:14px;
  font-weight:bold;
  cursor:pointer;
  color:#fff;
  text-transform:uppercase;
}

#content .service  .btn_left {
  background: url(/gfx/btn_left.gif) left 2px no-repeat;
  padding-left:10px;
  height: 35px;
  display:inline-block;
  line-height:33px;
}
#content .service  .btn_right {
  background: url(/gfx/btn_right.gif) right 2px no-repeat;
  padding-right:10px;
  height: 35px;
  display:inline-block;
}




div.error label{
color: #990000 !important;
font-weight: bold !important;
}

div.error input, div.error select, div.error textarea{
  border: 1px solid #990000 !important;
}


.alert {
    background: url("/gfx/exclamation.png") no-repeat scroll 15px 50% #F8FAFC;
    border-bottom: 1px solid #B5D4FE;
    border-top: 1px solid #B5D4FE;
    font-size: 11px;
    padding: 5px 20px 5px 45px;
    text-align: left;
}

#content .alert p {
  margin:0;
  padding-bottom:0;
}

/* ------------ Form NL Anmeldung ------------- */

#content .service  form.nl_reg fieldset div label {
width:70px;
}

#content .service  form.nl_reg .note{
  color:#666565;
  font-size:12px;
  padding-left:80px;
  width:200px;
  display:block;
}


#content .service  form.nl_reg fieldset.NL_REG_STEP2 {
  padding:0;
}

#content .service  form.nl_reg fieldset .NL_REG_STEP2_Wrapper {
  padding:10px;
  margin:0;
  padding-bottom:0px;
}

#content .service  form.nl_reg fieldset .NL_REG_STEP2_Wrapper p{
  padding-bottom:2px;
}

#content .service  form.nl_reg fieldset .nl_normal_bg, #content .service  form.nl_reg fieldset .nl_insider_bg {
  width:520px;
  height:130px;
  background:url(/gfx/nl_normal_bg.jpg) left top no-repeat;
  position:relative;
}

 #content .service  form.nl_reg fieldset .nl_insider_bg {
  background-image:url(/gfx/nl_insider_bg.jpg);
 }

#content .service  form.nl_reg fieldset .nl_normal_bg label, #content .service  form.nl_reg fieldset .nl_insider_bg label{
  position:absolute;
  left:190px;
  top:53px;
  width:310px;
  display:block;
}

#content .service  form.nl_reg fieldset .nl_normal_bg input, #content .service  form.nl_reg fieldset .nl_insider_bg input{
  position:absolute;
  left:175px;
  top:55px;
}



/* ------------ Info Boxen ------------- */


.information {
    background: url("/gfx/information.png") no-repeat scroll 15px 50% #F8FAFC;
    border-bottom: 1px solid #B5D4FE;
    border-top: 1px solid #B5D4FE;
    font-size: 11px;
    padding: 5px 20px 5px 45px;
    text-align: left;
    margin-top:0px;
    display:inline-block;
}

.information.fullw {
  width:455px;

}




/* ------------ Footer ------------- */

#footer{
	height:25px;
	border-top:1px solid #b2b2b2;
	text-transform: uppercase;
}

#footer_leftCol{
	float:left;
	padding-left:66px;
	width:600px;
}

#footer_leftCol ul li{
	display: inline-block;
	list-style:none;
	color:#666565;
	float:left;
}

#footer_leftCol ul li a{
  text-decoration:underline;
  font-size:12px;
  color:#666565;
  line-height:25px;
}

#footer_rightCol{
	width:180px;
	height:25px;
	float:right;
	color:#c2c1c1;
	font-size:11px;
	padding-right:3px;
  line-height:25px;
}

#footer_rightCol span {
  float:left;
}

#footer_rightCol a{
	float:right;
	height:25px;
	width:91px;
	background: url(/gfx/logo-adition.gif) left top no-repeat;
}




ul.rss_overview {
	list-style:none;
   list-style-position:inside;
   padding-left:0;
   margin-bottom:20px;
}

ul.rss_overview li{
   background:url(/gfx/icon-rss.png) left top no-repeat;
   padding-left:43px;
   height:33px;
   margin-bottom:10px;
}

ul.rss_overview li p {
  display:inline;
  line-height:33px;
}

ul.rss_overview li p a {

}




/* ------------ Hidden SEO Elements ------------- */


.hidden_txt, #content .hidden_txt, #content h1.hidden_txt {
  text-indent:-20000px;
  height:0px;
  margin:0;
  padding:0;
}



/* ------------ ClearFix ------------- */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

