﻿/* ######################################################################################################## */
/* ### AUSBLENDEN EINES PORTLETS                                                                       	### */
/* ### statt 'leer' schreiben Sie hinter das '#' den ID-Namen des Portlets, das Sie ausblenden wollen. 	### */
/* ###                                                                                                  ### */
/* ### bei News-Portlets stehen folgende Namen zur Wahl: 	 	news1, news2, news3, news4, news5		### */
/* ### bei Support-Portlets stehen folgende Namen zur Wahl:   	supp1, supp2, supp3, supp4       		### */
/* ### bei eCommerce-Portlets stehen folgende Namen zur Wahl: 	ecom2, ecom3, ecom4, ecom5  			### */
/* ### bei Fachliteratur-Port. stehen folgende Namen zur Wahl: 	facl1,					  				### */
/* ######################################################################################################## */

#leer .Portlet {
	display				:	none;
}

/* ######################################################################################################## */
/* ### Das breitere Portlet 'ecom1' blenden Sie aus, indem Sie die Kommentar-Zeichen in der Zeile 19    ### */
/* ### entfernen!																						### */
/* ###                                                                                                  ### */
/* 				#ecom1 .Portlet_breit { display : none; }													*/
/* ###                                                                                                  ### */
/* ### Schreiben Sie die Kommentar-Zeichen wieder hin, wenn Sie das Portlet wieder einblenden wollen. 	### */
/* ######################################################################################################## */







/* ############################################################ */
/* ### entscheidende Klasse für Portlets MIT Rahmen			### */
/* ### Hier definieren Sie die Stärke und Farbe des Rahmens ### */
/* ############################################################ */
.RahmenPortletInput {
	border				: 	1px solid #999999;
	border-top			: 	none;
	padding				: 	2px 4px;
}

/* ############################################################ */
/* ### entscheidende Klasse für Portlets OHNE Rahmen 		### */
/* ############################################################ */
.OhneRahmenPortletInput {
	border				: 	none;
	padding				: 	2px 4px;
}



/* ################################### */
/* ### Allgemeine TAG-Definitionen ### */
/* ################################### */

body {
	margin				:	0px; 
	padding				:	0px;
}
body, td {
	font-family			:	Arial, Helvetica, sans-serif;
	font-size			: 	12px; /* 75%;/* :!!: */
}	
a {
	color				: 	#000080;
	text-decoration		: 	none;
}
a:active {
	text-decoration		: 	underline;
}
a:hover {
	text-decoration		: 	underline;
}
a:focus {
	text-decoration		: 	underline;
}


h2.h2GrauNormalTextDick{
	font-size				:	11px; /* 92%; /* :!!: */
	font-weight				:	bold;
	color					:	#666;
	margin					:	0px 0px 10px 0px;
	padding					:	0px;
}

/* definiert den Text innerhalb des Portlets */
.txt8gr {
	/* font-size			: 	12px; /* 11px;/* :!!: entfällt */
	line-height			: 	140%;
	color				: 	#444444;
}



/* ################################################ */
/* ### Definitionen für den Aufbau der Portlets ### */
/* ################################################ */

.Portlet {
	width				:   220px;
	font-family			:  	Arial, Helvetica, sans-serif;
	/* font-size			: 	11px; /* 11px;/* :!!: entfällt */
	padding-bottom		: 	9px;
}
.Portlet_breit {
	width				:   450px;
	font-family			:  	Arial, Helvetica, sans-serif;
	/* font-size			: 	11px; /* 11px;/* :!!: entfällt */
	margin				:	0px;
	padding-bottom		: 	9px;
}

.Portlet_1024 {
	width				:   292px;
	font-family			:  	Arial, Helvetica, sans-serif;
	/* font-size			: 	11px; /* 11px;/* :!!: entfällt */
	padding-bottom		: 	9px;
}
.Portlet_breit_1024 {
	width				:   594px;
	font-family			:  	Arial, Helvetica, sans-serif;
	/* font-size			: 	11px; /* 11px;/* :!!: entfällt */
	padding-bottom		: 	9px;
}


/* definiert die Überschrift der portlets */
.PortletHead {
	font-size			: 	11px; /* 11px;/* :!!: */
	background-color	: 	#999999;
	margin				:	0px;
	padding				: 	0px 5px 1px 5px;
	font-weight			: 	bold;
	color				: 	#ffffff;
}

/* definiert Links innerhalb der Überschrift */
.PortletHead a {
	color				: 	#ffffff;
}
.PortletHead a:active {
	text-decoration		: 	none;
}
.PortletHead a:hover {
	text-decoration		: 	none;
}
.PortletHead a:focus {
	text-decoration		: 	none;
}
.PortletText {
	font-size			: 	11px; /* 11px; :!!: */
	line-height			: 	140%;
	color				: 	#444444;
}

.PortletPic {
	float				: 	left;
	margin				: 	4px 5px 0px 0px;
}

/* ----  Listen  ---- */
.contentListeUlDisk{
	margin				:	0px 0px 0px 18px;
	padding				:	auto;
	list-style-type		:	disk;
	font-size			: 	11px; /* 11px; :!!: */
	line-height			: 	140%;
}