/* CSS Document */
/*A:VISITED, A:LINK, A:ACTIVE  {
 font-family : Verdana, Arial, Helvetica, sans-serif;
 font-size : 14px;
 font-weight : bold;
 color : #2E3763;
 font-style : normal;
 text-decoration : none;
}
A:HOVER  {
 font-family : Verdana, Arial, Helvetica, sans-serif;
 font-size : 14px;
 font-weight : bold;
 color : #2E3763;
 font-style : normal;
}

A.news:VISITED, A.news:LINK, A.news:ACTIVE  {
 font-family : Arial, Helvetica, sans-serif;
 font-size : 18px;
 font-weight : bold;
 color : #000000;
 font-style : normal;
 text-decoration : none;
 line-height : 15px;
 margin-top: 0px;
}
A.news:HOVER  {
 font-family : Arial, Helvetica, sans-serif;
 font-size : 18px;
 font-weight : bold;
 color : #4A5E87;
 font-style : normal;
 line-height : 15px;
 margin-top: 0px;
}
A.news_scroll:VISITED, A.news_scroll:LINK, A.news_scroll:ACTIVE  {
 font-family : "Times New Roman", Times, serif;
 font-size : 14px;
 font-weight : normal;
 color : #333333;
 font-style : normal;
 text-decoration : none;
 line-height : 16px;
 margin-top: 0px;
}
A.news_scroll:HOVER  {
 font-family : "Times New Roman", Times, serif;
 font-size : 14px;
 font-weight : normal;
 color : #4A5E87;
 font-style : normal;
 line-height : 16px;
 margin-top: 0px;
}
*/
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif
}
A:VISITED, A:LINK, A:ACTIVE  {
 font-family : Verdana, Arial, Helvetica, sans-serif;
 font-size : 14px;
 font-weight : bold;
 color : #2E3763;
 font-style : normal;
 text-decoration : none;
}
A:HOVER  {
 font-family : Verdana, Arial, Helvetica, sans-serif;
 font-size : 14px;
 font-weight : bold;
 color : #2E3763;
 font-style : normal;
}

A.news:VISITED, A.news:LINK, A.news:ACTIVE  {
 font-family : Arial, Helvetica, sans-serif;
 font-size : 18px;
 font-weight : bold;
 color : #000000;
 font-style : normal;
 text-decoration : none;
 line-height : 15px;
 margin-top: 0px;
}
A.news:HOVER  {
 font-family : Arial, Helvetica, sans-serif;
 font-size : 18px;
 font-weight : bold;
 color : #4A5E87;
 font-style : normal;
 line-height : 15px;
 margin-top: 0px;
}
A.news_scroll:VISITED, A.news_scroll:LINK, A.news_scroll:ACTIVE  {
 /*font-family : "Times New Roman", Times, serif;*/
 font-size : 14px;
 font-weight : normal;
 color : #333333;
 font-style : normal;
 text-decoration : none;
 line-height : 16px;
 margin-top: 0px;
}
A.news_scroll:HOVER  {
 /*font-family : "Times New Roman", Times, serif;*/
 font-size : 14px;
 font-weight : normal;
 color : #4A5E87;
 font-style : normal;
 line-height : 16px;
 margin-top: 0px;
}
	#left {
	position: absolute;
	Left: 10%;
    top:0px;
	width: 100px;
    height: 21px;
    background: url(http://Brass-Promotion/bilder/grad_left.png) no-repeat;
    /* IE5.5/6 hack */
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://Brass-Promotion.de/bilder/grad_left.png", sizingMethod="scale");
    _background: none;
	z-index:  10; /* gibt an wie die Ebenen Übereinanderliegen*/
	}

	#right {
	position: absolute;
	top:0px;
	right:9%;
	width: 100px;
    height: 21px;
    background: url(http://Brass-Promotion/bilder/grad_right.png) no-repeat;
    /* IE5.5/6 hack */
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://Brass-Promotion.de/bilder/grad_right.png", sizingMethod="scale");
    _background: none; 
	/*margin-left: 738px;*/
	z-index:  10; /* gibt an wie die Ebenen Übereinanderliegen*/	
	}


