﻿body 
{
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
}
h2
{
	font-weight: bold;
	font-size: 12px;
	color:#666666;
}
.fachbereich
{
	font-weight: bold;
	color: #FFFFFF;
	font-size: 18px;
}

.kurstitel
{
	font-weight: bold;
	color: #000000;
}

.red
{
	font-weight: bold;
	color: #CC0033;
}

.blue
{
	font-weight: bold;
	color: #335EAE;	
}

.green
{
	font-weight: bold;
	color: #27A43D;
}

.grey
{
	font-weight: bold;
	color: #A4A4A4;
}

a
{
	cursor: pointer;
	color: #000000;
	text-decoration: none;
	font-family: Arial;
	
}
a:link
{
	color: #000000;
	text-decoration: none;
}
a:visited
{
	color: #000000;
	text-decoration: none;
}
a:active
{
	color: #000000;
	text-decoration: none;
}
a:hover
{
	color: #666666;
	text-decoration: underline;
}

.upper
{
	text-transform:uppercase;
}

/* -- ASPxHyperlink -- */
.dxeHyperlink
{
    font-family: Arial;
    font-size: 9pt;
    color: #000000;
    text-decoration: none;        
}
a.dxeHyperlink:link
{
	color: #000000;
	text-decoration: none;
}
a.dxeHyperlink:visited
{
    color: #000000;
    text-decoration: none;    
}
a.dxeHyperlink:active
{
	color: #000000;
	text-decoration: none;
}
a.dxeHyperlink:hover
{
    color: #666666;  
    text-decoration: underline;  
}

/* -- ASPxRoundPanel -- */
.dxrpControl td.dxrp
{
	font-size: 9pt;
	font-family: Arial;
	color: #000000;	
}
/* Header */
.dxrpHeader, .dxrpHeader td.dxrp
{
    font-size: 9pt;
	font-family: Arial;    
	color: #313131;
}
/* Disabled */
.dxrpDisabled, .dxrpDisabled td.dxrp
{
	color: #acacac;
	cursor: default;
}

/* -- ASPxCloudControl -- */
.dxccControl a:hover
{
    text-decoration:underline!important;
}
.dxccControl a
{
	text-decoration:none!important;
	color: #1E3695;	
}
.dxccControl
{
	font-family: Arial;
	text-decoration:none;
	color: #1E3695;
	background-color: #FFFFFF;
}
/* Disabled */
.dxccDisabled
{
	color: #808080;
	cursor: default;
}

.dxeBase
{
	font-family: Arial;
}

.dxrp
{
	font-family: Arial;
}


/* -- ASPxGridView -- */

.dxgvHeader {	
	background-color: #C0C0C0;
}
.dxgvHeader, .dxgvHeader table {
	font-family: Arial;
}

.dxgvDataRow
{
	font-family:Arial;
}


/* -- ASPxButtons -- */
.dxbButton
{	
	font-family:Arial;
} 
