body {
	background: #fff url(../img/page-bg.png) 1000px 0 repeat-y;
}

body.intro {
	background: #fff;
}

p, ul, ol, li, dl {
	margin: 0;
	line-height: normal;
}

/* TOP */

#top {
	background: #111 url(../img/top-bg.png) repeat-x;
	float: left;
	width: 952px;
	padding: 3px 24px 2px 24px
}

/* SPRACHWECHSEL */

#languages {
	list-style: none;
	float: right;
}

#languages li {
	float: left;
	padding: 0 4px;
}

#languages a {
	background: none;
	padding: 0;
}

#languages img {
	border: 0;
	margin: 0;
}

/* SYSNAV */

#sysnav {
	list-style: none;
	float: right;
	margin-left: 2em;
}

#sysnav li {
	padding: 0;
	float: left;
	margin-left: 1em;
}

#sysnav a {
	background: 0;
	padding: 0;
	color: #999;
}

#sysnav .a {
	color: #666;
}

/* HEAD */

#head {
	clear: left;
	background: #070E42 url(../img/head-bg.png) repeat-x;
	border-top: 1px solid #434C8C;
	border-bottom: 1px solid #000319;
	padding: 0 24px;
	position: relative;
	width: 952px;
	height: 87px;
}

#logo {
	position: absolute;
	left: 24px;
	top: 20px;
	border: 0;
	margin: 0;
}

#logo img {
	border: 0;
}

#claim {
	position: absolute;
	right: 23px;
	top: 16px;
	border: 0;
	margin: 0;
	color: #FFF;
	font-size: 110%;
}

#claim img {
	border: 0;
}

/* NAV */

#nav {
	list-style: none;
	position: absolute;
	bottom: -1px;
	left: 192px;
	font-size: 110%;
}

#nav li {
	float: left;
	background: url(../img/nav-tab-inactive-left.png) 0 3px no-repeat;
	margin-right: 2px;
}

#nav li:hover {
	background-position: 0 1px;
}

#nav li.active {
	background-image: url(../img/nav-tab-active-left.png);
	background-position: left top;
}

#nav a, #nav .a {
	padding: 7px 10px 1px 10px;
	display: block;
	background: url(../img/nav-tab-inactive-right.png) right 3px no-repeat;
	font-weight: bold;
}

#nav li:hover a {
	padding-top: 5px;
	padding-bottom: 3px;
	background-position: right 1px;
}

#nav li.active a, #nav li.active .a {
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url(../img/nav-tab-active-right.png);
	background-position: right top;
}

#nav a {
	color: #B4B8D5;
}

#nav .a, #nav .active a {
	color: #006;
}

/* MAIN */

#main {
	position: relative;
	float: left;
}

/* SUBNAV */

#subnav {
	margin: 40px 24px 20px 24px;
	width: 144px;
	position: absolute;
	left: 0;
	top: 0;
}

#subnav .subnav-title {
	font-weight: bold;
	font-size: 110%;
	background: url(../img/subnav-title-bg.png) left top repeat-x;
}

#subnav div.subnav-title a {
	background: none;
	padding-left: 0;
}

#subnav div.subnav-title, #subnav li.subnav-title a, #subnav li.subnav-title span.a {
	padding: 3px 6px 3px 18px;
}

#subnav li.subnav-title li a, #subnav li.subnav-title li span.a {
	padding-top: 0;
	padding-bottom: 0;
}

#subnav.extranet li.subnav-title {
	margin-bottom: 1.5em;
	border-bottom: 0;
	padding-bottom: 0;
}

#subnav.extranet li.subnav-title li {
	font-size: 90.9090909%;
	font-weight: normal;
}

#subnav ul {
	list-style: none;
	margin-bottom: 1.5em;
	border-top: 1px solid #ccc;
}

#subnav.extranet ul.level-1 {
	border-top: 0;
}

#subnav.extranet ul.level-1 ul {
	margin-bottom: 0;
}

#subnav li {
	border-bottom: 1px solid #ccc;
	padding: 4px 0;
	background: #fff;
}

#subnav li a, #subnav li .a {
	display: block;
	background: url(../img/link.png) 2px center no-repeat;
	padding-left: 18px;
}

#subnav li.active a, #subnav li.active .a, #subnav li a:hover, #subnav li.active li a:hover {
	background-image: url(../img/link-active.png);
}

#subnav li.active li a {
	background-image: url(../img/link.png);
}


/* CONTENT */

#content {
	margin: 40px 0 20px 192px;
	float: left;
	width: 784px;
	min-height: 500px;
}

.intro #content {
	width: 712px;
}

#content p, #content ul, #content ol, #content dl, #sidebar dl {
	margin: 1em 0;
	line-height: 1.5;
}

#content li {
	margin: 0.5em 0 0.5em 1.4em;
	list-style-image: url(../img/bullet.png);
	line-height: 1.5;
}

/* LOGIN */

#login {
	display: none;
	width: 196px;
	padding: 15px 24px 0 24px;
	height: 92px;
	position: absolute;
	left: 756px;
	top: 0;
}

#login div {
	float: left;
	margin: 0.1em 0;
}

#login label {
	float: left;
}

#login input {
	width: 120px;
	float: right;
}

#login button {
	float: right;
	margin-right: 50px;
	width: 70px;
	font-size: 90%;
	font-weight: bold;
	color: #006;
}

#login h4 {
	margin-bottom: 0.2em;
}


/* SIDEBAR */

#sidebar {
	position: absolute;
	left: 756px;
	top: 132px;
	width: 196px;
	padding: 15px 24px 0 24px;
}

#sidebar h4 {
	margin-bottom: 1em;
}

#sidebar form, #sidebar dd, #sidebar p {
	margin-bottom: 2em;
}

#sidebar dl a {
	display: block;
	background-position: left 0.4em;
}

#sidebar p.icon_link img {
    margin: 0;
    padding: 0;
    border: 0;
}

#sidebar p.icon_link a {
	background: none;
    padding: 0;
    border: 0;
}

/* FOOTER */

#footer {
	background: #000 url(../img/footer-bg.png) repeat-x;
	padding: 10px 24px;
	clear: left;
	color: #999;
	width: 952px;
	margin-top: 2em;
}


/* NEWS-TABELLE */

table.news a {
	display: block;
	background-position: left 0.2em;
}


/* KONTAKTFORMULAR */

form {
	width: 400px;
}

input, textarea {
	width: 100%;
	padding: 0.2em;
	font-size: 120%;
	background: #eee;
}

#FormKontakt input.button, #FormKontakt input.checkbox {
	width: auto;
}

input.checkbox {
	border: 0;
}

#FormKontakt input.button {
	padding: 0 1em;
}

#FormKontakt label {
	font-weight: bold;
	display: block;
	margin-bottom: 0.3em;
}

#FormKontakt div.element label {
	font-weight: normal;
	margin-left: 1em;
	display: inline;
}

#FormKontakt label.error {
	color: #900;
}

#FormKontakt div.row {
	margin: 1em 0;
}

.formErrors {
	border: 1px solid #900;
	color: #900;
	padding: 1em;
	margin: 1em 0;
}

/* LOGINFORMULAR */

#FormLogin input, #FormLogin textarea {
	width: 100%;
}

#FormLogin input.button, #FormLogin input.checkbox {
	width: auto;
}

#FormLogin input.button {
	padding: 0 1em;
}

#FormLogin label {
	font-weight: bold;
	display: block;
	margin-bottom: 0.3em;
}

#FormLogin div.element label {
	font-weight: normal;
	margin-left: 1em;
	display: inline;
}

#FormLogin label.error {
	color: #900;
}

#FormLogin div.row {
	margin: 1em 0;
}


/* -= HQ Magazin =- */

#FormHQMagazin {
	float: left;
	width: 100%;
}

#FormHQMagazin div.row, #FormHQMagazin div.element {
	float: left;
	margin: 0.2em 0;
}

#FormHQMagazin input {
	width: 195px;
}

#FormHQMagazin input.button {
	width: auto;
	margin-right: 0.5em;
}

/* Bilder in News */

.image-row {
	margin-bottom: 3em;
	float: left;
}

/* Videos */

div.video {
	float: left;
	width: 100%;
}

div.video #player {
	padding: 7px;
	padding-bottom: 4px;
	background: #fff;
	border: 1px solid #ccc;
	float: left;
}

/* Audio */

#audioplayer {
	position: absolute;
	right: 24px;
	bottom: 5px;
	z-index: 9999;
}

/* LOGININFO */
#login-info {
	position: absolute;
	top: 10px;
	right: 0;
	text-align: right;
	font-size: 90%;
}

#login-info a {
	margin-left: 0.5em;
}

/* Extranet: Projektauswahl */
#content ul.project-select li {
	list-style: none;
	margin-left: 0;
	font-size: 120%;
}	

/* TemplateChildren */
#content ul.children li {
	list-style: none;
	margin-left: 0;
	font-size: 120%;
}

/* Breadcrumbs */
#breadcrumbs {
	position: absolute;
	top: 10px;
	left: 192px;
	font-size: 90%;
}

#breadcrumbs ol  {
	float: left;
	list-style-type: none;
	margin-right: 200px;
}

#breadcrumbs li {
	float: left;
	margin-right: 0.5em;
	margin-bottom: 0.2em;
}

#breadcrumbs li span.a {
	padding-left: 18px;
	background: url(../img/link-active.png) no-repeat scroll 2px center;
}

