/*
* BRAUN Düsseldorf
* stylesheet.css
* 
* Author: Holger M. Stangl
* Company: Limeflavour | http://www.limeflavour.com
* Date: Mai 2009
*/


/*
* General Pre Settings
*
*/
* {
   margin: 0;
   padding: 0;
   border: 0;
}

ul, ol, dl {
  list-style: none;
}

img, fieldset { border: 0; }

a { color: #b8934e;/*color: #858f69;*/text-decoration: none; }
a:hover { color: #5E6C3C; text-decoration: none; }


/*
* General Helpers
*
*/
.killfloat {
	overflow: hidden;
	clear: both;
	font-size: 0;
	height: 0;
}

.hidden {
	display: none;
	visibility: hidden;
}

.invisible {
	display: inline;
	overflow: hidden;
	position: absolute;
	top: -1000px;
	left: -1000px;
	width: 0;
	height: 0;
	}




/*
* STRUCTURE
*
*/
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 101%;
	color: #393939;
	background-color: #272726;
	background-image: url(../../files/static/images/jpg/htg_body.jpg);
	background-position: left -50px;
	background-repeat: repeat-x;
	text-align: center;
	}

html>body { 
	font-size: 16px; /* Set correct font-size for safari browsers */
	}


/*
* Structure Elements
*
*/
#container {
	width: 970px;
	margin: 50px auto 0 auto;
	padding-bottom: 50px;
	position: relative;
	text-align: left;
	}

#containerHeader {
	height: 179px;
	position: relative;
	background-image: url(../../files/static/images/png/header.png);
	background-position: left top;
	background-repeat: repeat-x;
	}

#containerMain {
	padding: 45px 30px 0px 30px;
	min-height: 300px;
	background-image: url(../../files/static/images/png/htg_container.png);
	background-position: left top;
	background-repeat: repeat-y;
	position: relative;
	}

.containerCenter {
	padding-bottom: 45px;
	
	}
	
.containerContent {
	position: relative;
	}

#containerBottom {
	background-image: url(../../files/static/images/png/htg_bottom.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 0 5px 10px 5px;
	}



/*
* Navigation Elements
*
*/


/* Navigation A */
.navigationA {
	padding: 0 0 0 25px;
	height: 24px;
	position: absolute;
	bottom: 24px;
	left: 5px;
	}

.navigationA li {
	float: left;
	padding-right: 30px;
	}
		
.navigationA li a {
	color: #fff;
	font-size: 12px;
	
	}

.navigationA li a.active {
	color: #e0ca94;
	}
	
.navigationA li a:hover {
	color: #e0ca94;
	}

/* Navigation B */
.navigationB {
	padding: 0 0 0 25px;
	height: 24px;
	position: absolute;
	bottom: 0px;
	left: 5px;
	}
	
.navigationB li {
	float: left;
	padding-right: 30px;
	}
		
.navigationB li a {
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	}

.navigationB li a.active {
	color: #d9c48f;
	}
	
.navigationB li a:hover {
	color: #d9c48f;
	}
	
#notepad {
	position: absolute;
	bottom: 4px;
	left: 652px;
	}
	
#notepad a {
	font-size: 11px;
	line-height: 16px;
	color: #fff;
	padding-left: 12px;
	background-image: url(../../files/static/images/gif/icon_notepad_white.gif);
	background-position: left 2px;
	background-repeat: no-repeat;
	}



	
/* Navigation Service */
.navigationService {
	color: #fff;
	background-color: #54524f;
	display: block;
	padding: 5px 25px;
	height: 15px;
	}

.navigationService li {
	float: left;
	font-size: 11px;
	padding: 0 10px 0 0;
	}

.navigationService li a {
	color: #fff;
	}
	
.navigationService li a.active {
	color: #d9c48f;
	}
	
.navigationService li a:hover {
	color: #d9c48f;
	}



/*
* Other Elements
*
*/
/* Logo */
#logoBox {
	right: 85px;
	position: absolute;
	top: 60px;
	}

	
	
	
	
	
.textBox {
	font-size: 11px;
	line-height: 20px;
	}

.textBox p {
	padding-bottom: 10px;
	}

.textBox h2 {
	font-size: 11px;
	line-height: 20px;
	}
	
/*.textBox a {
	text-decoration: underline;
	background-repeat: no-repeat;
	}

.textBox a.extern {
	padding-left: 14px;
	background-image: url(../images/icon_link_extern.gif);
	background-position: 2px 4px;
	}
	
.textBox a.download {
	background-image: url(../images/icon_link_download.gif);
	background-position: left 4px;
	}	
*/

/*.linkBox a {
	text-decoration: none;
	font-weight: bold;
	padding-left: 12px!important;
	background-image: url(../images/icon_link.gif);
	background-position: left 3px;
	background-repeat: no-repeat;
	}
	
.linkBox a.extern {
	background-image: url(../images/icon_link_extern.gif);
	background-position: left 4px;
	}
	
.linkBox a.download {
	background-image: url(../images/icon_link_download.gif);
	background-position: left 4px;
	}	*/



.containerCenter h1 {
	color: #999999;
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 20px;
	}

.containerCenter h2 {
	color: #b8934e;
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 15px;
	}
	
.containerCenter h2 a {
	color: #b8934e;
	}

.containerCenter h2 a:hover {
	color: #393939;
	}

.containerCenter h3 {
	color: #5e6c3c;
	font-size: 12px;
	font-weight: normal;
	}



.containerHeadline {
	float: left;
	width: 300px;
	}

.containerFunctions {
	float: right;
	width: 600px;
	border-bottom: 1px solid #e0dbd3;
	}



.columnLeft {
	width: 287px;
	float: left;
	padding-right: 23px;
	}
	
.columnCenter {
	width: 288px;
	float: left;
	padding-right: 23px;
	}
	
.columnRight {
	width: 288px;
	float: right;
	}




.imageBox {
	padding-bottom: 15px;
	}

.imageBox .image {
	border: 1px solid #ebd299;
	padding: 5px;
	}

.imageBox .caption {
	font-size: 11px;
	padding-top: 3px;
	color: #999;
	}

.imageBox .caption a {
	padding-left: 14px;
	background-image: url(../../files/static/images/gif/icon_zoom.gif);
	background-position: left 2px;
	background-repeat: no-repeat;
	}
	
	

.containerThumbs .imageBox {
	width: 132px;
	}

.floatLeft {
	float: left;
	}

.floatRight {
	float: right;
	}



.containerBack {
	/*padding-left: 310px;*/
	border-top: 1px solid #E0DBD3;
	margin-top: 20px;
	}
	
.containerBack a {
	padding-left: 10px;
	background-image: url(../../files/static/images/gif/icon_back.gif);
	background-position: left 5px;
	background-repeat: no-repeat;
	}


.functionBox {
	font-size: 11px;
	line-height: 20px;
	position: absolute;
	/*right: 30px;
	top: 45px;*/
	right: 0;
	top: 0;
	width: 288px;
	padding-left: 312px;
	border-bottom:1px solid #e0dbd3;
	}
	
.functionBox a.notepadLink {
	padding-left: 12px;
	background-image: url(../../files/static/images/gif/icon_notepad_brown.gif);
	background-position: left 2px;
	background-repeat: no-repeat;
	}


.containerList .introBox {
	padding: 0 311px 15px 0;
	}

.containerList .teaserBox {
	padding: 0 311px 15px 155px;
	}

.containerList .teaserBox .imageBox {
	border: 1px solid #ebd299;
	padding: 5px;
	width: 120px;
	float: left;
	margin-right: 23px;
	}

.containerList .teaserBox .textBox {
	width: 288px;
	min-height: 93px;
	float: right;
	border-bottom: 1px solid #e0dbd3;
	}
	
.containerList .teaserBox .textBox h2 {
	padding-bottom: 10px;
	}
	



.containerListB .teaserBox {
	padding: 0 0 15px 155px;
	}

.containerListB .teaserBox .textBox {
	line-height: 18px;
	}

.containerListB .teaserBox .textBox h2 {
	padding-bottom: 2px;
	}

.containerListB .teaserBox .titleBox {
	width: 312px;
	height: 93px;
	float: left;
	border-bottom: 1px solid #e0dbd3;
	padding-top: 0;
	}




.containerListC {
	float: right;
	width: 445px;
	}
	
.containerListC .teaserBox {
	padding: 0 0 15px 0;
	width: 445px;
	}




.containerDownload {
	padding-top: 30px;
	}
	

.containerText table {
	font-size: 11px;
	line-height: 20px;
	border-collapse: collapse;
	margin-top: 15px;
	}

.containerText table tr th {
	vertical-align: top;
	text-align: left;
	width: 100px;
	}
	
.containerText table tr td {
	vertical-align: top;
	text-align: left;
	}
	
	
	
	
	
	
	
	
	
	
	
	

.containerForm fieldset {
	}

.containerForm .formItem {
	padding: 0 0 10px 0;
	margin-bottom: 1px;
	}

.containerForm .formItem .formLabel {
	float: left;
	width: 65px;
	padding-top: 3px;
	font-size: 11px;
	color: #999999;
	}

.containerForm .formItem .formLabel label {
	color: #999999;
	}

.containerForm .formItem .formLabel label.error {
	color: red;
	}
	
.containerForm .formItem .formField {
	font-size: 11px;
	float: right;
	width: 223px;
	}

.containerForm .formItem .formField input {
	background-color: #f4f1ec;
	border: 1px solid #bebbb6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	padding: 2px 4px;
	width: 208px;
	margin-left: 5px;
	}

.containerForm .formItem .formField input.inputMidi { width: 158px; float: left; }
.containerForm .formItem .formField input.inputMini { width: 35px; float: left; }

.containerForm .formItem .formField input.error { background-color: red;color:#fff; }
/*.containerForm .formItem .formField input.error { border: 1px solid #b70f27;color: #b70f27; }*/


.containerForm .formItem .formField select {
	background-color: #f4f1ec;
	border: 1px solid #bebbb6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	padding: 1px;
	width: 217px;
	margin-left: 5px;
	}

.containerForm .formItemTextarea .formField {
	width: auto;
	float: none;
	}

.containerForm .formItemTextarea .formField textarea {
	background-color: #f4f1ec;
	border: 1px solid #bebbb6;
	font-family: Arial, Helvetica, sans-serif;
	overflow: auto;
	font-size: 11px;
	color: #999999;
	padding: 2px 4px;
	width: 278px;
	height: 209px;
	}
	
	

.containerForm .formItem .formFieldRadio input {
	background-color: transparent;
	border: 0;
	padding: 0;
	margin-top: 2px;
	width: auto;
	float: left;
	}

.containerForm .formItem .formFieldRadio label {
	padding-top: 3px;
	margin: 0 10px 0 5px;
	float: left;
	}
	

.containerForm .formItem .formFieldCheckbox {
	padding-bottom: 5px;
	}
	
	
.containerForm .formItem .formFieldCheckbox input {
	background-color: transparent;
	border: 0;
	padding: 0;
	margin-top: 2px;
	width: auto;
	float: left;
	}

.containerForm .formItem .formFieldCheckbox label {
	padding-top: 3px;
	margin: 0 10px 0 5px;
	float: left;
	}

.containerForm .formItemCheckbox .formField {
	width: auto;
	float: none;
	}
	
.containerForm .formItemCheckbox .formField input {
	background-color: transparent;
	border: 0;
	padding: 0;
	margin: 2px 10px 0 5px;
	width: auto;
	float: left;
	}

.containerForm .formItemCheckbox .formLabel {
	width: 260px;
	padding-top: 3px;
	font-size: 12px;
	}
	

	
.containerForm .formItemSubmit {
	background-color: transparent;
	padding: 0;
	text-align: right;
	}
	
.containerForm .formSubmit span {
	float: right;
	margin-left: 20px;
	}

.containerForm .formSubmit input {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #393939;
	font-size: 12px;
	font-weight: normal;
	background-color: transparent;
	cursor: pointer;
	display: block;
	padding: 0;
	}
	

.mandatoryBox {
	color: #999999;
	}

.errorBox {
	color: red;
	font-weight: bold;
	}
	
	
	
	
	
.containerSlideshow {
	position: relative;
	height: 180px;
	margin-top: -15px;
	padding-bottom: 30px;
	}

.containerSlideshow .slideshowBox {
	height: 180px;
	}
	
.containerSlideshow .slideshowBox li  {
	position: relative;
	height: 180px;
	width: 910px!important;
	display: none;
	}

.containerSlideshow .slideshowBox li img {
	position: absolute;
	}
	
	
	
	

.containerPortalTeaser {
	}
	
.containerPortalTeaser .containerTeaser {
	float:left;
	width:300px;
	padding-right:165px;
	}
	
.containerCenter .containerPortalTeaser .containerTeaser h1 {
	color: #393939;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 20px;
	}