/* CSS Document */

@import url("struktur.css");
@import url("navigation.css");
@import url("products.css");
@import url("css-styled-downloads.css");

/*allgemein ------------------------------------------*/

*{
	margin:0;
	padding:0;
	border:0;
}

body {
	background:transparent url(../img/bg_faser.jpg) repeat fixed 0 0;
	color:#404040;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
}

.clear {
	clear:both;
}

.spacer {
	height:16px;
}

a {
	color:#404040;
	text-decoration:none;
}

a:hover {
	color:#47AD22;
	text-decoration:underline;
}

a.internal-link, .news-latest-morelink a, .news-list-morelink a, .products-list-morelink a, a.menuitem, .tx-indexedsearch-info a, a.external-link-new-window{
	background:url(../img/go.png) top left no-repeat;
	font-weight:bold;
	padding:0 0 0 15px;
}

.news-latest-morelink a, .products-list-morelink a{
	position:absolute;
	bottom:7px;
}

a.download{
	background:url(../img/go.png) top left no-repeat;
	display:block;
	font-weight:bold;
	padding:0 7px 0 15px;
}

.bodytext a.download{
	display:inline;
}

.bodytext a.download img{
	vertical-align:-2px;
}

ul{
	list-style:none;
	padding:5px 0 5px 5px;
}

.inhalt li{
	line-height:15px;
}
