/* general */

body {
	/*background-image:url(../img/bg/bg.jpg);
	background-repeat:repeat-x;
	background-color:#DCDDDF;*/
	background-color:#FFFFFF;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
}

body,html{

}

/* white border for ie */
input, textarea, select{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	margin:0;
	padding:0;
	vertical-align:middle;
	border:1px solid white;
}
/* get border back */
select {
	border:1px solid #ccc;
}



a img {
	border:none;
	
}
a {
	-moz-outline-width: 0;
}
a:link {
	color:#333333;
	text-decoration:underline;	
}

a:hover {
	text-decoration:none;

}

a:active {
	color:#DA1F3D;

}

a:visited {
	color:#2D2D2D;
	text-decoration:underline;

}

p {
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	margin-top:0px;
	margin-bottom:16px;
}

h1 {
	font-size:16px;
	font-weight:lighter;
	margin-top:16px;
	margin-bottom:16px;
	line-height:18px;
}

h2 {
	font-size:16px;
	color:#DA1F3D;
	font-weight:lighter;
	margin-top:0px;
	margin-bottom:16px;
}

h3 {
	font-size:10pt;
	margin:0;
}

h4 {
	font-size:16px;
	font-weight:lighter;
	color:#DA1F3D;
	margin-top:0px;
	margin-bottom:16px;

}

.lead {
	color:#3c3c3c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:16px;

}

b, strong {
	color:#3c3c3c;
	
}

ul {
	list-style-image:url(../img/bullets/bullet_list.gif);
	padding-left:0px;
	margin-left: 8px;
	margin-top: 0px;
	margin-bottom:16px;
	line-height:16px;
}

.anchor ul {
	list-style-image:url(../img/bullets/bullet_anchor.gif);
	padding-left:0px;
	margin-left: 8px;
	margin-top: 0px;
	margin-bottom:16px;
	line-height:16px;
}

.linklist ul {
	list-style-image:url(../img/bullets/bullet_links.gif);
	padding-left:0px;
	margin-left: 8px;
	margin-top: 0px;
	margin-bottom:16px;
	line-height:16px;
}

.download ul {
	list-style-image:url(../img/bullets/bullet_dl.gif);
	padding-left:0px;
	margin-left: 9px;
	margin-top: 0px;
	margin-bottom:16px;
	line-height:16px;
}

ol {
	padding-left:0px;
	margin-left: 8px;
	margin-top: 0px;
	margin-bottom:16px;
	line-height:16px;
}

li {
	padding-left:0px;
	margin-left: 8px;
	margin-top: 0px;
	line-height:16px;
}

hr {
	padding:0;
	margin-top:0;
	margin-bottom:15px;
	height:1px;
	border:none;
	/*
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #CCCCCC;	
	*/
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;	
	color:#white
}

.textfield  {
	border:1px solid #999999;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:11px;
	width:200px;
	padding:2px;
}

table, td, tr {
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	border:0px;
	padding:0px;
	margin:0px;
}

table.withGrid td {
	padding:5px;
	margin:2px;
}

tr {
	vertical-align:top;
}



.formError {
	color:red;
}

.contactform td {
	padding:2px;
}

.contactform input, textarea, checkbox {
	color:#333;
	border: 1px solid #ccc;
	background-color: #fff;
}

#metaTopMenu {
	position:absolute;
	right:4px;
	top:0px;
}

#container {
	margin-left:auto;
	margin-right:auto;
	width:818px;
	/*border:1px solid black;*/
	position:relative;
	top:0px;
	padding-bottom:25px;
}

#navi{
	position:relative;
	padding-top:41px;
	/*margin-top:50px;*/
}



#contentContainer{
	width:100%;
	position:relative;
	top:15px;
}

#colLeft {
	position:relative;
	float:left;
	margin-left:1px;
	margin-top:1px;
	width:181px;
}

#colRight {
	position:relative;
	float:right;
	width:210px;
}


#content{
	position:relative;
	float:left;
	left:6px;
}




/* 1 col layout */


#content1Col{
	position:relative;
	width:623px;
	background-position:center;
	background-image:url(../img/boxes/box_content_1col_center.gif);
	background-repeat:repeat-y;
	margin:0;
	padding:0;
	padding-top:20px;
}

#contentInner1Col{
	border:1px solid white;
	margin:0;
	padding:0;
	position:relative;
	top:3px;
	width:550px;
	left:35px;
}

/* 2 col layout */

#content2Col{
	/*position:relative;*/
	width:413px;
	background-position:center;
	background-image:url(../img/boxes/box_content_2col_center.gif);
	background-repeat:repeat-y;
}
#contentInner2Col{
	border:1px solid white;
	margin:0;
	padding:0;
	position:relative;
	width:370px;
	left:20px;
}

#content2ColRight{
	position:absolute;
	left:430px;
}


.contentElement {

}


/* bottom info bar */

#infoBottom{
	font-size:9px;
	color:#b0b0b0;
	position:relative;
	/*bottom:0px;*/
	width:800px;
	margin-top:35px;
}

#infoBottomLine{
	width:100%;
	height:1px;
	position:absolute;
	left:5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;	/*background-color:#cccccc;*/
	z-index:100;

}

#infoBottomLeft {
	position:absolute;
	left:5px;
	top:2px;
}


#infoBottomRight {
	text-align:right;
	position:absolute;
	right:0px;
	top:2px;
}


/* content divider */

div.divider {
	
}


.blendIn{
margin-bottom:5px;

}


/* teaser boxes */

.slideContainer {
	position:absolute;
}


.teaserBox{
	position:relative;
}

div.containerteaserBox3Rows {
	width:181px;
	height:148px;
}	


div.teaserBox3Rows {
	background-image:url(../img/boxes/box_teaser_3rows.gif);
	background-repeat:no-repeat;
	width:181px;
	height:143px;
	color:white;
}


div.containerteaserBox4Rows {
	width:181px;
	height:183px;
}	
div.teaserBox4Rows {
	background-image:url(../img/boxes/box_teaser_4rows.gif);
	background-repeat:no-repeat;
	width:181px;
	height:178px;
	color:white;
}


div.containerteaserBox6Rows {
	width:181px;
	height:251px;
}	

div.teaserBox6Rows {
	background-image:url(../img/boxes/box_teaser_6rows.gif);
	background-repeat:no-repeat;
	width:181px;
	height:246px;
	color:white;
}

div.teaserContent {
	position:absolute;
	top:35px;
	width:165px;
	padding:0 10px 0 10px;
}

div.teaserContent h1 {
	margin-bottom:8px;
}

div.teaserContent p {
	line-height:12px;
	margin-bottom:8px;
	
}

div.teaserHeadline{
	position:absolute;
	top:0px;
	left:1px;
}
div.teaserBoxRight1Elements {
	background-image:url(../img/boxes/box_right_1.gif);
	background-repeat:no-repeat;
	width:185px;
	height:373px;
	padding:0 10px 0 5px;
}
div.teaserBoxRight2Elements {
	background-image:url(../img/boxes/box_right_2.gif);
	background-repeat:no-repeat;
	width:185px;
	height:373px;
	padding:20px 10px 0 5px;
}
div.teaserBoxRight3Elements {
	background-image:url(../img/boxes/box_right_3.gif);
	background-repeat:no-repeat;
	width:185px;
	height:373px;
	padding:0 10px 0 5px;
}

div.news-list-morelink {
	padding-bottom:10px;
}

/* DTM SToerer */

#dtm_haendler {
	position: absolute;
	width:271px;
	height:247px;
	left:274px;
	top:41px;
}


/* print logo */
#printLogo {
	display:none;
}

.newsletterButton img{
	line-height:16px;
	vertical-align:middle;
}