@charset "utf-8";

html {
	height: 100%;
	width: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

/****** Links definieren ***/
a:link {
	color: #cc521d;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: none;
}

a:active {
	color: #333333;
	text-decoration: none;
}

a:VISITED {
	color: #cc521d;
	text-decoration: none;;
}

/******* Title definieren *****/
h1 {
	font-family: Verdana;
	font-size: 11pt;
	font-weight: bold;
	color: #333333;
	margin-bottom: 2px;
	margin-top: 2px;
}

h2 {
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	color: #333333;
}

/****** Container ****/
#container {
	min-height: 100%;
	bottom: 15px;
	margin-bottom: -15px;
	width: 100%;
	background-image: url(../img/hg_evlk.png);
	background-position: center;
	background-repeat: repeat-y;
}

#language {
	position: absolute;
	left: 50%;
	margin-left: 365px;
	margin-top: 65px;
	display: none;
}

#footer {
	height: 15px;
	background-color: #f9a13a;
	width: 100%;
	font-family: Verdana;
	font-size: 7pt;
	color: #cc521d;
	display: none;
}

#footer_content_left {
	width: 200px;
	position: absolute;
	left: 50%;
	margin-left: -449px;
	display: none;
}

#footer_content_right {
	width: 200px;
	position: absolute;
	left: 50%;
	margin-left: +350px;
	display: none;
}

#logo {
	position: absolute;
	height: 93px;
	width: 640px;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: bottom;
	left: 50%;
	margin-left: -451px;
	background-color: #FFFFFF;
	border-left: 1px #FFFFFF solid;
	display: none;
}

#shortnavi_right {
	position: absolute;
	height: 93px;
	width: 259px;
	left: 50%;
	border-right: 1px #FFFFFF solid;
	background-color: #FFFFFF;
	margin-left: 191px;
	display: none;
}

#header_left {
	height: 158px;
	width: 214px;
	position: absolute;
	background-image: url(../img/header-left.png);
	background-repeat: no-repeat;
	padding: 0;
	left: 50%;
	margin-left: -450px;
	top: 133px;
	display: none;
}

#header_right {
	height: 158px;
	top: 133px;
	margin-left: 0;
	padding-left: 0;
	left: 50%;
	position: absolute;
	margin-left: -252px;
	display: none;
}

#content_container {
	font-family: Verdana;
	font-size: 9pt;
	padding-right: 10px;
}

#menu_left {
	position: absolute;
	left: 50%;
	margin-left: -449px;
	min-height: 300px;
	width: 197px;
	font-weight: bold;
	font-family: Verdana;
	color: #333333;
	font-size: 9pt;
	line-height: 1.8em;
	display: none;
}

/***** Menu ******/
#menu_bg {
	background-color: #f9a23b;
	width: 100%;
	height: 40px;
	position: absolute;
	top: 93px;
	left: 0;
	display: none;
}

#menu_links {
	position: absolute;
	left: 50%;
	margin-left: -450px;
	height: 40px;
	display: none;
}

.linkleft {
	text-decoration: none;
	color: #333333;
	font-size: 8pt;
	line-height: 1.8em;
	padding-left: 40px;
	font-weight: normal;
	display: none;
}

a:link.linkleft {
	color: #333333;
	text-decoration: none;
	display: none;
}

a:visited.linkleft {
	color: #333333;
	text-decoration: none;
	display: none;
}

a:hover.linkleft {
	color: #cc521d;
	text-decoration: none;
	display: none;
}

a:active.linkleft {
	color: #cc521d;
	text-decoration: none;
	display: none;
}

.linkleftaktive {
	text-decoration: none;
	color: #cc521d;
	font-family: Verdana;
	font-size: 8pt;
	line-height: 1.8em;
	padding-left: 40px;
	font-weight: normal;
	display: none;
}

.infobox {
	background-color: #cb521d;
	text-align: center;
	margin-top: 50px;
	display: none;
}

.logos {
	text-align: center;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	display: none;
}

.billogo {
	max-height: 50px;
	width: auto;
	border: 0;
	display: none;
}

/***** Input Typen ****/
.input1 {
	width: 200px;
	display: none;
}

hr {
	font-size: 1px;
	margin: 0px;
	padding: 0px;
}