@CHARSET "UTF-8";
.hsizer {
	width: 1020px;
	margin: auto;
}

header .content {
	padding-top: 0px;
	padding-bottom: 10px;
	background-image: url(../../images/default/header_bg.png);
}

header .top {
	background-color: #00294d;
	height: 15px;
}

header .left {
	float: left;
}

header .logo {
	background-image: url('../../images/default/logo_tkki.png');
	background-repeat: no-repeat;
	width: 91px;
	height: 100px;
}

header .right {
	float: right;
	text-align: right;
}

header .title {
	padding-top: 30px;
	color: #7b8596;
	text-transform: uppercase;
	font-size: 22px;
}

header .subtitle {
	color: #425059;
	text-transform: uppercase;
	font-size: 22px;
}

header .menuContainer {
	height: 29px;
	background-color: #5b687e;
}

header ul.menu {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

header ul.menu > li {
	font-size: 12px;
	float: left;
	position: relative;
}

header ul.menu > li.right {
	font-size: 12px;
	float: right;
	position: relative;
}

header ul.menu > li.text {
	color: white;
	line-height: 29px;
	padding-left: 10px;
	padding-right: 10px;
}

header ul.menu > li > a {
	display: inline-block;
	text-transform: uppercase;
	color: white;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: inherit;
	display: block;
	line-height: 29px;
	background-color: #7b8596;
	border-right: 1px solid #425059;
	border-left: 1px solid #999fa9;
}

header ul.menu > li > a.profile {
	font-size: 15pt;
	padding-left: 10px;
	padding-right: 10px;
}

header ul.menu > li > ul {
	display: none;
	position: absolute;
	background: rgba(195, 197, 202, 0.95);
	padding: 8px 0;
	top: 100%;
	left: 0px;
	list-style: none;
	margin: 0px;
	z-index: 200;
}

header ul.menu > li:hover > ul {
	display: block;
}

header ul.menu > li > ul > li {
	margin: 0;
	position: relative;
	display: block;
	padding: 0 20px;
	text-align: center;
	height: 29px;
	line-height: 26px;
	text-align: left;
}

header ul.menu > li > ul > li > a {
	display: block;
	line-height: 29px;
	white-space: nowrap;
	color: #425059;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
}

header ul.menu > li > ul > li.level2 {
	display: none;
	padding-left: 40px;
}

footer {
	border-top: 1px solid #e4e4e4;
}

footer .impressum {
	padding-top: 20px;
	padding-bottom: 20px;

	font-size: 7.5pt;
	padding-top: 15px;
	color: #a0a0a0;
}

footer a {
	text-decoration: none;
	color: white;
}

footer a:hover {
	text-decoration: underline;
	color: orange;
}

.mainContent {
	padding-top: 20px;
	padding-bottom: 20px;
	background: white;
}

.mainContent h1 {
	font-size: 24px;
}
