/*  Elements  */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #8A8A8A url(/img/bg/gradient.gif) top left repeat-x;
	max-width: 959px;
	min-width: 720px;
	font: 62.5% arial, helvetica, verdana, sans-serif;
	margin: 0 auto;
}
img {
	border: none;
}
hr {
	display: none;
}
object {
	margin: 0 0 0 10px;
}
embed {
	margin: 0 0 10px 0;
}

/* **** Allgemein **** */

#wrapper {
	background: #fff url(/img/bg/bg.gif) top left no-repeat;
	margin: 0 auto;
	padding: 0pt 12px 29px 12px;
	overflow: hidden;
	position:relative;
}
#branding {
	margin-bottom: 56px;
	padding: 29px 0 0 11px;
}
#logo {
	width: 265px;
	float: left;
}
.aural,
.jump {
	position: absolute;
	top: -999em;
	overflow: hidden;
	height: 1px;
	width: 1px;
	padding: 0;
}


/* Search */

#home #search,
#search {
	background: transparent url(/img/dummy/head.jpg) top left no-repeat;
	height: 165px;
}
#search {
	background: transparent url(/img/dummy/head2.jpg) top left no-repeat;
}
#search #searchform {
	background: transparent url(/img/bg/search.gif) top left no-repeat;
	height: 33px;
	width: 202px;
	float: right;
	margin-right: 22px;
	padding-top: 4px;
}
* html #search #searchform { /* ie 6 */
	margin-right: 11px;
}
#search #searchform fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
#search #searchform label {
	padding-left: 14px;
	font-size: 1.2em;
}
#search #searchform input {
	background-color: #fff;
	background-image: none;
	margin: 0 0 0 4px;
	padding: 1px;
	width: 100px;
	border: 1px solid black;
	font-size: 1em;
}
#search #searchform .start-search {
	border: none;
	width: 1.5em;
	height: 1.4em;
	margin: 0 0 -2px 4px;
	padding: 0;
	cursor: pointer;
}



/* Search Results */
#main #results {
	float: left;
	width: 94%;
	margin: 0 0 10px 0;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	padding: 18px 10px 0 12px;
}
#main #results .result {
	border-bottom: 1px dashed #dcdcdc;
	padding: 0;
	margin: 0 0 12px 0;
}
#main #results .last {
	border-bottom: none;
	margin: 0;
}
#main #results h3 {
	margin: 0 0 0 -15px;
	clear: both;
	padding: 0;
	color: #333;
	font-size: 1em;
}
#main #results h3 a {
	display: block;
	font-weight: normal;
}
#main #results p {
	padding: 0 0 8px 0;
}
#main #results .found-in,
#main #results .result .pm {
	color: #666;
	padding-bottom: 12px;
	font-size: 1.1em;
}
#main #results .result .pm {
	background: transparent url(/img/icons/pm.gif) 0 0.1em no-repeat;
	border: none;
	margin: 0;
	padding: 0 0 10px 15px;
	float: left;
}
#main #results .result .logo {
	float: left;
	margin: -3px 0 0 0;
	padding: 0;
}
#main .search {
	clear: both;
	padding-top: 20px;
}



/* Pager */
#main .pager {

	float: right;
	margin: 0;
	padding: 5px 7px 2px 0; 
	text-align:right;
    width:249px;
}
* html #main .pager {
	height: auto;
}

#main .pager .active {
	font-weight: bold;
}
#main .pager a {
	background: none;
	margin: 0 1px 0 3px;
	padding: 0;
	font-size: 1em;
	font-weight: normal;
	text-decoration: underline;
}
#main .pager a:hover {

}
#main .pager .last {
	padding-left: 4px;
}



/* Ansprechpartner */
#main #ansprechpartner {
	border-bottom: 1px dashed #B4B4B4;
	float: left;
	margin: 0 8px 0 0;
	padding: 0;
}
#main .ansprechpartner {
	float: left;
	width: 94%;
	margin: 0;
	margin-left: 15px;
	padding: 18px 0 0 0;
	border-top: 1px dashed #B4B4B4;
}
* html #main .ansprechpartner { /* ie 6 */
	width: 100%;
}
*+html #main .ansprechpartner { /* ie 7 */
	width: 100%;
}
#main .ansprechpartner img {
	margin: 0;
	padding: 0 20px 10px 0;
}
#main .ansprechpartner p {
	margin: 0;
	padding: 0 0 17px 0;
}
#main .ansprechpartner a {
	margin: 0;
}
#main .ansprechpartner div {
	float: left;
}
#main .ansprechpartner .logo {
	float: right;
}
#main .ansprechpartner .logo img {
	padding: 0;
}



/* Nav */

#nav {
	background: transparent url(/img/bg/navi.gif) top left repeat-x;
	height: 35px;
}
#home #nav {
	background: transparent url(/img/bg/navi-home.gif) top left repeat-x;
}
#nav ul {	
	float: left;
	margin: 0;
	padding: 0 0 0 4px;
}
#nav li {
	background: none;
	float: left;
	list-style-type: none;
}
#nav li a {
	background: none;
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.07em;
	padding-left: 11px;
	cursor: pointer;
}
#nav li a.active {
	background: transparent url(/img/bg/nav-l-active.gif) top left no-repeat;
}
#nav li a.active:hover,
#nav li a.active:focus,
#nav li a.active:active {
	background: transparent url(/img/bg/nav-l-active.gif) top left no-repeat;
}
* html #nav li a { /* IE 6 */
	width: 1px;
}
#nav li a:hover,
#nav li a:focus,
#nav li a:active {
	background: transparent url(/img/bg/nav-l.gif) top left no-repeat;
}
#nav li a span {
	display: block;
	height: 25px;
	padding: 6px 10px 4px 0;
}
#nav li a.active span {
	background: transparent url(/img/bg/nav-r-active.gif) top right no-repeat;
	color: #333;
}
#nav li a.active:hover span,
#nav li a.active:focus span ,
#nav li a.active:active span  {
	background: transparent url(/img/bg/nav-r-active.gif) top right no-repeat;
	color: #333;
}
#nav li a:hover span,
#nav li a:focus span,
#nav li a:active span {
	background: transparent url(/img/bg/nav-r.gif) top right no-repeat;
}



/* topnavi */

#topnavi {
	float: right;
	padding: 0;
}
#topnavi ul {
	padding: 12px 0 0 0;
	margin: 0;
}
#topnavi li {
	float: left;
	list-style-type: none;
	padding-right: 18px;
}
#topnavi li a {
	color: #333;
	text-decoration: none;
	font-size: 1.2em;
}
#topnavi li a:hover {
	text-decoration: underline;
}



/* Schnelleinstieg */

#schnelleinstieg {
	background-color: #96adb3;
	height: 9.9em;
	width: 98.9%;
	border-bottom: 1px solid #798a91;
	padding: 0 0 0 10px;
	float: left;
}
#schnelleinstieg #col-1,
#schnelleinstieg #col-2,
#schnelleinstieg #col-3,
#schnelleinstieg #col-4 {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0.4em 15px 0 0;
}
#schnelleinstieg #col-1 {
	width: 20%;
}
#schnelleinstieg #col-2 {
	width: 24.2%;
}
#schnelleinstieg #col-4 {
	padding: 0.4em 0 0 0;
}
#schnelleinstieg h2 {
	margin: 0;
	padding: 0 0 0.2em 0.9em;
	color: #3A4E52;
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: normal;
}
#schnelleinstieg ul {
	margin: 0;
	padding: 0;
}
#schnelleinstieg li {
	list-style-type: none;
	padding: 0.5em 0;
	line-height: 1em;
}
#schnelleinstieg li a {
	background: transparent url(/img/icons/schnelleinstieg.gif) 0 0.1em no-repeat;
	padding: 0 0 0 1.3em;
	display: block;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
}
#schnelleinstieg li a:hover {
	text-decoration: underline;
}



/* Subnavigation */
#subnav {
	width: 210px;
	float: left;
	padding: 30px 0 0 0;
	overflow: hidden;
}
#subnav ul {
	margin: 0;
	padding: 0 0 0 25px;
}
#subnav ul ul {
	padding: 8px 0 0 10px;
}
#subnav ul ul ul {
	border-left: 1px solid #758386;
	margin: 5px 0 0 0;
	padding: 0 8px;
}
#subnav li {
	margin: 0;
	padding: 0 0 5px 0;
	list-style-type: none;
	font-size: 1.2em;
	font-weight: bold;
}
#subnav li li {
	font-size: 0.915em;
}
#subnav li li li {
	padding: 2px 0;
	font-size: 1em;
	font-weight: normal;
}
#subnav li a,
#subnav li li a {
	color: #758386;
	text-decoration: none;
}
#subnav li a:hover {
	color: #2B3A3D;
}
#subnav .last {
	padding-top: 20px;
}
#subnav .light {
	font-weight: normal;
}
#subnav .active {
	color: #2B3A3D;
}
#subnav ul.normal {
	margin-top: 30px;
}
#subnav ul.normal li {
	font-weight: normal;
}



/* Main */
#home #main {
	width: 46%;
	min-height: 150px;
	padding: 0 0 10px 0;
}
#main {
	float: left;
	width: 50%;
	min-height: 301px;
	padding: 0;
}
#home #main h1 {
	margin: 0;
	padding: 28px 0 16px 93px;
	font-size: 1.8em;
	font-weight: normal;
	color: #7e7e7e;
}
#main h1 {
	margin: 0;
	padding: 17px 20px 18px 15px;
	font-size: 2.4em;
	font-weight: normal;
	color: #7e7e7e;
}
#main h2 {
	margin: 0;
	padding: 7px 0 14px 15px;
	font-size: 14px;
	font-weight: bold;
	color: #7e7e7e;
}
#main h3 {
	margin: 0;
	padding: 7px 0 14px 15px;
	font-size: 1.6em;
	font-weight: normal;
	color: #7e7e7e;
}
#main h4 {
	margin: 0;
	padding: 7px 0 14px 15px;
	font-size: 1.4em;
	font-weight: normal;
	color: #7e7e7e;
}
#main h5 {
	margin: 0;
	padding: 7px 0 0 15px;
	font-size: 1.3em;
	font-weight: normal;
	color: #7e7e7e;
}
#main p {
	padding: 0 12px 17px 16px;
	font-size: 1.2em;
	line-height: 1.333em;
}
#main p.schmal {
	padding: 0 12px 17px 230px;
	font-size: 1.2em;
	line-height: 1.333em;
}
#main img {
	float: left;
	padding: 3px 10px 3px 15px;
}
#main img.imagefloatleft {
}
#main img.imagefloatright {
	float: right;
	padding: 3px 15px 3px 10px;
}

#main img.floatleftminuspadding {
    float: left;
	padding: 3px 10px 3px 0px;
}

#main img.floatrightminuspadding {
    float: right;
	padding: 3px 0px 3px 10px;
}

#main div.fullprbody {
    padding: 0 0 0 15px;
}

#main div.fullprbody p {
    padding: 0 0 17px 0;
}

#main a {
	background: transparent url(/img/icons/link.gif) 0 0.35em no-repeat;
	margin: 0 0 0 10px;
	padding-left: 1.1em;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
}
#main p a {
	margin: 0;
	padding: 0;
	background: transparent;
	font-weight: normal;
	text-decoration: underline;
	font-size: 1em;
}
#main li a {
	font-size: 1em;
}
#main a {
	font-weight: bold;
	margin-left: 16px;
	font-size: 1.2em;
}
#main p a:hover,
#main a:hover {
	text-decoration: underline;
}
#main a.main {
	background: transparent url(/img/icons/link.gif) 0 0.35em no-repeat;
	margin: 0;
	padding-left: 1.1em;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.915em;
}
#main .back {
	margin-top: 30px;
	float: left;
}
#main #sendtofriend .back {
	margin-top: 0;
	float: none;
}
#main strong {
	color: #333;
}
#main p .beginning {
	margin-left: 0;
}
#main .audio {
	padding: 17px 12px 0 16px;
}
#main .audio a {
	background: transparent url(/img/icons/audio.gif) 0 0.15em no-repeat;
	margin: 0;
	padding-left: 1.4em;
	color: #7e7e7e;
	text-decoration: none;
	font-weight: normal;
	font-size: 0.915em;
}
#main .footnote {
	padding-top: 18px;
	padding-bottom: 0;
	font-size: 1em;
}
#main ul,
#main ol {
	margin: 0;
	padding: 0 0 17px 34px;
}
#main ul ul,
#main ul ul ul {
	padding: 0 0 0 20px;
}
#main ul li {
	list-style-type: square;
	color: #333;
	font-size: 1.2em;
	line-height: 1.333em;
	padding-top: 3px;
}
#main ol li {
	color: #333;
	font-size: 1.2em;
	line-height: 1.333em;
	padding-bottom: 3px;
}
#main ul li li,
#main ul li li li {
	font-size: 1em;
}
#main ul li li,
#main ul li li li,
#main ul li li li li {
	background: transparent url(/img/icons/li_2ebene.gif) 0 9px no-repeat;
	list-style-type: none;
	padding-left: 15px;
	margin-left: -20px;
}
#main ul li li li {
	background: transparent url(/img/icons/li_3ebene.gif) 0 9px no-repeat;
}
#main ul li li li li {
	background: transparent url(/img/icons/li_4ebene.gif) 0 9px no-repeat;
}
#main table {
	border-collapse: collapse;
	empty-cells: show;
	margin: 0 0 20px 15px;
	width: 96%;
}
#main td {
	padding: 5px 12px;
	border: 1px solid #ccc;
	font-size: 1.2em;
	color: #333;
}
#main ul.links {
	margin: 0;
	padding: 0;
}
#main ul.links .last {
	padding: 5px 0 0 0; 
}
#main ul.links li {
	list-style-type: none;
	padding: 5px 0;
}
#main ul.links li a {
	display: block;
}



/* Home News */
#home #main .news {
	padding: 0 0 13px 78px;
}
#home #main .news h3 {
	margin: 0;
	padding: 0;
	color: #333;
	font-weight: normal;
	font-size: 1.2em;
}
#home #main .news h3 a {
	background: transparent url(/img/icons/link.gif) 0 0.3em no-repeat;
	margin: 0;
	padding: 0 0 0 14px;
	color: #000;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
}
#home #main .news h3 a:hover {
	text-decoration: underline;
}
#home #main .news p {
	font-size: 1.2em;
	padding: 2px 0pt 2px 13px;
}



/* Content teaser */

/* Umweltschutz */
#umweltschutz {
	background: transparent url(/img/bg/umweltschutz.jpg) top left no-repeat;
	height: 9em;
	padding: 35px 250px 0 13px;
}
#umweltschutz p {
	width: 190px;
	font-size: 1.1em;
	padding: 0;
}
#umweltschutz p a {
	background: transparent url(/img/icons/link-umweltschutz.gif) 0 0.35em no-repeat;
	margin: 0 0 0 15px;
	padding-left: 1.2em;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
/* Top-Arbeitgeber */
#top-arbeitgeber {
	background: transparent url(/img/bg/top-arbeitgeber.jpg) top left no-repeat;
	height: 9em;
	margin-left: 4px;
	margin-right: 3px;
	padding: 8px 250px 20px 13px;
}
#top-arbeitgeber h3 {
	color: #fff;
	padding: 0 0 7px 0;
	margin: 0;
	font-weight: bold;
	font-size: 1.2em;
}
#top-arbeitgeber p {
	width: 190px;
	font-size: 1.1em;
	padding: 0;
	color: #fff;
}
#top-arbeitgeber p a {
	background: transparent url(/img/icons/link-white.gif) 0 0.35em no-repeat;
	margin: 0 0 0 15px;
	padding-left: 1.2em;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}



/* Marginal */
#home #marginal {
	width: 51.6%;
	padding: 38px 0 0 0;
}
#marginal {
	float: right;
	width: 230px;
	padding: 27px 12px 0 0;
	z-index: 1;
}
* html #marginal {
	padding-left: 3px;
}



/* Teaser Marginal, Content Teaserbox */
/** html #marginal .teaser a:active {  ie 6 
	margin-right: -3px;
}*/
* html #teaserbox { /* ie 6 */
	margin-right: -3px;
}
#main #teaserbox img {
	float: none;
	width: auto;
	height: auto;
	padding: 0;
}
#home #marginal .teaser-1,
#home #marginal .teaser-2,
#main #teaserbox .teaser-1,
#main #teaserbox .teaser-2 {
	float: left;
	width: 230px;
	margin: 10px 7px 0px 0;
	overflow: hidden;
}
*+html #main #teaserbox .teaser-1 { /* ie 7 */
	margin-right: 8px;
}
#home #marginal .teaser-2,
#main #teaserbox .teaser-2 {
	margin-right: 0;
}
* html #main #teaserbox .teaser-2 { /* ie 6 */
	width: 228px;
}
#home #marginal .teaser-1 p,
#home #marginal .teaser-2 p,
#main #teaserbox .teaser-1 p,
#main #teaserbox .teaser-2 p {
	background: transparent url(/img/bg/teaser.gif) bottom left no-repeat;
	margin-top: -4px;
	padding: 4px 12px 15px;
	font-size: 1.1em;
}
#home #marginal .teaser-1 p a,
#home #marginal .teaser-2 p a,
#main #teaserbox .teaser-1 p a,
#main #teaserbox .teaser-2 p a {
	background: transparent url(/img/icons/link.gif) 0 0.35em no-repeat;
	margin: 0 0 0 15px;
	padding-left: 1.2em;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#home #marginal .teaser-1 p a:hover,
#home #marginal .teaser-2 p a:hover,
#main #teaserbox .teaser-1 p a:hover,
#main #teaserbox .teaser-2 p a:hover {
	text-decoration: underline;
}



/* Allg. teaser Marginal */
#marginal .teaser {
	background: transparent url(/img/bg/marginal.gif) top left no-repeat;
	margin-top: 8px;
	padding-top: 16px;
}
* html #marginal .teaser { /* ie 6 */
	position: relative;
}
#marginal .first {
	background-image: none;
	margin-top: 0;
	padding-top: 0;
}
* html #marginal .first { /* ie 6 */
	margin-left: 0;
}
#marginal .after-image {
	background-image: none;
	margin-top: 0;
	padding-top: 8px;
}
#marginal h3 {
	margin: 0;
	padding: 0 0 8px 11px;
	font-size: 1.3em;
	font-weight: normal;
	color: #666;
}
#marginal .news,
#marginal .teaser p {
	padding-left: 12px;
}
#marginal .teaser p {
	padding-bottom: 8px;
	font-size: 1.1em;
}
#marginal .news p {
	padding-bottom: 2px;
	padding-left: 0;
	font-size: 1em;
	color: #999;
}
#marginal .news a {
	display: block;
	margin: 0 !important;
}
#marginal .teaser a {
	background: transparent url(/img/icons/link.gif) 0 0.4em no-repeat;
	margin: 0 0 0 12px;
	display: block;
	font-size: 1.1em;
	padding-left: 1.1em;
	padding-bottom: 8px;
	/*position: relative;*/
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#marginal .teaser p a {
	display: inline;
	font-size: 1em;
	margin: 0 0 0 5px;
}
#marginal .teaser a:hover {
	text-decoration: underline;
}
#marginal .image p {
	background: transparent url(/img/bg/teaser.gif) bottom left no-repeat;
	margin-top: -2px;
	padding: 4px 12px 15px;
}



/* Marginal Teaserbox (Rahmen) */
#marginal .teaserbox {
	background: transparent url(/img/bg/teaser.gif) bottom left no-repeat;
	margin: 0 0 11px 0;
	padding: 0 0 12px 0;
}
#marginal .teaserbox h3 {
	background: transparent url(/img/bg/teaser-top.gif) top left no-repeat;
	padding: 14px 10px 9px 20px;
	font-size: 1.8em;
	font-weight: normal;
	color: #7e7e7e;
}
#marginal .teaserbox form { /* ie 7 */
	margin: 0;
	padding: 0 0 0 8px;
}
#marginal .teaserbox fieldset {
	border: none;
	margin: 0;
	padding: 0 0 12px 0;
}
#marginal .teaserbox label {
	display: block;
	padding: 0 6px 4px 14px;
	color: #333;
	font-size: 1.1em;
}
#marginal .teaserbox select,
#marginal .teaserbox input,
#main .press-search select,
#main .press-search input {
	width: 204px;
	margin: 0 0 0 5px;
	border-top: 1px solid #787878;
	border-left: 1px solid #787878;
	border-bottom: 1px solid #e6e7e9;
	border-right: 1px solid #e6e7e9;
	padding-left: 4px;
	font-size: 1.1em;
	color: #333;
	font-family: arial, helvetica, verdana, sans-serif;
}
#marginal .teaserbox input {
	width: 198px;
}
#marginal .teaserbox input.button-small {
	margin: 8px 0pt 0pt 14px !important;
	padding-bottom: 15px !important;
	font-size: 1.1em;
}
*+html #marginal .teaserbox h3 a img { /* ie 7 */
	margin-top: -25px;
	margin-right: 10px;
}
#marginal .teaserbox a,
#marginal .teaserbox a:active,
#marginal .teaserbox a:visited {
	padding: 0 0 10px 12px;
	font-size: 1em;
	color: #333;
}
#marginal .teaserbox a:hover,
#marginal .teaserbox a:visited:hover {
	text-decoration: none;
}
#marginal .teaserbox .help {
	padding: 0 0 0 94px !important;
}
*+html #marginal .teaserbox .help { /* ie 7 */
	float: right;
}

/* Marginal Medienkorb */

#marginal #medienkorb {
	background: transparent url(/img/bg/medienkorb-bottom.gif) bottom left no-repeat !important;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
}
* html #marginal #medienkorb { /* ie 6 */
	width: 100%;
	margin-left: -4px;
	height: 1%;
}
#marginal #medienkorb h3 {
	background: transparent url(/img/bg/medienkorb-top.gif) top left no-repeat;
	color: #fff;
	margin: 0;
	padding: 10px;
}
#marginal #medienkorb p {
	margin: -15px 0 0 0;
	padding: 0 0 27px 10px;
	color: #fff;
	font-size: 1.1em;
}
*+html #marginal #medienkorb p { /* ie 7 */
	padding: 0 0 27px 10px;
	margin: 0;
}
#marginal #medienkorb a,
#marginal #medienkorb a:active,
#marginal #medienkorb a:visited {
	background-image: none !important;
	margin: 0;
	padding: 0 0 0 11px !important;
	color: #fff;
	font-size: 1.1em !important;
	font-weight: bold;
	text-decoration: underline;
}
*+html #marginal #medienkorb a { /* ie 7 */
	display: inline;
	font-size: 1.1em;
	background-image: none;
	padding: 0 0 0 11px;
}
#marginal #medienkorb a:hover,
#marginal #medienkorb a:visited:hover {
	text-decoration: none;
}
#marginal #medienkorb .help {
	z-index: 2;
	position: relative;
	top: -25px;
	left: 194px;
}
*+html #marginal #medienkorb .help { /* ie 7 */
	position: static;
	float: right;
	margin: -25px 10px 40px 0;
	top: 0;
}



/* Tag Cloud */
#marginal #tagcloud {
	padding-bottom: 8px;
	padding-top: 8px;
}
* html #marginal #tagcloud { /* ie 6 */
	margin-left: -8px;
	margin-right: 8px;
}
#marginal #tagcloud a img {
	float: right;
	margin: -24px 10px 0 0;
}
#marginal #tagcloud #tags {
	margin: 0 12px 0 11px;
	text-align:center;
	
}
#tags a
{
	padding: 0 6px 0 0;
	letter-spacing: 1px;
	color: #9a9a9a;
	text-decoration: none;
	font-weight: bold;
	white-space:nowrap;
	text-align:justify;
}

#marginal #tagcloud #tags .t1
{
	font-size: 2em;
	line-height: 1.1em;
	
}
#marginal #tagcloud #tags .t2 {
	letter-spacing: 0;
	font-size: 1.9em;
	font-weight: normal;
}
#marginal #tagcloud #tags .t3 {
	letter-spacing: 0;
	font-size: 1.5em;
	line-height: 1.3em;
}
#marginal #tagcloud #tags .t4 {
	letter-spacing: 0;
	font-size: 1.1em;
}
#marginal #tagcloud #tags .t5 {
	letter-spacing: 0;
	font-size: 1em;
}
#marginal #tagcloud #tags .t1:hover,
#marginal #tagcloud #tags .t2:hover,
#marginal #tagcloud #tags .t3:hover,
#marginal #tagcloud #tags .t4:hover,
#marginal #tagcloud #tags .t5:hover {
	text-decoration: underline;
}
#main h2.tagcloud {
	clear: both;
	border-top: 1px solid #dcdcdc;
	margin: 0 10px 25px 15px;
	padding: 10px 0 0 0;
}

#main div.event-h1 {
	clear: both;
	border-bottom: 1px solid #dcdcdc;
	padding: 20px 0 0 0;
	margin: 0 0 10px 0;
}



/* Allgemeine Formulare */

#main form {
	margin: 0 -5px 0 2px;
}
#main fieldset {
	margin: 15px 0 15px 15px;
	padding: 0;
	border-top: 1px solid #dcdcdc;
	border-left: none;
	border-right: none;
	border-bottom: none;
	font-size: 1.2em;
}
#main label {
	color: #333;
}
#main input,
#main textarea {
	display: block;
	margin-top: 5px;
	border-top: 1px solid #787878;
	border-left: 1px solid #787878;
	border-bottom: 1px solid #e6e7e9;
	border-right: 1px solid #e6e7e9;
	width: 16em;
	padding: 1px;
	font-size: 1em;
}
#main textarea {
	height: 10em;
	width: 20em;
	font-size: 0.9em;
	font-family: arial, helvetica, verdana, sans-serif;
}
#main input.code{
	background: transparent url(/img/icons/input.gif) top left no-repeat;
	border: none;
	margin-top: -25px;
	padding: 2px 2px 3px 17px;
	width: 100px;
	float: right;
}
#main input.button {
	margin-bottom: 34px;
}
#main input.button, 
#main input.button-small,
#marginal .teaserbox input.button-small {
	background: transparent url(/img/icons/button.gif) top left no-repeat;
	border: none;
	margin-top: 15px;
	padding: 0 0 1px 10px;
	color: #fff;
	text-align: left;
	width: 132px;
	cursor: pointer;
}
.button-small {
	background: transparent url(/img/icons/button.gif) top left no-repeat;
	border: none;
	margin-top: 15px;
	padding: 0 0 1px 10px;
	color: #fff;
	text-align: left;
	width: 132px;
	cursor: pointer;
}
#main input.button-m  {
	background: transparent url(/img/bg/button-m.gif) top left no-repeat;
	border: none;
	margin-top: 15px;
	padding: 0 0 1px 10px;
	color: #fff;
	text-align: left;
	width: 105px;
	cursor: pointer;
}
#main input.button-l  {
	background: transparent url(/img/bg/button-l.gif) top left no-repeat;
	border: none;
	margin-top: 15px;
	padding: 0 0 1px 10px;
	color: #fff !important;
	text-align: left;
	font-size: 0.9em !important;
	width: 122px !important;
	cursor: pointer;
}
#main input.button-xl  {
	background: transparent url(/img/bg/button-xl.gif) top left no-repeat;
	border: none;
	margin-top: 15px;
	padding: 0 0 1px 10px;
	color: #fff !important;
	text-align: left;
	font-size: 0.9em !important;
	width: 142px !important;
	cursor: pointer;
}
#main input.alone {
	margin: 0 0 0 15px;
	padding: 0 0 2px 10px;
}
* html #main input.alone {
	margin-left: 13px !important ;
}
*+html #main input.alone {
	margin-left: 13px !important ;
}
* html #main input.button,
* html #main input.button-m,
* html #main input.button-l,
* html #main input.button-xl { /* ie 6 */
	margin-left: -16px;
	padding: 1px 0 1px 13px;
}
*+html #main input.button,
*+html #main input.button-m,
*+html #main input.button-l,
*+html #main input.button-xl { /* ie 7 */
	margin-left: -16px;
	padding: 1px 0 1px 13px;
}
#main input.button-small, 
#marginal .teaserbox input.button-small {
	background: transparent url(/img/icons/button-small.gif) top left no-repeat;
	color: #fff;
	padding-right: 20px;
	width: 76px;
}
#main select {
	font-size: 1em;
}
#main option {
	padding-right: 25px;
}
#main .form-field {
	display: block;
	padding-top: 15px;
}
#main .form-field p {
	float: left;
	margin: 0;
	padding: 0;
}
#main .form-field img {
	margin-top: -15px;
	padding-left: 130px;
}
#main .form-field a {
	margin: 0;
	padding: 0;
	background: none;
	font-weight: normal;
	text-decoration: underline;
	font-size: 0.765em;
}
#main .form-field a:hover {
	text-decoration: none;
}


/* Blake make this good */

.impressum-popup {
	position: absolute; 
	right:100px;
}
.impressum-popup div.inner {
	position: relative; 
	top: 0px; 
	width: 239px;
}
.impressum-popup a.closelink {
	background:none;
	color: #999;
	font-weight:normal;
	text-decoration:underline;
	font-size:1.1em;
	float:right;
	margin: 0 15px 0 0;
}
.impressum-popup input {
	width:1.5em;
	display:inline;
	border: none;
}
.impressum-popup p {
	padding-left:0;
	padding-right:0;
	font-size:1em;
}
.impressum-popup .links {
	float:none;
	width:auto;
	margin: 5px 0 0;
}
.impressum-popup img.popupbg {
	padding:0;
	margin:0;
	background-color:Transparent;
	float:none;
	border:0;
	display:block;
}
.impressum-popup .links a {
	background: transparent url(/img/icons/bi-download.gif) top left no-repeat;
	display: block;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 5px;
	padding: 0 0 6px 25px;
	color: #000;
	font-size: 1.2em;
	font-weight: normal;
}



/* Neue Suche */
#main .new-search,
#main .press-search {
	background: transparent url(/img/icons/fieldset_neue_suche2.gif) bottom left no-repeat;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 1.2em;
	width: 473px;
}
#main .new-search .form-field,
#main .press-search .form-field {
	background: transparent url(/img/icons/fieldset_neue_suche.gif) top left no-repeat;
	float: left;
	padding: 23px 0 10px 20px;
}
#main .new-search input,
#main .press-search input {
	float: left;
	margin: 0 65px 10px 0px;
}
#main .new-search label,
#main .press-search label {
	color: #666;
	float: left;
	padding: 0 10px 16px 0;
}
#main .new-search .button-small,
#main .press-search .button-small,
#marginal .teaserbox input.button-small,
#main .press-search input.button-small {
	margin: 0;
	font-weight: bold;
}



/* Hint-Boxen */
 #hint-1,
 #hint-2,
 #hint-3 {
	/*display: none;*/
	/*position: relative;*/
	/*float: right;*/
	
	position: relative;
	background: transparent url(/img/bg/hint-bottom.gif) bottom left no-repeat;
	width: 249px;
/*	width:auto;*/
	height: auto;
	/*top: -3.5em;
	left: 1em;*/
}
 #hint-3 {
	top: -10em;
}
 #hint-1 p,
 #hint-2 p,
 #hint-3 p 
 {
 	position: relative;
	background: transparent url(/img/bg/hint-top.gif) top left no-repeat;
	font-size: 0.915em;
	padding: 18px 50px 25px 25px;
}



/* Kontakt-Formulare */
#main .contact,
#main .without {
	margin: 0 0 15px 15px;
	padding: 0;
	border-top: 1px dashed #dcdcdc;
	border-left: none;
	border-right: none;
	border-bottom: none;
	font-size: 1.2em;
}
#main .without {
	border-top: none;
}
#main .contact label,
#main .without label {
	font-weight: bold;
	display: block;
	color: #666;
}
#main .without select {
	margin-top: 5px;
}
#main .contact .form-field {
	padding-bottom: 0;
}
#main .contact .form-field div {
	float: left;
	padding: 0 30px 10px 0;
}
#main .contact label.radio {
	font-weight: normal;
	display: inline;
	color: #666;
	padding: 0 5px 0 0;
}
#main .contact dfn {
	font-size: 1em;
	font-weight: bold;
}
#main .contact p {
	padding: 10px 0 0 0;
	font-size: 1em;
}
#main .contact input.radio  {
	width: 1em;
	display: inline;
	margin: 10px 3px -3px 0;
	border: none;
}
#main .contact textarea {
	width: 100%;
}
* html #main .contact textarea { /* ie 6 */
	margin-right: 3px;
}



/* Formualre Error */
.error {
	color: #cc0000;
	padding: 0 12px 5px 15px !important;
}
.error strong {
	color: #cc0000 !important;
}
div.error {
	margin: 5px 0 0 -30px;
}
#main ul.error {
	margin: 0;
	padding: 0;
}
#main ul.error li {
	background: transparent url(/img/icons/error.gif) 0 0.3em no-repeat;
	color: #cc0000;
	padding: 0 0 0 9px;
	list-style-type: none;
	font-size: 12px;
}
#main label.error {
	background: transparent url(/img/icons/error.gif) 0 0.3em no-repeat;
	color: #cc0000;
	display: block;
	padding: 0 0 0 8px !important;
}



/* Footer */
#home #footer {
	height: 48px;
}
#footer {
	background: transparent url(/img/bg/footer.gif) bottom left no-repeat;
	margin-left: auto;
	margin-right: auto;
	padding: 0 12px 0px;
	height: 115px;
	clear: both;
}
.no-links {
	height: 46px !important;
}
#footer ul {
	width: 770px;
	margin: 0 0 0 167px;
	padding: 0;
}
#home #footer li {
	padding-top: 2px;
}
#footer li {
	float: left;
	list-style-type: none;
	padding-right: 12px;
}
/* Footer-Links */
#footer-links {
	clear: both;
	padding-top: 10px;
	padding-left: 364px;
	padding-bottom: 45px;
}
#footer-links .print,
#footer-links .recommend {
	background: transparent url(/img/icons/print.gif) left 0.3em no-repeat;
	padding-left: 18px;
	padding-right: 10px;
	color: #333;
	font-size: 1.1em;
	font-weight: normal;
	text-decoration: none;
}
#footer-links .recommend {
	background: transparent url(/img/icons/recommend.gif) left 0.3em no-repeat;
}
#footer-links a:hover {
	text-decoration: underline;
}


/* Seite empfehlen Bestätigung recommend-done */
#recommend-done {
	position: absolute;
	top: 400px;
	left: auto;
	width: 400px;
}
#recommend-done {
	background: transparent url(/img/bg/weiterempfehlen_bestaetigung.gif) top left no-repeat;
	height: 51px;
	margin-left: 40px;
}
#recommend-done h1 {
	color: #fff;
	margin: 0;
	padding-top: 12px;
}



/* Dark Page */

#darkpage #topnavi,
#darkpage #search #searchform,
#darkpage #nav {
	display: none;
}
#darkpage #search {
	background: none;
}
#darkpage #main {
	padding-bottom: 80px;
}
#darkpage #main h1 {
	padding-top: 55px;
}


/* Sitemap */

#main #sitemap1,
#main #sitemap2 {
	width: 227px;
	float: left;
	margin-top: 8px;
}
#main #sitemap1 {
	margin: 8px 6px 0;
}
* html #main #sitemap1, /* ie 6 */
* html #main #sitemap2 {
	width: 225px;
}
/* Ebene 1 */
#main #sitemap1 ul,
#main #sitemap2 ul {
	margin: 0;
	padding: 0;
}
#main #sitemap1 li,
#main #sitemap2 li {
	list-style-type: none;
	background: transparent url(/img/bg/sitemap-top.gif) top left no-repeat;
}
#main #sitemap1 li a,
#main #sitemap2 li a {
	display: block;
	background: transparent url(/img/bg/sitemap.gif) bottom left no-repeat;
	margin: 0 0 15px 0;
	padding: 5px 10px 5px 10px;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
}
/* Ebene 2 */
#main #sitemap1 ul ul,
#main #sitemap2 ul ul {
	margin: 0 0 10px 0;
	padding: 0;
}
#main #sitemap1 li li,
#main #sitemap2 li li {
	background: none;
	margin-left: 0;
	list-style-type: none;
	padding: 0 0 8px 0;
}
#main #sitemap1 .last,
#main #sitemap2 .last {
	padding: 0;
	margin: 0;
}
#main #sitemap1 li li a,
#main #sitemap2 li li a {
	display: block;
	background: transparent url(/img/icons/link.gif) 0 0.35em no-repeat;
	margin: 0 0 0 10px;
	padding: 0 0 0 14px;
	font-size: 1em;
	font-weight: bold;
	color: #000;
}
#main #sitemap1 .space,
#main #sitemap2 .space {
	margin-top: 8px;
}
/* Ebene 3 */
#main #sitemap1 ul ul ul,
#main #sitemap2 ul ul ul {
	margin: 3px 0 8px 0;
	padding: 0;
}
#main #sitemap1 li li li,
#main #sitemap2 li li li {
	list-style-type: none;
	padding: 0 0 0 31px;
}
#main #sitemap1 li li li a,
#main #sitemap2 li li li a {
	display: block;
	background: none;
	margin: 0 0 0 0;
	padding: 2px 0;
	font-size: 0.915em;
	font-weight: bold;
	color: #2B3A3D;
}
* html #main #sitemap1 li li li, /* ie 6 */
* html #main #sitemap2 li li li {
	margin: -3px 0 -13px 0;
}
* html #main #sitemap1 li li li a, /* ie 6 */
* html #main #sitemap2 li li li a {
	padding: 0;
}
/* Ebene Extra */
#main #sitemap1 .extra,
#main #sitemap2 .extra {
	margin: -5px 0 0 10px;
	padding: 0;
}
#main #sitemap1 .extra li,
#main #sitemap2 .extra li {
	list-style-type: none;
	padding: 0;
}
#main #sitemap1 .extra li a,
#main #sitemap2 .extra li a {
	display: block;
	background: none;
	margin: 0 0 0 0;
	padding: 2px 0 5px 0;
	font-size: 1em;
	font-weight: bold;
	color: #666;
}
#main #sitemap1 .extra li li,
#main #sitemap2 .extra li li {
	list-style-type: none;
	padding: 0 0 8px 0;
}
#main #sitemap1 .extra li li a,
#main #sitemap2 .extra li li a {
	display: block;
	background: transparent url(/img/icons/link.gif) 0 0.35em no-repeat;
	margin: 0;
	padding: 0 0 0 14px;
	font-size: 1em;
	font-weight: bold;
	color: #000;
}
* html #main #sitemap1 .extra li li a, /* ie 6 */
* html #main #sitemap2 .extra li li a {
	padding: 0 0 13px 14px;
}


#main img.captchaimage {float:right; margin:5px;padding:0;}
#main #captchadiv input, #main #captcha textarea {width:70px;}
.captchaspan {width:400px;}
#main .error li { color:#f00; }

.brandteaser {
    margin-left: 3px;
}

.brandteaser .bg_img_teaser2_dunlop {
    background-image: url("../img/unternehmen_dunlop.jpg");
    background-repeat: no-repeat;
    width: 231px;
    height: 95px;
}

.brandteaser .bg_img_teaser2_goodyear {
    background-image: url("../img/teaser_goodyear.jpg");
    background-repeat: no-repeat;
    width: 231px;
    height: 95px;
}

.brandteaser .bg_img_teaser2_fulda {
    background-image: url("../img/teaser_fulda.jpg");
    background-repeat: no-repeat;
    width: 231px;
    height: 95px;
}

.brandteaser p {
    background:transparent url(../img/teaser.gif) no-repeat scroll left bottom;
    margin-top:-2px;
    font-size:1.1em;
    padding:4px 0 8px;
    width:231px;
    padding-left:10px;
}

.brandteaser a:hover {
text-decoration:underline;
}
.brandteaser a.teaser_link {
line-height:20px;
}
.brandteaser a {
background:transparent url(../img/link.gif) no-repeat scroll 0 0.4em;
color:#000000;
font-size:1em;
font-weight:bold;
line-height:20px;
margin:0;
padding-left:1.2em;
position:static;
text-decoration:none;
}

#list-brandlogo { float:right; width:240px; }
#list-brandlogo img { padding:0px; }

div.clear {
	clear: both;
}

