/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#page_wrapper {
	text-align: center;
	min-width: 740px;
	width: 740px;
	margin: 0 auto;
}

#header {
}

#mainmenu {
	border-top: #003399 1px solid;
	border-bottom: #003399 1px solid;
	margin: 0 0 15px 0;
}

#mainmenu ul {
	margin: 2px 0px;
	list-style: none;
	padding: 0;
}

#mainmenu ul li {
	display: inline;
}

#mainmenu .active {
	color: #990000;
	font-weight: bold;
}

#mainmenu a {
	text-decoration: none;
	color: #000000;
}

a {
	text-decoration: none;
	color: #003399;
}
a:hover, #mainmenu a:hover {
	color: #FF6600;
}

.gray {
	color: #999999;
}



#pageContent {
	text-align: left;
	margin: 0 10px;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
	color: #990000;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
	color: #990000;
}

p {
	margin: 10px 0 5px 0;
}

em {
	color: #663333;
	font-style: italic;
}

.smallCaps {
	font-variant: small-caps;
}

.bold {
	font-weight: bold;
}

.small {
	font-size: 80%;
}

.big {
	font-size: 120%;
}

.red {
	color: #990000;
}

.centered {
	text-align: center;
}

.nobullets {
	list-style: none;
	margin: 0;
}

.contentLeft {
	float: left;
	width: 570px;
	/*
	background-color: #CC9999;
	*/
}

.contentRight {
	float: right;
	width: 130px;
	/*
	background-color: #33CC99;
	*/
}

.vBreak {
	clear: both;
	height: 0px;
}

.vSpacer10 { height: 10px; }
.vSpacer20 { height: 20px; }

.w200L { width: 200px; }
.w200R { width: 500px; }
 
.w250L { width: 250px; }
.w250R { width: 450px; }
 
.w300L { width: 300px; }
.w300R { width: 400px; }

.w400L { width: 400px; }
.w400R { width: 300px; }

.w500L { width: 500px; }
.w500R { width: 200px; }

.w700L { width: 700px; }
.w700R { width: 0px; }

.indent10 {
	margin-left: 10px;
	margin-right: 10px;
}
.indent20 {
	margin-left: 20px;
	margin-right: 20px;
}

.xLink {
	border: none;
}

.noframe {
	border: none;
}

/*
 * Mitarbeiterliste
 */
 
ul.peopleList {
	list-style: none;
}
ul.peopleList li {
	margin-bottom: 3px;
}

/*
 * Jahresberichte
 */
 
h2.newestReport {
	margin-bottom: 5px;
}
ul.newestReport {
	margin-top: 5px;
	margin-bottom: 20px;
}
h2.olderReport {
	font-size: 13px;
}
ul.olderReport {
	margin-top: 5px;
	margin-bottom: 5px;
}
li.olderReport {
	font-size: 11px;
}

/*
 * Zeitschriften
 */
 
.floatingL {
	float: left;
	margin-right: 5px;
}

.journalYear {
}

.journalIssue {
	font-size: 12px;
	color: #663333;
	font-weight: bold;
	margin-bottom: 3px;
}
.journalPara {
	margin-top: 2px;
}


/*
 * Linkliste
 */

h3.linkCategory {
	color: #990000;
	margin-bottom: 5px;
	font-size: 14px;
}
ul.linkList {
	margin-top: 0px;
}
ul.linkList li {
	margin-bottom: 4px;
}
span.linkDescription {
	font-size: 10px;	
}
