/*Body und ScrollBar - Alle Seiten*/
body 
{
	background-color:#D9DFF0;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#2E4489;
	scrollbar-base-color:#2E4489;
	scrollbar-3dlight-color:#2E4489;
	scrollbar-arrow-color:Silver;
	scrollbar-darkshadow-color:#2E4489;
	scrollbar-face-color:#2E4489;
	scrollbar-highlight-color:Silver;
	scrollbar-shadow-color:Silver;
	scrollbar-track-color:#2E4489;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
}


/* CoolMenus 4 - default styles - do not edit */
.clCMAbs
{
    position:absolute; 
    visibility:hidden; 
    left:0px; 
    top:0px;
}
/* CoolMenus 4 - default styles - end */

/*Style for the background-bar*/
.clBar
{
    position:absolute; 
    width:10px; 
    height:10px; 
    background-color:#2E4489; 
    layer-background-color:#2E4489; 
    visibility:hidden;
}
 

/*Menueleiste - Startmenue*/
.clLevel0,.clLevel0over
{
    position:absolute; 
    padding:2px 0px 0px 2px;
    font-size:13px; 
    font-weight:bold;
}
    
.clLevel0
{
    background-color:#2E4489; 
    layer-background-color:#2E4489; 
    color:white;
}

.clLevel0over
{
    background-color:#2E4489; 
    layer-background-color:#2E4489; 
    color:white; 
    cursor:pointer; 
    cursor:hand;
    margin:0px
}

.clLevel0border
{
    position:absolute; 
    visibility:hidden; 
    background-color:#C1C9E1; 
    layer-background-color:#C1C9E1;
 }

/*Menueleiste - Ausklappmenue*/
.clLevel1, .clLevel1over
{
    position:absolute; 
    padding:3px 0px 0px 6px;
    font-size:12px; 
    font-weight:bold;
}

.clLevel1
{
    background-color:#2E4489; 
    layer-background-color:#2E4489; 
    color:white;
}

.clLevel1over
{
    background-color:#C1C9E1; 
    layer-background-color:#C1C9E1; 
    color:#2E4489; 
    cursor:pointer; 
    cursor:hand;
}

.clLevel1border
{
    position:absolute; 
    visibility:hidden; 
    background-color:#2E4489; 
    layer-background-color:#2E4489;
}

/*Überschrift H1*/
h1
{
	text-align:center;
	font-size:30px;
	white-space:nowrap;
}

/*Überschrift H2*/
h2
{
	text-align:center;
	font-size:20px;
	white-space:nowrap;
}

/*Normaler Text / Beschreibungen*/
td.text
{
	width:900px;
	color:#2E4489;
	font-size:15px;
	text-align:left;
	vertical-align:top;
}

/*Zelle Gruppenüberschrift*/
td.gruppe
{
	height:30px;
	color: #2E4489;
	font-weight:bold;
	font-size:17px;
	text-align:left;
	vertical-align:top;
}

/*Titel der Beschreibung für Module*/
td.name 
{
	width:35%;
	height:30px;
	color:#2E4489;
    font-weight:bold;
	font-size:15px;
	text-align:left;
	vertical-align:top;
}

/*Titel der Beschreibung für Module*/
td.info 
{
	width:20%;
	height:30px;
	color: #2E4489;
    font-weight:bold;
	font-size:15px;
	text-align:left;
	vertical-align:top;
}

/*Inhalt der Beschreibung für Module*/
td.inhalt{
	width:65%;
	height:30px;
	color: #2E4489;
	text-align:left;
	vertical-align:top;
	font-size:15px;
}

/*Zellen für Downloadbeschreibung*/
td.bez
{
	width:20%;
	height:25px;
	color:#2E4489;
	font-weight:bold;
	font-size:15px;
	text-align:left;
	vertical-align:top;
}

/*Zellen für Download*/
td.indown{
	font-size:15px;
	/*width:30%;*/
	height:30px;
	color:#2E4489;
	text-align:center;
	vertical-align:middle;
}

/*Download-Gestaltung*/
a.download{text-decoration:none;}
a:link.download{color:#2E4489}
a:visited.download{color:#2E4489}
a:hover.download{color:#C1C9E1}
a:active.download{color:#2E4489}
a:focus.download{color:#2E4489}

/*Download-Gestaltung Modulstart*/
a.modulstart{text-decoration: none;}
a:link.modulstart{color:White}
a:visited.modulstart{color: White}
a:hover.modulstart{color:#C1C9E1}
a:active.modulstart{color:White}
a:focus.modulstart{color:White}

/*Link-Gestaltung Startseite*/
a.start{text-decoration:none;border:none;}
a:link.start{color:White}
a:visited.start{color:White}
a:hover.start{color:#C1C9E1}
a:active.start{color:White}
a:focus.start{color:White}
