/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.clear {
	clear: both;
}
body {
	background-color: #D4EEFB;
	text-align: center;
}
p {
	padding-bottom: 10px;
	line-height: 20px;
}
a {
	color: #000;
}
h1 {
	font-size: 25px;
	font-weight: normal;
	color: #014A7F;
	padding-top: 40px;
	display: block;
}
h2 {
	font-size: 14px;
	color: #014A7F;
	padding-bottom: 5px;
}
h3 {
	font-size: 11px;
	color: #014A7F;
	padding-bottom: 5px;
}
/*-------------- Seitenbeschreibung */
#page {
	margin: auto;
	text-align: left;
	width: 962px;
	background-color: #FFF;
	border-left: 1px solid #014A7F;
	border-right: 1px solid #014A7F;
	border-bottom: 10px solid #014A7F;
}
/*-------------- Top-Image */
#top {
	height: 133px;
	background-image: url(global_gfx/top_bg.gif);
	background-repeat: repeat-x;
}
#top .topimage {
	float: right;
	margin-top: 22px;
}
/*-------------- Top-Menü */
.topmenu {
	height: 20px;
	padding-left: 52px;
}
	.topmenu div {
		float: left;
		width: 159px;
		text-align: center;
	}
/*-------------- Content */
#content {
	background-image: url(global_gfx/content_top_bg.gif);
	background-repeat: repeat-x;
	width: 100%;
}
/*-------------- Menü */
.menu {
	float: left;
	margin-top: 4px;
	background-color: #D4EEFB;
	width: 227px;
	border-left: 10px solid #FFF;
	margin-right: 14px;
}
	.menu ul {
		list-style: none;
	}
	.menu ul a {
		padding-left: 20px;
		color: #014A7F;
		border-top: 1px solid #FFF;
		display: block;
		height: 15px;
		padding-top: 3px;
		padding-bottom: 3px;
		font-weight: bold;
		text-decoration: none;
	}
	html>body .menu ul a {
		min-height: 15px;
		height: auto;
	}
	.menu ul a:hover {
		background-color: #F2FAFD;
		background-image: url(global_gfx/hover_bg.gif);
		background-position: 5px center;
		background-repeat: no-repeat;
	}
	.menu ul a.on {
		background-color: #F2FAFD;
		background-image: url(global_gfx/hover_bg.gif);
		background-position: 5px center;
		background-repeat: no-repeat;
	}
	.menu ul ul a {
		font-weight: normal;
		padding-left: 30px;
	}
	.menu ul ul a:hover {
		background-position: 15px center;
	}
	.menu ul ul a.on {
		background-position: 15px center;
	}
	.menu .abschluss {
		height: 10px;
		border-top: 1px solid #FFF;
		font-size: 1px;
	}
	.menu .submenu {
		background-color: #FFF;
		background-image: url(global_gfx/submenu_bg.jpg);
		background-repeat: no-repeat;
		height: 187px;
		padding-top: 30px;
		background-position: 0 30px;
	}
	.menu .submenu ul {
		padding-top: 50px;
	}
	.menu .submenu a {
		font-weight: normal;
		color: #000;
		border: 0px solid;
	}
	.menu .submenu a:hover {
		background-color: transparent;
	}
	.menu .submenu a.druckansicht, .menu .submenu a.druckansicht:hover {
		background-image: url(global_gfx/icon_print.gif);
		background-repeat: no-repeat;
		background-position: 20px center;
		padding-left: 40px;
	}
	.menu .submenu a.weiterempfehlen, .menu .submenu a.weiterempfehlen:hover {
		background-image: url(global_gfx/icon_mail.gif);
		background-repeat: no-repeat;
		background-position: 20px center;
		padding-left: 40px;
	}

#pagecontent {
	float: left;
	width: 711px;
}
.leftContent {
	width: 427px;
	float: left;
	padding-right: 21px;
	padding-left: 52px;
}
	.leftContent ul {
		margin-left: 1.5em;
		padding-bottom: 10px;
	}
	.leftContent li {
		line-height: 20px;
	}
.rightContent {
	width: 181px;
	float: left;
	margin-top: 79px;
	padding-left: 20px;
	padding-right: 10px;
}
	.rightcontent * {
		font-size: 10px;
	}
	.rightContent ul {
		margin-left: 1.5em;
		padding-bottom: 10px;
	}
	.rightContent li {
		line-height: 16px;
		font-size: 11px;
	}
	.rightContent p {
		line-height: 16px;
		font-size: 11px;
	}
	.rightContent a {
		font-size: 11px;
	}
.mainHeadline {
	height: 79px;
}
html>body .mainHeadline {
	min-height: 79px;
	height: auto;
}
.caption {
	font-weight: bold;
	color: #014A7F;
	margin-bottom: 15px;
	font-size: 11px;
}

.kontakttabelle {
	border-collapse: collapse;
}
	.kontakttabelle td {
		padding: 1px 2px;
	}
	.kontakttabelle input, select, textarea {
		border: 1px solid #014A7F;
		color: #014A7F;
		padding: 1px;
	}
.box {
	background-color: #F2FAFD;
	border: 1px solid #014A7F;
	padding: 3px;
}




.language {
	margin: 20px 0;
	padding: 0 20px;
}
