 * {
	border: 0px;
}

body {	
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-family: arial, verdana,helvetica, sans-serif;
	color: #333333;
	background-color: E6E6E6;
}

#wrapper {
	margin: auto;
	position: relative;
}

#headerWrapper {
	width: 100%;
	background-color: #FFFFFF;
}

#header {
	position: relative;
	width: 990px;
	height: 86px;
	background: url('/images/layout/background_header.jpg') repeat-y;
	margin: auto;
}

#menuWrapper {
	width: 100%;
	background: url('/images/menu/background_menu.gif') repeat-x;
}

#menu {
	position: relative;
	height: 59px;
	width: 990px;
	border-top: 1px solid #BC141A;
	border-bottom: 1px solid #CB6A00;
	margin: auto;
	z-index: 100;
}

#menu img {
	margin-bottom: -3px;
}

html > body #menu img {
	margin-bottom: 0px;
}

#contentWrapper {
	width: 100%;
	background-color: #E6E6E6;
	overflow: auto;
}

#content {
	background-color: #E6E6E6;
	width: 990px;
	overflow: hidden;
	margin: auto;
}

#contentTop {
	position: relative;
	float: left;
	width: 990px;
	padding: 20px 0px;
	background-color: #E6E6E6;
	margin: auto;
	z-index: 1;
}

html > body #contentTop {
	width: 990px;
}

#contentTop.no-top-gap {
	padding: 0px 0px;
}

#bannerWrapperHome {
	width: 990px;
	float: left;
	margin-top: 30px;
	margin-bottom: 30px;
	background: #F53321 url('/images/layout/background_banner.gif') repeat-x left bottom;
}

#bannerWrapper {
	width: 100%;
	background: #F53321 url('/images/layout/background_banner.gif') repeat-x left bottom;
	border-bottom: 1px solid #FFFFFF;
	padding-top: 30px;
}

#bannerHome {
	width: 990px;
	position: relative;
	margin: auto;
}

#banner {
	width: 990px;
	position: relative;
	margin: auto;
	margin-top: -30px;
}

#bannerContentWrapper {
	position: relative;
}

#bannerContent {
	position: relative;
	width: 990px;
	
	color: #FFFFFF;
	padding: 15px 0px;
	margin: auto;
	overflow: auto;
}

.banner-textbox-left {
	float: left;
	width: 200px;
	margin-left: 65px;
}

html > body .banner-textbox-left {
	margin-left: 135px;
}

.banner-textbox-middle {
	float: left;
	width: 200px;
	margin-left: 110px;
}

html > body .banner-textbox-middle {
	margin-left: 110px;
}

.banner-textbox-right {
	 float: left;
	 width: 200px;
	 margin-left: 140px;
}

html > body .banner-textbox-right {
	margin-left: 130px;
}

.banner-text {
	float: left;
	width: 180px;
	font-size: 11px;
}

#contentBottom {
	position: relative;
	float: left;
	width: 990px;
	padding: 0px 0px 20px 0px;
	margin-top: 20px;
	background-color: #E6E6E6;
	margin: auto;
}

#contentBottomHome {
	position: relative;
	float: left;
	width: 975px;
	padding: 0px 0px 20px 15px;
	margin-top: 20px;
	background-color: #E6E6E6;
	margin: auto;
}

#dividerLineOut {
	float: left;
	width: 966px;
	height: 2px;
	margin: 15px 12px;
	background: url('/images/layout/divider_line.gif') repeat-x;
}

#dividerLineIn {
	float: left;
	width: 990px;
	height: 2px;
	margin: 15px 0px;
	background: url('/images/layout/divider_line.gif') repeat-x;
}

#footerWrapper {
	width: 100%;
	background-color: #BB1519;
}

#footer {
	position: relative;
	width: 990px;
	padding: 12px 0px;
	color: #FFFFFF;
	background-color: #BB1519;
	font-size: 12px;
	margin: auto;
	overflow: auto;
}

.footer-left {
	float: left;
	padding-left: 1px;
}

.footer-right {
	float: right;
}

#footer a {
	color: #FFFFFF;
}

span.banner-header {
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.4px;
	text-transform: uppercase;
}

#searchDiv {
	display: none;
	position: absolute;
	top: 59px;
	left: 719px;
	width: 210px;
	background-color: #FF8400;
	border: 1px solid #CB6A00;
	border-top: 0px;
	z-index: 100;
}

/*html > body #searchDiv {
	top: 59px;
}*/

#newsletterDiv {
	display: none;
	position: absolute;
	top: 59px;
	left: 719px;
	width: 269px;
	background-color: #FF8400;
	color: #FFFFFF;
	border: 1px solid #CB6A00;
	border-top: 0px;
	z-index: 100000;
}

/*html > body #newsletterDiv {
	top: 59px;
}*/

.search-input {
	height: 18px;
	width: 130px;
	padding: 3px;
	margin-right: 8px;
}

div.content_box {
	position: relative;
	float: left;
	width: 297px;
	margin-right: 20px;
	overflow: hidden;
}

html > body div.content_box {
	margin-right: 24px;
}

html > body div.b3 {
	margin-right: 0px;
}

/* ----------------- submenu ---------------------*/
div.submenu {
	position: absolute;
	top: 59px;
	background-color: #FF8400;
	border: 1px solid #CB6A00;
	border-top: 0px;
}

/*html > body div.submenu {
	top: 59px;
}*/

a.submenu {
	display: block;
	padding: 7px 10px 0px 10px;
	color: #FFFFFF;
	font-size: 12px;
}

a.submenu:hover {
	color: #BB1519;
}
/* ----------------- submenu ---------------------*/

a {
	outline: 0px;
}

h2 {
	font-size: 17px;
	color: #BC141A;
	font-weight: normal;
	letter-spacing: 0.6px;
	margin: 5px 0px;
	text-transform: uppercase;
}

h2.shadow {
	background: url('/images/header_shadow.gif') no-repeat left bottom;
	padding-bottom: 20px;
}

h2.nachrichten, h2.tweets {
	/*background: url('/images/icons/rss_icon.png') no-repeat right bottom;*/
}

.rss-icon {
	float: right;
	margin-top: 3px;
}

.shadow-rss-header {
	margin-top:7px;
}

h2.tv {
	background: url('/images/icons/tv_icon.png') no-repeat right bottom;
}

h2.initiative {
	margin: 15px 0px;
	font-size: 17px;
	color: #333333;
}

#initiativeBox h2 {
	background-image:url('');
}

.box-content {
	margin-top: 10px;
	line-height: 17px;
	overflow: auto;
	color: #333333;
	font-size: 12px;
}

.news-date, .news-text {
	float: left;
	margin-bottom: 10px;
	font-size: 12px;
}

.news-date {
	width: 75px;
	color: #000000;
}

.news-text {
	width: 225px;
	color: #333333;
}

.news-text a {
	color: #333333;
}

.tweet-div {
	margin-bottom: 10px;
}

.tweets-date {
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}

.tweets-text {
	font-size: 12px;
	color: #333333;
}

.arrow-raquo {
	margin-left: 3px;
}

.tv-div {
	margin-top: 15px;
	float: left;
}

.tv-image {
	float: left;
	width: 70px;
}

.tv-text {
	float: left;
	width: 200px;
	font-weight: bold;
	font-size: 10px;
}

.thumb-tv-image {
	border: 1px solid #999999;
	padding: 1px;
}

div.cell_1 {
	width: 300px;
	float: left;
	margin-right: 25px;
}

div.cell_2 {
	width: 316px;
	float: left;
}

#shadowBox {
	float: left;
	background: url('/images/layout/background_shadow_initiative_box.png') repeat-y;
	width: 316px;
	margin-top: -3px;
}

#initiativeBox {
	background: #FFFFFF url('/images/layout/background_initiative_box_white.jpg') no-repeat top;
	width: 288px;
	margin: -18px 0px 0px 4px;
	padding: 0px 10px;
}

#newsletterDiv label {
	float: left;
	width: 91px;
}

.newsletter-input {
	height: 14px;
	width: 140px;
	padding: 3px;
	margin-bottom: 4px;
	border: 1px solid #BB1519;
}

.newsletter-submit {
	width: 100px;
	font-size: 12px;
	padding: 2px 0px;
	color: #BB1519;
	font-weight: bold;
	border: 1px solid #BB1519;
}

#newsletterMessage {
	color: #BB1519;
	background-color: #FFF;
	border: 1px solid #BB1519;
	font-weight: bold;
	text-align: center;
	padding: 3px;
	margin: 10px 0px 15px 0px;
}

form {
	margin: 0px;
}

.slide-button {
	cursor: pointer;
}

#menuArrowActive {
	position: absolute;
	z-index: 99;
	top: 59px;
}

.key-visual-tab { 
	position: absolute;	
}

#contentSubmenu {
	position: relative;
	float: left;
	width: 100%;
	height: 57px;
	background: url('/images/menu/tab_background_menu.png') no-repeat bottom left;
}

.submenu-tab {
	height: 38px;
	padding-top: 15px;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
}

#subDiv {
	float: left;
	width: 990px;
	background: url('/images/layout/background_content_sub_div.gif') repeat-y;
	color: #666666;
}

.submenuDiv {
	float: left;
	padding: 15px 20px;
}

#mySlideshow {
	z-index: 1;
	width: 990px;
	height: 290px;
}

.overlay-button {
	position: absolute;
	z-index: 10;
	display: none;
	cursor: pointer;
}

#tabMenu {
	position: absolute;
	bottom: 0px;
	width: 990px;
	height: 50px;
	z-index: 2;
}

.tab-item {
	float: left;
	height: 34px;
	padding-top: 16px;
	text-align: center;
	cursor: pointer;
	background-repeat: no-repeat;
	color: #999999;
	font-size: 15px;
}

#tabSelector_0 {
	background-image: url('/images/menu/tab_nachrichten_active.png');
	width: 152px;
	color: #333333;
}

#tabSelector_1 {
	background-image: url('/images/menu/tab_veranstaltungen.png');
	width: 191px;
}

#tabSelector_2 {
	background-image: url('/images/menu/tab_publikationen.png');
	width: 168px;
}

#tabSelector_3 {
	background-image: url('/images/menu/tab_prodialog_tv.png');
	width: 168px;
}

#tabSelector_4 {
	background-image: url('/images/menu/tab_newsletter.png');
	width: 137px;
}

#tabSelector_5 {
	background-image: url('/images/menu/tab_kampagnentrends.png');
	width: 174px;
}

input.text, select, textarea {
	border: 1px solid #FF8840;
	padding: 1px;
	float: left;
	margin-bottom: 2px;
	width: 330px;
}

a.mehr {
	color: #FF8840;
	display: block;
	margin-top: 10px;
}

.banner-text a {
	color: #FFFFFF;
}

.extra-div {
	overflow: auto;
	padding: 10px;
	background-color: #EEEEEE;
	border: 1px solid #DDDDDD;
}

.image-border {
	border: 1px solid #999999;
	padding: 1px;
}

.breadcrumb {
	margin: 5px 0px 15px 0px;
	font-size: 11px;
}

.more-link {
	margin-top: 10px;
}

.lowercase {
	text-transform: lowercase;
}

input.submit
{
	border: 1px solid #f18e00;
	width: 120px;
	margin-right: 3px;
}

input.literatur-submit {
	width: 151px;
}

html > body input.literatur-submit {
	width: 154px;
}

#eventArchivDiv {
	display: none;
	float: left;
	width: 100%;
}

.download-press {
	margin-right: 10px;
	padding: 2px;
	border: 1px solid #999999;
}


/*********************/
/***** old stuff *****/
/****** ab hier ******/
/*** nicht löschen ***/
/*********************/
/*h1
{
	font-size:15px;
	color:#c00007;
	margin-bottom:10px;	
	background:url('/images/icon_logo.gif') no-repeat;
	text-transform:uppercase;
	padding-top:15px;
	padding-left:45px;
	padding-bottom:8px;
	border-bottom:1px solid #e5e5e5;
}*/


h3
{
	font-size:12px;
	color:#000;
	margin-bottom:5px;	
}

h4 {
	font-size:17px;
	color:#6F6F6F;	
}

em.sub
{
	color:#888;
	font-weight:bold;
	font-style:normal;
	font-size:10px;
	margin-bottom:5px;
	display:block;
	
}

hr{
	padding:0;
	background-color:#e5e5e5;
	color:#ccc;
	height:1px;

}

img.logo
{
	float:left;
}

img.icon
{
	width:22px;
	height:28px;
	float:left;
	margin-right:5px;	
}


img.content_big
{
 	border: 1px solid #9e9e9e;
 	padding: 1px;
 	margin-bottom: 8px;
}



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

a.rot
{
	color:#c00007;
}

a.bigicon
{
	display:block;
	font-size:12px;
	margin-left:10px;
	margin-right:10px;
	color:#7f7f7f;
	margin-bottom:10px;
	height:35px;
	padding-top:13px;
	padding-left:50px;
	font-weight:normal;
	border-bottom:1px solid #cccccc;
}

a.newsletter{
	background:url('/images/icons/newsletter.png') no-repeat;	
}


a.newsletter:hover, a.newsletter:active{
	background:url('/images/icons/newsletter_sw.png') no-repeat;	
}

a.contact{
	background:url('/images/icons/veranstaltung.png') no-repeat;	
}


a.contact:hover, a.contact:active{
	background:url('/images/icons/veranstaltung_sw.png') no-repeat;	
}

a.weiterempfehlen{
	background:url('/images/icons/weiterempfehlen_orange.jpg') no-repeat;	
}


a.weiterempfehlen:hover, a.weiterempfehlen:active{
	background:url('/images/icons/weiterempfehlen_rot.jpg') no-repeat;	
}

a.pdf{
	background:url('/images/icons/profil.png') no-repeat;
}

a.pdf:hover, a.pdf:active{
	background:url('/images/icons/profil_sw.png') no-repeat;
}

a.pressebilder{
	background:url('/images/icons/pressebilder.png') no-repeat;
}

a.pressebilder:hover, a.pressebilder:active{
	background:url('/images/icons/pressebilder_sw.png') no-repeat;
}

a.buchstabe{
	display:block;
	float:left;
	width:33px;
	height: 20px;
	margin-right:2px;
	text-align:center;
	border:1px solid #ccc;
	font-size:16px;
	background:url('/images/background_alphabet.png') no-repeat;
}

a.buchstabe:hover{
	color:#FFFFFF;
}

a.buchstabe_active{
	display:block;
	float:left;
	width:33px;
	height:20px;
	margin-right:2px;
	text-align:center;
	border:1px solid #ccc;
	font-size:16px;
	background:url('/images/background_alphabet_active.png') no-repeat;
}

.event_prodialog{
	display:block;
	width:20px;
	background-color:#c00007;
	color:#fff;
	font-size:12px;
	text-align:right;
	float:right;
	padding-right:2px;
}

.event{
	display:block;
	width:20px;
	background-color:#ccc;
	color:#000;
	font-size:12px;
	text-align:right;
	float:right;
	padding-right:2px;
}

p
{
	color: #333;
	line-height:18px;
}


ul{
	/*margin-left:20px;*/
}

li{
	margin-bottom:6px;
	line-height:18px;
}


.clear
{
  	clear:both
}



/* -----  A L L G E M E I N E     E N D E----- */
/* -----  F O R M S T Y L E S    S T A R T----- */
fieldset, form{
	padding:0px;
	margin:0px;
	border:0px;
	float:left;
}

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

input{
	/*float: left;*/
}

form#newsletterform fieldset input.text{
	width:240px;
	margin-bottom:5px;
}

select 
{

  	margin-bottom:4px;
  	float:left;
	width:330px;
}

textarea 
{
  	margin-bottom:4px;
  	width:330px;
  	height:80px;
  	padding:1px;
  	float:left;
	margin-top:3px;
}



/* -----  F O R M S T Y L E S     E N D E ----- */



/* --------  H E A D E R    S T A R T---------- */


embed#mymovie{
	float:left;
}

/*
div#menu a
{
	display:block;
	position:relative;
	float:left;
  	font-size:12px;
  	color:white;
 	margin-right:30px;
 	letter-spacing:1px;
 	padding-bottom:12px;
 	padding-top:17px;
}

div#menu a:hover,
div#menu a.active
{

  	color:#f18e00;

}

div#menu form a
{
	display:inline;
	float:left;
	margin:0px;
	color:#fff;
	float:left;
	margin-left:10px;
}
*/

/* --------  H E A D E R    E N D E---------- */
/* ------  C O N T E N T   S T A R T  ------- */

div.schatten_1_grid{
	padding-top: 0px;
	padding-bottom: 0px;
	float: left;	
}

html > body div.schatten_1_grid{
	/*background:url('/images/schatten/schatten_1_grid.png') repeat-y;*/
}

div.schatten_1_grid_bottom{
	padding-top:0px;
	float:left;
	width:286px;
	height:13px;
	/*background:url('/images/schatten/schatten_IE_1_bottom.gif') no-repeat 0px 0px;*/
}
html > body div.schatten_1_grid_bottom{
	/*background:url('/images/schatten/schatten_1_bottom.png') no-repeat 0px 0px;*/
}

div.schatten_2_grid_top{
	float:left;
	padding-top:8px;
	width:572px;
	margin-top:-9px;
}

html > body div.schatten_2_grid_top {
	margin-top:-8px;
	/*background:url('/images/schatten/schatten_2_top.png') no-repeat;*/
}

div.schatten_2_grid{
	padding-right:6px;
	padding-left:6px;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:5px;
	float:left;	
}

html > body div.schatten_2_grid {
	/*background:url('/images/schatten/schatten_2_grid.png') repeat-y;*/
}

div.schatten_2_grid_bottom{
	padding-top:0px;
	float:left;
	width:572px;
	height:13px;
	/*background:url('/images/schatten/schatten_IE_2_bottom.gif') no-repeat 0px 0px;*/
}

html > body div.schatten_2_grid_bottom {
	/*background:url('/images/schatten/schatten_2_bottom.png') no-repeat 0px 0px;*/
}

div.schatten_3_grid_top{
	float:left;
	padding-top:8px;
	width:860px;
	margin-top:-9px;	
}
html > body div.schatten_3_grid_top {
	margin-top:-8px;	
	/*background:url('/images/schatten/schatten_3_top.png') no-repeat;*/
}

div.schatten_3_grid{
	padding-right:6px;
	padding-left:6px;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:5px;
	float:left;	
}
html > body div.schatten_3_grid {
	/*background:url('/images/schatten/schatten_3_grid.png') repeat-y;*/
}

div.schatten_3_grid_bottom{
	padding-top:0px;
	float:left;
	width:860px;
	height:13px;
	/*background:url('/images/schatten/schatten_IE_3_bottom.gif') no-repeat 0px 0px;*/
}

html > body div.schatten_3_grid_bottom {
	/*background:url('/images/schatten/schatten_3_bottom.png') no-repeat 0px 0px;*/
}

div.linkbox{
	cursor:hand;
	cursor:pointer;	
}

/*div.b1{
	width:249px;
	
}*/

div.b2 {
	width: 600px;
}

html > body div.b2 {
	width: 615px;
}

#subDiv div.b2 {
	width: 600px;
	color: #333333;
}

div.b3{
	width: 100%;
	margin-right: 0px;
}

div.b4 {
	width: 458px;
	height:180px;	
}

div.s1{
	padding:0;
	border:0;
	margin:0;
	width: 297px;
	margin-right:24px;
}

div.s1 h2{
	margin-bottom:0px;	
}


div.last{
	margin-right:0px;
}


table.v_table{
	width:532px;
}

table.v_table td{
	padding-bottom:5px;
	padding-top:5px;
	border-bottom:1px solid #e5e5e5;
}


td.v_date{
	vertical-align:top;
	font-weight:bold;
	width:70px;

}

table.v_table td.last{
	border-bottom:0px;	
}

td.artikel {
	padding:5px 10px;
}

/******************************/
/* TABS */
.tab-header {
	float: left;
	color: #999999;
	height: 36px;
	padding-top: 15px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
}

.tab-active {
	background: url(/images/menu/tab-active-background.png) repeat-x;
	color: #333333;
}

.tab-active-border-left {
	background: url(/images/menu/tab-active-border-left.png) no-repeat;
}

.tab-active-border-right {
	background: url(/images/menu/tab-active-border-right.png) no-repeat;
}

.tab-border {
	width: 10px;
	height: 47px;
	float: left;
}

.wcont {
    visibility: hidden;
    display: none;
}

#partnerlist img {
	width:	187px;
}

table#seminars td {
	padding: 10px;
}

table#seminars tr.headline {
	background-color:	#333;
}

table#seminars td.headline {
	font-weight:	bold;
	color:			#fff;
}

table#seminars ul {
	margin:			0px;
	margin-left:	14px;
	padding: 		0px;
}
