/*** Allgemeine Einstellungen für portalseiten ***/
body,table,div {font-family:Arial,sans-serif;}
body,table,div {font-size:12px;}

body {
	color:#000000;
	background:#ffffff;
	margin: 0px 0px 0px 0px;
}

/*** Einstellungen für Hyperlinks auf den Portalseiten ***/
a.portallink {
	color:#009900;
	font-weight:bold;	
	text-decoration:none;
}

a.portallink:hover {
	color:#00cc00;
	font-weight:bold;
	text-decoration:underline;
}

a.portallink:active {	
	color:#00cc00;
	font-weight:bold;	
	text-decoration:none;
}


/*** Einstellungen für Verbundseite ***/

.smalldescription {
	padding				: 5px 0px 0px 5px;
	width				: 150px;	
	/* Textattribute */ 
	color:#808080;	
	vertical-align:top;
	font-size:11px;
	font-weight: bold;
	font-style : normal;
}

.borderbottom {
	margin				: 0px 0px 0px 0px;
	padding				: 50px 0px 10px 0px;	
	border-top-width	: 1px;
	border-right-width	: 1px;
	border-bottom-width	: 1px;
	border-bottom-style	: solid;
	border-bottom-color	: #000000;
	border-left		    : 0px;
}

.borderright {
	margin				: 0px 0px 0px 0px;
	padding				: 0px 0px 0px 0px;	
	border-top-width	: 0px;
	border-left-width	: 0px;
	border-bottom-width	: 0px;
	border-right	    : 1px;
	border-right-style	: solid;
	border-right-color	: #000000;
}


/*** Einstellungen für Hyperlinks***/

a.verbund {
	color:#808080;
	text-decoration:none;
}

a.verbund:hover {
	color:#808080;
	text-decoration:none;
}

a.verbund:active {	
	color:#808080;
	text-decoration:none;
}