@import url(ftpfm.css);
@import url(contacts.css);

/**
* Vertikale Scrollbalken im Firefox erzwingen
*/
html[xmlns^="http"] {
	overflow-y:				scroll;
}

body{
	margin: 0;
	padding: 0;
	font-family:		Arial, Verdana, Helvetica;
	font-size:			small;
	height:				100%;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 1000px;
}


#menu{
	float: left;
	width: 250px;
}

#main-content{
	width: 700px;
	float: right;
}

#right {
	float: right;
	width: 250px;
	margin-right: 20px;
}

* html #right {
	margin-right:	0px;
}

#content { 
	float: left;
	width: 445px;
	padding-top: 15px;
}

#twocol-content {
	padding-top: 15px;
}

#twocol-content.startpage {
	padding-top:	5px;
}

#footer {
	padding-top:	10px;
	clear: both;
}

#header {
	margin: 0;
	width: 998px;
	height: 225px;
	position: relative;
}

/* Header Positionierung */

#header	ul.primary{
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 55px;
	left: 775px;	
}

#header	ul.primary li{
	margin-top: 5px;
	background-position: center left;
	background-repeat: no-repeat;
}

#header	ul.primary li a{
	padding-left: 20px;
	color: #fff;
}

#impressum, #agb{
	background-image: url('impressum_icon.gif');
}

#contact{
	background-image: url('contact_icon.gif');
}

#start{
	background-image: url('home_icon.gif');
}

#sitemap{
	background-image: url('sitemap_icon.gif');
}

#header #searchform{
	position: absolute;
	top: 160px;
	left: 775px;
}

#header #searchform input.submit{
	background-color: transparent;
	border: 0;
	color: #fff;
	font-weight: bold;
}

#header #searchform input.input_search{
	width: 100px;
}

#header #country-select{
	position: absolute;
	top: 30px;
	left: 775px;
}

#country{
	width: 175px;
}

#header #language-select{
	position: absolute;
	top: 160px;
	left: 65px;
}

#language-select a{
	color: #666666;
}

/* Breadcrumb (Pfad) allgemein*/
#two-column{
	float: right;
	width: 720px;
	margin-left: 0px;
	margin-right:2px;
	margin-top: 15px;
}

#two-column div.provider {
	padding:		0px 10px 0px 10px;
}

.breadcrumb{
	padding: 3px 10px 3px 10px;
	margin: 0px;
	width: 700px;
	background-position: top right;
	background-repeat: repeat-y;
	display: block;
	margin-bottom: 15px;
}

/* Menu Links allgemein */
.menu{
	padding: 0;
	margin: 20px 0 0 0;
}

.menu.first{
	margin: 0 0 0 0;
}

.menu{
	padding: 0 0 0 3px;	
	background-position: bottom left;
	background-repeat: no-repeat;
	border-bottom: 1px solid white;
}

.menu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menu ul li{
	border-bottom: 1px solid #D4D4D4;
	background-color: #fff;
}
.menu li.last{
	border-bottom: none;
}
.menu li.first{
	border-top: 1px solid #D4D4D4;
}
.menu ul li a{
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;	
	font-style: normal;
}

.menu li ul{

}
.menu ul li a{
	font-weight: bold;
	color: #666666;
	padding-left: 10px;
}

/* Level 2 */
.menu ul li ul li a{
	padding-left: 20px;
}

/* Level 3 */
.menu ul li ul li ul li a{
	padding-left: 30px;
}

/* Level 4 */
.menu ul li ul li ul li ul li a{
	padding-left: 40px;
}

/* Level 5 */
.menu ul li ul li ul li ul li ul li a{
	padding-left: 50px;
}

/* Level 6 */
.menu ul li ul li ul li ul li ul li ul li a{
	padding-left: 60px;
}

/* Rechter Bereich allgemein */
.block{
	padding-top: 15px;
	padding-left: 15px;
	background-image: url('shadow_right.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

.block .teaser{
	border-bottom: 1px solid #D4D4D4;
	padding-bottom: 3px;
}

.block a.more{
	background-position: center left;
	background-repeat: no-repeat;
	background-image: url('more_blue.gif');
	font-weight: bold;
	padding-left: 9px;
	clear: both;
}

.block h1{
	color: #0077BD;
}

/* Content Hauptbereich allgemein */


/* Blöcke / Startseite */

.main-block{
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	float: left;
	width: 317px;
	margin-left: 25px;
	margin-bottom: 25px;
}

.main-block a.title{
	color: #fff;
	font-weight: bold;
}

.main-block h1{
	text-align: right;
	padding: 20px 25px 25px; 
}

.main-block a.more{
	background-position: top left;
	background-repeat: repeat-x;
	background-image: url('more_main.gif');
	font-weight: bold;
	padding: 3px 15px 7px;
}

.main-block .text{
	width: 225px;
	float: left;
}
.main-block p{
	padding-top: 5px;
}
.main-block img{
	float: right;
	padding: 30px 20px 0 0;
}

.provider h2{
	margin: 0px;
	padding: 0px;
}
.provider{
	padding: 0;
	margin: 0;
}

#twocol-content table, #content table{
	padding-top: 20px;
}
#content ul, #two-column ul{
	padding: 0 0 0 10px;
}

div.cl {
	clear: left;
}

div.cr {
	clear: right;
}

div.cb {
	clear: both;
}


/*---------------------------------------
News Liste
---------------------------------------*/
div.provider.news {
	background-image:	none;
}

div.provider.news h2 {
	margin-bottom:		11px;
}

.newslist_item
{
	margin:				0;
	margin-bottom:		15px;
	padding:			0;
	overflow: 			auto;	
	border:				1px solid #0000FF;
	border:				none;
}

.newslist_il		/* image links */
{
	margin:				0;
	padding:			0;
	padding-right:		10px;
	border:				1px solid #00FF00;
	border:				none;
	float:				left;	
}

.newslist_ir		/* image rechts */
{
	margin:				0;
	padding:			0;	
	padding-left:		10px;
	border:				1px solid #00FF00;
	border:				none;
	float:				right;
}

.newslist_trenner
{
	margin:				0;
	margin-top:			15px;				/* Abstand über dem trenner */
	padding:			0;
	border-top:			1px solid #d4d4d4;
	height:				15px;				/* Abstand unter dem trenner */
	background: 		transparent;
	clear:				both;
}

/*---------------------------------------
News Vollansicht
---------------------------------------*/

.news_il		/* image links */
{
	margin:				0;
	padding:			0;
	padding-right:		10px;
	border:				1px solid #00FF00;
	border:				none;
	float:				left;
}

.news_ir		/* image rechts */
{
	margin:				0;
	padding:			0;	
	padding-left:		10px;
	border:				1px solid #00FF00;
	border:				none;
	float:				right;
}

/*---------------------------------------
Liste
---------------------------------------*/
div.provider h2 {
	margin-bottom:		11px;
}

div.provider.liste ul {
	margin:				0px;
	margin-left:		25px;
	margin-bottom:		24px;
	padding:			0px;
}

div.provider.liste ul li {
	margin-bottom:		11px;
}

div.provider.liste ul li p {
	padding:			0px;
	margin:				0px;
}

div.provider.liste ul.twocol li {
	float:				left;
	width:				50%;
}

/****************************************************
Beitrag
****************************************************/

div.provider.beitrag h2 {
	padding:			0px;
	margin-bottom:		11px;
}

div.provider.beitrag p {
	margin-bottom:		11px;
}

div.provider.beitrag ul {
	margin:				0px;
	margin-left:		25px;
	margin-bottom:		11px;
}

div.provider.beitrag ul li {
	margin:				0px;
}

div.provider.beitrag ul li p {
	padding:			0px;
	margin:				0px;
}

.beitrag_il		/* image links */
{
	margin:				0;
	padding:			0;
	padding-right:			10px;
	border:				1px solid #00FF00;
	border:				none;
	float:				left;
}

.beitrag_ir		/* image rechts */
{
	margin:				0;
	padding:			0;
	padding-left:		        10px;
	padding-right:		        2px;
	border:				1px solid #00FF00;
	border:				none;
	float:				right;	
}

div.provider.beitrag.start div.beitrag_ir, div.provider.beitrag.start div.beitrag_il {
	float:				right;
	width:				75px;
	padding-left:		5px;
	padding-bottom:		10px;
}

div.provider.beitrag.start div.beitrag_ir img, div.provider.beitrag.start div.beitrag_il img {
	padding:			0px;
	margin:				0px;
}

/**
* Ticker
*/
#tickerfield {
	width:				700px;
	border:				none;
	font-size:			12px;
	color:				#666;
}

/**
* Sitemap
*/
#sitemap ul li.link
{
	margin:				0;
	padding:			0;
	padding-left: 		15px;
	background-image:	url(sitemap_pfeil.gif);
	background-repeat:	no-repeat;
	background-position:0 3px;
	list-style-type:	none;
}

#sitemap ul li.link_external
{
	margin:				0;
	padding:			0;
	padding-left: 		15px;	
	background-image: 	url(sitemap_link_ext.gif);
	background-repeat:	no-repeat;	
	background-position:0 3px;
	list-style-type:	none;	
	font-weight:		bold;
}

#sitemap ul li ul li.link_external
{
	margin:				0;
	padding:			0;
	padding-left: 		15px;	
	background-image: 	url(sitemap_link_ext.gif);
	background-repeat:	no-repeat;	
	background-position:0 3px;
	list-style-type:	none;	
	font-weight:		normal;
}

/**
* productcatalogue
*/
div.provider.product_catalogue {
	margin-bottom:		24px;
}

ul.product_catalogue {
	margin:				0px;
	margin-left:		25px;
	margin-bottom:		11px;
	margin-top:			11px;
}

ul.product_catalogue li {
}

ul.product_catalogue li p {
	padding:			0px;
	margin:				0px;
}

/**
* Grafik
*/
.grafik {
	margin-bottom: 12px;
}


/**
* Bildergalerie
*/
/**
* Bildergalerie
*/
div.gallery_row {
	margin-bottom:			18px;
}

div.gallery_row div.image {
	float:					left;
	padding-right:			18px;
	font-size:				smaller;
	text-align:				center;
}

div.gallery_row div.image.last {
	padding-right:			0px;
}

div.gallery_row div.image a {
	text-decoration:		none;
	display:				block;
}

div.gallery_row div.image img {
	border:					none;
	display:				block;
	padding-bottom:			5px;
}

div.ecard_frm_frm {
	margin-bottom:			10px;
}

#ecard_frm {
	
}

#ecard_frm label {
	width:					100px;
	float:					left;
}

#ecard_frm label, #ecard_frm input {
	margin-bottom:			4px;
}


div.newsletter div.spacer {
	display:				none;
}

div.newsletter table {
	font-size:				12px;
}

div.newsletter a, div.newsletter td a {
	color:				#0463ad;
}
div.newsletter h2, div.newsletter td h2, div.newsletter h2 {
	padding-right:		35p;
	font-size:			12px;
	margin-bottom:		11px;
}
div.newsletter p, div.newsletter td p {
	padding-right:		35p;
	margin-bottom:		11px;
	font-size:			12px;
}

#twocol-content div.newsletter table {
	padding-top:		0px;
	font-size:			12px;
}

#twocol-content div.provider div.newsletter div.content h2 {
	font-size:			14px;
	
}

div.spacer_site_neutral, div.spacer_site_graphics, div.spacer_site_documents, div.spacer_sitetechnical_coatings {
	clear:				both;
	height:				29px;
	margin:				5px 0px 20px 0px;
}		
div.spacer_site_neutral {
	background:	url(data_newsletter/bg_div_spacer_neutral.gif) top right;
}
div.spacer_site_graphics {
	background:	url(data_newsletter/bg_div_spacer_graphics.gif) top right;
}
div.spacer_site_documents {
	background:	url(data_newsletter/bg_div_spacer_documents.gif) top right;
}
div.spacer_sitetechnical_coatings {
	background:	url(data/data_newsletter/bg_div_spacer_technical_coatings.gif) top right;
}

div.newsletter ul {
	margin:				0px;
	margin-left:		25px;
	margin-bottom:		24px;
	padding:			0px;
}

div.newsletter ul li {
	margin-bottom:		0px;
}

div.newsletter ul li p {
	padding:			0px;
	margin:				0px;
}

#ads_overlay {
	position:			absolute;
	top:				0px;
	left:				0px;
	height:				100%;
	width:				100%;
	z-index:			1;
	background:			#cdcdcd;
	-ms-filter:			"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter:				alpha(opacity=50);
	opacity:			.5;
}

#ads_container {
	margin:				auto;
	width:				1000px;
	position:			relative;
}

#ads {
	display:			none;
	position:			absolute;
	top:				225px;
	left:				0px;
	border:				2px solid #d5eeff;
	background:			#fff;
	z-index:			2;
	width:				500px;
	text-align:			left;
}

#ads_close {
	display:			block;
	float:				right;
	margin:				10px 10px 10px 0px;
}

#ads_content {
	width:				450px;
	height:				350px;
	overflow:			auto;
	padding-right:		15px;
	margin:				0px 10px 25px 25px;
}

#ads_content h2 {
	font-size:			medium;
	color:				#0565b4;
}

#ads_content img {
	padding:			0px;
	margin:				0px 0px 10px 10px;
	float:				right;
}

#ads_content div.ad {
	border-bottom:		1px solid #d5eeff;
	margin-bottom:		10px;
}

#ads_content div.ad.last {
	border-bottom:		none;
	margin-bottom:		0px;
}

#ads div.