/******************************
**	Allgemeine Einstellungen **
******************************/

HTML	{
	height: 100%;		/* <~ Wichtig fuer Scrollleiste immer AN	*/
	background-color: #ffffff;
	margin-top: 20px;
}

BODY	{
	min-height: 101%;	/* <~ Wichtig fuer Scrollleiste immer AN	*/
	font-family: verdana, arial, tahoma, sans-serif, serif;
	font-size: 12px;
	color: #000000;

/*	Scrollbar (Nur IE)			
	scrollbar-face-color:		#081029;
	scrollbar-highlight-color:	#d9e1f0;
	scrollbar-shadow-color:		#ffffff;
	scrollbar-arrow-color:		#ffffff;
	scrollbar-darkshadow-color:	#000066;
	scrollbar-base-color:		#5375bd;
*/
}



UL	{
	padding-left:16px;
}


.left	{
	text-align: left;
}

.center	{
	text-align: center;
}

.right	{
	text-align: right;
}

TABLE	{
	border-width: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

TD	{
	text-align:left;
	font-size: 12px;
}

TD.padding	{
	valign: top;
	padding: 6px;
}

INPUT	{
	border: solid 1px #000000;
}

INPUT.no_border	{
	border: solid 0px #000000;
}

TEXTAREA	{
	border: solid 1px #000000;
}

IMG	{
	border-width: 0px;
}

P	{
	text-align: left;
	margin-bottom: 10px;
	font-size: 12px;
}

HR	{
	border: solid 1px #000000;
	text-align: left;
}

HR.center	{
	border: solid 1px #000000;
	text-align: center;
}

FIELDSET	{
}

LEGEND	{
}



/*	"Links - Allgemein"	*/
A:link	{
	font-weight: bold;
	font-style: none;
	color: black;
	font-size: 10pt;
	text-decoration: none;
}

A:visited	{
	font-weight: bold;
	font-style: none;
	color: black;
	font-size: 10pt;
	text-decoration: none;
}

A:active	{
	font-weight: bold;
	font-style: none;
	color: #ff0000;
	font-size: 10pt;
	text-decoration: none;
}

A:hover	{
	font-weight: bold;
	font-style: none;
	color: #6475c3;
	font-size: 10pt;
	text-decoration: none;
}






/****************
**  News View  **
****************/
DIV.newscenter_view_ueberschrift	{
	font-size: 18px;
	font-weight: bold;
	color: #005070;
	text-align: center;
}

DIV.newscenter_view_inhalt	{
	font-size: 14px;
	text-align: justify;
	padding-left: 8px;
	padding-right: 8px;
	line-height: 20px;
}

DIV.newscenter_view_pic	{
	padding-left: 8px;
	padding-right: 8px;
}

DIV.newscenter_view_author	{
	font-size: 14px;
	text-align: justify;
	padding-left: 8px;
	padding-right: 8px;
}

DIV.newscenter_tools	{
	text-align: justify;
	padding-left: 8px;
}
