
.clearer {clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px;}

input {
	border: 1px solid #ccc;
	color: #666;
	height: 1.6em;
	padding-top: 4px;
}

*html input{
  height:2em;
}

#main-navi-center ul li#language {
	float:right;
	margin:0pt;
	padding:0pt;
}


#logo img {
  height:85px;
  width:229px;
  background-image: url(../images/logo-arvato.gif);
}

#vvalogo img {
  height:85px;
  width:228px;
  background-image: url(../images/logo-vva.gif);
}

#amdlogo img {
  height:85px;
  width:229px;
  background-image: url(../images/logo-amd.gif);
}

#aislogo img {
  height:85px;
  width:229px;
  background-image: url(../images/logo-ais.gif);
}


#leftCol {
	margin-left:28px;
	width: 254px;
}

* html #leftCol {
	margin-left:14px;
}

#wrapper {
	margin-left:22px;
	width: 580px;
	position: relative;
}

* html #wrapper {
	margin-left:11px;
	width: 590px;
}

em {
	font-style:italic !important;
}

.centerCol {
	width:350px;
	margin-right: 15px;
	margin-top: 0;
}

.centerCol.wide {
margin-right:0;
width:557px;
}

* html .centerCol.wide {
width:553px;
}

.centerCol h1 {
	margin-top:16px;
}

.centerCol h2 {
	font-size: 1.1em;
	font-weight: bold;
}

#rightCol {
	width:180px;
	height:auto;
	margin-top:0;
	padding-top: 4em;
}

.centerCol li a{
	color: #0065A3;
	text-decoration: none;
}

.centerCol li a:hover, .centerCol li a:active{
	color: #0065A3;
	text-decoration: underline;
}

#subcontent {
padding:10px 0 10px 28px;
}



#visual {
	background-color:#fff;
	background-image: url(../images/visual/visual_01_de.jpg);
	background-repeat: no-repeat;
}
 	/*#visual.home {
		background-image: url(../images/visual/visual_01_de.jpg);
	}*/

h3.contactPerson {
	font-size: 1.1em;
	color: #0065A3;
	font-weight: bold;
	padding: 10px 0 5px;
}

.snippet h3 {
	color: #0065a3;
	font-size: 1.2em;
}

#breadcrumb {
	position: relative;
	color: #454545;
	padding-bottom: 15px;
}

#breadcrumb span {
	position: absolute;
	display: block;
	top: -10px;
	left: 0;
}

#breadcrumb a {
	color: #0165a1;
	text-decoration: none;
}

#breadcrumb a:hover, #breadcrumb a:active {
	color: #0165a1;
	text-decoration: underline;
}

.siteFunctions {
	position: absolute;
	top: -20px;
	right: 0;
	width: 185px;
}

* html .siteFunctions {
	right: -218px;
}

.keywordSearch {
	margin-bottom: 6px;
	float: left;
	width: 187px;
}

* html .keywordSearch {
	width: 100%;
	margin-bottom: 15px !important;
}

.keywordSearch input {
	width: 130px;
	float: left;
	margin-right: 5px;
}



#subcontentLeft {
	float: left;
	width: 260px;
	margin-right: 28px;
}

#subcontentCenter {
	float: left;
	width: 380px;
	margin-right: 35px;
}

#subcontentRight {
	float: left;
	width: 172px;
}

#subcontent h4 {font-weight: bold; color: #444;}

#subcontent p {
float:none;
margin-left:0;
width:auto;
color: #444;
}

.subcontentLeft1 {float: right; width: 130px; text-align: right;}
.subcontentLeft1 h4 {font-size: 1.5em; font-weight: bold; margin-bottom: 5px;}
#subcontent .subcontentLeft1 h4 a {color: #0065a3; background: url(../images/icons/rss.gif) left center no-repeat; padding-left: 24px; text-decoration: none;}
#subcontent .subcontentLeft1 a {color: #444; font-size: .9em; line-height: 1.1em;}
.subcontentLeft2 {float: left; width: 130px;}

.subcontentCenter1 {float: left; width: 160px; margin-right: 30px;}
.subcontentCenter2 {float: left; width: 160px;}


#subcontentRight input {
	margin: 2px 0 7px;
	width: 100%;
}


#copyright {
margin-left:28px;
width: 500px;
text-align: left;
}

* html #copyright {
margin-left:14px;
}

.topLink {
	text-align: right;
}

.topLink a {
	text-decoration: none;
	background: url(../images/buttons/topLink.gif) 0 0 no-repeat;
}

.topLink a img {
	width: 17px;
	height: 17px;
	border: 0;
	vertical-align: middle;
}



/* ++++++++++++ Start Formularstyles ++++++++++++ */
.standardForm label, span.fakeLabel {
	float: left;
	width: 150px;
	display: block;
	color: #666;
}

.standardForm .formBlock {
	padding-bottom: 15px;
	float: left;
}

.standardForm .formRight {
	float: left;
	width: 200px;
}

.standardForm .formRight input, .standardForm .formRight select{
	width: 100%;
}

.standardForm .formRight select option{
  padding-left:5px;
}

/*f�r IE6 breite felder schmaler*/
*.standardForm .formRight input, .standardForm .formRight select{
  width: 99%;
}

.standardForm .formRight input.small {
	width: 25%;
}

.standardForm .formRight input.mid {
	width: 68%;
}

.standardForm .formRight textarea {
	width: 100%;
	height: 6em;
	border: 1px solid #ccc;
}
/*f�r IE6 breite felder schmaler*/
*.standardForm .formRight textarea {
	width: 99%;
}


.standardForm .formRight input.rightSpace {
	margin-right: 7px;
}

.standardForm p.comment {
	font-size: .9em;
	color: #000;
}



/*breites Label mit schamlem Input f�r Bestellformular*/
.standardForm .formBlock350 {
	padding-bottom: 15px;
	float: left;
	width:300px;
	margin-right:50px;
}
.standardForm .formBlock350 label {
  padding-left:0px;
  width:70%;
}
.standardForm .formBlock350 .formRight {
	float: right;
	width: 15%;
}
.standardForm .formBlock350 .formRight input{
	width: 90%;
	padding-left:3px;
}

.standardForm .formBlock350 input.small{
	width: 30%;
	text-align:right;
	padding-right:2px;
}

*html .standardForm .formBlock350 input.small{width: 45%;}

/* ++++++++++++ End Formularstyles ++++++++++++ */

/* ++++++++++++ Start Imagestyles ++++++++++++ */
.picLeft {
	float: left;
	margin: .4em 1em 0 0;
}

.picRight {
	float: right;
	margin: .4em 0 0 1em;
}

.picFull {
	margin: .4em 0 0 0;
}

.picLeft p, .picRight p, .picFull p {
	font-size: .9em;
	line-height: 1.2em;
	color: #000;
	padding-top: .5em;
}
/* ++++++++++++ End Imagestyles ++++++++++++ */

/* ++++++++++++ Start Tablestyles ++++++++++++ */
.centerCol table {
	width: 100%;
	margin-bottom: 2em;
}

.centerCol table.standard tr td {
	background: url(../images/bg_table.jpg) left bottom repeat-x;
	padding: .4em .8em;
	border-bottom: 1px solid #e9e9e9;
}

.centerCol table.standard tr.over td {
	background: url(../images/bg_table_hi.jpg) left bottom repeat-x;
}

.centerCol table.standard tr td.head {
	background: none;
}

.centerCol table tr td a {
	text-decoration: none;
	color: #0165a3;
}

.centerCol table tr td a:hover, .centerCol table tr td a:active {
	text-decoration: underline;
}

.centerCol table.resultlist {
	margin-top: 1em;
}
/* ++++++++++++ End Tablestyles ++++++++++++ */

/* ++++++++++++ Start Liststyles ++++++++++++ */
.content .centerCol ul {
	margin: 0;
	padding: 0;
	list-style: none outside !important;
}

.centerCol ul li {
	background: transparent url(../images/buttons/bullet.gif) no-repeat 0 .5em;
	padding: 0 0 .5em 1.6em;
}
/* ++++++++++++ End Liststyles ++++++++++++ */

/* ++++++++++++ Start Styleswitcher ++++++++++++ */
.content .centerCol ul.styleswitcher {
	list-style: none outside;
	margin-right: 13px;

}


*html .content .centerCol ul.styleswitcher {
	margin-right: 1px;

}

.content .centerCol ul.styleswitcher li {
	background: none;
	float: right;
	padding: 0;
}


.content .centerCol ul.styleswitcher li a {
	background: url(../images/blank.gif) left bottom no-repeat;
	text-decoration: none;
	display:block;
	height: 20px;
	padding: 0 2px 0 0;
}

.content .centerCol ul.styleswitcher li a.print{
	background-image: url(../images/buttons/styleswitch_print.gif);
	width: 18px;
}

.content .centerCol ul.styleswitcher li a.forward{
	background-image: url(../images/buttons/styleswitch_forward.gif);
	width: 37px;
}

.content .centerCol ul.styleswitcher li a.pdf{
	padding-right: 15px;
	background-image: url(../images/buttons/styleswitch_pdf.gif);
	width: 17px;
}

.content .centerCol ul.styleswitcher li a.default{
	padding-right: 4px;
	background-image: url(../images/buttons/styleswitch_fontdefault.gif);
	width: 17px;
}
.content .centerCol ul.styleswitcher li a:hover.default, .content .centerCol ul.styleswitcher li a:active.default, .content .centerCol ul.styleswitcher li.current a.default {
	background-image: url(../images/buttons/styleswitch_fontdefault_hi.gif);
}

.content .centerCol ul.styleswitcher li a.big{
	padding-right: 4px;
	background-image: url(../images/buttons/styleswitch_fontbig.gif);
	width: 17px;
}
.content .centerCol ul.styleswitcher li a:hover.big, .content .centerCol ul.styleswitcher li a:active.big, .content .centerCol ul.styleswitcher li.current a.big {
	background-image: url(../images/buttons/styleswitch_fontbig_hi.gif);
}

.content .centerCol ul.styleswitcher li a.verybig{
	padding-right: 4px;
	background-image: url(../images/buttons/styleswitch_fontverybig.gif);
	width: 17px;
}
.content .centerCol ul.styleswitcher li a:hover.verybig, .content .centerCol ul.styleswitcher li a:active.verybig, .content .centerCol ul.styleswitcher li.current a.verybig {
	background-image: url(../images/buttons/styleswitch_fontverybig_hi.gif);
}

.content .centerCol ul.styleswitcher li a.contrast{
	padding-right: 0;
	background-image: url(../images/buttons/styleswitch_contrast.gif);
	width: 17px;
}
.content .centerCol ul.styleswitcher li a:hover.contrast, .content .centerCol ul.styleswitcher li a:active.contrast, .content .centerCol ul.styleswitcher li.current a.contrast {
	background-image: url(../images/buttons/styleswitch_contrast_hi.gif);
}
/* ++++++++++++ End Styleswitcher ++++++++++++ */

/* ++++++++++++ Start Buttonstyles ++++++++++++ */
.buttonSubmit, span.buttonSubmitRight, .interactiveButton {behavior: url(js/iepngfix.htc) }

.buttonSubmit {
	font-family:Arial,Helvetica,sans-serif;
	height:26px;
	float: left;
	width:auto;
	border: none;
	margin: 0;
	padding: 0;
	background:transparent url(../images/buttons/bt_grey_left.png) left top no-repeat;
	background-position:0px 3px;
	padding-bottom:3px;
}
html:not([dummy]) .buttonSubmit{background-position:0px 0px; height:23px;}

.buttonSubmit span {
	padding: 2px 2px 0px 8px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;
	display: block;
	vertical-align: middle;
	height: 1.6em;
	white-space: nowrap;
}

span.buttonSubmitRight {
	height:26px;
	float: left;
	display: block;
	width: 7px;
	background:transparent url(../images/buttons/bt_grey_right.png) right top no-repeat;
	background-position:0px 3px;
}
html:not([dummy]) .buttonSubmitRight{background-position:0px 0px; height:23px;}


label, button {
	cursor:pointer;
}

.snippet {
	padding-bottom: 15px;
	width: 172px;
}

.snippet h4 {
	color: #408CBD;
	margin: 0;
	padding:0;
	font-size: 1.3em;
}

.snippet p {
	color: #444;
	margin: 0;
	padding: 6px 0 5px 0;
}

.snippet img {
	border: 1px solid #b9bbb8;
}

*+ html .snippet p {
	padding-top: 2px;
}

* html .snippet p {
	padding-top: 2px;
}

.interactive {
	position: relative;
	text-align: center;
}

* html .interactive {
	height: 1%;
}

.interactiveButton {
	position: absolute;
	bottom: 5px;
	left: 5px;
	background: url(../images/buttons/bt_transparent.png) 0 0 no-repeat;
	width: 162px;
	height: 23px;
}

*+ html .interactiveButton {
bottom: 8px;
}

* html .interactiveButton {
	position: static;
	margin-top: -31px;
}

.interactiveButton a {
	display: block;
	text-align: center;
	padding-top: 2px;
	color: #408CBD;
	text-decoration: none;
	font-weight: bold;
}

.interactiveButton a span {
	background: url(../images/buttons/bt_arrow.gif) top right no-repeat;
	padding-right: 10px;
}

.interactiveButton a:hover, .interactiveButton a:active {
	text-decoration: none;
}
/* ++++++++++++ End Buttonstyles ++++++++++++ */







/* ++++++++++++ Start Suchergebnis ++++++++++++ */
#paging {
	float: right;
}

#counter_treffer{
	text-align:center;
}

.content .centerCol .paging ul li {
	background: none;
	float: left;
	padding: 0;
}

.content .centerCol .paging ul li a {
	padding: 0 .5em 0 .5em;
	background: url(../images/buttons/result_divider.gif) right center no-repeat;
}

a.paginglink {
	padding: 0 0.3em 0 0.3em;
	/*background: url(../images/buttons/result_divider.gif) right center no-repeat;*/
	text-decoration: none;
}

span.paginglink {
	padding: 0 .3em 0 .3em;
	/*background: url(../images/buttons/result_divider.gif) right center no-repeat;*/
	text-decoration: none;
	color: #444;
}

.content .centerCol .paging ul li a.current{
	text-decoration: none;
	color: #444;
}

.content .centerCol .paging ul li a.last {
	background: none;
}

.content .centerCol .paging ul li a.backFull, .content .centerCol .paging ul li a.back, .content .centerCol .paging ul li a.forwardFull, .content .centerCol .paging ul li a.forward {
	text-decoration: none;
	padding: 0;
	width: 11px;
	height: 7px;
	display: block;
	margin-top: .5em;
}

* html .content .centerCol .paging ul li a.backFull, * html .content .centerCol .paging ul li a.back, * html .content .centerCol .paging ul li a.forwardFull, * html .content .centerCol .paging ul li a.forward {
	margin-top: 0;
}

.content .centerCol .paging ul li a.backFull {
	background: url(../images/buttons/result_backFull.gif) left center no-repeat;
}

.content .centerCol .paging ul li a.back {
	background: url(../images/buttons/result_back.gif) left center no-repeat;
	margin-right: -.4em;
}

.content .centerCol .paging ul li a.forwardFull {
	background: url(../images/buttons/result_forwFull.gif) right center no-repeat;
}

.content .centerCol .paging ul li a.forward {
	background: url(../images/buttons/result_forw.gif) right center no-repeat;
	margin-left: -.4em;
}

.resultHits {
	width: 100%;
}

.resultHits select {
	margin-right: .4em;
	margin-top: -.15em;
	/*float: left;*/
}

* html .resultHits select {
	margin-top: 0;
}

.resultHits span {
	/*display: block;*/
	/*float:left;*/

}

.resultHits select option {
	padding-left: .4em;
}

.centerCol table.resultlist td.head.date{
	padding-right: 2.9em;
}

.centerCol table.resultlist td.date{
	text-align: right;
}
/* ++++++++++++ End Suchergebnis ++++++++++++ */



/* ++++++++++++ Start Navigation ++++++++++++ */

/* Start Navigation Horizontal */
#navi_horizontal
{
margin: 0;
padding: 0;
background-color: #00345b;
position: relative;
}


#navlist, #lang
{
padding: 0;
margin: 0;
font: bold 10px Verdana, Arial, Helvetica, sans-serif;
/*height: 34px;*/
width: 840px;
}

#navlist li, #lang li
{
list-style: none;
margin: 0;
float: left;
}

#navlist li a, #lang li a
{
padding: 4px 22px 6px 22px;
text-decoration: none;
display: block;
white-space: nowrap;
text-transform: uppercase;
}

#navlist li a:link { color: #fff; }
#navlist li a:visited { color: #fff; }
#navlist li a:hover {color: #fff;background: #0165a3;}



#lang {
position: absolute;
top: 5px;
right: 4px;
text-align: right;
width: 40px;
}

* html #lang {
	width: auto;
	padding-bottom:7px;
}


#lang li{
float:none;
margin:0;
padding:0;
}

#lang li a {
padding: 5px 12px 4px 12px;
}

*+ html #lang li a {
padding-bottom: 1px;
}

#lang li#lang2, #lang li#lang3{
display: none;
}

* html #lang li#lang2 a {
padding-top: 9px;
}

* html #lang li#lang3 a {
padding-top: 7px;
border-bottom: 1px dotted #acafb4;
}

#lang li#lang1{
margin-top:-2px;
}

* html #lang li#lang1{
margin-top:0;
}

#lang li#lang3{
padding-bottom:7px;
}
/* End Navigation Horizontal */

/* Start Navigation Vertical (Subnavi) */
#subnaviChapter {
	padding-left: 2px;
	font-size: 1.1em;
	background: url(../images/nav/subnav_logo.gif) bottom left no-repeat;
	margin: 15px 0 -24px;
	padding-bottom: 28px;
	padding-right: 80px
}

#subnaviChapterAMD {
	padding-left: 2px;
	font-size: 1.1em;
	height: 20px;
	width: 170px;
	background: url(../images/nav/bg_subnav.gif) left bottom repeat-x;
	margin: 15px 0 0px;
}

#subnavi {
	width: 154px;
	padding-bottom: 5px;
	background: url(../images/nav/bg_subnav.gif) left bottom repeat-x;
	margin-top: -24px;
}

*+ html #subnavi {
	width: 170px;
	margin-left: -16px;
	background: url(../images/nav/bg_subnav_ie.gif) 16px bottom no-repeat;
}

* html #subnavi {
	width: 170px;
	margin-left: -16px;
	background: url(../images/nav/bg_subnav_ie.gif) 16px bottom no-repeat;
}

#sitemap #subnavi{
	margin-top: 0px;
}


#subnavi ul {margin: 0; padding: 0; list-style-type: none; }
#subnavi a {display: block; padding: 3px 0 2px 2px; width: 152px; color: #0165a1; text-decoration: none; font-size: 1.1em; line-height: 1.1em;}
#subnavi a.current {color: #6c6c6c; }
#subnavi a:hover {color: #6c6c6c;}
#subnavi ul ul a {display: block; padding: 3px 0 2px 9px; width: 145px; text-decoration: none; font-weight: normal }
#subnavi ul ul ul a {display: block; padding: 3px 0 2px 18px; width: 136px; text-decoration: none; font-weight: normal }
#subnavi ul ul ul ul a {display: block; padding: 3px 0 2px 27px; width: 127px; text-decoration: none; font-weight: normal }
/* End Navigation Vertical (Subnavi) */
/* ++++++++++++ End Navigation ++++++++++++ */

/* ++++++++++++ Start FAQ ++++++++++++ */
select.faq {
	margin-left: 10px;
	width: 150px;
}

div.question {
	background:transparent url(../images/worldmap/bg_level1.gif) repeat-x scroll left bottom;
	border-top:1px solid #E9E9E9;
	border-bottom:1px solid #E9E9E9;
	color:#000000;
	padding:0.4em 0pt;
}

div.answer {
	border-top:1px solid #E9E9E9;
	padding:0.4em 0pt;
}

div.question a {
	text-decoration: none;
	color: #0165a3;
	display: block;
	width: 100%; /* IE6 */
	background: url(../images/worldmap/arrow_level1.gif) 0 4px no-repeat;
	padding-left: 17px;
	font-weight: bold;
}

div.answer a {
	text-decoration: none;
	color: #444444;
	display: block;
	width: 100%; /* IE6 */
	background: url(../images/worldmap/arrow_level1_hi.gif) 0 4px no-repeat;
	padding-left: 17px;
	font-weight: bold;
}

div.answer p {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 17px;
}
/* ++++++++++++ End FAQ ++++++++++++ */

/* ++++++++++++ Start Suchergebniss Allgemein ++++++++++++ */
div.resultHits span#page {
	margin-right: 30px;
}

div.result_entry {
	margin-top: 15px;
}

div.result_entry span.head {
	display: block;
	color: #0079b5;
	font-weight: bold;
}

div.result_entry span.hit {
	background-color: #e6f1f7;
}
/* ++++++++++++ End Suchergebniss Allgemein ++++++++++++ */


#centerCol {
	font-size /*\**/: 11px\9
}

.centerCol table.worldmap {
	width: 567px;
	margin-bottom: 0;
	border-top: 1px solid #e9e9e9;
}

.centerCol table.worldmap.level2, .centerCol table.worldmap.level3, .centerCol table.worldmap.level4 {
	border-top: 0;
}

.centerCol table.worldmap tr td {
	background: url(../images/worldmap/bg_level1.gif) left bottom repeat-x;
	padding: .4em 0;
	border-bottom: 1px solid #e9e9e9;
	width: 174px;
	color: #000;
	vertical-align: top;
}

.centerCol table.worldmap tr td.subpoints {
	padding: 0;
	border-bottom: 0;
}

.centerCol table.worldmap.level2 tr td {
	background: url(../images/worldmap/bg_level2.gif) left bottom repeat-x;
}

.centerCol table.worldmap.level3 tr td {
	background: none;
}

.centerCol table.worldmap tr td.first {
	padding-left: 10px;
	width: 383px;
}

.centerCol table.worldmap.level2 tr td.first {
	padding-left: 30px;
	width: 363px;
}

.centerCol table.worldmap.level3 tr td.first {
	padding-left: 50px;
	width: 343px;
}

.centerCol table.worldmap tr td a {
	text-decoration: none;
	color: #0165a3;
	display: block;
	width: 100%; /* IE6 */
}

.centerCol table.worldmap tr td.first a {
	background: url(../images/worldmap/arrow_level1.gif) 0 4px no-repeat;
	padding-left: 17px;
	font-weight: bold;
}

.centerCol table.worldmap.level3 tr td.first a {
	background: url(../images/worldmap/arrow_level3.gif) 0 5px no-repeat;
	padding-left: 10px;
	font-weight: normal;
}

.centerCol table.worldmap tr td a:hover, .centerCol table.worldmap tr td a:active {
	text-decoration: underline;
}

.level4 {
	background: url(../images/worldmap/arrow_level3_hi.gif) 0 5px no-repeat;
	margin: .4em 0 0 29px;
	padding: .4em 0 0 21px;
	width: 517px;
}

.level4 h3 {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

.level4Left {
	float: left;
	width: 320px;
	margin-right: 20px;
	margin-top: 1.5em;
}

.level4Right {
	float: left;
	width: 175px;
	margin-top: 1.5em;
}

.hiddenlevel{
	display: none;
}

span.right {
	display: block;
	float: right;
}

/* ++++++++++++ Start Sitemap ++++++++++++ */
div#sitemap {
	width: 448px;
	text-align: left;
}

div#sitemap div#content {
	width: 100%;
	padding: 0 20px 0 20px;
}

div#sitemap div#subnavi {
	width: 100%;
}

div#sitemap div#subnaviChapter {
	background: none;
}

div#sitemap div.mainnavi {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	background: transparent url(../images/nav/bg_subnav.gif) repeat-x scroll left bottom;
	padding: 1px 0 1px 0;
}

div#sitemap ul li a {
	width: 100%;
}

a.blue {
	text-decoration: none;
	color: #0165a3;
}
/* ++++++++++++ Ende Sitemap ++++++++++++ */

/* ++++++++++++ Start Newsfolge ++++++++++++ */
div#newsfolge {
	width: 448px;
}

div#newsfolge div#content {
	width: 408px;
	padding: 0 20px 0 20px;
	position: relative;
	margin: 0;
}

div#newsfolge div#content h1 {
	margin-top: 0;
}

div#newsfolge div#newsnavi {
	position: relative;
	width: 408px;
	margin-bottom: 50px;
}

div#newsfolge div#newsnavi div#back {
	position: absolute;
	top: 0;
	left: 0;
}

div#newsfolge div#newsnavi div#back a {
	text-decoration: none;
	color: #0079b4;
	background: url(../images/btn_prev.gif) no-repeat left 50%;
	padding-left: 20px;
}

div#newsfolge div#newsnavi div#next {
	position: absolute;
	top: 0;
	right: 0;
}

div#newsfolge div#newsnavi div#next a {
	text-decoration: none;
	color: #0079b4;
	background: url(../images/btn_next.gif) no-repeat right 50%;
	padding-right: 20px;
}

div#newsfolge div.siteFunctions {
	position: relative;
	float: right;
	width: 177px;
}
/* ++++++++++++ Ende Newsfolge ++++++++++++ */


div.snippet label {
display: block;
}
div.snippet select, div#jobsuche input.text {
width: 170px;
margin-bottom: 10px;
}
div#jobsuche img {
border: none;
}

div.content p, div.centerCol ul li, div#centerCol ul li {
	font-size: 11px !important;
	color: #444;
}

div.rightCol {
	font-size: 11px !important;
	color: #444
}

/** darstellungsfehler */
* html .content div {
  font-size: 11px !important;
}
*+ html .content div {
  font-size: 11px !important;
}
* html .content td {
  font-size: 11px !important;
}
*+ html .content td {
  font-size: 11px !important;
}
* html .content h2 {
  font-size: 11px !important;
  color: #444;
}
*+ html .content h2 {
  font-size: 11px !important;
  color: #444;
}
* html ul.styleswitcher li {
	margin-right: 5px;
}
* html div.keywordSearch input {
	height: 22px;
}
* html div#main-navi {
  width: 891px !important;
}
* html #centerCol {
	position: relative !important;
	left: 0px;
	top: 0px;
}
* html div#centerCol ul li {
	zoom: 1;
}

/* ##### Bilddownload ##### */

div.download_box{
	background: transparent url(../images/bg_down_box.jpg) repeat-x bottom;
	border: 1px solid #bebebe;
	width: 160px;
	float: left;
	margin-right: 15px;
	padding: 4px;
	margin-bottom: 20px;
}

div.last_box{
	margin-right: 0 !important;
}

div.download_box img{
	float:left;
	margin-right: 8px;
}

div.download_box p{
	line-height: 1.1em;
}

div.download_box p.size{
	float:left;
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 0;
}

div.download_box input{
	float: right;
}

div#button_box{
	float:right;
}

div#button_box button{
	margin-left: 10px;
}

.centerCol table {
	width: 100%;
	margin-bottom: 2em;
}

.centerCol table td {
	background: url(../images/bg_table.jpg) left bottom repeat-x;
	padding: .4em .8em;
	border-bottom: 1px solid #e9e9e9;
}

.centerCol table td.hi {
	background: url(../images/bg_table_hi.jpg) left bottom repeat-x;
}

.centerCol table td a {
	text-decoration: none;
	color: #0165a3;
}

.centerCol table td a:hover, .centerCol table td a:active {
	text-decoration: underline;
}

.centerCol table td.head {
	background: none;
}

.centerCol table td.foot {
	background: none;
	border-bottom: none;
	padding-top: 2em;
}

.centerCol table td.number{
	text-align:right;
}

.centerCol table td input{
	width: 10px;
	height: 10px;
}


div.button_right{
	float:right;
}

div.preview{
	width: 390px;
	background: transparent url(../images/bg_down_box_big.jpg) repeat-x bottom;
}

div.download_composer{
	float:left;
	margin-right: -4em;
	font-weight: bold;
	font-size: 1.1em;
}

div.download_composer img{
	float:none;
}

/* #### Download ende #### */


/* #### Specials Slot AMD #### */

#amd #lang {
	width: 60px;
}

#amd #lang li{
	float: left;
}

#amd #lang li a{
padding:2px 5px 4px;
}

#amd #centerCol ul{
margin-top:-10px;
}

#amd #centerCol ul ul{
margin-top:0px;
}


#amd .centerCol table td {
	background: none;
	border-bottom: 0px;
}

#amd .centerCol table.standard_table td {
	background: url(../images/bg_table.jpg) left bottom repeat-x;
	padding: .4em .8em;
	border-bottom: 1px solid #e9e9e9;
}