/* CSS Document */


A:link {
	background-color : transparent;
	color : #ffffff;
	text-decoration : none;
	font-weight : bold;
}
A:visited {
	background-color : transparent;
	color : #ffffff;
	font-weight : bold;
	text-decoration : none;
}
A:hover {
	background-color : transparent;
	color : #FF0000;
    font-weight : bold;
	text-decoration : none;
}
A:active {
	background-color : transparent;
	color : #000000;
	font-weight : bold;
	text-decoration : none;
}


div#intro A:link {
	background-color : transparent;
	color : #b80404;
	text-decoration : none;
	font-size:10px;
	font-family: "Arial", Helvetica, sans-serif;
}

div#intro A:visited {
	background-color : transparent;
	color : #b80404;
	text-decoration : none;
	font-size:10px;
	font-family: "Arial", Helvetica, sans-serif;
}

div#intro A:hover {
	background-color : transparent;
	color : #b80404;
	text-decoration : none;
	font-size:10px;
	font-family: "Arial", Helvetica, sans-serif;
}

div#intro A:active {
	background-color : transparent;
	color : #b80404;
	text-decoration : none;
	font-size:10px;
	font-family: "Arial", Helvetica, sans-serif;
}


#current{
color:#FF0000;
}




#content {
font-family : verdana,arial,helvetica;
font-size : 10px;
font-weight : 500;
height: 379px;
width: 438px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
overflow: auto;
color: #000000;
scrollbar-face-color: #b80404;
scrollbar-shadow-color: ##b80404;
scrollbar-darkshadow-color: #c60505;
scrollbar-highlight-color: #b80404;
scrollbar-3dlight-color: #b80404;
scrollbar-track-color: #b80404;
scrollbar-arrow-color: #c60505;
}


#body_main{
margin: 0px;
width: 100%;
height:100%;
background-color:#0099FF;
}

#table_body {
width			: 100%;
height			: 100%;
background-color: #0099fF;
margin			: 0px;
border:1px solid red;
}

#table_main { 
width 	:	760px;
height	:	580px;
padding	:	0px;
margin	:	0px;
}

#d1{
position:absolute;
left:500px;
top:300px;
width:450px;
height:300px;
overflow:auto;
}



/* Layer zum Scrollen in Tabelle */
.scrollcontentlayer {
height						: 100%;
width						: 100%;
z-index						: 1;
overflow					: auto;
scrollbar-face-color		: #b80404;
scrollbar-highlight-color	: #b80404;
scrollbar-shadow-color		: #b80404;
scrollbar-3dlight-color		: #b80404;
scrollbar-arrow-color		: #000000;
scrollbar-track-color		: #b80404;
scrollbar-darkshadow-color	: #b80404;
font-family					: Verdana;
font-size					: 12px;
color						: #000000;
}


/*News Modul*/
/*Schriftgröße für die News Liste*/
.news-list-item, .news-list-item a:link, .news-list-item a:active, .news-list-item a:hover, .news-list-item a:visited{
	padding		: 0px;	
	margin		: 1px;
	font-size	: 9px;
	font-weight : bold;
	}	

/*Linktext in  Navi Single News*/
.news-list-browse A:LINK, .news-list-browse A:VISITED, .news-list-browse A:ACTIVE{
	text-align	: center;
	font-size	: 8px;
	color		: #666666;
}

/*Datum in der News-Liste*/
.news-list-date {
	float		: left;
	color		: #000000;
	width		: 140px;
	text-align	: left;
	height		: 18px;
	margin-top	: -2px;
	margin-right: -2px;
	font-size	: 9px;
	font-weight	: normal;
	font-family	: Arial, Helvetica, sans-serif;

	}

/*Single View*/
.news-single-item {
	padding:0px;
	margin-bottom:1px;
	font-size:14px;
}

.news-single-item A:LINK, .news-single-item A:active, .news-single-item A:visited, .news-single-item A:hover {
color: #000000;
font-size:10px;
font-weight:bold;

} 

.news-list-item A:LINK, .news-single-item A:active, .news-single-item A:visited, .news-single-item A:hover {
color: #000000;
font-size:10px;
font-weight:bold;

} 

.news-single-item H2{
font-size:12px;
font-weight: bold;
color:#FFFFFF;
}

.news-single-timedata, .news-single-imgcaption {
	font-size: 10px;
}

.news-list-item{
font-weight:normal;
padding:0px;}

.linie{
width:20px;}