@import url(fileadmin/template/css-common/scp-layout.css) screen;

/*
html { }
BODY { background-color:#FFFFFF; color:#000000; font-family:Arial, Helvetica, Verdana, sans-serif; 
           font-size:74%; margin:1em 0 1em; padding:0em; } 
*/

a:link, a:visited { color: #002FB3; text-decoration:none; }
a:hover, a:active { color:#ff9900; }

/* Fliesstext in den einzelnen Abschnitten */ 
div.avail_comment { font-size: 0.95em; }

/* Abschnittsueberschriften */
div.available { 
	text-decoration: none;
	color: #fff; 
	font-weight: bold; 
	font-size: 1.5em; 
	margin-bottom: 0em; 
	padding: 2px;
	font-style: normal; }

/* Abschnittsüberschrift "Nix da" */
div.not_available { 	
	text-decoration: none;
	color: #fff; 
	font-weight: bold; 
	font-size: 1.5em; 
	margin-bottom: 0em; 
	padding: 2px;
	font-style: normal; }

/* Produktnamen der verfuegbaren Updates bzw. Upgrades */
div.update { font-weight:bold; margin-top:10px; }
div.upgrade { font-weight:bold; margin-top:10px; }
div.current { font-weight:bold; margin-top:10px; }
div.downloads { font-weight:bold; margin-top:10px; font-size: 1.2em; color: white; }

/* gesonderte Auszeichnung für das jeweils empfohlene Update bzw. Upgrade */
div#recommended { }

/* Hat im CSS gefehlt - Beschreibungstext der Eintraege */
div.description { font-size: 0.95em; }

/* Untertitel der Produktnamen  */
div.comment { font-style:italic; }

/* komplett wild verwendet: zumeist jedoch Megabyte + Datum, manchmal Version, manchmal sogar Name */
div.download { /*color:red; font-weight:bold; */ font-size: 0.95em; }
div.download.main_download { font-size: 1.2em; }
div.download ul { margin-left: 3em !important; }
div.download ul li ul{ margin-left: 1em !important; }

/* unbenutzt?? */
div.avail_date { font-weight:bold; font-size: 2em; color:green; }
div.module { margin-top:10px; font-weight:bold; font-size: 2em; color:yellow; }
/* div.downloads { font-weight:bold; font-size: 2em; color:purple; } */

div.current-block {
	margin-bottom: 2em;
}

/* 
th   { font-weight:bold; background-color:#D3DCE3;}
tr.e { background-color:#DDDDDD; }
tr.o { background-color:#AADDDD; }
td   { }
form { }
h1   { font-size:20pt; font-weight:bold; }
h2   { font-size:16pt; font-weight:bold; }
h3   { font-size:12pt; font-weight:bold; }
*/

