@font-face {
    font-family: 'AvenirLT55RomanRegular';
    src: url('../fonts/avenir_lt_55_roman-webfont.eot');
    src: url('../fonts/avenir_lt_55_roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/avenir_lt_55_roman-webfont.woff') format('woff'),
         url('../fonts/avenir_lt_55_roman-webfont.ttf') format('truetype'),
         url('../fonts/avenir_lt_55_roman-webfont.svg#AvenirLT55RomanRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AvenirLT85HeavyRegular';
    src: url('../fonts/avenir_lt_85_heavy-webfont.eot');
    src: url('../fonts/avenir_lt_85_heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/avenir_lt_85_heavy-webfont.woff') format('woff'),
         url('../fonts/avenir_lt_85_heavy-webfont.ttf') format('truetype'),
         url('../fonts/avenir_lt_85_heavy-webfont.svg#AvenirLT85HeavyRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'Universkursiv';
    src: url('../fonts/univers_italic-webfont.eot');
    src: url('../fonts/univers_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/univers_italic-webfont.woff') format('woff'),
         url('../fonts/univers_italic-webfont.ttf') format('truetype'),
         url('../fonts/univers_italic-webfont.svg#Universkursiv') format('svg');
    font-weight: normal;
    font-style: normal;

}


*{
	font-family: Arial, Verdana, sans-serif;
	font-size:12px;
	color:#475258;
}

body{
	margin: 0;
	padding: 0;
}


#container{
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	background: url(../img/container.png) repeat-y;
}


#header{
	margin: 0;
	padding: 0;
	width: 1000px;
	height: 70px;
	background: url(../img/header.png) no-repeat;
}

#header #logo {
	position: absolute;
	top: 18px;
	right: 0;
	width: 250px;
	height: 34px;
	margin: 0;
	padding: 0;
	background: url(../img/h1.png) no-repeat;
}

#header #logo a {
	display: block;
	height: 100%;
	width: 100%;
	overflow: hidden;
	text-indent: -999999em;
}

#end,
#jump{
	display: none;
}

#path{
	height: 24px;
	width: 800px;
	padding: 0 0 0 5px;
	background: #ffffff;
}

#path em{
	display: none;
}

#path span,
#path a{
	padding: 5px 0 0 0;
	margin: 0 2px 0 2px;
	color: #475258;
	font-size: 10px;
	float: left;
	text-decoration: none;
}

#path a.active{
	text-decoration: underline;
}


#content{
	float: right;
	width: 810px;
	margin: 0;
	padding: 0;
}

#aside{
	position: relative;
	float: left;
	width: 180px;
	min-height: 400px;
	margin: 0;
	padding: 0;
	background: url(../img/aside.png) no-repeat;
	background-position: bottom;
}

#leistzusatz{
	margin: 10px 0 0 9px;
}

#leistzusatz,
#leistzusatz p{
	width: 162px;
	display: block;
}

#col0{
	float: left;
	width: 620px;
	padding: 0 0 10px 0;
	margin: 0;
}

#col0 a,
#col0 a img{
	border: none;
}

#col1{
	float: left;
	width: 156px;
	margin: 0 0 0 10px;
	padding: 10px 12px 10px 12px;
}

#footer{
	clear: both;
	width: 1000px;
	height: 44px;
	background: url(../img/footer.png) repeat-x;
	margin: 0;
	padding: 0;
}

#footer ul{
	list-style: none;
	margin: 0;
	padding: 3px 0 0 10px;
}

#footer ul li{
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer ul li span{
	display: none;
}

#footer ul li ul li a{
	font-size: 11px;
	color: #849299;
	text-decoration: none;
	padding: 0 0 0 16px;
	background: url(../img/footer_a.png) no-repeat;
}

#footer ul li ul li.first-child a{
	padding: 0;
	background: none;
}

#lang{
	display: block;
	height: 20px;
	position: absolute;
	top: 38px;
	/*left: 660px;*/
    right: 0;
}

#lang ul li {
    list-style: none;
}

#lang ul li ul li {
    filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
    float: left;
    margin-right: 5px;
}

#lang ul li ul li.active {
    filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

#lang ul li span {
    display: none;
}

#lang ul li ul li a {
    display: block;
    width: 16px;
    height: 15px;
    overflow: hidden;
    text-indent: -999999em;
}

#lang ul li ul li a.de {
    background: url(../img/icons/flags/de.gif) no-repeat left center;
}

#lang ul li ul li a.en {
    background: url(../img/icons/flags/gb.gif) no-repeat left center;
}
#lang ul li ul li a.fr {
    background: url(../img/icons/flags/fr.gif) no-repeat left center;
}#lang ul li ul li a.it {
    background: url(../img/icons/flags/it.gif) no-repeat left center;
}

#search {
    bottom:30px;
    display:block;
    float:right;
    height:20px;
    margin:0;
    padding:0;
    position:relative;
    right:0px;
    width:250px;
}

#search form{
	margin: 0;
	padding: 0;
}

#search form fieldset{
	border: none;
	margin: 0;
	padding: 0;
}

#search legend{
	display: none;
	margin: 0;
	padding: 0;
}

#search label{
	float: left;
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #849299;
	margin: 5px 8px 0 0;
}

#search input{
	float: left;
	margin: 0;
	padding: 0;
	width: 150px;
	font-size: 11px;
	color: #849299;
}

#search input.submit_suche{
	display: none;
	width: 19px;
	margin: 0 0 0 5px;
}


#toolbox{
	width: 200px;
	height: 24px;
    overflow: hidden;
	background: #ffffff;
	position: absolute;
	top: 70px;
	right: 0;
}


#toolbox ul{
	position: absolute;
	top: 4px;
	right: -7px;
	list-style: none;
	width: 200px;
	margin: 0;
	padding: 0;
	
}

#toolbox ul li{
	display: inline;
	background: none;
	margin: 0;
	padding: 0;
}

#toolbox ul li span{display: none;}


#toolbox ul li ul{
	display: block;
	margin: 0;
	padding: 0;
}

#toolbox ul li ul li.print a{
	background: url(../img/print.png) no-repeat 0 -5px;
}

#toolbox ul li ul li.share a{
	background: url(../img/share.png) no-repeat 0 -5px;
}

#toolbox ul li ul li a{
	margin: 0 15px 0 0;
	padding: 0 0 0 16px;
	color: #849299;
	text-decoration: none;
	font-size: 10px;
}

#menu{
	position: absolute;
	top: -46px;
	left: 5px;
	width: 740px;
	height: 20px;
    z-index: 1000;
}

#menu ul{
	position: absolute;
	top: 0;
	left: 0;
	list-style: none;
	width: 789px;
	margin: 0;
	padding: 0;
	
}

#menu ul li{
	display: inline;
	background: none;
	margin: 0;
	padding: 0;
}

#menu ul li span{display: none;}


#menu ul li ul{
	display: block;
	margin: 5px 0 0 5px;
	padding: 0;
	
}


#menu ul li ul li{
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	z-index: 5;
	margin:0 7px 0 0;
}


#menu ul li ul li a {
	position: relative;
	margin: 0 3px 0 3px;
	color: #475258;
	text-decoration: none;
	font-size: 12px;
	height: 19px;
	line-height:12px;s
	z-index: 0;
	float: left;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: top center;
	font-family:AvenirLT55RomanRegular, sans-serif;
	text-transform: uppercase;
	padding: 4px 4px 0px;
}

#menu ul li ul li ul li a {
	text-transform:none;
	
}
#menu ul li ul li ul{
	display: none;
	position: absolute;
	top: 19px;
	left: 3px;
	margin: 0;
	padding: 0; 
	width: 150px; 
	z-index: 10;
	background: #ffffff;
	border-right: 1px solid #d1d7da;
}


#menu ul li ul li ul li a {
	background-position: 0 0;
	text-indent: 0;
	border-bottom: 1px solid #d1d7da;
	color: #475258;
	width: 144px; 
	margin: 0;
	padding: 1px 0 0 6px; 
	height: 14px;
	font-size: 10px;
}

#menu ul li ul li.active ul li a:hover,
#menu ul li ul li.active ul li.active a.active,
#menu ul li ul li.active ul li.active a.active:hover,
#menu ul li ul li ul li a:hover {
	background: url(../img/menu_a_hover.png) repeat-x;
	width: 144px;
}



#menu ul li ul li a:hover,
#menu ul li ul li.active a:hover{
	background: url(../img/menu_a_hover.png) repeat-x;
}

#menu ul li ul li.active{
	position: relative;
}


#menu ul li ul li.active a{
	background: url(../img/menu_a_hover.png) repeat-x;
}

#menu ul li ul li.active li a{
	background-image:none;
}


#menu ul li ul li a.active ul li,
#menu ul li ul li.active ul li a{
	background-position: 0 0;
}


#menu ul li ul li ul li{
	display: inline;	
	margin: 0;
	padding: 0;
	tex
}

#menu ul li ul li ul li ul{
	position: absolute;
	top: 0px;
	left: 150px;
	margin: 0;
	padding: 0; 
	width: 150px;
}





#menu2{
	position: relative;
	top: 5px;
	left: 10px;
	width: 160px;
}

#menu2 ul {
	margin: 0;
	padding: 0;
	width: 190px;
	list-style: none;
	background: none;
}

#menu2 ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	background: none;
}

#menu2 ul li ul li {
	list-style: none;
	background: none;
}

#menu2 span {display: none;}

#menu2 ul li ul li a {
	display: none;
}

#menu2 ul li ul li ul {
	width: 160px;
	margin: 5px 0 0 2px;
}

#menu2 ul li ul li ul li ul {
	display: none;
}

#menu2 ul li ul li ul li.active ul {
	display: block;
}


#menu2 ul li ul li ul li a {
	margin: 0 0 1px 0;
	padding: 2px 5px 2px 18px;
	display:block;
	font-weight: normal;
	color: #475258;
	text-decoration: none;
	font-size: 12px;
	background: url(../img/menu2.gif) no-repeat 0 1px;
}

#menu2 ul li ul li ul li a:hover,
#menu2 ul li ul li ul li a.active {
	color: #0052a4;
}

#menu2 ul li ul li ul li.active a,
#menu2 ul li ul li ul li.active ul li.active a,
#menu2 ul li ul li ul li.active ul li.active ul li.active a{
	background: url(../img/menu2.gif) no-repeat 0 1px;
	color: #0052a4;
}

#menu2 ul li ul li ul li a:hover,
#menu2 ul li ul li ul li.active a,
#menu2 ul li ul li ul li.active a:hover,
#menu2 ul li ul li ul li.active ul li.active a:hover,
#menu2 ul li ul li ul li.active ul li.active ul li.active a:hover{
	background: url(../img/menu2_hover.gif) no-repeat 0 1px;
}

#menu2 ul li ul li ul li.active ul li a,
#menu2 ul li ul li ul li.active ul li a:hover,
#menu2 ul li ul li ul li.active ul li.active ul li a,
#menu2 ul li ul li ul li.active ul li.active ul li a:hover{
	background: none;
}


#menu2 ul li ul li ul li ul {
	margin: 0 0 0 20px;
	width: 140px;
}


#leistungsberechner{
	width: 160px;
	height: 145px;
	border: 1px solid #849299;
	margin: 20px 0 20px 9px;
}

#leistungsberechner span{
	display: block;
	width: 160px;
	height: 19px;
	background: #849299;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	padding: 2px 0 0 0;
}

.leistungsberechner_en span {
    font-size: 11px!important;
}
.leistungsberechner_fr span {
    font-size: 10px!important;
}

p.empfehlung {
    font-size: 9px;
    text-align: center;
}

p.ergebnis,
#leistungsberechner h3{
	font-size: 11px;
	font-weight: bold;
	color: #475258;
	margin: 5px 0 0 5px
}

.f_berechner{
	margin: 0 0 0 5px;
}


.f_berechner,
.berechner{
	float: left;
	width: 51px;
	font-size: 11px;
	font-weight: normal;
	color: #475258;
}

#leistungsberechner label{
	font-size: 11px;
	font-weight: normal;
	color: #475258;
}

#leistungsberechner hr{
	width: 150px;
	border: 1px solid #849299;
}

.f_berechner input,
.berechner input{
	width: 31px;
	border-top: 1px solid #797979;
	border-right: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	border-left: 1px solid #d5d5d5;
}

#erg{
	display: block;
	width: 160px;
	font-size: 14px;
	font-weight: bold;
	color: #475258;
	text-align: center;
	margin: 5px 0 0 0;
}









.clear{
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}




/* --- Formular --- */
#col0 form.mailform {
	padding: 0;
	margin: 0 0 10px 0;
	border: 0;
}

#col0 form.mailform div {
	position: relative;
	clear: both;
}

#col0 form.mailform div.odd {
	background: yellow;
}

#col0 form.mailform div.even {
	background: blue;
}

#col0 form.mailform h4 {
	margin: 18px 0 0 0;
	color: #666666;
}

#col0 form.mailform br {
	clear: both;
}

#col0 form.mailform fieldset {
	padding: 7px 5px 0 5px;
	border: 1px solid #f1f1f1;
	border-top: 1px solid #d1d2d4;
	border-bottom: 10px solid transparent;
	width: 612px;
	color: #ffffff;
	background: #f9f9f9;
}

#col0 form.mailform label {
	float: left;
	width: 150px;
	margin: 3px 5px 4px 0;
	color: #000000;
	font-weight: normal;
}

#col0 form.mailform fieldset label {
	width: 144px;
}

#col0 form.mailform fieldset span.label {
	float: left;
	width: 144px;
	margin: 3px 5px 4px 0;
	color: #000000;
}

#col0 form.mailform fieldset b {
	float: left;
	width: 144px;
	margin: 3px 5px 4px 0;
}

#col0 form.mailform fieldset p {
	text-align: right;
	margin: -5px 0 1px 0;
	color: #999;
}

#col0 form.mailform label.required,
#col0 form.mailform span.required,
#col0 form.mailform b.required {
	background: url(../img/required.png) right center no-repeat;
}

#col0 form.mailform label.error,
#col0 form.mailform b.error {
	background: url(../img/error.png) right center no-repeat;
}

#col0 form.mailform label.label_short {
	float: none;
	width: auto;
	margin: 3px 5px 4px 0;
	color: #000000;
	font-weight: normal;
}
 
#col0 form.mailform input {
	margin: 0 0 1px 0;
	float: left;
	width: 300px;
	height: 18px;
	border: 1px solid #9a9a9a;
	background: none;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

#col0 form.mailform input.checkbox {
	float: none;
	width: 15px;
	margin: 0 0 3px 135px;
	padding: 0;
	border: none;
	vertical-align: top;
}

#col0 form.mailform fieldset input.checkbox {
	margin: 0 0 3px 130px;
}

#col0 form.mailform fieldset input.checkbox_left {
    margin: 0 0 3px 0px;
    float: left;
}

#col0 form.mailform fieldset input.haslabel {
	margin: 0 0 3px 0;
}

#col0 form.mailform fieldset input.multi {
	margin: 0 0 3px 15px;
}

#col0 form.mailform label.checkbox {
	position: relative;
	display: inline;
	margin: -20px 0 0 150px;
	width: auto;
}

#col0 form.mailform label.checkbox_left {
	margin: 0px 0 0 10px;
}

#col0 form.mailform fieldset .comment {
	color: #000000;
	font-weight: normal;
	font-size: 10px;
	margin-top: 0;
	width: auto;
}

#col0 form.mailform select,
#col0 form.mailform select.selectCategory {
	width: 300px;
	height: 20px;
	border: 1px solid #f1f1f1;
	border-left: 1px solid #d1d2d4;
	border-right: 1px solid #d1d2d4;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background: #e6e6e6;
}

#col0 form.mailform input.required,
#col0 form.mailform select.required,
#col0 form.mailform textarea.required {
	border: 1px solid #9a9a9a;
	background: none;
}

#col0 form.mailform optgroup {
	background-color: #245f9b;
	color: #ffffff;
	font-style: normal;
}

#col0 form.mailform option {
	padding: 3px 0 0 0;
	background-color: #ffffff;
	color: #000000;
}

#col0 form.mailform textarea { 
	width: 300px;
	height: 85px;
	border: 1px solid #d1d2d4;
	background: none;
	border-left: 1px solid #9a9a9a;
	border-right: 1px solid #9a9a9a;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 3px;
}

#col0 form.mailform input.quarter  {
	width: 74px;
	margin-right: 2px;
}

#col0 form.mailform input.half {
	width: 148px;
	margin-right: 2px;
}

#col0 form.mailform input.threequarter {
	width: 222px;
	margin-right: 2px;
}

#col0 form.mailform select.quarter {
	width: 74px;
	margin-right: 2px;
}


#col0 form.mailform select.half {
	width: 148px;
	margin-right: 2px;
}

#col0 form.mailform select.threequarter {
	width: 222px;
	margin-right: 2px;
}

#col0 form.mailform input.error,
#col0 form.mailform select.error {
	border: 1px solid #962020;
}

#col0 form.mailform input.submit,
#col0 form.mailform input.submitmulti,
#col0 form.mailform input.button,
#col0 form.mailform input[type=button] {
	height: 20px;
	width: 150px;
	margin: 2px 2px 0 155px;
	padding: 0 0 2px 0;
	text-transform: uppercase;
	background: #666666 url(../img/search_submit.gif) 3px 50% no-repeat;
	cursor: pointer;
	border: 1px solid #9a9a9a;
	color: #ffffff;
}

#col0 form.mailform input.submitmulti {
	margin: 2px 2px 0 15px;
}

#mferror {
	margin: 8px 0 8px 0;
	padding: 7px 5px 0 5px;
	width: 612px;
	color: #be000c;
	border: 1px solid #be000c;
	border-left: 1px dotted #d1d2d4;
	border-right: 1px dotted #d1d2d4;
}

#mferror h4 {
	color: #be000c;
}

#mferror_hidden {
	display: none;
}

#col0 span.input_error,
#col0 span.input_instruction {
	clear: both;
	float: none;
	display: block;
	margin: 0 0 6px 150px;
	color: #be000c;
	text-align: left;
}

#col0 form .input_error p {
	float: left:
	display: block;
	margin: 0 0 6px 150px;
	color: #be000c;
	text-align: left;
}

#col0 span.input_instruction {
	color: #9a9a9a;
}


#nlreg label.radio{
	width: 50px!important;
}

#nlreg fieldset input.radio,
#nlreg fieldset label.radio{
	width: 20px;
	margin: 0;
	padding: 0;
}


#nlreg fieldset label.first{
	width: 60px;
}

#nlreg fieldset{
	border: none;
}


#tipafrind fieldset{
	border: none;
}

#tipafrind label{
	width: 200px;
	display: block;
	float: left;
}

#tipafrind label.comment{
	width: 400px;
	margin: 0 0 20px 200px;
	font-size: 10px;
}

#tipafrind input{
	float: left;
}

#tipafrind div{
	clear: both;
}

#tipafrind img{
	display: block;
	margin: 0 0 0 200px;
}

#tipafrind img.req{
	display: inline;
	margin: 0;
}

#tipafrind label.required,
#tipafrind span.required,
#tipafrind b.required {
	background: url(../img/required.png) no-repeat right 2px;
}
/* --- Allgemeine Stilelemente: Anfang --- */
/* --- Paragraph --- */
p {
	margin: 0 0 18px 0;
}

/* --- Headline (2-6) --- */
/*h1 {
	margin: 0 0 18px 0;
	padding: 0;
	overflow: hidden;
	font-size: 18px;
	font-weight: bold;
	color: #999999;
	text-transform: uppercase;
}
*/
h1 {
	margin: 0 0 18px 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	line-height: 18px;
	font-size: 18px;
	font-weight: bold;
	color: #999999;
}

/*
h1 span, h2 span, h3 span {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
*/
h4 {
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	line-height: 18px;
	font-size: 14px;
	font-style: italic;
	color: #999999;
}

h5 {
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	line-height: 18px;
	font-size: 12px;
	font-style: normal;
	z-index: 2;
	color: #999999;
}

h6 {
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	line-height: 18px;
	font-size: 12px;
	font-style: italic;
	z-index: 2;
	color: #999999;
}

/* --- Liste --- */
ul {
	list-style-position: outside;
	list-style-type: square;
	margin: 0 0 18px 18px;
	padding: 0;
}
ul ul {
	list-style-type: circle;
}

ol {
	list-style-position: outside;
	margin: 0 0 18px 20px;
	padding: 0;
}

li {
	margin: 0 0 1px 0;
}

dl {
	list-style-position: outside;
	margin: 0 0 18px 0;
	padding: 0;
}

dt {
	margin: 0 0 1px 0;
	padding: 0;
}

dd {
	margin: 0 0 1px 0;
	padding: 0;
}


/* --- Tabelle --- */
table {
	background: url(../img/40percent.png) repeat;
	border-collapse: collapse;
	border: 1px solid #d1d2d4;
	margin-top: 10px;
	margin-bottom: 5px;
}
td, th {
	border-collapse: collapse;
	padding: 5px;
	border: 1px dotted #d1d2d4;
}
th {
	color: #999999;
	border-bottom: 1px solid #d1d2d4;
}
tr.tr-even {
	background: url(../img/80percent.png) repeat;
}
th p,
td p {
	margin: 0;
}

/* --- Extension: tt_news --- */
/* tt_news list */
.tt_news_list {
	margin: 0;
	padding: 0;
	height: auto;
}

.tt_news_list .item {
	display: block;
	border-bottom: 1px solid #999999;
	width: 600px;
	height: auto;
	padding: 3px;
	margin: 0 10px 10px 0;
}

.tt_news_list .date {
	font-size: 10px;
	color: #999999;
}

.tt_news_list h4.title {
	display: inline;
}

.tt_news_list .image {
	float: right;
	border: 0;
	margin: 0 0 5px 5px;
}

.tt_news_list .subheader {
	font-weight: normal;
}

.tt_news_list .more {
	clear: both;
	background: url(../img/30percent.png) repeat;
}

.tt_news_list .more a {
	text-decoration: underline;
	background: url(../img/tt_news_more.png) 0px 3px no-repeat;
	padding: 0 0 0 10px;
}

.tt_news_list .more a:hover {
	text-decoration: none;
}

.tt_news_list p {
	display: inline;
}

.tt_news_list .subheader a {
	background-image: url(../img/tt_news_more.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	margin-left: 10px;
	padding-left: 7px;
	text-decoration: underline;
}

.tt_news_list .subheader a:hover {
	text-decoration: none;
}

.tt_news_list h5 a {
	padding: 0!important;
	margin: 0!important;
	background: none!important;
	text-transform: uppercase;
	text-decoration: none!important;
	font-size: 14px!important;
	color: #7BAE0B!important;
}

.tt_news_list .item .subheader h5 {

}

.tt_news_list .clear {
	clear: both;
}

/* tt_news latest*/
.tt_news_latest {
	margin: 0;
	padding: 0;
	height: auto;
}

.tt_news_latest .item {
	display: block;
	border: 1px solid #dddddd;
	width: 615px;
	float: left;
	padding: 3px;
	margin: 0 10px 10px 0;
}

.tt_news_latest h3 {
	display: none;
}

.tt_news_latest h3.title{
	display: inline;
}

.tt_news_latest h3.title a {
	font-weight: bold;
	width: 525px;
	display: block;
}

.tt_news_latest .date {
	float: right;
	font-size: 10px;
	color: #999999;
}

.tt_news_latest .time {
	display: none;
}

.tt_news_latest p,
.tt_news_latest h5 {
	margin: 0!important;
	padding: 0!important;
}

.tt_news_latest .image {
	float: right;
	border: 0;
	margin: 5px 0 5px 5px;
}

.tt_news_latest .image img {
	border: none!important;
}

.tt_news_latest .more {
	clear: both;
	border-top: 1px dotted #dddddd;
	background: url(../img/30percent.png) repeat;
}

.tt_news_latest .more a {
	text-decoration: underline;
	background: url(../img/tt_news_more.png) 0px 3px no-repeat;
	padding: 0 0 0 10px;
}

.tt_news_latest .more a:hover {
	text-decoration: none;
}

.tt_news_latest .clear,
.tt_news_latest .gotoarchive {
	display: none;
}

/* tt_news single*/
.tt_news_single {
	margin: 0;
	padding: 0;
	height: auto;
	display: block;
	width: 600px;
	padding: 3px;
	margin: 0 10px 10px 0;
}

.tt_news_single img {
	float: left;
	margin: 0 15px 15px 0;
}

.news-single-category,
span.age,
span.news_age{
	display: none;
}

.news-single-related, 
.news-single-files, 
.news-single-links{
	background: none;
} 

.tx-ttnews-browsebox, 
.browseBoxWrap {
	background: none;
	margin: 0;
	padding: 0;
	width: 605px;
	border: none;
}

.tx-ttnews-browsebox p {

}

.tx-ttnews-browsebox-SCell {
	background-color:#666666;
	border:1px solid #ffffff;
}

.tx-ttnews-browsebox-SCell p a {
	color: #ffffff;
}

.tt_news_single .timedata {
	float: right;
	font-size: 10px;
	color: #999999;
}

.tt_news_single h3.title {
	display: block;
	font-weight: bold!important;
	margin: 0 0 10px 0;
}

.tt_news_single .author {
	font-size: 10px;
	color: #999999;
}

.tt_news_single .subheader {
	font-weight: bold;
    clear:both;
    padding-top: 20px;
}

.tt_news_single .callout img{
	border: none;
}

.tt_news_single .back_to_list {
	clear: both;
	border-top: 1px dotted #dddddd;
	background: url(../img/30percent.png) repeat;
}

.tt_news_single .back_to_list a {
	text-decoration: underline;
	background: url(../img/tt_news_back.png) 0px 3px no-repeat;
	padding: 0 0 0 10px;
}


.tt_news_single .related_icon,
.tt_news_single .related_date {
	display: none;
}

.tt_news_single_bio .related_news,
.tt_news_single .related_news {
	clear: both;
	margin: 20px 0 0 0;
}

.tt_news_single h4 {
	margin: 0!important;
	width: 295px;
}

.single-image-caption {
	float: left;
	margin-right: 20px;
	overflow: hidden;
	width: 120px;
}

.img_news .single-image-caption {
	margin-top: 20px;
	width: 200px;
}

.single-image-caption a {
	display: block;
	height: 100px;
}

.img_news .single-image-caption a {
	height: auto;
}

.tt_news_single_rightcol {
	position: absolute;
	top: 300px;
	left: 820px;
}

.tt_news_single_rightcol .single-image-caption {
	margin-bottom: 20px;
	overflow: hidden;
	width: 120px;
}
.tt_news_single_rightcol .single-image-caption a {
	height: auto;
	display: block;
}

/* anfang COCOimport */

#content{
	padding-top: 20px;
}

#content h2 {
	/*display:none;*/
}

#content h1 {
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	line-height:17px;
	color:#475258;
	text-transform:uppercase;
	margin-bottom:10px;
}
#content h2 {
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	line-height:16px;
	color:#475258;
	margin-bottom:10px;
}
#content h3 {
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	color:#475258;
	margin-bottom:5px;
}
#content h4 {
	color: #475258;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    margin-bottom: 5px;
}
#content .tx-agnprodukteliste-pi1 h5 {
	margin-top:0;
}
#content .csc-textpic-caption {
	font-size:11px;
	color:#849299;
	padding-top:2px;
}
#content a:hover {
	color:#0052a4;
}
#content table {
	margin-bottom:20px;
}
#content table th,
#content table th p {
	background-color:#475258;
	color:#FFFFFF;
}
#toolbox {
	/* background-color:#FFFFFF; */
}
#toolbox a:hover {
	color:#0052a4;
}
#path a:hover {
	color:#0052a4;
}



#content {
	padding-top:0px;
}

#content h1  {
	padding:2px 10px;
	background-image:url(../img/verlauf_h3.gif);
	background-position:left top;
	background-repeat:repeat-y;
}
table.csc-uploads {
	border-left:none;
	border-right:none;
	padding-bottom:10px;
}
table.csc-uploads td {
	border-left:none;
	border-right:none;
}

.tt_news_list .item {
	background-image:url(../img/verlauf_news.gif);
	background-position:left top;
	background-repeat:repeat-x;
	border:none;
	padding-bottom:15px;
}
.tt_news_list .item .image img {
	border:2px solid #FFFFFF;
}



/* ende COCOimport */

#livesearch{
	position: absolute;
	display: none;
	margin: 0 0 0 40px;
	padding: 5px;
	width: 140px;
	overflow: auto;
	background: #ffffff;
}

#livesearch a{
	display: block;
	clear: both;
	text-decoration: none;
	color: #849299;
	font-size: 11px;
	margin: 0 0 3px 0;
}

#livesearch a:hover{
	color: #000000;
}


/* Indexed Search Suchergebnisse */
.tx-indexedsearch .tx-indexedsearch-browsebox ul.browsebox {
	border-top: 1px solid #9a9a9a;
	border-bottom: 1px solid #9a9a9a;
	margin: 0!important;
	padding-bottom: 20px;
}

.tx-indexedsearch .tx-indexedsearch-browsebox LI {
	display: inline;
	margin-right: 5px;
}

.tx-indexedsearch .tx-indexedsearch-browsebox LI a {
	text-decoration: none;
	color: #333333!important;
}

.tx-indexedsearch .tx-indexedsearch-browsebox LI a:hover {
	text-decoration: underline;
}

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button {
	margin-left: 133px!important;
}

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword {
	width: 150px;
}

.tx-indexedsearch .tx-indexedsearch-whatis {
	margin-top: 10px;
	margin-bottom: 5px;
}

.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw {
	font-weight: bold;
	font-style:i talic;
}

.tx-indexedsearch .tx-indexedsearch-noresults {
	text-align: center;
	font-weight: bold;
}

.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr {
	font-style: italic;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
	color: #000000;
	font-weight: bold;
	letter-spacing: 1px;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
	background: #EDF1F5;
	display: none;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead {
	margin-top: 20px;
	margin-bottom: 5px;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD {
	background: cccccc;
	vertical-align: middle;
}

.tx-indexedsearch .tx-indexedsearch-res .noResume {
	color: 666666;
}

.tx-indexedsearch .tx-indexedsearch-category {
	background: cccccc;
	font-weight: bold;
}

.tx-indexedsearch .res-tmpl-css {
	clear: both;
	margin-bottom: 1em;
}

/* Align the form fields and labels */
div.tx-indexedsearch-searchbox label {
	margin-right: 1em;
	width: 10em;
	float: left;
}

.tx-indexedsearch .result-count-tmpl-css,
.tx-indexedsearch .percent-tmpl-css {
	letter-spacing: 0;
	font-weight: normal;
	margin-top: -1.2em;
	float: right;
}

.tx-indexedsearch .info-tmpl-css dt,
.tx-indexedsearch dl.info-tmpl-css dd {
	float: left;
}

.tx-indexedsearch .info-tmpl-css dd.item-mtime {
	float: none;
}

.tx-indexedsearch .info-tmpl-css dd.item-path {
	float: none;
}

/* Floating items to the right */
span.tx-indexedsearch-result-count,
span.tx-indexedsearch-percent {
	font-size: 0.9em;
	letter-spacing: 0;
	font-weight: normal;
	margin-top: -1.2em;
	float: right;
}

/* Align result info */
dt.tx-indexedsearch-text-item-size,
dd.tx-indexedsearch-text-item-size,
dt.tx-indexedsearch-text-item-crdate,
dd.tx-indexedsearch-text-item-crdate,
dt.tx-indexedsearch-text-item-mtime,
dt.tx-indexedsearch-text-item-path {
	margin-left: 0;
	float: left;
}

/* Reset margin of the last element in the result info */
dd.tx-indexedsearch-path {
	margin-left: 0;
}

/* Result browser */
div#content ul.browsebox li {
	list-style: none;
	margin-bottom: 1em;
	margin-right: 1em;
	float: left;
}

/* Clear the result browser float */
div#content div.tx-indexedsearch-res {
	clear: both;
}


.tx-indexedsearch h3 span {
	position: relative;
	width: auto;
	height: auto;
	font-size: 16px;
}

.tx-indexedsearch h3 a {
	text-decoration: none;
	color: #333333!important;
	font-size: 16px;
}

.tx-indexedsearch h3 a:hover {
	text-decoration: underline;
}

.tx-indexedsearch-searchbox fieldset{
	border: none;
	border-top: 1px solid #595959;
	padding: 7px 0 10px 2px;
	background: #cccccc;
}

.tx-indexedsearch-searchbox input{
	float: left;
}

input.tx-indexedsearch-searchbox-button{
	background: #ffffff;
	cursor: pointer;
}

fieldset.tx-indexedsearch-form{
	display: none;
}


p.anfahrtsweg {
    border: 1px solid #828282;
    height: 15px;
    padding: 1px 0;
    text-decoration: none;
    width: 80px;
    text-align: center;
    float: left;
    margin-right: 10px;
    background: #D4D0C8;
}


p.anfahrtsweg a {
    text-decoration: none;
   }

.video {
	position: relative; 
	height: 100px; 
	background-repeat: no-repeat; 
	background-image: url(http://www.haassohn.com/fileadmin/content_haasundsohn/imagebilder/button_movie_nov10.jpg); 
	padding: 0px 0px 0px 102px; 
	background-color: #d1d7da;
   	height:120px;
}

li.na  {text-indent:-9999em;}

div.tx-rgmediaimages-pi1,
div.rgmediaimages-media {
    margin: 5px;
    float: left;
	height: 260px;
}

div.rgmediaimages-caption {
    padding-top: 10px;
}

div.fakevid {
    position: absolute;
    -moz-opacity: 0.1;
    opacity: 0.1;
    filter: Alpha(opacity=10);
    cursor: pointer;
    background: #FFFFFF;
}

#produkte_images img {
    cursor: pointer!important;
}
