/***********************
		FILE
************************
Author:						   Benjamin	Stellmacher

Description:		Contains global	definitions
**********************
**********************
	DOCUMENT
**********************
 Global White	Space Reset	*/

* {
	margin:0;
	padding:0;
}

body {
	text-align:center;
	background:#fff;
	height:100%;
	margin:0;
}

/***********************
	GENERAL	DEFINITIONS
***********************/
h1,h2,h3,p,div,span,a,form,label,input,select,textarea,ul,ol,li {
	font-family: Verdana, Arial, sans-serif;
	font-weight: 400;
}

/* Text Elements */
div,span,p,li {
	line-height: 1em;
	margin: 0;
}

/* Forms */
form {
	margin-bottom:5px;
}

a {
	font-size:13px;
	text-decoration:underline;
}

/* Utility */
.notice { font-weight:400; color:red; }
.pre { white-space: pre; }
.no-indent { text-indent: 0; }
.no-break {	white-space: nowrap; }

.float-left { float:left; margin: 0 5px 0 0; }
.float-right { float:right; margin:0 0 0 5px; }
.float-none { float:none; }

.clearright { clear:right; }
.clearleft { clear:left; }

.centered { text-align:center; }

.darkgrey { color:#4a4a4a; }
.lightgrey { color:#747473; }

span.leftspace { margin : 0 0 0 10px; }

div.formfloatleft {
	float: left;
	margin: 0 10px 0 0;
}

div.formfloatleft p {
	float: left;
	padding: 5px 0 0;
}

div.rightspace {
	float: right;
	width: 30px;
}

div.rightspace-bigger {
	float : right;
	width : 11px;
}

fieldset,img,a img,div#content ul#subnavigation ul ul,div.tx-bvdwudb-pi7 div {
	border:none;
}

.bold,div.contentElement div.csc-textpic-text	h5,div.tx-jwcalendar-pi1 table.items tr.header td {
	font-weight:700;
}

.underline,div#content ul#subnavigation ul li a:hover,div#content ul#subnavigation ul li.active a,
div.category-media a h4 {
	text-decoration:underline;
}
div.news-single-item p.bodytext{
	/*clear:both;*/
}
.clear {
	clear:both;
}

div.news-single-item div.news-single-additional-info,
div.news-single-item div.news-single-backlink {
	font-size:11px;
	color:#9F9F9F;
	margin:5px 0;
}

/* Buttons */
.button74,.button64,.button54,.button43,.button-calltoaction {
	height : 18px;
	font-size : 9px;
	font-weight: bold;
	line-height : 1.5em;
	text-transform : uppercase;
	color : #fff;
	border : 0;
	cursor : pointer;
	margin : 0;
	padding : 1px 0 4px;
}

.button74 { background:transparent url(../img/relaunch/button74.gif) no-repeat; width:74px; }
.button64 { background:transparent url(../img/relaunch/button64.gif) no-repeat; width:64px; }
.button54 { background:transparent url(../img/relaunch/button54.gif) no-repeat; width:54px; }
.button43 { background:transparent url(../img/relaunch/button43.gif) no-repeat; width:43px; }
.button-calltoaction { background:transparent url(../img/relaunch/button_calltoaction.gif) no-repeat; width:43px; }

/* Input Buttons Add/Delete */
input.delete {
	background : transparent url(/mybvdw/images/delete.gif) no-repeat scroll 0 5px;
	border : 0;
	color : #ee810a;
	cursor : pointer;
	float : right;
	margin : 0;
	min-width: 90px;
	margin: 5px 0 0 0;
	padding : 0 0 0 15px;
}

input.add {
	background : transparent url(/mybvdw/images/add.gif) no-repeat 0 4px;
	border : none;
	color : #ee810a;
	cursor : pointer;
	float : right;
	margin : 0;
	/* min-width: 90px; */
	margin: 5px 0 0 0;
	padding : 0 0 0 15px;
}

input.add_bigger {
	background : transparent url(/mybvdw/images/add.gif) no-repeat scroll 0 2px;
	border : 0;
	color : #ee810a;
	cursor : pointer;
	float : right;
	margin : 0;
	width: 120px;
	margin: 5px 0 0 0;
	padding : 0 0 0 15px;
}

/* Links */
a.more,
a.external-link-new-window {
	background : transparent url(/mybvdw/images/linkpfeil.gif) no-repeat left top;
	color : #ef7f00;
	margin : 0;
	padding-left : 14px;
	text-decoration : none;
}

a.add {
	background : transparent url(/mybvdw/images/add.gif) no-repeat left center;
	color : #ef7f00;
	margin : 0;
	padding-left : 14px;
	text-decoration : none;
}

a.download {
	background : transparent url(/mybvdw/images/linkdownload.gif) no-repeat left center;
	color : #ef7f00;
	margin : 0;
	padding-left : 14px;
	text-decoration : none;
}

a.pdf {
	background : transparent url(/mybvdw/images/linkpdf.gif) no-repeat left center;
	color : #ef7f00;
	margin : 0;
	padding-left : 14px;
	text-decoration : none;
}

a.addlink {
	float : right;
	background : transparent url(/mybvdw/images/add.gif) no-repeat scroll 0 15px;
	color : #ee810a;
	padding : 13px 0 0 15px;
}

a.deletelink {
	float : right;
	background : transparent url(/mybvdw/images/delete.gif) no-repeat scroll 0 2px;
	color : #ee810a;
	padding : 0 0 0 15px;
}

/***********************
	MAIN
***********************/
div#main {
	position:relative;
	width:940px;
	text-align:left;
	background:#fff;
	margin:30px auto 0;
}

body#kopiwa div#main 			{ background: #fff url(../img/relaunch/logo_kopiwa_edited.jpg) no-repeat 0px 20px; }
body#iash div#main 				{ background: #fff url(../img/relaunch/logo_iash.gif) no-repeat 0px 0px; }
body#akademie div#main 			{ background: #fff url(../img/relaunch/logo_akademie.gif) no-repeat 0px 0px; }
body#bildungsnetzwerk div#main 	{ background: #fff url(../img/relaunch/logo_bildungsnetz.gif) no-repeat 0px 0px; }
body#einnetzfuerkinder div#main { background: #fff url(../img/relaunch/logo_kindernetz.gif) no-repeat 0px 0px; }
body#mobile div#main 			{ background: #fff url(../img/relaunch/logo-mobile.jpg) no-repeat 0px 0px; }
body#sem div#main 				{ background: #fff url(../img/relaunch/logo_sem.gif) no-repeat 0px 0px; }
body#nmsr div#main 				{ background: #fff url(../img/nmsr_header.jpg) no-repeat 0px 0px; }
body#payment div#main 				{ background: #fff url(../img/relaunch/bvdw_payment_header.jpg) no-repeat 0px 0px; }

/***********************
	HEADER
***********************/

body#mobile div#main div#header a#logo{
	width:554px;
	height:101px;
	
}
body#mobile div#main div#header a#parentLogo{
	width:120px;
	height:60px;
	
}
div#header {
	width:940px;
	height:130px /* (115 + 15) */;
	background: transparent url(../img/relaunch/bg_header_subnav.jpg) no-repeat bottom center;
}

body#kopiwa div#header 				{ height: 156px; }
body#iash div#header 				{ height: 126px; }
body#akademie div#header 			{ height: 140px; }
body#bildungsnetzwerk div#header 	{ height: 165px; }
body#einnetzfuerkinder div#header 	{ height: 145px; }
body#mobile div#header 				{ height: 165px; }
body#sem div#header 				{ height: 145px; }
body#nmsr div#header 				{ height: 145px; }
body#payment div#header 				{ height: 170px; }

div#header a#logo {
	position: absolute;
	left: 0px;
}

div#header a#parentLogo {
	position: absolute;
	right: 0px;
	top:0px;
}

/***********************
	SERVICE NAVIGATION
***********************/
div#hdr-servicebox
{
	position: absolute;
	top: 0px;
	right: 0px;
	height:41px;
	margin:0;
	padding:0;
}

ul#hdr-service
{
	text-transform:uppercase;
	/*margin:20px 0 0;*/
	text-align: right;
	clear: both;
	position: absolute;
	top: 40px;
	right: 0;
}

ul#hdr-service li
{
	display:inline;
	list-style:none;
	font-size:10px;
	color:#9F9F9F;
}

/***********************
	SEARCH BOX
***********************/
form#hdr-search
{
	float:left;
	background:#fff;
	height:22px;
	width:274px;
	margin:0;
	padding-left: 10px;
	border-right: 1px solid #CFCFCF;
	border-left: 1px solid #CFCFCF;
	overflow: hidden;
}

form#hdr-search	input
{
	background:#fff;
	border:0;
	height:15px;
	margin:0;
	padding:0;
	display: block;
	float: left;
	margin-right: -1px;
}

form#hdr-search	input.text,
form#hdr-search	select.text
{
	border:1px solid #9F9F9F;
	height:15px;
	width:110px;
	font-size:11px;
	color:#9F9F9F;
	padding:2px 0 2px 5px;
}
form#hdr-search	input.text {
	padding-right: 30px;
}
form#hdr-search	select.text
{
	height: 21px;
	width: 120px;
	padding: 2px 0;
	line-height: 21px;
}
form#hdr-search	select.text option
{
	padding: 2px 0;
}
form#hdr-search	input.submit
{
	height:16px;
	width:16px;
	background:#fff url(../img/relaunch/search.jpg) 0 0 no-repeat;
	cursor:pointer;
	vertical-align: middle;
	left:168px;
	position:absolute;
	top:2px;
}

form#hdr-login-top {
	padding-left: 10px;
	float: left;
	margin: 0;
}
form#hdr-login-top input.login-text {
	width: 95px;
	border: 1px solid #B1C700;
	font-size:11px;
	height:15px;
	padding:2px;
	color:#9F9F9F;
}
form#hdr-login-top input.login-submit {
	background-color: #B1C700;
	font-size: 11px;
	text-transform: uppercase;
	border: none;
	color: #ffffff;
	padding: 3px 2px;
}

img#hdr-twitter {
	float: left;
	margin-right: 10px;
}

div.login-border2
{
	float:left;
	margin-left:3px;
	font-size:12px;
	color:#9F9F9F;
	border:1px solid #B1C700;
	height:11px;
	padding:4px;
}

div.border-login
{
	float: left;
	/*height: 16px;*/
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
	border:1px solid #B1C700;
	background-color: #B1C700;
	margin: 0 0 0 10px;
	padding: 4px;
}

div.border,
div.border-login3
{
	float: left;
	margin-left: 3px;
	border: 1px solid #B1C700;
	height: 19px;
	padding: 0;
}

form#hdr-login
{
	float: left;
	background: #fff;
	margin-bottom: 0;
}

form#hdr-login input.text,form#hdr-login input.password
{
	width: 90px;
	font-size: 11px;
	height: 14px;
	color: #9F9F9F;
	background: #fff;
	border: none;
	padding: 0 0 0 3px;
}

form#hdr-login input.submit
{
	height:17px;
	width:16px;
	border:none;
	background:#fff url(../img/relaunch/submitarrow.gif) 1px 0 no-repeat;
	cursor:pointer;
	margin:0 5px 0 0;
	vertical-align: middle;
}

/* Password	*/
div#hdr-password
{
	clear:both;
	/*width:677px;*/
}

div#hdr-password a
{
	float:right;
	font-size:11px;
	color:#9F9F9F;
	text-decoration:underline;
	margin:0;
	padding:0;
}

/***********************
	MAIN NAVIGATION
***********************/

ul#hdr-main,
ul#hdr-main-bvdw,
ul#hdr-main-mybvdw {
	position: absolute;
	right: 5px;
	top: 68px /*(53 + 15) */;
	right: 0px;
	font-weight:normal;
	width:758px;
	text-align:right;
}
body#kopiwa ul#hdr-main 			{ top: 94px; }
body#iash ul#hdr-main 				{ top: 64px; }
body#akademie ul#hdr-main 			{ top: 78px; }
body#bildungsnetzwerk ul#hdr-main 	{ top: 103px; width: 858px; }
body#einnetzfuerkinder ul#hdr-main 	{ top: 83px; }
body#mobile ul#hdr-main 			{ top: 103px; width: 858px; }
body#sem ul#hdr-main	 			{ top: 83px; }
body#nmsr ul#hdr-main	 			{ top: 83px; }
body#payment ul#hdr-main	 			{ top: 108px; }

ul#hdr-main li,
ul#hdr-main-bvdw li,
ul#hdr-main-mybvdw li {
	display:inline;
	list-style:none;
}

ul#hdr-main li a,
ul#hdr-main-bvdw li a,
ul#hdr-main-mybvdw li a {
	position:relative;
	top:3px;
	font-size:12px;
	color:#fff;
	text-decoration:none;
	background: transparent url(../img/relaunch/bg_nav_main.gif) no-repeat right center;
	margin:0 0 0 -5px;
	padding:5px 10px;
}
ul#hdr-main-mybvdw li a {
	background: transparent url(../img/relaunch/bg_nav_main_bvdw.png) no-repeat right center;
}

ul#hdr-main li.mybvdw a,
ul#hdr-main-bvdw li.mybvdw a,
ul#hdr-main-mybvdw li.mybvdw a {
	background:transparent url(../img/relaunch/bg_nav_mybvdw.gif) no-repeat right center;
}

ul#hdr-main li a:hover,
ul#hdr-main li a.active,
ul#hdr-main li.active a,
ul#hdr-main li.mybvdw a:hover,
ul#hdr-main li.mybvdw a.active,
ul#hdr-main-bvdw li a:hover,
ul#hdr-main-bvdw li a.active,
ul#hdr-main-bvdw li.active a,
ul#hdr-main-bvdw li.mybvdw a:hover,
ul#hdr-main-bvdw li.mybvdw a.active,
ul#hdr-main-mybvdw li a:hover,
ul#hdr-main-mybvdw li a.active,
ul#hdr-main-mybvdw li.active a,
ul#hdr-main-mybvdw li.mybvdw a:hover,
ul#hdr-main-mybvdw li.mybvdw a.active
{
	background: transparent url(../img/relaunch/bg_nav_main_act.gif) no-repeat right center;
}

div#header li.item1 a { z-index:9999; padding:5px 9px 5px 5px; }
div#header li.item2 a { z-index:9899; }
div#header li.item3 a { z-index:9799; }
div#header li.item4 a { z-index:9699; }
div#header li.item5 a { z-index:9599; }
div#header li.item6 a { z-index:9499; }
div#header li.item7 a { z-index:9399; }
div#header li.item8 a { z-index:9299; }
div#header li.item9 a { z-index:9199; }
div#header li.item10 a { z-index:9099; }

div#header div#hdr-mybvdw {
}

div#header div#hdr-mybvdw ul {
	float: right;
	position: relative;
	/*top: 85px;*/
	top: 100px;
}

div#header div#hdr-mybvdw ul li {
	display: inline;
	list-style: none;
	color: #B1C700;
}

div#header div#hdr-mybvdw ul li a {
	text-decoration: none;
	color: #B1C700;
}

div#header div#hdr-mybvdw ul li a:hover,
div#header div#hdr-mybvdw ul li a.active {
	color: #666;
}


/***********************
	TOPIC NAVIGATION
***********************/
div#hdr-topic
{
	position: absolute;
	top: 83px /* 68 + 15 */;
	right: 0px;
	float:right;
	text-transform:uppercase;
	font-weight:normal;
	margin:17px 10px 0 5px;
	width: 170px;
}
body#kopiwa div#hdr-topic { top: 108px; }
body#iash div#hdr-topic { top: 80px; }

div#hdr-topic a
{
	font-weight:normal;
	color:#ef7e00;
	text-decoration:none;
	background:transparent url(../img/relaunch/linkpfeil.gif) no-repeat top left;
	padding:0 0 0 15px;
}

/* topic nav */
div#hdr-topicnav
{
	background:#336189 url(../img/relaunch/themesnaviecke.gif) no-repeat top left;
	padding:5px 0 10px;
}

div#hdr-topicnav3
{
	float:left;
	width:280px;
	margin:5px 0 0 20px;
}

a#hdr-topicnavclose
{
	float:right;
	margin:3px 3px 0 0;
}

div#hdr-topicnav h1
{
	font-size:15px;
	font-weight:normal;
	text-transform:uppercase;
	color:#FFF;
	background:transparent url(../img/relaunch/topicnavhl.gif) no-repeat;
	padding:5px 10px 5px 20px;
}

div#hdr-topicnav ul
{
	list-style-position:inside;
	list-style:none;
	margin:0;
	padding:5px 10px 5px 0;
}

div#hdr-topicnav ul	li
{
	width:240px;
}

div#hdr-topicnav ul	li a,
div#hdr-topicnav ul	li a:link
{
	display:block;
	width:220px;
	font-size:11px;
	color:#fff;
	text-decoration:none;
	background:transparent url(../img/relaunch/linkpfeil_blue.gif) no-repeat left 2px;
	padding:2px 5px 2px 15px;
}

div#hdr-topicnav ul	li a:visited,
div#hdr-topicnav ul	li a:active
{
	display:block;
	font-size:11px;
	color:#fff;
	text-decoration:none;
	background:transparent url(../img/relaunch/linkpfeil_blue.gif) no-repeat left 2px;
	padding:2px 5px 2px 15px;
}

div#hdr-topicnav ul	li a:hover
{
	color:#fff;
	background:#EF7F00;
}

div#hdr-topicnav1,div#hdr-topicnav2
{
	float:left;
	border-right:1px solid #7092AD;
	width:280px;
	margin:5px 0 0 20px;
}

div#hdr-topicnav1-cont,div#hdr-topicnav2-cont,div#ajax
{
	margin:0 0 0 20px;
}

div#hdr-topicnav span.nolinks
{
	color:#fff;
	font-size:11px;
}

/***********************
	 SUBNAVIGATION
**********************

/* Level 1 */
div#content ul#subnavigation {
	width: 190px;
	list-style: none;
	background-color: #F4F5F9;
	margin: 0 0 20px 0;
	padding: 0;
}

div#content ul#subnavigation li,
div#content ul#subnavigation li.normal {
	border-bottom: 1px dashed #C1C2C6;
	padding: 0 0 0 5px;
}

div#content ul#subnavigation li.active {
	color: #09426D;
	background: #D5DEE7;
}

div#content ul#subnavigation li a,
div#content ul#subnavigation li.normal a {
	display: block;
	font-size: 12px;
	line-height: 16px;
	color: #646569;
	background: transparent url(../img/relaunch/submitarrow_transparent.gif) no-repeat 3px 6px;
	text-decoration: none;
	padding: 5px 5px 5px 25px;
}

div#content ul#subnavigation li.active a,
div#content ul#subnavigation li.normal a:hover,
div#content ul#subnavigation li.normal a:active {
	color: #09426D;
	text-decoration: underline;
}

/* Level 2 */
div#content ul#subnavigation ul {
	display: block;
	list-style: none;
	background: #D5DEE7;
	border-bottom: 1px dashed #D5DEE7;
	padding: 5px 0 5px 15px;
}

div#content ul#subnavigation ul li,
div#content ul#subnavigation ul li.normal {
	color: #09426D;
	border: none;
	padding: 0 0 0 5px;
	text-decoration: none;
}

div#content ul#subnavigation ul li.active {
	background: transparent;
	text-decoration: none;
}

div#content ul#subnavigation ul li a,
div#content ul#subnavigation ul li.normal a {
	display: block;
	color: #09426D;
	text-decoration: none;
	background: transparent url(../img/relaunch/subsubnavigationdot.gif) no-repeat 0 4px;
	margin: 0 0 3px 0;
	padding: 0 0 0 7px;
}

/* Level 3 */
div#content ul#subnavigation ul ul li a,
div#content ul#subnavigation ul ul li.normal a {
	text-decoration: none;
}

div#content ul#subnavigation ul ul li a:hover,
div#content ul#subnavigation ul ul li.normal a:hover,
div#content ul#subnavigation ul ul li.active a {
	text-decoration: underline;
}


div#content ul#subnavigation li:hover,
div#content ul#subnavigation li:active,
div#content ul#subnavigation ul li:hover,
div#content ul#subnavigation ul li:active {
	color: #09426D;
	background-color: #D5DEE7;
}

/***********************
		CONTENT
***********************/
div#content
{
	clear:both;
	width:940px;
	position:relative;
}

div#content	div#left
{
	float:left;
	margin:15px 0 0;
	width:190px;
}

div#content	div#middle
{
	float:left;
	width:410px;
	margin:15px 0 0 15px;
	color : #646567;
	font-size:12px;
}

div#content.mybvdw div#middle
{
	width:300px;
	margin:15px 0 0 20px;
}

div#content div#middle-wide
{
	float:left;
	width:620px;
	margin:16px 0 0;
	color : #646567;	
	font-size:12px;
}
div#content div#middle-wide-2
{
	float:left;
	margin:15px 0 0 15px;
	width:735px;
	color : #646567;	
	font-size:12px;
}
div#content	div#right
{
	float:right;
	/*margin-left:640px;*/
	padding-top:15px;
	margin-top:10px;
	width:300px;
}

/***********************
	BREADCRUMB
***********************/
div#content div#breadcrumb
{
	font-size:10px;
	color:#9fa0a1;
	margin:0 0 10px;
}

div#content div#breadcrumb span
{
	font-size:10px;
	margin:0;
}

div#content div#breadcrumb ul li
{
	display:inline;
	margin-right:5px;
	list-style:none;
}

div#content div#breadcrumb a
{
	font-size:10px;
	text-decoration:none;
	color:#9fa0a1;
}

div.contentElement
{
	float:none;
	clear:both;
	margin:0 0 20px 0;
}

div#content div.bannerElement table.sponsor h2
{
	font-weight:normal;
	background: none;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption
{
	line-height: 1.5em;
}

/* Headlines */
div#content h1
{
	font-size:12px;
	font-weight:normal;
	color:#00386A;
	text-transform:uppercase;
	padding:5px 5px 15px 0;
}

div#content div#middle h1
{
	background:transparent url(../img/relaunch/bg_content_headline_02.gif);
	font-weight: 700;
	margin:0 0 10px;
	padding:5px 5px 5px 0;
}

div#content div#middle-wide h1
{
	background:transparent url(../img/relaunch/bg_content_headline_01.jpg);
	margin:0 0 10px;
	font-weight: 700;
	padding:5px;
}
div#content div#middle-wide-2 h1
{
	background:transparent url(../img/relaunch/bg_content_headline_725px_wide.jpg);
	margin:0 0 10px;
	font-weight: 700;
	padding:5px;
}

div#content div#middle div.contentElement h1
{
	text-transform:none;
	background:none;
	margin:0 0 10px;
	padding:5px 5px 5px 0;
}

div#content div#middle div.contentElement h1.csc-firstHeader
{
	text-transform:uppercase;
	background:transparent url(../img/relaunch/bg_content_headline_02.gif);
	border:none;
	font-weight: 700;
	margin:0 0 10px;
	padding:5px 5px 5px 0;
}

div.mybvdw div.contentElement h1,
div.mybvdw div.contentElement div#middle h1
{
	font-weight: 700;
	background:transparent url(../img/relaunch/bg_content_headline_green.jpg);
}

div.contentElement	h2
{
	font-size:12px;
	line-height:1.5em;
	font-weight:normal;
	color:#00386A;
}

div.contentElement	h3
{
	font-size:11px;
	color:#646567;
	margin:10px 0 5px;
}

div.contentElement	h4
{
	font-size:12px;

	color:#00386A;
	margin:0 0 5px;
}

div.contentElement	h5
{
	font-size:12px;
	color:#00386A;
	margin:0 0 5px;
}

/* Text */
div#content	p,div#content	p.bodytext
{
	font-size:12px;
	line-height:1.5em;
	margin:0 0 10px;
}

div#middle div.contentElement p,
div#middle div.contentElement p.bodytext,
div#middle-wide div.contentElement p,
div#middle-wide div.contentElement p.bodytext
{
	font-size:12px;
	line-height:1.5em;
	color:#646567;
	margin:0 0 10px;
}


/* Links */
div.contentElement a
{
	text-decoration:none;
	color:#EF7F00;
	font-weight:normal;
}

div.contentElement a.more
{
	background:url(../img/relaunch/linkpfeil.gif) transparent no-repeat left top;
	padding-left:14px;
	text-decoration:none;
	color:#EF7F00;
	margin:0;
}

div.contentElement a.download
{
	background:transparent url(../img/relaunch/linkdownload.gif) no-repeat left center;
	padding-left:14px;
	text-decoration:none;
	color:#EF7F00;
	margin:0;
}

div.contentElement a.pdf
{
	background:url(../img/relaunch/linkpdf.gif) transparent no-repeat left top;
	padding-left:14px;
	text-decoration:none;
	color:#EF7F00;
	margin:0;
}

div.contentElement a.link
{
	color:#EF7F00;
}

div#content a.rss
{
	background:url(../img/relaunch/button64.gif) no-repeat 1px 1px;
	color:#fff;
	width:64px;
	height:18px;
	line-height:1.5em;
	margin:10px 0 5px;
	padding:2px 20px;
}

a.sponsor,a.sponsor:visited
{
	color:#9D9EA2;
	font-size:10px;
	text-decoration:none;
	font-weight:normal;
	text-transform:uppercase;
	margin:0;
	padding:0;
}

/* Lists */
div.contentElement ul,
div.contentElement ol {
	font-size: 12px;
	color: #646567;
	margin: 10px 0 10px 14px;
	padding: 0;
}

div.contentElement ul li,
div.contentElement ol li {
	line-height: 1.5em;
	margin: 0 0 5px;
	list-style: disc outside;
}

div.contentElement ul li {
}

/* Content Element csc-Textpic */

div.contentElement div.csc-textpic img
{
	margin:1px;
}

div.contentElement div.csc-textpic p.bodytext
{
	padding:0;
}

div.contentElement div.csc-textpic-intext-left
{
	min-height:100px;
	padding:0 0 10px;
}

div.contentElement div.csc-textpic-intext-left div.csc-textpic-imagewrap,
div.contentElement div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap
{
	padding:0 15px 0 0;
}

div.contentElement div.csc-textpic-text	a {
	/* color:#00386A; */
}

div#content div#middle div.contentElement div.csc-textpic a {
	/* color:#EF7F00; */
	/* color:#00386A; */
	text-decoration:none;
}

div#content div#right div.contentElement div.csc-textpic a {
	color: #00386A;
}

div.contentElement div.dateimage
{
	float:left;
	margin:0 10px 10px 0;
}

div.contentElement div.datetextimage
{
	margin:0 0 10px 150px;
}

/* kontakt */
div.teaser-blue div.shortcut div.csc-textpic-text p.bodytext
{
	font-size:12px;
	font-weight:normal;
	color:#00386A;
	padding:0 0 0 10px;
}

div.tx-jwcalendar-pi1 table.items tr td
{
	vertical-align:top;
	padding:0 3px 3px 0;
}

/* Press Releases */
div.news-list-container div.news-list-item
{
	margin:10px 0 0;
}

div.news-list-container div.news-list-item h2 a
{
	color: #00386A;
	text-decoration: underline;
}

div.news-single-item div.news-single-timedata,div.news-list-container span.date
{
	font-size:11px;
	color:#9F9F9F;
	margin:5px 0;
}

div.news-list-container div.pressDownload
{
	font-size:11px;
	color:#9F9F9F;
	margin:5px 0 0;
}

div.news-list-container div.pressDownload a
{
	background:url(../img/relaunch/linkdownload.gif) transparent no-repeat left center;
	padding-left:14px;
	text-decoration:none;
	color:#EF7F00;
	margin:0;
}

div.news-list-container div.news-list-item h2 a
{
	text-decoration:underline;
}

div.news-single-item h2
{
	font-size:14px;
	font-weight:700;
	line-height:1.5em;
	color:#00386A;
	margin:0 0 5px;
}

div.news-single-item div.news-single-img a img
{
	margin:5px 0;
}

div.news-single-item div.news-single-img div.csc-textpic-caption
{
	color:#00386A;
	font-size: 12px;
	margin:5px 0 5px 0px;
}

div.news-single-item div.news-single-additional-info dt
{
	font-size:16px;
	line-height:16px;
	color:#646567;
	margin:5px 0;
}

/* News Search Form */
div.news-search-form form input
{
	color:#646567;
	border:1px solid #9F9F9F;
	padding:1px;
}

div.news-search-form form span.news-search-form-submit input
{
	height:18px;
	font-size:11px;
	line-height:1.5em;
	font-weight:400;
	text-transform:uppercase;
	color:#fff;
	border:0;
	cursor:pointer;
	width:64px;
	background:transparent url(../img/relaunch/button64.gif) no-repeat;
	margin:0;
	padding:0 0 3px;
}

/* RSS-Reader Startseite */

div#content div#middle-wide div.tx-feedforward-pi1 h2
{
	background: none;
	width:100%;
	margin:0 0 0;
}

div#content div#middle-wide div.tx-feedforward-pi1 h2 a
{
	background: transparent url(http://www.bvdw.org/mybvdw/images/hl_bvdw.gif) no-repeat;
	font-size:14px;
	line-height: 30px;
	padding: 0 0 5px 30px;
	font-weight:700;
	color:#00386A;
	text-decoration:underline;
}

div#content div#middle-wide div.tx-feedforward-pi1 h2 a h3 {
color:#9F9F9F;
background: transparent none;
padding: 0 0 0 0;
font-size:11px;
margin:10px 0 0 0;
}

div#content div#middle-wide div.tx-feedforward-pi1 p,
div#content div#middle-wide div.tx-feedforward-pi1 p.bodytext
{
	margin:0;
	padding:0px 0 10px;
	border-bottom:1px dashed #9F9F9F;
}

/* RSS-Reader Mitte Weit 2 */
div#content div#middle-wide-2 div.tx-feedforward-pi1 h2
{
	background: none;
	width:100%;
	margin:0 0 0;
}

div#content div#middle-wide-2 div.tx-feedforward-pi1 h2 a
{
	background: transparent url(http://www.bvdw.org/mybvdw/images/hl_bvdw.gif) no-repeat;
	font-size:14px;
	line-height: 30px;
	padding: 0 0 5px 30px;
	font-weight:700;
	color:#00386A;
	text-decoration:underline;
}

div#content div#middle-wide-2 div.tx-feedforward-pi1 h2 a h3 {
color:#9F9F9F;
background: transparent none;
padding: 0 0 0 0;
font-size:11px;
margin:10px 0 0 0;
}

div#content div#middle-wide-2 div.tx-feedforward-pi1 p,
div#content div#middle-wide-2 div.tx-feedforward-pi1 p.bodytext
{
	margin:0;
	padding:0px 0 10px;
	border-bottom:1px dashed #9F9F9F;
}

/* RSS-Reader Mitte */

div#content div#middle div.tx-feedforward-pi1 h2
{
	background: none;
	width:100%;
	margin:0 0 0;
}

div#content div#middle div.tx-feedforward-pi1 h2 a
{
	font-size:14px;
	line-height: 1.5em;
	padding: 0 0 5px 0;
	font-weight:700;
	color:#00386A;
	text-decoration:underline;
}

div#content div#middle div.tx-feedforward-pi1 h3 {
	color:#9F9F9F;
	background: transparent none;
	padding: 0 0 0 0;
	font-size:11px;
	margin:10px 0 0 0;
	width: 100%;
}

div#content div#middle div.tx-feedforward-pi1 p,
div#content div#middle div.tx-feedforward-pi1 p.bodytext
{
	margin:0;
	padding:0px 0 10px;
}

/* RSS-Reader Rechts */

div#content div#right div.tx-feedforward-pi1
{
	padding: 0 10px 5px 10px;
}

div#content div#right div.tx-feedforward-pi1 h2
{
	background: none;
	width:100%;
	margin:0 0 0;
}

div#content div#right div.tx-feedforward-pi1 h2 a
{
	font-size:14px;
	line-height: 1.5em;
	padding: 0 0 5px 0;
	font-weight:700;
	color:#00386A;
	text-decoration:underline;
}

div#content div#right div.tx-feedforward-pi1 h3 {
color:#fff;
background: transparent none;
padding: 0 0 0 0;
font-size:11px;
margin: 10px 0px 5px 0px;
}

div#content div#right div.tx-feedforward-pi1 h3 a {
background: transparent none;
padding: 0 0 0 0;
font-size:11px;
margin: 0px 0px 5px 0px ! important;
}

div#content div#right div.tx-feedforward-pi1 p,
div#content div#right div.tx-feedforward-pi1 p.bodytext
{
	margin:0;
	padding:0 0 10px;
	border-bottom:1px dashed #fff;
}


/* Press Archive Teaser */
div.contentElement div.news-amenu-container ul
{
	margin:0 0 0 30px;
	padding:5px 0 10px;
}

/* CSC-Searchform */

div#content div#middle table.csc-searchform td,div#content div#middle-wide table.csc-searchform td
{
	padding:0 0 5px;
}

div#content div#middle table.csc-searchform p.csc-form-label,div#content div#middle-wide table.csc-searchform p.csc-form-label
{
	color:#646567;
	margin:0 15px 0 0;
}

div#content div#middle table.csc-searchform input,
div#content div#middle-wide table.csc-searchform input
{
	display:block;
	color:#646567;
	border:1px solid #9F9F9F;
	padding:2px;
}

div#content div#middle table.csc-searchform select,
div#content div#middle-wide table.csc-searchform select
{
	color:#646567;
	border:1px solid #9F9F9F;
	padding:2px;
}

/* Result Listing */
div#content div#middle div.contentElement div.searchEntry,
div#content div#middle-wide div.contentElement div.searchEntry
{
	background:#F3F5F8;
	border-bottom:1px dashed #9F9F9F;
	padding:5px;
}

div#content div#middle div.contentElement td.csc-searchResultRange p,
div#content div#middle-wide div.contentElement td.csc-searchResultRange p
{
	color:#646567;
}

div#content div#middle div.contentElement h3.csc-searchResultHeader a,
div#content div#middle-wide div.contentElement h3.csc-searchResultHeader a
{
	font-size:14px;
}

div#content div#middle div.contentElement p.csc-searchResult,
div#content div#middle-wide div.contentElement p.csc-searchResult
{
	color:#646567;
	margin:0 0 10px;
}

/**********************
		MAILFORM
**********************/
div#middle div.contentElement form,
form#mailform
{
	width:400px;
	font-size:12px;
	line-height:1.5em;
	color:#646567;
}

form#mailform input#mailformVorname,
form#mailform input#mailformName,
form#mailform input#mailformE-Mail,
form#mailform input#mailformFirma,
form#mailform input#mailformTelefon
{
	background:#FFF none repeat scroll 0 0;
	border:1px solid #9F9F9F;
	color:#9F9F9F;
	width:240px;
	margin:0 0 1px;
	padding:0;
}

form#mailform input#mailformAnredeFrau,
form#mailform input#mailformAnredeHerr
{
	float:left;
	color:#9F9F9F;
	margin:0 5px 1px 0;
	padding:0;
}

form#mailform label
{
	float:left;
	width:150px;
}

form#mailform fieldset#mailformAnrede label
{
	float:left;
	width:150px;
	margin-right:70px;
	margin-bottom:5px;
}

form#mailform textarea
{
	background:#FFF none repeat scroll 0 0;
	border:1px solid #9F9F9F;
	width:240px;
	font-size:12px;
	line-height:1.5em;
	color:#646567;
	margin:0 0 1px;
	padding:0;
}

/* Formular */


div#middle div.contentElement form input.cmformsmall
{
	background:#FFF none repeat scroll 0 0;
	border:1px solid #9F9F9F;
	color:#9F9F9F;
	width:300px;
	margin:0 0 1px;
	padding:0;
}

div#middle div.contentElement form textarea
{
	background:#FFF none repeat scroll 0 0;
	border:1px solid #9F9F9F;
	font-size:12px;
	line-height:1.5em;
	color:#646567;
	margin:0 0 1px;
	padding:0;
}

/* Formular-Tabelle */

div#middle div.contentElement form table
{
	width:400px;
}

div#middle div.contentElement form table td
{
	vertical-align:top;
}

/***********************
	   TRENNER
***********************/
div#content	div#middle div.separator,
div#content	div#middle-wide	div.separator,
div#content	div#left div.separator
{
	height:1px;
	font-size:1px;
	line-height:1px;
	border-top:1px solid #dedfdf;
	margin:0;
	padding:0;
}

/***********************
	TEASER
**********************/
div#content div.teaser-blue ul,
div#content div.teaser-green ul,
div#content div.teaser-green ol
{
	margin:0 0 0 10px;
}

div#content div.teaser-blue ul li,
div#content div.teaser-green ul li,
div#content div.teaser-green ol li,
div.error ul li
{
	list-style:none;
}

div#content div.teaser-blue form input.button64,
div#content div.teaser-green form .button54,
div#content div.teaser-blue-new form .button54
{
	float:right;
	margin:4px 15px 5px 0;
}

div#content div.teaser-green h1 a,
div#content div.teaser-green-light h1 a,
div#content div.teaser-blue-new h1 a
{
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	color:#FFF;
}

/*lightblue */
div.content-lightblue
{
	font-size:12px;
	color:#FFF;
	background:#F4F5F9;
	border-top:1px dashed #9F9F9F;
	border-bottom:1px dashed #9F9F9F;
	margin:5px 0 0 0;
	padding:10px;
}

div.content-lightblue h1,
div.content-lightblue h2
{
	background: none !important;
	margin:0 0 10px;
	padding:0;
}

div.content-lightblue div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img
{
	margin:0 0 0 5px;
}

/* lightblue undashed */
div.content-lightblue-borderless
{
	background: #F4F5F9 url(../img/relaunch/news_bg.gif) repeat-x;
	font-size:12px;
	color:#FFF;
	margin:5px 0 0;
	padding:5px 10px;
}

div.content-lightblue-borderless h1,
div.content-lightblue-borderless h2
{
	background: none !important;
	margin:0 0 10px;
	padding:0;
}

/* blue */
div#content div.teaser-blue
{
	font-size:12px;
	color:#fff;
	background:#859FB6 url(../img/relaunch/blauerverlauf.gif) repeat-x;
	margin:0 0 19px;
	padding:0 0 15px;
}

div#content div.teaser-blue h1,
div#content div.teaser-blue h2
{
	font-size:12px;
	line-height:1.5em;
	color:#FFF;
	font-weight:700;
	text-transform:uppercase;
	background:#9AAFC2 url(../img/relaunch/blaueecke.gif) no-repeat top left;
	border:0;
	margin:0 0 15px;
	padding:5px 5px 5px 10px;
}

div#content div.teaser-blue p.bodytext
{
	color:#fff;
	margin:10px 0 0;
}

div#content div.teaser-blue a
{
	color:#00386a;
	text-decoration:underline;
}

div#content div.teaser-blue a.newsletter
{
	color:#00386a;
	text-decoration:underline;
	margin:0 5px 0 10px;
}

div#content div.teaser-blue ul li a
{
	color:#fff;
	background:transparent url(../img/relaunch/submitarrow_darkblue.gif) no-repeat 3px 0;
	padding:0 0 0 25px;
}

div#content div.teaser-blue form
{
	height:35px;
}

div#content div.teaser-blue form label
{
	display:block;
	float:left;
	width:100px;
	line-height:20px;
	margin:5px 0 0 10px;
}

div#content div.teaser-blue form input.text
{
	display:block;
	float:left;
	width:164px;
	font-size:12px;
	color:#959595;
	border:0;
	background:#E3E8EE;
	margin:5px 5px 5px 0;
	padding:5px;
}

div#content div.teaser-blue form input.hidden
{
	display:none;
}

div#content div.teaser-blue form input.radio
{
	background:transparent;
	border:0;
	display:inline;
	float:none;
	height:7px;
	margin:5px 5px 0 2px;
}

/* light blue */
div#content div.teaser-lightblue h2,
div#content div.teaser-lightblue h1
{
	font-weight:700;
	color:#00386A;
	text-transform:uppercase;
	background:#D3DCE5 url(../img/relaunch/hellblaueecke.gif) no-repeat top left;
	margin:0 0 15px;
	padding:5px 5px 5px 10px !important;
}

div#content div.teaser-lightblue
{
	font-size:12px;
	color:#FFF;
	line-height:1.5em;
	background:#C2D0DB;
	margin:0 0 19px;
	padding:0 0 10px;
}

div#content div.shortcut p
{
	margin:0 10px 10px 0;
}

div#content div.shortcut img
{
	margin: 0 10px;
	float: left;
}

div#content.mybvdw div.csc-textpic-imagewrap {
	float: left;
	width: 120px;
}

div#content div.shortcut.bodytext
{
	font-size:12px;
	font-weight:400;
	color:#FFF;
	line-height:18px;
}

div#content div.shortcut p.bodytext,
div#content div.shortcut p.bodytext a
{
	font-size:12px;
	color:#00386a;
	line-height:18px;
}

div#content.mybvdw div.shortcut p.bodytext {

}

/* green */
div#content div.teaser-green,
div#content div.teaser-blue-new {
	font-size:12px;
	color:#FFF;
	background:#B1C700 url(../img/relaunch/greenverlauf.gif) repeat-x bottom;
	margin:0 0 19px;
	padding:0 0 20px;
}
div#content div.teaser-blue-new
{
	background:#859FB6 url(../img/relaunch/blueverlauf.gif) repeat-x bottom;
}
div#content div.teaser-green h1,
div#content div.teaser-blue-new h1
{
	display:block;
	font-size:15px;
	height:50px;
	font-weight:700;
	color:#FFF;
	text-transform:uppercase;
	background:#B1C700 url(../img/relaunch/bg_teaser_head_green.gif) no-repeat top left;
	border:none;
	padding:25px 10px 0 60px;
}
div#content div.teaser-blue-new h1 {
	background:#859FB6 url(../img/relaunch/bg_teaser_head_blue.gif) no-repeat top left;
}

div#content div.teaser-green h2,
div#content div.teaser-blue-new h2
{
	display:block;
	font-size:12px;
	font-weight:700;
	line-height:21px;
	color:#FFF;
	text-transform:uppercase;
	border:none;
	margin:0 0 0 10px;
}

div#content div.teaser-green ul li a,div#content div.teaser-green ol li a,
div#content div.teaser-blue-new ul li a,div#content div.teaser-blue-new ol li a
{
	color:#fff;
	background:transparent url(../img/relaunch/linkpfeil.gif) no-repeat;
	padding:0 0 0 20px;
}

div#content div.teaser-green p,
div#content div.teaser-blue-new p
{
	margin:0 20px 10px;
}

div#content div.teaser-green form input.text,
div#content div.teaser-green form input.password,
div#content div.teaser-blue-new form input.text,
div#content div.teaser-blue-new form input.password
{
	width:123px;
	font-size:12px;
	color:#959595;
	border:0;
	background:#ECF2C2;
	margin:0 5px 5px 0;
	padding:5px;
}
div#content div.teaser-blue-new form input.text,
div#content div.teaser-blue-new form input.password
{
	background:#E3E8EE;
}
div#content div.teaser-green form,
div#content div.teaser-blue-new form
{
	height:40px;
	margin:0 0 0 10px;
	padding:0;
}

div#content div.teaser-green form a,
div#content div.teaser-blue-new form a
{
	float:left;
	font-size:10px;
	color:#fff;
	text-decoration:none;
	border-bottom:1px solid #fff;
	line-height:1.5em;
}

/* green light */
div#content div.teaser-green-light
{
	font-size:12px;
	color:#FFF;
	margin:0 0 19px;
	padding:0;
}

div#content div.teaser-green-light h1
{
	display:block;
	font-size:15px;
	height:60px;
	font-weight:700;
	color:#FFF;
	text-transform:uppercase;
	background:transparent url(../img/relaunch/bg_teaser_head_green.gif) no-repeat top left;
	border:none;
	padding:25px 10px 0 60px;
}

/* Separator */
div.contentbox div.separator,
div.contentbox div.separatordashed
{
	font-size:1px;
	height:2px;
	line-height:2px;
	border-top:1px solid #FFF;
	margin:10px 0;
	padding:0;
}

div.contentbox div.separatordashed
{
	border-top:1px dashed #FFF;
}

div.tx-bvdwudb-pi7 div em
{
	font-size:12px;
}

div.tx-bvdwudb-pi7 label
{
	float:left;
	width:190px;
	font-size:12px;
	font-weight:400;
}

div.tx-bvdwudb-pi7 input.text
{
	border:1px solid #9F9F9F;
	width:200px;
	color:#959595;
	background-color:#fff;
	margin:0 0 10px !important;
	padding:2px;
}

div.tx-bvdwudb-pi7 select
{
	border:1px solid #9F9F9F;
	width:207px;
	color:#959595;
	background-color:#fff;
	margin:0 0 10px !important;
	padding:2px;
}

div.tx-bvdwudb-pi7 div.small
{
	font-size:10px;
	margin:0 0 10px 200px;
}

div.tx-bvdwudb-pi7 label.checkbox
{
	float:none;
	width:auto;
}

div.tx-bvdwudb-pi7 input.submit
{
	margin:5px 0 0;
}

div.tx-bvdwudb-pi7 input.checkbox,
div#middle div.contentElement form input
{
	margin:0 5px 0 0;
}

/**********************
 MEDIENBIBLIOTHEK
***********************/

div#categories
{
	background:#F3F5F8;
	margin:0 0 15px;
	padding:1px 5px 10px;
}

div.category
{
	border-bottom:1px dashed #9F9F9F;
	font-size:12px;
	line-height:1.5em;
	color:#646567;
	margin:0;
	padding:4px 5px 10px;
}

div.category-media
{
	border-bottom:1px dashed #9F9F9F;
	font-size:12px;
	line-height:1.5em;
	color:#646567;
	margin:10px 0;
	padding:4px 5px 5px;
}

div.category-media h4
{
	padding:0 0 0 20px;
	font-size:16px;
	font-weight: 700 ! important;
	line-height:20px;
	color:#00386a;
	background:transparent url(../img/relaunch/submitarrow_transparent.gif) no-repeat 0px 3px;
}

div.category-media p,div.category-media h5
{
	padding:0 0 0 20px;
}

div#categories div.left
{
	float:left;
	width:320px;
	border-right:1px dashed #8DA8BD;
	margin:10px 0 0 5px;
}

/* Formular */

div#categories div.left	label
{
	color:#646567;
	font-size:12px;
	background:#fff;
	padding:0 0 0 5px;
	vertical-align: middle;
	/*line-height: 18px;*/
}

div#categories div.left	input.text
{
	border:0;
	color:#646567;
	background:#fff;
	margin:0;
	padding:0;
	vertical-align: middle;
}

div.mediasearchbox
{
	border:1px solid #9F9F9F;
	background:#fff;
	width:298px;
	margin-bottom:5px;
	padding:0;
	padding-bottom:2px;
}
div.mediasearchbox input#mediasearch{
	margin:0;
	width:242px;
}

div#categories div.right
{
	float:right;
	width:250px;
	color:#646567;
	margin:5px 0 0;
	padding:10px 0 0 20px;
}

div#categories div.left form
{
	margin:0;
}

div#categories div.left	select
{
	padding-left:5px;
	height:20px;
	width:300px;
	border:1px solid #9F9F9F;
	color:#656567;
	background:#fff;
	font-size:12px;
	margin:0 0 10px;
}

div#categories div.left	input.button43
{
	float:right;
	margin:0 20px 10px 0;
}

/**********************
	SOCIAL BOOKMARKS
***********************/
div#content div.tx-timtabsociable-pi1
{
	border-top:1px solid #dedfdf;
	margin:10px 0;
	padding:5px 0 0;
}

div#content div.tx-timtabsociable-pi1 a
{
	float:left;
	width:14px;
	height:14px;
	border:1px solid #9F9F9F;
	margin:0 7px 0 0;
	padding:2px;
}

div#content div.tx-timtabsociable-pi1 a:hover
{
	background:#E4EBF1;
}

div#content div.tx-timtabsociable-pi1 a img
{
	color:#828689;
	font-size:11px;
	vertical-align:top;
	width:14px;
	height:14px;
}

/**********************
	TIP A FRIEND
***********************/
div#content a.tipafriend
{
	color:#ef7e00;
	text-decoration:none;
	background:transparent url(../img/relaunch/linkpfeil.gif) no-repeat top left;
	padding:0 0 0 20px;
}

/***********************
	FOOTER
***********************/
div#footer
{
	clear:left;
	font-size:10px;
	color:#9F9F9F;
	border-top:1px solid #dedfdf;
	margin:10px 0 20px;
	padding:5px 0 0;
}

ul#footerlist
{
	display:inline;
	list-style:none;
	text-transform:uppercase;
}

ul#footerlist li.seperator
{
	font-size:10px;
	color:#9F9F9F;
}

ul#hdr-service li a,
ul#footerlist li a
{
	font-size:10px;
	color:#9F9F9F;
	text-decoration:none;
}

div#content div#breadcrumb ul,ul#footerlist li
{
	display:inline;
}


/**********************
		404 ERROR
**********************/
div#content.error
{
	margin-top:20px;
	width:860px;
	background:#00386A;
	padding:20px 40px;
}

h1.big
{
	float:right;
	margin-top:15px;
	font-size:72px !important;
	color:#00386A;
}

div.error h1
{
	color:#fff !important;
	font-size:16px !important;
}

div.error p
{
	font-size:16px !important;
	font-weight:400;
	color:#fff;
}

div.error ul li a
{
	font-size:16px !important;
	line-height:24px !important;
	color:#fff;
	text-decoration:underline;
}

div.news-single-item div.news-single-img
{
	/*float:left;*/
}
a#logo
{
	float:left;
}

/* Sponsoren */
div#content div.bannerElement,div.contentElement div.datetext,div.contentElement div.news-amenu-container ul li
{
	margin:0 0 10px;
}

div.contentElement img.headline,div.contentElement div.date,div#content div#middle table.csc-searchform,div#content div#middle-wide table.csc-searchform
{
	margin:10px 0;
}

div.contentElement div.csc-textpic,div.tx-feedforward-pi1,div#content div#middle div.tx-mozsearch-pi1,div#content div#middle-wide div.tx-mozsearch-pi1
{
	margin:10px 0 0;
}

div.contentElement div.csc-textpic dd.csc-textpic-caption,div.tx-jwcalendar-pi1 div.jwcalendar_list div.itemslist table.items,div.news-search-emptyMsg
{
	font-size:12px;
	color:#646567;
}

div.contentElement div.csc-textpic-intext-right div.csc-textpic-imagewrap,div.contentElement div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap,div.csc-textpic-intext-left-nowrap div div.csc-textpic-text
{
	padding:0 0 0 15px;
}


/*************************
 MYBVDW ELEMENTE (Ab hier MyBVDW)
**************************/

p.post-preview {
	border-bottom : 1px dashed #b1b3b4;
	font-size : 12px;
	padding : 10px 0 15px 20px;
}

p.post-preview a {
	background : transparent url(/mybvdw/images/submitarrow.gif) no-repeat;
	color : #00386a;
	padding : 0 0 0 20px;
	text-decoration : none;
}

p.post-preview span {
	margin : 0 0 0 20px;
}

div#content.mybvdw div#middle-content {
	float : left;
	margin : 0 0 0 10px;
	width : 300px;
}

div#content.mybvdw div#left {
	float : left;
	margin : 0;
	width : 300px;
}

h1.small {
	background : transparent url(/mybvdw/images/bg_content_headline_green_small.jpg) repeat scroll 0 0 !important ;
	font-weight: 700;
}

div#content.mybvdw h1 {
	background : transparent url(/mybvdw/images/bg_content_headline_01.jpg);
	color : #00386a;
	font-size : 12px;
	font-weight : 700;
	margin : 0 0 2px;
	padding : 5px 5px 5px 8px;
	text-transform : uppercase;
}
div#content.mybvdw h2{
	color : #00386a;
	font-weight : 700;
	font-size : 12px;
	line-height : 1.5em;
}

div#content.mybvdw h3 {
	color : #9f9f9f;
	font-weight: 400;
	font-size : 11px;
	line-height : 1.5em;
}

div#content.mybvdw h4 {
	font-size : 13px;
	font-weight: 700;
	margin : 0 0 5px;
}

div#content.mybvdw h5 {
	font-size : 12px;
	font-weight: 700;
	margin : 0 0 5px;
}

div#content.mybvdw h6 {
	color : #00386a;
	font-size : 12px;
	font-weight : 400;
	line-height : 1.5em;
	margin : 0 0 5px;
}

div#content.mybvdw h1,
div#content.mybvdw div#middle h1 {
	background : transparent url(/mybvdw/images/bg_content_headline_green.jpg);
}

div#content.mybvdw div#middle-wide h1,
div#content.mybvdw div#middle-wide div#left h1,
div#content.mybvdw div#wide h1 {
	background : transparent url(/mybvdw/images/bg_content_middlewide_headl.jpg);
}

div#content div#middle h4,
div#content div#middle-wide h4 {
	color : #00386a;
	font-weight: 700;
	text-decoration: underline;
}

table#forum td.largefield a,
table#forum td.author a,
table#forum td.author-thread a,
table#forum td.description a,
table#forum td.subject a {
	color : #00386a;
	font-weight: 700;
	text-decoration: underline;
}

table#forum td.status a {
	color : #00386a;
	font-weight: 400;
	text-decoration: underline;
}


div#content div#middle-wide h4 {
	color : #00386a;
	font-weight: 700;
	text-decoration: underline;
}

div#content div#middle-wide-2 h4 {
	color : #00386a;
	font-weight: 700;
	text-decoration: underline;
}

table#forum td.subject h2,
table#forum td.subject h2 a {
	color : #00386a;
	font-weight: 700;
	line-height: 1.5em;
	margin-bottom: 0px;
	text-decoration : underline;
}

div#content.mybvdw p.groups {
	font-size : 12px;
	line-height : 1.5em;
	margin : 0 0 0 45px;
	width : 500px;
}

div#content.mybvdw img.headline {
	margin : 10px 0;
}

div#content.mybvdw div#subject h4 {
	color : #00386a;
	float : left;
	font-size : 14px;
	font-weight : 400;
	line-height : 1.5em;
	padding : 0 10px 0 5px;
}

div#content.mybvdw a.response {
	background : transparent url(/mybvdw/images/linkresponse.gif) no-repeat left 2px;
	color : #ef7f00;
	margin : 0;
	padding-left : 14px;
	text-decoration : none;
}

/* Kontaktbox */

div#content div.kontakt {
	margin : 10px 0 15px;
}

div#content div.kontaktimage {
	float : left;
	margin : 0 10px 0 0;
}

div#content div.kontakttext {
	margin : 0 0 10px 60px;
	min-height: 60px;
}

div#content div.kontakttext a {
	color : #00386a;
	text-decoration : underline;
}

div#content div.kontakttext p {
	color : #00386a;
	font-size : 12px;
	font-weight : 400;
}

div#content div.kontakttext h5 {
	font-weight : 700;
	text-decoration : underline;
}

/* Separators */

div#content div#middle div.separator, div#content div#middle-wide div.separator, div#content div#left div.separator, div#content div#wide div.separator {
	border-top : 1px solid #dedfdf;
	font-size : 1px;
	height : 1px;
	line-height : 1px;
	margin : 0;
	padding : 0;
}

div#content div#middle div.separatordashed,
div#content div#middle-wide div.separatordashed,
div#content div#left div.separatordashed,
div#content div#wide div.separatordashed,
div.divider {
	border-top : 1px dashed #dedfdf;
	font-size : 1px;
	height : 1px;
	line-height : 1px;
	margin : 15px 0 15px;
	padding : 0;
}

div#content div#middle div.separatorgrey, div#content div#middle-wide div.separatorgrey, div#content div#left div.separatorgrey, div#content div#wide div.separatorgrey {
	border-top : 1px solid #9f9f9f;
	font-size : 1px;
	height : 1px;
	line-height : 1px;
	margin : 0;
	padding : 0;
}

div#content div#middle div.separatordashedgrey,
div#content div#middle-wide div.separatordashedgrey,
div#content div#left div.separatordashedgrey,
div#content div#wide div.separatorgrey,
div#content div#right div.separatordashedgrey {
	border-top : 1px dashed #9f9f9f;
	font-size : 1px;
	height : 1px;
	line-height : 1px;
	margin : 0 0 10px;
	padding : 0;
}

/******************
 TEASER MyBVDW
 Contentboxes
******************/

div.contenbox {
	line-height : 1.5em;
}

div.headblue {
	background : #9aafc2 url(/mybvdw/images/blaueecke.gif) no-repeat left top;
	color : #fff;
	font-size : 12px;
	font-weight : 700;
	margin : 0;
	padding : 8px 5px 8px 10px;
	text-transform : uppercase;
}

div#content div.headblue h1 {
	background : transparent url(/mybvdw/images/hl_rss.gif) no-repeat top left;
	padding : 5px 0 5px 30px;
}

div.contentboxblue {
	background : #859fb6 url(/mybvdw/images/blauerverlauf.gif) repeat-x bottom;
	color : #fff;
	font-size : 11px;
	line-height : 1.5em;
	margin : 0 0 19px;
	padding : 10px;
}

div.contentboxblue a h5 {
	color : #00386a;
	font-size : 13px;
	text-decoration : underline;
}

div.contentboxblue p {
	color : #fff;
	margin : 10px 0 0;
}

div.headlightblue {
	background : #d3dce5 url(/mybvdw/images/hellblaueecke.gif) no-repeat left top;
	color : #00386a;
	font-size : 12px;
	font-weight : 400;
	margin : 0;
	padding : 8px 5px 8px 10px;
	text-transform : uppercase;
}

div.contentlightblue {
	background : #c2d0db;
	color : #fff;
	font-size : 12px;
	font-weight : 400;
	line-height : 1.5em;
	margin : 0 0 19px;
	padding : 10px 10px 5px;
}

div.contentlightblue span.date {
	background : #c2d0db;
	color : #00386a;
	font-size : 12px;
	font-weight : 400;
	margin-top : 3px;
}

div.headgreen {
	background : #b1c700 url(/mybvdw/images/greenhead.gif) no-repeat left top;
	color : #fff;
	font-size : 15px;
	font-weight : 400;
	height : 56px;
	margin : 0;
	padding : 10px 10px 0;
}

div.contentboxgreen {
	background : #b1c700 url(/mybvdw/images/greenverlauf.gif) repeat-x bottom;
	color : #fff;
	font-size : 12px;
	font-weight : 400;
	line-height : 1.5em;
	margin : 0 0 19px;
	padding : 10px 10px 5px;
}

div.contentboxgreen a {
	color : #fff;
	text-decoration : underline;
}

div.contentboxgreen a h5 {
	color: #EF7F00;
}

div.contentboxgreen p {
	color : #fff;
	font-weight : 400;
	margin : 10px 0 0;
}

div.contentboxgreen h1 {
	padding : 0 0 5px !important ;
}

div.contentboxgreen .separatordashed {
	border-top : 1px dashed #bed12a;
}

div#content div.headgreen h1 {
	background : transparent url(/mybvdw/images/arrow.gif) no-repeat top left;
	color : #fff;
	font-size : 15px;
	font-weight : 400;
	padding : 11px 10px 20px 50px;
	text-transform : uppercase;
}

div#content div.contentboxgreen h1 {
	background : transparent;
	color : #fff;
	font-size : 14px;
	font-weight : 400;
	text-transform : uppercase;
}

div.contentbox div.separator {
	border-top : 1px solid #fff;
	font-size : 1px;
	height : 1px;
	line-height : 1px;
	margin : 10px 0;
	padding : 0;
}

div.contentbox div.separatordashed {
	border-top : 1px dashed #fff;
	font-size : 1px;
	height : 1px;
	line-height : 1px;
	margin : 10px 0;
	padding : 0;
}

div.contentbox div.separatordashedgreen {
	border-top : 1px dashed #bed99d;
	font-size : 1px;
	height : 1px;
	line-height : 1px;
	margin : 10px 0;
	padding : 0;
}

div.headgreen-normal {
	background : #bed12a url(/mybvdw/images/contentboxgreencorner.gif) no-repeat left top;
	color : #09426D;
	font-size : 12px;
	font-weight : 700;
	margin : 0;
	padding : 8px 5px 8px 10px;
	text-transform : uppercase;
}

div.contentboxgreen-normal {
	background-color : #b1c700;
	color : #fff;
	font-size : 11px;
	line-height : 1.5em;
	margin : 0 0 19px;
	padding : 10px 10px 5px;
}

div.contentboxgreen-normal a h2 {
	color : #fff !important ;
	font-size : 12px !important ;
	line-height : 1.5em;
	text-decoration : underline;
}

div.contentboxgreen-normal a h5 {
	color : #00386A;
	font-size : 12px !important ;
	line-height : 1.5em;
	text-decoration : underline;
}

div.contentboxgreen-normal p a {
	color : #09426d;
	font-size : 12px;
	margin : 0;
	padding-left : 14px;
	text-decoration : none;
}

div.contentboxgreen-normal div.separatordashed {
	color : #bed12a;
}

div.headlightgreen {
	background : #eaf1bd url(/mybvdw/images/contentboxlightgreencorner.gif) no-repeat left top;
	color : #09426d;
	font-size : 12px;
	font-weight : 700;
	margin : 0;
	padding : 8px 5px 8px 10px;
	text-transform : uppercase;
}

div.headlightgreen img {
	position : relative;
	top : 2px;
}

div.contentboxlightgreen {
	background-color : #e5eca6;
	color : #09426d;
	font-size : 11px;
	line-height : 1.5em;
	margin : 0 0 19px;
	padding : 10px 10px 15px;
}

div.contentboxlightgreen p {
	color : #09426d;
	margin : 0 0 10px !important ;
}

div.headlightergreen {
	background : #f9fbed url(/mybvdw/images/contentboxlightergreencorne.gif) no-repeat left top;
	color : #09426d;
	font-size : 12px;
	font-weight : 700;
	margin : 0;
	padding : 8px 5px 8px 10px;
	text-transform : uppercase;
}

div.contentboxlightergreen {
	background-color : #f3f6d9;
	color : #646567;
	font-size : 11px;
	line-height : 1.5em;
	margin : 0 0 19px;
	padding : 15px 10px;
}

div.contentboxlightergreen p {
	color : #09426d;
	margin : 0;
}

div.contentboxlightergreen p.date {
	color : #b1c700;
	font-weight : 400;
	margin : 0;
}

div.contentboxlightergreen h4 {
	color : #abbd32;
	margin : 0;
}

div.contentboxlightergreen h5 {
	margin : 0;
}

/* Fachgruppen Men� */

div#ovk-menu {
	background : #f6fad9;
	font-size : 11px;
	height : 80px;
	margin : 0 0 15px;
	padding : 15px 0 0 10px;
}

div#ovk-menu img {
	float : left;
}

div#ovk-menu ul#ovk-menu {
	list-style : none;
	margin : 54px 0 0 200px;
}

ul#ovk-menu li {
	color : #9f9f9f;
	display : inline;
}

ul#ovk-menu li.seperator {
	font-size : 11px;
}

ul#ovk-menu li a {
	color : #9f9f9f;
	font-size : 11px;
}

ul#ovk-menu li.active, ul#ovk-menu li.active a, ul#ovk-menu li a:hover, ul#ovk-menu li a:active {
	color : #55554d;
	text-decoration : underline;
}

/* Gruppenliste */

ul.groups {
	list-style : none;
	margin : 3px 0 0;
	width : 620px;
}

ul.groups li {
	background-color : #f6fad9;
	border-bottom : 1px dashed #9f9f9f;
	padding : 15px 5px;
}

ul.groups li:hover {
	background-color : #e5eca6;
	border-bottom : 1px dashed #9f9f9f;
}

ul.groups li img {
	margin : 0 5px 0 0;
	vertical-align : top;
}

ul.groups li h4 {
	display : inline;
	font-weight: 700;
}

ul.groups li a p {
	font-weight : 400;
	margin : 0 10px;
	padding : 0;
}

ul.groups li a {
	padding : 15px 5px 15px 15px;
}

div.addlink-top {
	float : right;
	margin : -10px 2px 5px 5px;
}

div.deletelink a {
	background : transparent url(/mybvdw/images/delete.gif) no-repeat 0 2px;
	color : #ee810a;
	padding : 0 0 0 15px;
	text-decoration : none;
}

div#content a.remind {
	background : transparent url(/mybvdw/images/linkremind.gif) no-repeat left top;
	color : #ef7f00;
	font-size : 11px;
	margin : 0;
	padding-left : 14px;
	text-decoration : none;
}

/******************
	SEARCH
******************/

/* Forumssuche */
form#searchforum {
	background : #fff;
	color : #9f9f9f;
	font-size : 12px;
	margin : 2px 0 0;
}

form#searchforum input.text {
	border : 1px solid #9f9f9f;
	font-size : 12px;
	height : 18px;
	line-height : 18px;
}

/* Usersuche */
form#searchuser {
	background : #fff;
	color : #9f9f9f;
	font-size : 12px;
	margin : 2px 0 0 5px;
}

form#searchuser input.text {
	border : 1px solid #9f9f9f;
	font-size : 12px;
	height : 18px;
	margin : 2px 0 0;
}

form#searchuser .button54, form#searchforum .button54 {
	background : transparent url(/mybvdw/images/button54.gif) no-repeat;
	cursor : pointer;
	height : 18px;
	margin : 1px 5px 5px 10px;
	width : 54px;
}

/******************
	FORUM
******************/
div#forum {
	margin : 15px 0 0;
}

table#forum {
	border-spacing : 0;
	margin : 0;
	width : 100%;
}

table#forum tr {
	background-color : #ff0;
}

table#forum tr td img {
	float : left;
	margin : 3px 5px 0 0;
}

table#forum td.white h4 {
	color : #00386a;
	font-size : 13px;
	font-weight : 700;
	margin : 0 0 5px;
}

table#forum h4 {
	color : #00386a;
	font-size : 13px;
	font-weight : 400;
	margin : 0 0 5px;
}

table#forum td.white {
	background-color : #fff;
	border-bottom : 1px solid #fff;
	padding : 5px 0 0;
}

table#forum td.white-small {
	background-color : #fff;
	border-bottom : 1px solid #fff;
	font-size : 5px;
	height : 15px;
	line-height : 5px;
	padding : 0;
}

table#forum td.toolbox img {
	margin : 15px 5px 0 0;
}

table#forum td.toolbox {
	background-color : #fff;
	border-bottom : 1px solid #fff;
	width : 50px;
}

table#forum td {
	background-color : #f4f5f9;
	color : #646567;
	font-size : 12px;
	line-height : 1.5em;
	vertical-align : top;
}

table#forum td.table-seperator {
	border-bottom : 1px dashed #9f9f9f;
	background: #fff;
	font-size : 1px;
	height : 1px;
	line-height : 1px;
}

table#forum td.subject {
	border-bottom : 0;
	color : #535353;
	padding : 10px 5px 10px 10px;
	width : 300px;
}

table#forum td.largefield {
	border-bottom : 0;
	color : #535353;
	min-width : 300px;
	padding : 10px 5px 10px 10px;
}

table#forum td.image {
	border-bottom : 0;
	color : #535353;
	padding : 10px 5px 10px 10px;
	width : 40px;
}

table#forum td.status {
	border-bottom : 0;
	color : #535353;
	padding : 10px 5px 10px 10px;
	width : 180px;
}

table#forum td.description {
	border-bottom : 0;
	color : #535353;
	padding : 10px 5px 0 10px;
}

table#forum td.spacer {
	background-color : #fff;
	border-bottom : 0;
	vertical-align : top;
	width : 20px;
}

table#forum td.author {
	border-bottom : 0;
	color : #535353;
	padding : 10px 5px 10px 10px;
	width : 160px;
}

table#forum td.author img{
	margin-right: 10px;
}

table#forum td.functions {
	border-bottom : 0;
	color : #535353;
	padding : 10px 5px 10px 10px;
	width : 100px;
}

table#forum td.author-thread {
	border-bottom : 0;
	color : #00386a;
	padding : 10px 5px 10px 10px;
}

table#forum td.author-thread ul,
table#forum td.author-thread ol {
	color : #646567;
	margin : 5px 0;
}

table#forum td.author-thread li {
	line-height : 1.5em;
	list-style-position : outside;
	margin : 0 0 5px 17px;
}

table#forum td.lastarticle {
	border-bottom : 0;
	color : #535353;
	padding : 10px 5px 10px 10px;
	width : 120px;
}

table#forum td.lastarticle-first {
	border-bottom : 0;
	color : #535353;
	padding : 10px 5px 10px 10px;
	width : 320px;
}

table#forum td.article {
	border-bottom : 0;
	color : #535353;
	padding : 10px 5px 10px 10px;
	width : 580px;
}

table#forum td.article-first {
	border-bottom : 0;
	color : #535353;
	padding : 10px 150px 10px 10px;
	width : 425px;
}

table#forum td.article-more {
	border-bottom : 0;
	color : #535353;
	padding : 10px 105px 10px 50px;
	width : 425px;
}

table#forum td.description p {
	font-size : 12px;
	line-height : 1.5em;
	padding : 0 0 0 20px;
}

table#forum td.description h5 {
	background : transparent url(/mybvdw/images/submitarrow_transparent.gif) no-repeat scroll 0 2px;
	font-size : 12px;
	font-weight : 700;
	line-height : 1.5em;
	padding : 0 0 0 20px;
	text-decoration: underline;
}

div#content table#forum form.response {
	display : none;
}

div#content table#forum form label {
	float : left;
	margin : 10px 0 0;
	width : 90px;
}

div#content table#forum form input.text {
	background : #fff;
	border : 1px solid #9f9f9f;
	color : #646567;
	font-size : 12px;
	height : 21px;
	margin : 10px 0 0 10px;
	padding : 2px 0 0 5px;
	width : 400px;
}

div#content table#forum form textarea {
	background : #fff;
	border : 1px solid #9f9f9f;
	color : #646567;
	font-size : 12px;
	margin : 10px 0 0 10px;
	padding : 2px 0 0 5px;
	width : 400px;
}

table#forum td.impressions, table#forum td.responses {
	border-bottom : 0;
	color : #535353;
	padding : 10px 5px 10px 10px;
	width : 50px;
}

div#content table#forum form .button54 {
	margin : 0 0 0 10px;
}

td.title,td input.text
{
	width:250px;
}

table.contact td {
	border : 0;
}

/* Content Elemente */

div#content ul.content {
	color : #535353;
	font-size : 12px;
	margin : 0 0 10px 15px;
}

div#content div.profile {
	float : left;
	margin : 5px 0 0 15px;
}

div#content div.toolscontainer {
	padding : 10px 0;
}

div#content div.dates {
	color : #9F9F9F;
	float : left;
	font-size : 11px;
	margin : 7px 5px 0 0;
}

div#content div.dates form {
	float : left;
	margin : -3px 0 0;
}

div#content div.dates form select {
	background : #fff;
	border : 1px solid #9f9f9f;
	color : #535353;
	font-size : 12px;
	height : 19px;
	margin : 0;
	padding : 1px;
	width : 140px;
}

div.tools {
	display : block;
	float : right;
	margin-top : -16px;
	padding : 0 15px 0 0;
}

div.form-errors {
	background : #d20000;
	border : 1px solid #790000;
	color : #fff;
	font-size : 14px;
	margin : 10px 0;
	padding : 20px;
}

div.form-confirm {
	background : #b1c700;
	border : 1px solid #8d9f01;
	color : #fff;
	font-size : 14px;
	margin : 10px 0;
	padding : 20px;
}

span.flag {
	background-color : #ff8040;
	border : 1px solid #fff;
	color : #fff;
	padding : 4px;
	position : absolute;
	visibility : hidden;
}


div.news a,
div.category-media a,
td a,
div.headgreen a,
div.contentboxlightgreen a,
div#content div#middle a,
div#content div#middle-wide a {
	text-decoration : none;
}

li, div.form-errors ul, div.form-confirm ul {
	list-style-position : inside;
}

p.post-preview a:hover, div.contentboxgreen a h5, ul.groups li a h4 {
	text-decoration : underline;
}

div#content div#middle p,
div#content div#middle-wide p {
	color : #646567;
}

div#content a.link,
div#content ul.content li a,
div#profile a {
	color : #ef7f00;
}

/* Liste Taxonomy */

ul#taxo {
	background-color : #f4f5f9;
	color : #646569;
	font-size : 14px;
	list-style-image : url(/mybvdw/images/submitarrow_transparent.gif);
	margin : 0;
	width : 620px;
}

ul#taxo li {
	border-bottom : 1px dashed #646569;
	padding : 5px 10px 10px 20px;
}

ul#taxo li:hover {
	background-color : #d5dee7;
}

ul#taxo ul {
	margin : 0 0 0 15px;
	padding : 0 0 0 15px;
}

ul.groups li a.toolsedit, ul.groups li a.tools {
	padding : 0;
}

div.addlink, div.editlink, div.deletelink {
	float : right;
	line-height : 19px;
	margin : 2px 0 5px 5px;
}

div.addlink a, div.addlink-top a {
	background : transparent url(/mybvdw/images/add.gif) no-repeat 0 2px;
	color : #ee810a;
	padding : 0 0 0 15px;
	text-decoration : none;
}

div.editlink a, a.edit {
	background : transparent url(/mybvdw/images/edit.gif) no-repeat 0 2px;
	color : #ee810a;
	padding : 0 0 0 15px;
	text-decoration : none;
}

/* Searchform Forum */

form#searchforum label, form#searchforum input, form#searchuser label, form#searchuser input {
	background : #fff;
	float : left;
}

form#searchforum label, form#searchuser label {
	padding : 5px 5px 0 0;
}

/* Artikelliste / Pager / Filter */

ul#pager {
	color : #9f9f9f;
	font-size : 11px;
	list-style : none;
	margin : 5px;
	padding : 0;
}

ul#pager li {
	color : #9f9f9f;
	display : inline;
}

ul#filter, ul#articles {
	font-size : 11px;
	list-style : none;
	margin : 5px;
	padding : 0;
}

ul#filter li, ul#articles li {
	color : #9F9F9F;
	display : inline;
}

ul#filter li a {
	background : #fff url(/mybvdw/images/filter_off.gif) no-repeat left center;
	color : #9f9f9f;
	font-size : 11px;
	font-weight : 400;
	padding : 0 5px 0 20px;
	text-decoration : none;
}

ul#filter li.act a, ul#filter li a:hover, ul#filter li a:active {
	background : #fff url(/mybvdw/images/filter_on.gif) no-repeat left center;
	font-weight : 400;
	text-decoration : none;
}

ul#articles li.seperator, ul#pager li.seperator {
	color : #ee810a;
	font-size : 11px;
}

ul#articles li a, ul#pager li a {
	color : #ee810a;
	font-size : 11px;
	font-weight : 400;
	text-decoration : none;
}

ul#articles li a:hover, ul#articles li a:active, ul#pager li a:hover, ul#pager li a:active {
	color : #ee810a;
	font-weight : 400;
	text-decoration : none;
}

/* Create Formular */

form.create  {
	font-size : 12px;
	line-height : 1em;
	color : #646567;
	background : #f4f5f9;
}

form.create div.form-row {
	clear : both;
	margin : 0 2px 5px;
	padding : 0;
}

form.create div.form-row div.border{
  border: 1px solid #fff;
  background: #fff;
  width: 580px;
	margin : 0 0 10px 0;
	padding : 5px;
}

form.create div.form-row div.float-right {
	/* width: 280px; */
}

form.create div.form-row-white {
	clear : both;
	background : #fff;
}

form.create fieldset {
	display : block;
	width : 600px;
	background : #f4f5f9;
	padding : 10px;
}

form.create fieldset div.separate {
	border-top : 1px dashed #dedfdf;
	font-size : 1px;
	height : 1px;
	line-height : 1px;
	margin : 10px 0;
}

form.create legend {
	font-size : 12px;
	font-weight : 400;
	color : #00386a;
	margin : 20px 0 -10px;
}

form.create label {
	display : block;
	float : left;
	width : 200px;
	margin : 10px 10px 0 0;
}

form.create input.text {
	background : #fff;
	border : 1px solid #9f9f9f;
	color : #646567;
	width : 364px;
	margin : 10px 5px 0 0;
	padding : 5px;
}

form.create input.smalltext {
	background : #fff;
	border : 1px solid #9f9f9f;
	color : #646567;
	width : 220px;
	margin : 0 5px 5px 0;
	padding : 5px;
}

form.create input.textdate {
	background : #fff;
	border : 1px solid #9f9f9f;
	color : #646567;
	width : 175px;
	margin : 10px 5px 0 0;
	padding : 5px;
}

form.create textarea.date-adress {
	font-size : 12px;
	background : #fff;
	border : 1px solid #9f9f9f;
	color : #646567;
	width : 178px;
	margin : 10px 5px 0 0;
	padding : 1px 4px 4px;
}

form.create select {
	float : left;
	border : 1px solid #9f9f9f;
	background : #fff;
	color : #656567;
	font-size : 12px;
	width : 375px;
	margin : 10px 5px 0 0;
	padding : 5px;
}

form.create input.radio {
	float : left;
	margin : 7px 10px 0 0;
	padding : 0 0 0 5px;
}

form.create textarea.textarea {
	background : #fff;
	border : 1px solid #9f9f9f;
	color : #646567;
	font-size : 12px;
	width : 369px;
	margin : 10px 5px 0 0;
	padding : 5px;
}

form.create textarea.rte-textarea {
	background : #fff;
	border : 1px solid #9f9f9f;
	color : #9f9f9f;
	font-size : 12px;
	width : 585px;
	margin : 10px 5px 0 0;
	padding : 5px;
}

form.create .error {
	color : red !important ;
}

tr.error {
	background-color : red;
}

td {
	vertical-align : top;
}

td.action {
	width : 100px;
}

table.mceLayout {
	width : 50%;
	height : 206px;
}

/*****************************
         SIMPLESKIN
****************************
 Reset */
.defaultSimpleSkin table,.defaultSimpleSkin tbody,.defaultSimpleSkin a,.defaultSimpleSkin img,.defaultSimpleSkin tr,.defaultSimpleSkin div,.defaultSimpleSkin td,.defaultSimpleSkin iframe,.defaultSimpleSkin span,.defaultSimpleSkin *
{
	border:0;
	background:transparent;
	white-space:nowrap;
	text-decoration:none;
	font-weight:400;
	cursor:default;
	color:#000;
	margin:0;
	padding:0;
}

/* Containers */
.defaultSimpleSkin
{
	position:relative;
}

.defaultSimpleSkin table.mceLayout
{
	background:#F0F0EE;
	border:1px solid #9F9F9F;
	margin:10px 0 0;
}

.defaultSimpleSkin iframe
{
	display:block;
	background:#E3E8EE;
	border-bottom:1px solid #9F9F9F;
}

.defaultSimpleSkin .mceToolbar
{
	height:24px;
}

/* Layout */
.defaultSimpleSkin span.mceIcon,.defaultSimpleSkin img.mceIcon
{
	display:block;
	width:20px;
	height:20px;
}

.defaultSimpleSkin .mceIcon
{
	background:url(../../img/icons.gif) no-repeat 20px 20px;
}

/* Button */
.defaultSimpleSkin .mceButton
{
	display:block;
	border:1px solid #F0F0EE;
	width:20px;
	height:20px;
}

.defaultSimpleSkin a.mceButtonEnabled:hover
{
	border:1px solid #0A246A;
	background-color:#B2BBD0;
}

.defaultSimpleSkin a.mceButtonActive
{
	border:1px solid #0A246A;
	background-color:#C2CBE0;
}

.defaultSimpleSkin .mceButtonDisabled span
{
	opacity:0.3px;
	-ms-filter:'alpha(opacity=30)';
	filter:alpha(opacity=30);
}

/* Separator */
.defaultSimpleSkin .mceSeparator
{
	display:block;
	background:url(../../img/icons.gif) -180px 0;
	width:2px;
	height:20px;
	margin:0 2px 0 4px;
}

/* Theme */
.defaultSimpleSkin span.mce_bold
{
	background-position:0 0;
}

.defaultSimpleSkin span.mce_italic
{
	background-position:-60px 0;
}

.defaultSimpleSkin span.mce_underline
{
	background-position:-140px 0;
}

.defaultSimpleSkin span.mce_strikethrough
{
	background-position:-120px 0;
}

.defaultSimpleSkin span.mce_undo
{
	background-position:-160px 0;
}

.defaultSimpleSkin span.mce_redo
{
	background-position:-100px 0;
}

.defaultSimpleSkin span.mce_cleanup
{
	background-position:-40px 0;
}

.defaultSimpleSkin span.mce_insertunorderedlist
{
	background-position:-20px 0;
}

.defaultSimpleSkin span.mce_insertorderedlist
{
	background-position:-80px 0;
}

/*****************************
       SERVICES
****************************/

div.service-box {
  float: left;
  padding: 10px;
  background-color: white;
  width: 275px;
  height: 200px;
}

div.service-logo {
  border-bottom: 1px dashed #C1C2C6;
  padding-bottom: 5px;
}

div.service-text {
  padding: 2px;
}

div.service-box-lightgreen {
  background-color: #eaf1bd;
  margin : 0 0 19px;
  padding : 10px 10px 15px;
}

a.service-button {
  width:74px;
  background:url(../img/relaunch/button74.gif) no-repeat 1px 1px;
  color:#fff;
  text-decoration: none;
  height:18px;
  line-height:1.5em;
  margin:10px 0 5px;
  padding:2px 40px 2px 10px;
}

ul.service-categories a {
  color : #09426d;
}

ul.service-categories a.active {
  font-weight: bold;
}

ul.service-categories li {
  margin-bottom: 4px;
}


div.service-box-first {
  margin-right: 10px;
}

/* CSS for Group list */

ul.subgroup-list a,
ul.subgroup-list a:active,
ul.subgroup-list a:visited,
ul.subgroup-list a:link,
ul.subgroup-list a:hover {
  border: none;
  background: none;
  background-image: url('../../../mybvdw/images/list_item_blue_groups.gif');
  background-repeat: no-repeat;
  background-position: 0 0;
  padding: 5px;
  text-decoration:underline !important;
  color: #09426d;
  outline: none;
  padding-left: 20px;
}

a.group-detail-switch:active,
a.group-detail-switch {
  outline: none;
}

ul.subgroup-list {
  margin-left: 45px;
  background: none;
  list-style: none;
}

ul.subgroup-list li,
ul.subgroup-list li:hover
{
  margin: 10px;
  margin-left: 0;
  padding: 0;
  border: none;
  background: none;
}

/* CSS for Images In Rich Text */
div#content div#middle div.img-element, div#content div#middle-wide div.img-element{
	padding:6px 6px 0px;
	margin:4px 12px 0px;
	border:1px solid #ccc;
}
div#content div#middle div.img-element div.img-container, div#content div#middle-wide div.img-element div.img-container{
	
}
div#content div#middle div.img-element div.img-subheader, div#content div#middle-wide div.img-element div.img-subheader{
	text-align:center;		
}

p.align-justify{
	text-align:justify
}
p.align-left{
	text-align:left
}
p.align-right{
	text-align:right
}
p.align-center{
	text-align:center
}
div#content div.teaser-blue form.form-tarifrechner{
	height:auto;
}
div#main div#header a#logo{
	position:relative;
	left:-1px;
	top:-1px;
}
tr:hover td,
tr:focus td{
	background-color:#D5DEE7;
}
td.odd{
	background-color:#F4F5F9;
}
td.even{

}
.csv-table{
	width:735px;
}
.csv-table td,
.csv-table th{
	vertical-align:top;
}



#teaser_anbietersuche {
	width: 300px;
	height: 118px;
	background-image: url(../img/relaunch/teaser_anbietersuche_bg.jpg);
	position: relative;
	margin-bottom: 20px;
}
#teaser_anbietersuche h1 {
	background: none !important;
	color: #ffffff !important;
	padding-top: 14px !important;
	font-weight: bold !important;
	margin: 0 0 0 10px !important;
}
#teaser_anbietersuche form {
	margin: 11px 0 0 10px;
}
#teaser_anbietersuche_input {
	width: 264px;
	height: 14px;
	padding: 5px;
	background: none;
	border: none;
	color: #959595;
}
#teaser_anbietersuche_submit {
	position: absolute;
	right: 15px;
	bottom: 13px;
	color: #ffffff;
	background: none;
	border: 0;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	width: 58px;
}
#teaser_anbietersuche p {
	font-size: 10px;
	margin: 5px 0 0 0 !important;
	color: #ffffff;
}
#teaser_anbietersuche p a {
	font-size: 10px;
	margin: 5px 0 0 10px;
	color: #ffffff;
	padding-bottom: 2px;
	border-bottom:1px solid #FFFFFF;
}
#typo3logout {
	display: block;
	float: right;
	background-color:#EF7F00;
	color:#FFFFFF;
	font-size:11px;
	font-weight:normal;
	margin:0 0 0 10px;
	padding:4px;
	text-transform:uppercase;
	text-decoration: none;
	line-height: normal;
}
