/* ---------------------------------------------------------------------------- */
/* --- Dieser Copyright Vermerk muß in dieser Datei immer bestehen bleiben! --- */
/* --- Copyright (c) 2008 AGENTUR.NET. Alle Rechte vorbehalten.             --- */
/* --- Änderung: 2008-11-28                                                 --- */
/* ---------------------------------------------------------------------------- */

/* --- Einzüge zurücksetzen auf 0 --- */
* {
	margin: 0; 
	padding: 0;
}

/* --- HTML mit Hintergrundbild versehen, oben zentriert --- */
html {
	background: #ffffff url(../img/html.jpg) top center no-repeat;
}

/* --- BODY zentrieren und Standard Schrift festlegen --- */
body {
	margin: 0;
	padding: 36px 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #798790;
	background: url(../img/body.gif);
	text-align: center;
}

.clear {clear:both;height:0;line-height:0;font-size:0;}

.color {color:#e22e0b;}

/* --- Elemente nicht anzeigen --- */
#top, #jump, #lang, #menu2 {
	display: none;
}

/* --- Container für Inhalt --- */
#container {
	position: relative;
	margin: 0 auto;
	padding: 0 25px 0 25px;
	width: 960px;
	text-align: left;
	z-index: 0;
	background: url(../img/container.png) repeat-y 25px 10px #ffffff;
	border: 1px solid #fffff;
}

/* --- Kopfzeile --- */
#header {
	/*position: absolute;*/
	width: 953px;
	height: 180px;
	top: 0;
	padding: 25px 0 0 0;
	color: #ffffff;
	font-weight: bold;
	background: #ffffff;
}

#header h1 {
	position: absolute;
	margin: 0;
	padding: 0;
	background: url(../img/logoMetall.gif) no-repeat;
	z-index: 6;
}

#header h1 a {
	display: block; 
	width: 273px;
	height: 107px;
	overflow: hidden;
	text-indent: -999999em;
}

#header a {
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none;
}

#header a.active,
#header a:hover,
#header a:active {
	color: #7CDBEF;
}

#header .headerlinks {
	float: right;
}



#path {
	position: absolute;
	top: 2px;
	color: #bebebe;
}

#path a { color: #bebebe; text-decoration: none; font-weight: bold;}
#path a.first-child {text-decoration: underline;}
#path a:hover {text-decoration: none;}

#path em {display: none;}

/* --- Media Bildwechsler --- */
#media {
	position: absolute;
	right: 25px;
	top: 25px;
	width: 586px;
	height: 137px;
}

/* --- Sprachauswahl --- */
/*#lang {
	position: absolute;
	left: 16px;
	top: -15px;
	background: url(../img/lang.png) top right no-repeat;
}
*/
/* --- Inhalt --- */
#content {
	padding: 0;
	margin: 0;
	border-top: 12px solid #e22e0b;
	background: url(../img/waveMetall.gif) right -1px no-repeat;
	border-bottom: 20px solid #ffffff;
}


#col3 {display: none;}

/* --- 1. Spalte --- */
#col1 {
	float: right;
	width: 600px;
	padding: 18px 9px 0 9px;
	margin: 0 10px 0 0;
}

#col1 a {color: #798790;}
#col1 a:hover {color: #e22e0b;}

/* --- 2. Spalte --- */
#col2 {
	float: left;
	width: 135px;
	margin: 0;
	padding: 10px 19px 0 9px;
	color: #ffffff;
}

#col2 a {
	color: #ffffff;
	text-decoration: none;
}

#col2 a:hover {text-decoration: underline;}

#col2 dd {
	margin: 5px 0 10px 0;
	text-align: left;
}

/* --- 3. Spalte --- */
#col0 {
	float: right;
	width: 145px;
	margin: 55px 0 0 0;
	padding: 18px 9px 0 9px;
}

#col0 a {
	color: #798790;
}


/* --- Formatiereungen für alle Spalten --- */
#col3 a {
	color: #999999;
	text-decoration: none;
}

#col1 a:hover,
#col1 a:active,
#col2 a:hover,
#col2 a:active,
#col3 a:hover,
#col3 a:active {
	text-decoration: underline;
}


a.print {
	position: absolute;
	display: block;
	margin: 10px 0 0 700px;
	padding: 0 0 0 20px;
	color: #bebed6;
	text-decoration: none;
	background: url(../img/print.gif) no-repeat 0 4px;
	font-size: 7pt;
	font-weight: bold;
}

a.tiplink {
	position: absolute;
	display: block;
	margin: 10px 0 0 810px;
	padding: 0 0 0 20px;
	color: #bebed6;
	text-decoration: none;
	background: url(../img/senden.gif) no-repeat 0 4px;	
	font-size: 7pt;
	font-weight: bold;
}



/* --- Quicklinks Menüs --- */
#ocls,
#suche,
#interessantes {
	width: 186px;
}

#ocls h2,
#suche h2,
#interessantes h2 {
	color: #34407A;
	margin: 0 0 18px 4px;
	font-size: 11px;
}

#ocls ul,
#suche ul,
#interessantes ul {
	list-style: none;
}

#ocls ul span,
#suche ul span,
#interessantes ul span {
	display: none;
}

#ocls ul,
#ocls ul ul,
#suche ul,
#suche ul ul,
#interessantes ul,
#interessantes ul ul {
	list-style-position: outside;
	list-style-image: none;
	margin: 2px 0 2px 4px;
	padding: 0;
}

/* --- Allgemeine Stilelemente: Anfang --- */
/* --- Paragraph --- */
p {
	margin: 0 0 18px 0;
}

/* --- Headline (2-6) --- */
h2 {
	margin: 0 0 18px 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	line-height: 36px;
	font-size: 20px;
	font-weight: bold;
	color: #e22e0b;
	font-family: Arial, Verdana, sans-serif;
}

h3 {
	margin: 0 0 18px 0;
	padding: 0;
	position: relative;
	/*overflow: hidden;*/
	line-height: 18px;
	font-size: 11px;
	font-weight: bold;
	color: #e22e0b;
}

h2 span, h3 span {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

h4 {
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	line-height: 18px;
	font-size: 14px;
	font-style: italic;
	color: #999999;
}

h5 {
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	line-height: 18px;
	font-size: 11px;
	font-style: normal;
	z-index: 2;
	color: #999999;
}

h6 {
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	line-height: 18px;
	font-size: 11px;
	font-style: italic;
	z-index: 2;
	color: #999999;
}

/* --- Liste --- */
ul {
	list-style-position: outside;
	list-style-type: square;
	margin: 0 0 18px 18px;
	padding: 0;
}
ul ul {
	list-style-type: circle;
}

ol {
	list-style-position: outside;
	margin: 0 0 18px 20px;
	padding: 0;
}

li {
	margin: 0 0 1px 0;
}

dl {
	list-style-position: outside;
	margin: 0 0 18px 0;
	padding: 0;
}

dt {
	margin: 0 0 1px 0;
	padding: 0;
}

dd {
	margin: 0 0 1px 0;
	padding: 0;
}

/* --- Floats für Bilder und andere Elemente --- */
.left {
	float: left; 
	margin: 0 18px 18px 0; 
}

.right {
	float: right; 
	margin: 0 0 18px 18px; 
}

.csc-textpic-image,
.callout {
	/*border: 1px solid #dddddd;
	padding: 8px 10px;*/
	margin-bottom: 18px; 
}

.callout : last-child {
	margin-bottom: 0; 
}

/* --- Tabelle --- */
table {
	/*background: url(../img/40percent.png) repeat;*/
	border-collapse: collapse;
	/*border: 1px solid #d1d2d4;*/
	margin-bottom: 30px;
}
td, th {
	border-collapse: collapse;
	padding: 5px;
	/*border: 1px dotted #d1d2d4;*/
}
th {
	color: #999999;
	/*border-bottom: 1px solid #d1d2d4;*/
}
tr.tr-even {
	background: url(../img/80percent.png) repeat;
}
th p,
td p {
	margin: 0;
}


/* = = = = = = = = =   FORMULAR    = = = = = = = = = */

form {
	padding: 0;
	margin: 0 0 10px 0;
	border: 0;
}

form br {clear:both;}

fieldset { border:none; }
legend {display: none;}

label {
	float: left;
	width: 100px;
	margin: 3px 5px 4px 0;
	font-weight: normal;
}

input, select, textarea {
	margin: 0 0 1px 0;
	float: left;
	width: 300px;
	height: 18px;
	border: 1px solid #a7a6aa;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
}

select {
	width: 302px;
}

textarea {
	height: 150px;
}

.tx_powermail_pi1_fieldwrap_html {clear:both;}

.powermail_submit {
	background: #e22e0b;
	color: #ffffff;
	border: none;
	margin: 3px 0 0 307px;
	width: 100px;
	cursor: pointer;
}


.tipafriend_submit {
	background: #e22e0b;
	color: #ffffff;
	border: none;
	margin: 3px 0 0 286px;
	width: 100px;
	cursor: pointer;
}





/*  =========================================
============================================== */

form {
	padding: 0;
	margin: 0 0 10px 0;
	border: 0;
}

form div {
	position: relative;
	clear: both;
}

form div.odd {
	background: yellow;
}

form div.even {
	background: blue;
}

form h4 {
	margin: 18px 0 0 0;
	color: #666666;
}

form br {
	clear: both;
}

fieldset {
	padding: 7px 5px 0 5px;
	border: 1px solid #f1f1f1;
	border-top: 1px solid #d1d2d4;
	border-bottom: 10px solid transparent;
	width: 612px;
	color: #000000;
	background: #f9f9f9;
}

label {
	float: left;
	width: 150px;
	margin: 3px 5px 4px 0;
	color: #000000;
	font-weight: normal;
}

fieldset label {
	width: 144px;
}

fieldset span.label {
	float: left;
	width: 144px;
	margin: 3px 5px 4px 0;
}

fieldset p {
	text-align: right;
	margin: -5px 0 1px 0;
	color: #999;
}

label.required,
span.required {
	background: url(../img/required.png) right center no-repeat;
}

label.error,
b.error {
	background: url(../img/error.png) right center no-repeat;
}

label.label_short {
	float: none;
	width: auto;
	margin: 3px 5px 4px 0;
	color: #000000;
	font-weight: normal;
}
 
input {
	margin: 0 0 1px 0;
	float: left;
	width: 300px;
	height: 18px;
	border: 1px solid #f1f1f1;
	border-left: 1px solid #d1d2d4;
	border-right: 1px solid #d1d2d4;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
}

input.required {
	border: 1px solid #d1d2d4;
}

input.checkbox {
	float: none;
	width: 15px;
	margin: 0 0 3px 135px;
	padding: 0;
	border: none;
	vertical-align: top;
}

fieldset input.checkbox {
	margin: 0 0 3px 130px;
}

fieldset input.haslabel {
	margin: 0 0 3px 0;
}

fieldset input.multi {
	margin: 0 0 3px 15px;
}

label.checkbox {
	position: relative;
	display: inline;
	margin: -20px 0 0 150px;
	width: auto;
}

select {
	width: 300px;
	height: 20px;
	border: 1px solid #f1f1f1;
	border-left: 1px solid #d1d2d4;
	border-right: 1px solid #d1d2d4;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
}

optgroup {
	background-color: #245f9b;
	color: #ffffff;
	font-style: normal;
}
option {
	padding: 3px 0 0 0;
	background-color: #ffffff;
	color: #000000;
}

textarea { 
	width: 300px;
	height: 85px;
	border: 1px solid #f1f1f1;
	border-left: 1px solid #d1d2d4;
	border-right: 1px solid #d1d2d4;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
}

input.quarter  {
	width: 74px;
	margin-right: 2px;
}
input.half {
	width: 148px;
	margin-right: 2px;
}
input.threequarter {
	width: 222px;
	margin-right: 2px;
}

select.quarter {
	width: 74px;
	margin-right: 2px;
}
select.half {
	width: 148px;
	margin-right: 2px;
}
select.threequarter {
	width: 222px;
	margin-right: 2px;
}

input.error,
select.error {
	border: 1px solid #962020;
}

input.submit {
	height: 16px;
	width: 150px;
	margin: 2px 2px 0 155px;
	padding: 0 0 2px 0;
	text-transform: uppercase;
	background: #666666 url(../img/required.png) 141px 50% no-repeat;
	cursor: pointer;
	border: 1px solid #999999;
	color: #ffffff;
}

input.submitmulti {
	margin: 2px 2px 0 15px;
}

#mferror {
	margin: 8px 0 8px 0;
	padding: 7px 5px 0 5px;
	width: 612px;
	color: #962020;
	border: 1px solid #962020;
	border-left: 1px dotted #d1d2d4;
	border-right: 1px dotted #d1d2d4;
}

#mferror h4 {
	color: #962020;
}

#mferror_hidden {
	display: none;
}
span.input_error {
	clear: both;
	float: none;
	display: block;
	margin: 0 0 6px 150px;
	color: #962020;
	text-align: left;
}


/* --- Allgemeine Stilelemente: Ende --- */

/* --- Container für Menü --- */
#aside {
	display: inline;
	position: absolute;
	top: 150px;
	left: 18px;
	width: 189px;
	margin: 0;
}

/* --- Menü: zusätzliche Definitionen zu vertikalem Flyout Menü --- */
#menu {
	position: absolute;
	top: 165px;
	padding: 0;
	z-index: 20;
}
		
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	list-style-image: none;
}

#menu ul li{
	display: inline;
	margin: 0;
	padding: 0;	
}

#menu ul li span {
	display: none;
}

#menu ul li ul li a,
#menu ul li ul li a:visited {
	background: #e4e6ec;
	color: #e22e0b;
	text-align: left;
	margin: 0 1px 0 0;
	padding: 11px 17px;
	text-decoration: none;
	display: block;
	float: left;
	font-size: 12px;
	border-right: 1px solid #6c6e6c;
	border-bottom: 1px solid #6c6e6c;
	font-weight: bold;
}


#menu ul li ul li.active a {
	color: #ffffff;
	background: #e22e0b;
}

#menu ul li ul li:hover a {
	color: #ffffff;
	background: #e22e0b;
}

#menu ul li ul li:hover ul.flyout {
	left: 192px;
	width: 189px;
	background: url(../img/menu_reverse.png) repeat-y;
	border: 1px solid #ffffff;
	z-index: 20;
}

#menu ul li ul li:hover ul.flyout li a.hide {
	background: url(../img/30percent_arrow.png) no-repeat;
	color: #000000;
}

#menu ul li ul li:hover ul.flyout li:hover a.hide {
	background: url(../img/30percent_arrow.png) 0 40px;
	width: 189px;
}

#menu ul li ul li:hover ul.flyout li a {
	background: transparent;
	color: #000000;
	width: 159px;
}

#menu ul li ul li:hover ul.flyout li a:hover {
	background: url(../img/30percent.png) repeat;
	color: #ffffff;
}

#menu ul li ul li:hover ul.flyout li:hover ul {
	left: 189px;
	color: #000000;
	background: url(../img/menu.png) repeat-y;
	border: 1px solid #ffffff;
}

#menu ul li ul li:hover ul.flyout li:hover ul li a {
	width: 159px;
	background: transparent;
	color: #000000;
}

#menu ul li ul li:hover ul.flyout li:hover ul li a:hover {
	background: url(../img/30percent.png) repeat;
}

#menu ul li ul li ul.active {
	position: relative;
	top: -15px;
	background: none;
}

#menu ul li ul li ul.active li,
#menu ul li ul li ul.active li.active {
	height: 20px;;
	padding: 0 0 0 10px;
	width: 119px;
	background: none;
}

#menu ul li ul li ul.active li a,
#menu ul li ul li ul.active li a:hover,
#menu ul li ul li.active {
	background: none;
}

#menu ul li ul li ul.active li a:hover,
#menu ul li ul li ul.active li.aktiv a {
	color: #7cdbef;
}



#sitelinks {
	position: absolute;
	top: 6px;
	right: 17px;
	color: #bebebe;
}

#sitelinks span {display:none;}

#sitelinks ul {margin:0; padding:0;}
#sitelinks li {margin:0; padding:0; list-style:none; display:inline;}

#sitelinks a {
	color: #bebebe;
	text-decoration: none;
	font-weight: bold;
	display: block;
	float: left;
	border-left: 2px solid #bebebe;
	text-decoration: underline;
	padding: 0 8px;
	line-height: 11px;
	font-size: 11px;
}


#sitelinks a:hover { text-decoration: none;}
#sitelinks ul li.first-child a { border: none;}





/* --- Fußzeile --- */
#footer {
	float: none;
	clear: both;
	font-size: 7pt;
	padding: 9px 9px 5px 9px;
	border-top: 1px solid #e4e7e9;
	color: #bebebe;
	background: #ffffff;
	font-weight: bold;
}

#footer a {color: #bebebe; text-decoration:none;}

/* --- Angabe der Adresse in Fußzeile --- */
address {
	width: 1007px;
	position: absolute; 
	color: #FFFFFF;
	padding: 50px 0 0 0;
	font-size: 11px;
	line-height: 18px;
	font-style: normal;
	text-align: center;
}

address a {
	color: #999999;
	text-decoration: none;
}

address a:hover,
address a:active {
	text-decoration: underline;
}

/* --- Agentur.net Logo --- */
#agentur_net {
	clear: both;
	padding: 0;
	display: inline;
	margin: 18px 0px 18px 48px; 
	float: left;
	font-size: 18px;
	line-height: 18px;
	overflow: hidden;
	position: absolute;
	bottom: 0px; 
	right: -18px; 
	width: 18px;
	height: 105px;
}

#agentur_net span {
	display: none;
}

#agentur_net a strong { 
	display: block;
	height: 100%;
	width: 100%;
	visibility: hidden;
}

#agentur_net a {
	display: block;
	height: 100%;
	width: 100%;
	overflow: hidden;
	background: url(../img/agentur_net.gif) no-repeat;
	text-indent: -9999999%;
}

/* --- Zusätzliche Besonderheiten --- */
#col2 .csc-textpic-imagecolumn {
	float: right !important;
	margin-left: 10px;
}

.csc-uploads-fileSize {
	white-space: nowrap;
}

/* Schatten für IMG und DIV Elemente */
.img-shadow {
	clear: both;
	float: left;
	background: url(../img/shadow.gif) no-repeat bottom right;
	margin: 20px 0 0 17px !important;
	margin: 20px 0 0 8px;
}

.img-shadow div div,
.img-shadow img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #d9dade;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}

.alpha-shadow,
.alpha-shadow_div {
	clear: both;
	float: left;
	background: url(../img/shadow.gif) no-repeat bottom right;
	margin: 14px 0 0 17px !important;
	margin: 14px 0 0 8px;
}

.alpha-shadow div {
	background: url(../img/shadow2.png) no-repeat left top !important;
	background: url(../img/shadow2.gif) no-repeat left top;
	float: left;
	padding: 0px 6px 6px 0px;
}

.alpha-shadow img {
	background-color: #fff;
	border: 1px solid #d9dade;
	padding: 3px;
	margin: 0;
}

.alpha-shadow_div div {
	background: url(../img/shadow3.png) no-repeat left top !important;
	background: url(../img/shadow2.gif) no-repeat left top;
	float: left;
	padding: 0px 6px 6px 0px;
}

.alpha-shadow_div div div {
	background: url(../img/ocls.png) repeat-y !important;
	border: 1px solid #d9dade;
	padding: 3px;
	margin: 0;
}

/* --- Extension: tt_news --- */
/* tt_news list */
.tt_news_list {
	margin: 0;
	padding: 0;
	height: auto;
}

.tt_news_list .item {
	display: block;
	border-bottom: 1px solid #999999;
	width: 600px;
	height: auto;
	padding: 3px;
	margin: 0 10px 10px 0;
}

.tt_news_list .date {
	font-size: 10px;
	color: #999999;
}

.tt_news_list h4.title {
	display: inline;
}

.tt_news_list .image {
	float: right;
	border: 0;
	margin: 0 0 5px 5px;
}

.tt_news_list .subheader {
	font-weight: normal;
}

.tt_news_list .more {
	clear: both;
	border-top: 1px dotted #dddddd;
	background: url(../img/30percent.png) repeat;
}

.tt_news_list .more a {
	text-decoration: underline;
	background: url(../img/tt_news_more.png) 0px 3px no-repeat;
	padding: 0 0 0 10px;
}

.tt_news_list .more a:hover {
	text-decoration: none;
}

.tt_news_list p {
	display: inline;
}

.tt_news_list .subheader a {
	background-image: url(../img/tt_news_more.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	margin-left: 10px;
	padding-left: 7px;
	text-decoration: underline;
}

.tt_news_list .subheader a:hover {
	text-decoration: none;
}

.tt_news_list h5 a {
	padding: 0!important;
	margin: 0!important;
	background: none!important;
	text-transform: uppercase;
	text-decoration: none!important;
	font-size: 14px!important;
	color: #7BAE0B!important;
}

.tt_news_list .item .subheader h5 {

}

.tt_news_list .clear {
	clear: both;
}

/* tt_news latest*/
.tt_news_latest {
	margin: 0;
	padding: 0;
	height: auto;
}

.tt_news_latest .item {
	display: block;
	border: 1px solid #dddddd;
	width: 190px;
	float: left;
	padding: 3px;
	margin: 0 10px 10px 0;
}

.tt_news_latest h3 {
	display: none;
}

.tt_news_latest h3.title {
	display: inline;
}

.tt_news_latest .date {
	float: right;
	font-size: 10px;
	color: #999999;
}

.tt_news_latest .time {
	display: none;
}

.tt_news_latest p,
.tt_news_latest h5 {
	margin: 0!important;
	padding: 0!important;
}

.tt_news_latest .image {
	float: right;
	border: 0;
	margin: 5px 0 5px 5px;
}

.tt_news_latest .image img {
	border: none!important;
}

.tt_news_latest .more {
	clear: both;
	border-top: 1px dotted #dddddd;
	background: url(../img/30percent.png) repeat;
}

.tt_news_latest .more a {
	text-decoration: underline;
	background: url(../img/tt_news_more.png) 0px 3px no-repeat;
	padding: 0 0 0 10px;
}

.tt_news_latest .more a:hover {
	text-decoration: none;
}

.tt_news_latest .clear,
.tt_news_latest .gotoarchive {
	display: none;
}

/* tt_news single*/
.tt_news_single {
	margin: 0;
	padding: 0;
	height: auto;
	display: block;
	border: 1px solid #dddddd;
	width: 600px;
	padding: 3px;
	margin: 0 10px 10px 0;
}

.tt_news_single .timedata {
	float: right;
	font-size: 10px;
	color: #999999;
}

.tt_news_single h3.title {
	display: inline;
}

.tt_news_single .author {
	font-size: 10px;
	color: #999999;
}

.tt_news_single .subheader {
	font-weight: bold;
}

.tt_news_single .callout img{
	border: none;
}

.tt_news_single .back_to_list {
	clear: both;
	border-top: 1px dotted #dddddd;
	background: url(../img/30percent.png) repeat;
}

.tt_news_single .back_to_list a {
	text-decoration: underline;
	background: url(../img/tt_news_back.png) 0px 3px no-repeat;
	padding: 0 0 0 10px;
}


.tt_news_single .related_icon,
.tt_news_single .related_date {
	display: none;
}

.tt_news_single_bio .related_news,
.tt_news_single .related_news {
	clear: both;
	margin: 20px 0 0 0;
}

.tt_news_single h4 {
	margin: 0!important;
	width: 295px;
}

.single-image-caption {
	float: left;
	margin-right: 20px;
	overflow: hidden;
	width: 120px;
}

.img_news .single-image-caption {
	margin-top: 20px;
	width: 200px;
}

.single-image-caption a {
	display: block;
	height: 100px;
}

.img_news .single-image-caption a {
	height: auto;
}

.tt_news_single_rightcol {
	position: absolute;
	top: 300px;
	left: 820px;
}

.tt_news_single_rightcol .single-image-caption {
	margin-bottom: 20px;
	overflow: hidden;
	width: 120px;
}
.tt_news_single_rightcol .single-image-caption a {
	height: auto;
	display: block;
}

.rueckruf {position: absolute; margin: -68px 0 0 0; border-bottom: 5px solid #ffffff;}

/* Breite des Scrollbalkens verändern */
#motioncontainer_119 { width:586px !important; height:167px; max-width:1000px; }


a.linkmetall {
	position: absolute;
	top: 220px;
	right: 40px;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

a.linkbau {
	position: absolute;
	top: 240px;
	right: 40px;
	font-size: 16px;
	color: #f0907e;
	font-weight: bold;
	text-decoration: none;
}

/* = = = = = = = = =    KLASSEN FÜR RTE    = = = = = = = = = */
.rot {color: #e22e0b;}


/* = = = = = = = = =    SEARCH    = = = = = = = = = */

.tx-indexedsearch-rules { display: none; }





