
body {
/*	background-color: #020181; */
	background-color: #C0C0C0;
	font-family: Arial;
	font-size: 11px;
}

#main {
	width: 970px;
	height: 571px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 1px;
	background-color: #99CDFF;
}

#logos { 
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 1px;
}

#linkbar {
	width: 970px;
	height: 30px;
	background-color: #99CDFF;
	text-align: center;
	margin-bottom: 1px;
}

#area {
	width: 970px;
}

#navigation {
	width: 190px;
	float: left;
}

#menue {
	height: 260px;
	margin-bottom: 1px;
}

#quicklinks {
	height: 260px;
	background-color: #99CDFF;
	margin-bottom: 1px;
}

#content {
	float: left;
	background-color: white;
	color: black;
	overflow: auto;
}

#paar {
    width: 155px;
    height: 200px;
    float: left;
    margin: 15px;
}

.menuimg1 {
	border-color: black;
	border-width: 1px;
	border-style: solid;
}

.menulink1 {
	font-size: 15px;
	font-weight: bolder;
	color: white;
	text-decoration: none;
	margin-right: 5px;	/* verhindert Änderung der Zellbreite beim Hovern */
} 

.menulink1:HOVER {
	margin-left: 5px;
}

.menulink2, .menulink2Selected {
	font-size: 12px;
	font-weight: bolder;
	color: white;
	text-decoration: none;
	margin-left: 20px;
	margin-right: 5px;	/* verhindert Änderung der Zellbreite beim Hovern */
	margin-top: 5px;
} 

.menulink2Selected {
    background-color: #EEEEEE;
} 

.menulink2:HOVER {
	background-color: #EEEEEE;
        color: black;
}

.menulink3 {
	font-size: 12pt;
	font-weight: bolder;
	color: black;
	text-decoration: none;
	margin-left: 20px;
	margin-right: 5px;	/* verhindert Änderung der Zellbreite beim Hovern */
	margin-top: 5px;
} 

.menulink3:HOVER {
	margin-left: 25px;
}

.menucolumn1 {
	font-size: 15px;
	font-weight: bolder;
	color: #153C85;
	text-decoration: none;
	border-width: 5px;
	border-style: solid;
	border-color: #99CDFF;
}

.quicklink {
	font-size: 12px;
	font-weight: bolder;
	color: #153C85;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
} 

.noborder {
	border-style: none;
}

h1 {
	font-family: Arial;
    font-weight: bold;
    font-size: 14pt;
    line-height: 18pt;
    color: #153C85;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.test {
	font-family: Arial;
    font-weight: bold;
	font-size: 12pt;
    line-height: 16pt;
    color: #153C85;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 5px;
}

.paragraph, .mainparagraph, .maintable {
	font-family: Arial;
    font-weight: normal;
    font-size: 12pt;
    line-height: 16pt;
    color: black;
}

.paragraph {
	margin-top: 0px;
	margin-left: 20px;
    margin-right: 20px;
}

.mainparagraph {
    margin: 20px;
}
	
.maintable {
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.maintable thead {
	background-color:  #3C9FFA;
	font-weight: bold;
}

.maintable_oddrow {
    background-color: white;
}

.maintable_evenrow {
    background-color: #99CDFF;
}

.fotograph {
    font-size: 8pt;
    color: black;
    vertical-align: top;
    line-height: 2pt;       /* kleiner Zeilenumbruch vor Bildunterschrift */
}

.silentLink {
    color: #153C85;
}

.mutedLink {
    color: #153C85;
    text-decoration: none;
}

