@charset "UTF-8";

html, body, div, ul, li, img, a, p, h1, h2, h3 {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body {
	height: 100%;
}

body {
	background-color: #F9F9F9;
	font-size: 12px;
	color: #4D4D4D;
	font-family: Verdana, sans-serif;
	min-height: 500px;
}

a {
	text-decoration: none;
	color: #0D7827;
}

a.hidden {
	text-decoration: none;
	color: #4D4D4D;
}
a.hidden:hover {
	color: #0D7827;
}

p {
	margin: 1em 0em;
    text-align: justify;
}

h2 {
	margin: 2em 0em 1em 0em;
	font-size: 1.2em;
	color: #12702A;
	font-weight: bold;
}

h3 {
	margin: 1em 0em 0em 0em;
	font-size: 1em;
	color: #0D7827;
	font-weight: 100;
}
h3 + p {
	margin-top: 0px;
}

#banner_left {
	position: fixed;
	top: 0px;
	left: 0px;
	min-height: 3000px;
	height: 100%;
	width: 137px;
	background: url('banner.jpg') repeat-y 0 0;
}

#container {
	padding-left: 175px;
	width: 845px;
}

#header {
	position: relative;
	height: 100px;
	width: 100%;
	border-bottom: 1px solid #12702A;
}

#header_left {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100px;
	width: 560px;
//	background: url('header_left.png') no-repeat 0 0;
}

#header_right {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100px;
	width: 184px;
//	background: url('header_right.png') no-repeat 0 0;
}

.menu {
	overflow: hidden;
	list-style-type: none;
	margin: 20px 0px;
	width: 100%;
	font-size: 12px;
}

.menu li {
	overflow: hidden;
	float: left;
	border-left: 1px solid #12702A;
	padding: 0px 7px;
}

.menu li:first-child {
	border-left: none;
	padding-left: 0px;
}

.menu li:last-child {
	padding-right: 0px;
}

.menu li a {
	color: #4D4D4D;
	font-weight: bold;
	font-size: 0.9em;
}

li.active a, li a:hover, ul.language-selector li.active a, ul.language-selector li a:hover {
	color: #12702A;
}

.active a {
	text-decoration: underline;	
}

#content {
	margin-top: 40px;
	padding-bottom: 30px;
	width: 665px;
	position: relative;
}

#toolbox_outer {
	position: fixed;
	bottom: 0px;
	height: 130px;
	left: 860px;
	width: 160px;
}

#toolbox_inner {
	float: right;
	text-align: center;
}

#langlist {
	overflow: hidden;
   	list-style-type: none;
    margin: 20px 0px;
 	width: 100%;
    font-size: 12px;
	border-bottom: 1px solid #17792A;
	margin: 0 auto 7px;
	padding-bottom: 7px;
	text-align: center;
}

#langlist p {
	float: none;
	margin-bottom: 0.3em;
	text-align: center;
	color: #4D4D4D;
}

#langlist p a:hover {
	color: #12702A;
}


#impressum {
	color: #4D4D4D;
	font-size: 0.9em;
}
#impressum:hover {
	color: #12702A;
}
#univie {
	position: fixed;
	bottom: 150px;
	left: 915px;
	width: 113px;
}

.pruefungen {
	margin-left: 20px;
}

.pruefungen th {
	font-weight: normal;
	font-size: 12px;
	color: #17792A;
	vertical-align: top;
}

.pruefungen td {
	font-size: 12px;
	text-align: center;
}



