/* Schriftart  */
h1,h2,h3,h4,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i {
	font-family: 'Arial', sans-serif;
}

div.heading {
	text-align: center;
}

code {
	font-family: 'Courier', monospace;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 16px;
}

.raised {
	padding: 3px;
	border: 2px gray outset;
	background: #d0d0d0;
	text-decoration: none;
	color: blue;
	font-weight: bold;
}

textarea {
	font-size: 12px;
}

p,li,td,code {
	font-size: 14px;
}

a.contact {
	font-size: 12px;
	font-style: italic;
}

select {
	font-size: 14px;
	font-weight: bold;
	margin: 2px;
	color: black;
	background-color: #EFEFFF;
}

/* Abstände */
h1 {
	margin-top: 10px;
	margin-bottom: 30px;
}

li {
	margin-top: 10px;
}

/* Farben */
body,select {
	color: black;
	background-color: #EFEFFF;
}

body {
	padding: 0;
}

.left20 {
	margin-left: 20px;
}

/* Bereiche */
div.left {
	color: black;
	background-color: #EFEFFF;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 120px;
	height: 100%;
	border-color: gray;
	border-right: 1px;
	border-right-style: solid;;
	padding: 0;
	z-index: 1;;
}

#divRight {
	color: black;
	background: #D4D4FF;
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0px;
	left: 122px;
	right: 0px;
	height: 100%;
	overflow: auto;
	z-index: 1;
}

div.statistic {
	position: absolute;
	bottom: 10px;
	left: 0px;
	width: 118px;
	height: 100px;
	vertical-align: bottom;
	z-index: 1;
}

/* zentrierter Text */
p.center {
	margin-top: 10px;
	margin-bottom: 10px;
	vertical-align: middle;
	text-align: center;
}

/* Bereichsinhalte */
div.menu {
	font-size: 14px;
	font-weight: bold;;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
}

div.contents {
	padding-left: 10px;
	padding-right: 10px;
}

p.menu {
	margin-left: 2px;
	margin-right: 2px;
}

.menu {
	text-decoration: none;
	color: black;
	background: #EFEFFF;
}

.menu .item:hover {
	color: blue;
	background: #c4c4ff;
}

/* Tabellen */

.noborder, table, tr {
	border: none;
}

table.w500 {
	margin: 0;
	padding: 0;
	border-top: 2px solid gray;
	border-bottom: 2px solid gray;
	width: 500px;
}

table.light {
	margin: 0;
	padding: 1px;
	border-top: 2px solid gray;
	border-bottom: 2px solid gray;
}


td {
	border-top: 1px solid gray;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

td.rowHead {
	padding-right: 10px;
	font-weight: bold;
}


th {
	border: none;
}

/*
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid gray;
*/

.nobottom {
	border-bottom: none;
}

