/**
 * Page Layout 
 */
html, body {
	margin: 0;
	background-color: #fff;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11pt;
	background-image: url(images/top.png);
	background-repeat: repeat-x;
}
#page {
	margin: 0 auto;
	width: 780px;
	text-align: left;
	position: relative;
}
#top {
	position: relative;
	height: 163px;
	width: 100%;
}
#logo {
	position: absolute;
	height: 113px;
	width: 200px;
	bottom: 0;
	left: 0;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	behavior: url(/js/iepngfix.htc);
}
#tagline {
	position: absolute;
	bottom: 50px;
	left: 270px;
}
#topnav {
	position: absolute;
	bottom: 0;
	right: 0;
}
#nav {
	width: 270px;
	float: left;
	margin-top: 50px;
}
#content {
	float: left;
	width: 510px;
	font-size: 10pt;
	margin-top: 50px;
}
#bottom {
	clear: left;
	height: 153px;
	width: 100%;
	background-image: url(images/bottom.png);
	background-repeat: repeat-x;
	position: relative;
}
#tuev-w {
	clear: left;
	width: 780px; 
	margin: 0 auto;
	position: relative;
}
#tuev {
	text-align: left;
	position: absolute;
	width: 78px;
	height: 150px;
	bottom: 0;
	left: 0;
	background-image: url(images/tuev.png);
	background-repeat: no-repeat;
}
#disclaimer {
	margin-top: 50px;
}
/**
 * Menus 
 */
/*** Left Navigation ***/
#nav ul {
	list-style-type: none;
	margin: 0 50px 0 0;
	padding: 0;
}
#nav ul li a {
	display: block;
	height: 32px;
	text-decoration: none;
	font-weight: bold;
	background-image: url(images/nav.png);
	background-repeat: no-repeat;
}
#nav ul li a:link, #nav ul li a:visited {
	padding: 8px 0 0 10px;
}
#nav ul li a:hover {
	padding: 8px 0 0 10px;
	color: #fff;
	background-image: url(images/nav_hover.png);
	background-repeat: no-repeat;
}
#nav ul li a.selected {
	color: #000;
}
/*** Top Navigation ***/
#topnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#topnav ul li {
	float: left;
	margin-left: 10px;
}
#topnav ul li a {
	display: block;
	font-size: 10pt;
}
#topnav ul li a:hover {
	text-decoration: none;
}

#tagline h1 {
	margin: 0;
	font-size: 14pt;
	font-style: italic;
	color: #2f53a7;	
}
#tagline h2 {
	margin: 0;
	font-size: 13pt;
	font-weight: normal;
	font-style: italic;
	color: #2f53a7;
}

/*** Classes ***/
.high {
	font-size: larger;
}
.hidden {
	display: none;
}
.clear {
	clear: both;
}
/*** HTML Elements ***/
a {
	color: #2f53a7;
}
#content a:hover {
	text-decoration: none;
}
#content a:visited {
	color: #1f4397;
}
#content :first-child, h2 :first-child, h3 :first-child {
	margin-top: 0px;
}
#content h2, #content h3 {
	border-bottom: 1px dotted #2f53a7;
	font-style: italic;
	color: #2f53a7;
}
#content ul li {
	list-style-image: url(images/arrow.png);
	padding-left: 5px;
}
#content img {
	border: 0;
}
#content .pbr {
	float: right;
	border: 1px solid #ddd;
	padding: 5px;
	margin: 5px 0 5px 5px;
}
#content .pbl {
	float: left;
	border: 1px solid #ddd;
	padding: 5px;
	margin: 5px 5px 5px 0;
}
#disclaimer h4, #disclaimer p {
	color: #999;
	font-size: x-small;
}
#disclaimer a, #disclaimer a:link, #disclaimer a:visited, #disclaimer a:hover, #disclaimer a:active {
	color: #999;
}
table.kontakt {
	width: 100%;
}
table.kontakt td.left {
	padding: 0 10px 4px 0;
}

