/************************************************************************************/
/* Liste */
ul
{
	margin-bottom: 15px;	
}

li
{
	list-style-position: inside;
}

ul li
{
	list-style-type: circle;
}


/************************************************************************************/
/* Überschriften */
h1
{
	font-size: 24px;
	color: #333;
	margin-bottom: 20px;
}

h2
{
	font-size: 18px;
	margin-bottom: 5px;
	line-height: normal;
	font-weight: normal;
	margin-top: 10px;
}

h3
{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 10px;
}

h3a
{
	font-size: 12px;
	font-weight: bold;
}

h4
{
	font-size: 12px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 2px;
	text-decoration: underline;
}



/************************************************************************************/
/* Diverse */
p
{
	padding: 2px 0 10px 0;
}


/* --------------------------------------------------------------------------------------------------------------- */
/* Allgemeine Text Formatierungen */
.text-blau
{
	color: #0066CC;
}

.text-rot
{
	color: #FF0000;
}

.text-gruen
{
	color: #009933;
}

.text-gelb
{
	color: #FFFF33;
}

.text-orange 
{
	color: #FF9900;
}


.text-grau 
{
	color: #CCCCCC;
}


.text-blocksatz
{
	text-align: justify;
}

.text-fett
{
	font-weight: bold;
}

.text-unterstrichen
{
	text-decoration: underline;
}

.text-durchgestrichen
{
	text-decoration: line-through;
}


.text-kursiv
{
	font-style: italic;
}

.text-klein
{
	font-size: 9px;
}


.text-h2
{
	font-size: 18px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.text-h3
{
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}

.text-zentriert
{
	text-align: center;
}


.text-titel-gross 
{
	font-size: 24px;
	color: #000000;
	clear: right;
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
}

.text-untertitel
{
	font-size: 14px;
}

.text-labelelement
{
	text-align: right;
	font-weight: bold;
	float: left;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 10px;
}

.text-blockelement
{
	float: left;
	padding-top: 3px;
	text-align: left;
	margin-bottom: 5px;
	min-height: 17px;
}

.text-link
{
	color: #006699;
	text-decoration: none;
}

.text-link:hover
{
	text-decoration: underline;
}

.text-liste-maxwell
{
	list-style-position: outside;
	list-style-image: url(../images/icons/listenpunkt_maxwell.gif);
	margin: 0px;
	padding: 0px 0px 0px 15px;
}

.text-liste-lehrgang
{
	list-style-position: outside;
	list-style-image: url(../images/icons/listenpunkt_lehrgang.gif);
	margin: 0px;
	padding: 0px 0px 0px 15px;
}

.text-liste-academy
{
	list-style-position: outside;
	list-style-image: url(../images/icons/listenpunkt_academy.gif);
	margin: 0px;
	padding: 0px 0px 0px 15px;
}

.text-liste-supportabos
{
	list-style-position: outside;
	list-style-image: url(../images/icons/listenpunkt_supportabos.gif);
	margin: 0px;
	padding: 0px 0px 0px 15px;
}

.text-liste-downloads
{
	list-style-position: outside;
	list-style-image: url(../images/icons/listenpunkt_downloads.gif);
	margin: 0px;
	padding: 0px 0px 0px 15px;
}

.text-liste-netviewer
{
	list-style-position: outside;
	list-style-image: url(../images/icons/listenpunkt_netviewer.gif);
	margin: 0px;
	padding: 0px 0px 0px 15px;
}

.text-liste-links
{
	list-style-position: outside;
	list-style-image: url(../images/icons/listenpunkt_links.gif);
	margin: 0px;
	padding: 0px 0px 0px 15px;
}

.text-liste-vip
{
	list-style-position: outside;
	list-style-image: url(../images/icons/listenpunkt_vip.gif);
	margin: 0px;
	padding: 0px 0px 0px 15px;
}

.text-liste-top li, .text-liste-topPlus li,  .text-liste-topR li, .text-liste-lehrgang li, .text-liste-academy li, .text-liste-maxwell li
{
	margin-bottom: 15px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}



/************************************************************************************/
/* Bilder */
.bild-rahmen
{
	border: 1px solid #000000;
}

.bild-rahmen-link
{
	border: 1px solid #000000;
	cursor: pointer;
}

.bild-fileicon
{
	margin-right: 7px;
	padding: 0px;
	vertical-align: middle;
	margin-bottom: 3px;
}

.image-icon
{
	float: left;
	height: 16px;
	width: 16px;	
}

.image-icon-link
{
	float: left;
	height: 16px;
	width: 16px;	
	cursor: pointer;
}
