/*
 *  SINKACOM TYPO3 DEFAULT STYLES
 *  
 *  VERSION: 1.0.4
 *  TYPO3: 4.3.2
 *  
 *	KNUD 2010-05-04 sg_glossary Stylesheet eingebunden
 *	KNUD 2010-05-03 FAQ Styles definiert
 *	KNUD 2010-04-30 TT News und ICE Stylesheet eingebunden / definiert
 *	KNUD 2010-04-14 Form Stylesheet eingebunden
 *	TIM  2010-01-13 RTE Styles werden auch im Frontend geladen
 *
 *	ALLE ANGABEN NACH MUSTER  .tx-extensionName .className / elementName
 *	@ TODO: Cleanup
 */

/* --- RTE, TINYMCE Anfang --- */
  @import url(rte.css);
/* --- RTE, TINYMCE Ende --- */

/* --- FORM Anfang --- */
  @import url(form.css);
/* --- FORM Ende --- */

/* --- EXTENSIONS Anfang --- */
/* --- tx_indexedsearch Anfang --- */
  @import url(ext_tx_indexedsearch.css);
/* --- tx_indexedsearch Ende --- */

/* --- tt_news Anfang --- */
  @import url(ext_tt_news.css);
/* --- tt_news Ende --- */

/* --- sg_glossary Anfang --- */
  @import url(ext_sg_glossary.css);
/* --- sg_glossary Ende --- */
/* --- EXTENSIONS Ende --- */

/* --- screen.css Anpassungen Anfang --- */
/*.span-6 {width:180px;}
.span-12 {width:570px;}*/
a:focus, a:hover {
	color: #FF0000;
}

a {
	color: #FF0000;
	text-decoration: underline;
}
/* --- screen.css Anpassungen Ende --- */

/* --- BODY Anfang --- */
html {
	background: #ffffff;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, Arial, Times New Roman;
	font-size: 8pt;
	color: #333333;
	height: 100%;
}
/* --- BODY Ende --- */

/* --- HEADING Anfang --- */
h1 {
	margin: 0;
	padding: .4em 0;
	/*position: relative;*/
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: bold;
	color: #000000;
}

h2 {
	margin: 0;
	padding: .4em 0;
	/*position: relative;*/
	line-height: 1.2em;
	font-size: 1.1em;
	font-weight: normal;	
	color: #000000;
}

h3,
h4 {
	margin: .5em 0;
	padding: 0;
	font-weight: normal;
	color: #000000;
	text-transform: uppercase;
}

h5 {
	margin: 0;
	padding: .4em 0;
	line-height: 12px;
	font-size: 1.0em;
	font-weight: bold;	
	color: #000000;
	text-transform: normal;
}
/* --- HEADING Ende --- */

/* --- INHALT Anfang --- */
#container{
	margin-top: 10px;
	border: 1px solid #CCC;
}

#content .content {
	padding-top: 18px;
}

/* Header */
#header{
	/*
	border: 1px solid #CCC;
	*/
}

#toplogo{
	/*
	margin-top: 15px;
	border: 1px solid #CCC;
	*/
}

#toplogo img {
	/*
	border: none;
	*/
}

#teaser {
	height: 120px;
	background-color: #ffffff;
	position: relative;
}

#teaser div.mediaimage {
	position: absolute;
	left: 0;
	top: 0;
}

#header-navigation {
	font-size: 10px;
	color: #6e6e6e;
	margin-top: 10px;
	text-align:right;
}

#header-navigation a {
	padding: 0px 3px 0px 3px;
}

#lang-menu {
	float:right;
	clear:both;
}

#breadcrumb {
	margin: 5px 0px 10px 0px;
	border: 1px solid #CCC
}

p.bodytext {
	margin: 0;
}

table p {
	margin: 0;
}

/* Linke Sidebar */
#left-column {
}

/* Rechte Sidebar */
#right-column{
}

/* Footer */
#footer {
	margin: 0 auto;
	width: 950px;
}

#footer-links {
	text-align: center;
	font-size: 11px;
	padding: 2px 0px;
	margin-bottom: 2px;
	
	/* Links ausrichten */
	text-align: left;
	width: 50%;
	float: left;
}

#footer-navigation {
	font-size: 11px;
	margin-bottom: 2px;
	width: 100%;
	padding: 2px 0px;
	color: #6e6e6e;
	text-decoration: none;
	text-align: center;
	
	/* Rechts ausrichten */
	text-align: right;
	width: auto;
	float: right;
}

#footer-navigation ul{
	list-style-type: none;
	margin-top: 2px;
	margin-bottom: 2px;
}

#footer-navigation li {
	display: inline;
	text-align: center;
}

/* --- Agentur.net Logo --- */
#agentur_net_container {
	width: 40px;
	margin: 3px 6px 0 0;
	text-align: right;
	float: right;
	position: relative;
}

#agentur_net {
	float: right;
	margin: 0;
	padding-left: 0;
	left: 0;
	display: inline-block;
	text-align: center;
	width: 30px;
	height: 22px;
	background: url(../img/agn/ant_white.gif) left top no-repeat;
	cursor: pointer;
	overflow: visible;
}

#agentur_net:hover {
	background: url(../img/agn/ant_hover_white.gif) left top no-repeat;
}

#agentur_net ul {
	position: absolute;
	top: -12px;
	right: -12px;
	width: 214px;
	padding: 0;
	margin: 0;
	list-style: none !important;
	background: none;
}

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

#agentur_net ul li span {
	display: block;
	color: #424242;
	font-size: 10px;
	cursor: pointer;
	overflow: hidden;
	text-indent: -9999em;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 0;
	left: 0;
}

#agentur_net ul li ul {
	display: none;
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 214px !important;
	height: 23px !important;
	padding: 0;
}

#agentur_net ul li ul li {
	float: left;
	width: 100px;
}

#agentur_net ul li ul li a {
	padding: 0;
	margin: 0;
	border: none;
	background: transparent url(../img/agn/ant_info.gif) no-repeat;
	display: block;
	width: 214px;
	height: 23px;
	font-size: 9px;
	text-decoration: none;
}

#agentur_net ul li ul li a img {
	border: none;
}


#agentur_net ul li ul li.active a {
	color: #000000;
}

#agentur_net ul li ul li.na a
#agentur_net ul li ul li a {
	color: #000000;
}

#agentur_net ul li ul li a:hover {
	border: none;
}
/* --- INHALT Ende --- */

/* --- ICE (Mehrspaltiger Text) Anfang --- */
.span-15 .icebox_container .csc-default {
	width: 280px;
	margin: 0 10px 18px 0;
	float: left;
}

.span-15 > .csc-default {
	float: none;
	clear: both;
	width: 590px;
}
/* --- ICE (Mehrspaltiger Text) Ende --- */

/* --- FAQ Anfang --- */
/* --- CSS wird im Quellcode eingebunden,
   --- deshalb alle Änderungen mit !important aktivieren --- */
.t3m_faq_foldout dt {
	cursor: pointer;
	padding-left: 20px;
}

.t3m_faq_foldout dd {
	padding-left: 20px;
}

#t3m_faq_tab_container {
	border: 1px solid #999999 !important;
	padding: 10px;
	margin-top: 2px;
	margin-bottom: 10px;
	width: 95% !important;
}

.t3m_faq_tab {
	cursor: pointer;
	padding-left: 3px;
	padding-right: 3px;
	background-color: #cccccc !important;
	border: 1px solid #333333 !important;
	border-bottom: 1px solid #333333 !important;
	color: #333333 !important;
}

.tx-t3mfaq-pi1 span.active {
	background-color:#666666 !important;
	color: #ffffff;
	border-bottom: 1px solid #000000 !important;
}
/* --- FAQ Ende --- */

/* --- NAVIGATION Anfang --- */
/* Hauptmenübox */
#main-navigation{margin:1px 0px; background-color:#BFD630;}
#main-navigation ul.lev1 { margin: 0; padding: 0; list-style: none; position: relative; z-index:9999; }
#main-navigation ul.lev1 ul {width: 100%; margin: 0;padding:0;list-style: none;position: absolute;display: none;top: 100%;left: 0px;}
#main-navigation ul.lev1 ul ul, #main-navigation ul.lev1 ul ul ul { top: 0; left: 100%; }
#main-navigation ul.lev1 li { float: left; list-style-image: none; display: inline; position: relative; color:#000; border-right: 1px solid #fff; }
#main-navigation ul.lev1 li.last{ border:0;}
#main-navigation ul.lev2 li.first a{ border-top:1px solid #fff;}
#main-navigation ul.lev1 ul li { float: none; list-style-image: none;  display: block; }
/* Root Menu */
#main-navigation ul.lev1 a {color:#000;padding: 3px 45px;float: left;display: block;text-decoration: none;	font-weight:normal;}
/* Root Menu Hover Persistence */
#main-navigation ul.lev1 a:hover, #main-navigation ul.lev1 li:hover a, #main-navigation ul.lev1 li.iehover a,  #main-navigation ul.lev1 li.actifsub a, #main-navigation ul.lev1 li.cur a  { 
	color: #fff;
	background-color:#BFD630;
}
/* 2nd Menu */
#main-navigation ul.lev1 li:hover li a, #main-navigation ul.lev1 li.iehover li a { float: none; background-color:#BFD630; font-size:12px; padding:6px; border-bottom: 1px solid #fff; color: #000;}
#main-navigation ul.lev1 ul li a {text-transform:none;font-weight:normal;padding-bottom:10px;padding-top:10px;height:100%;}
/* 2nd Menu Hover Persistence */
#main-navigation ul.lev1 li:hover li a:hover, #main-navigation ul.lev1 li:hover li:hover a, #main-navigation ul.lev1 li.iehover li a:hover, #main-navigation ul.lev1 li.iehover li.iehover a {
 background-color:#E9F7D6;
 color:#000;
}
/* Hover Function - Do Not Move */
#main-navigation ul.lev1 li:hover ul ul, #main-navigation ul.lev1 li:hover ul ul ul, #main-navigation ul.lev1 li.iehover ul ul, #main-navigation ul.lev1 li.iehover ul ul ul { display: none; }
#main-navigation ul.lev1 li:hover ul, #main-navigation ul.lev1 ul li:hover ul, #main-navigation ul.lev1 ul ul li:hover ul, #main-navigation ul.lev1 li.iehover ul, #main-navigation ul.lev1 ul li.iehover ul, #main-navigation ul.lev1 ul ul li.iehover ul { display: block; }

#sub-navigation{background-color:#EEEEEE;color:#F6801F;}
#sub-navigation ul{padding:0;margin:0;list-style-type:none;}
#sub-navigation li a{color:#6E6E6E; display:block;}
#sub-navigation li a:hover{color:#FFA500;}
#sub-navigation li.cur{background-color:#DDDDDD;}
#sub-navigation li.no:hover{background-color:#FFFFFF;}
/* Navigation  Links,erste Ebene*/
#sub-navigation .lev1{margin-bottom:2px;}
#sub-navigation .lev1 li{border-bottom:1px solid #CCCCCC;padding-left:2px;}
#sub-navigation .lev1 li.curifsub a.curifsub, #sub-navigation .lev1 li.cur a.cur ,#sub-navigation .lev1 li.actifsub a.actifsub{color:#FFA500;}
/* Navigation Links,zweite Ebene*/
#sub-navigation ul.lev2{border-bottom:none;padding-left:10px;}
#sub-navigation ul.lev2 li{border-bottom:none;}
#sub-navigation ul.lev2 li.cur{background-color:#DDDDDD;}
#sub-navigation ul.lev2 li a:hover,#sub-navigation ul.lev2 li a.cur{color:red;}
/* --- NAVIGATION Ende --- */

/* Replacement Tool  ANFANG*/
@font-face {
	font-family: 'VeluxGothicBold';
	src: url('../fonts/veluxgothic-bold-webfont.eot');
	src: local('☺'), url('../fonts/veluxgothic-bold-webfont.woff') format('woff'), url('../fonts/veluxgothic-bold-webfont.ttf') format('truetype'), url('../fonts/veluxgothic-bold-webfont.svg#webfontM6CGrk4v') format('svg');
	font-weight: normal;
	font-style: normal;
}



.tx-agnreplacement-pi1 a {
    color: #fe0000;
    text-decoration: underline;
}

.tx-agnreplacement-pi1 .print {
    display: none;
}

.tx-agnreplacement-pi1 h3.step {
    font-family: VeluxGothicBold, Verdana, Arial, sans-serif;
    text-transform: none;
    background: #FFFFFF;
    padding: 5px 25px 7px 40px;
    height: 18px;
    margin: 0;
    margin-bottom: 0;
    font-size: 20px;
    display: block;
    width: 380px;
}

.tx-agnreplacement-pi1 h4.tipp {
    font-family: VeluxGothicBold, Verdana, Arial, sans-serif;
    font-size: 16px;
    line-height: 1;
    text-transform: none;
}

.tx-agnreplacement-pi1 {
    width: 780px;
    font-size: 14px;
    
}


.tx-agnreplacement-pi1 div.result span.red_small,
{
    font-size: 10px;
}

.tx-agnreplacement-pi1 div.result {
    font-size: 11px;
}

.tx-agnreplacement-pi1 div.result span.red_small {
    color: #fe0000;
}

div.note {
    padding: 15px;
    width: 413px;
    background: #e4e2e3;
    bordeR: 1px solid #fe0000;
    margin-top: 18px;
}

div.toolbox {
    text-align: right;
    width:310px;
    margin-top: 50px;
}

.tx-agnreplacement-pi1 form {
    clear: both;
}

.tx-agnreplacement-pi1 img {
    border: none!important;
    margin: 0!important;
    padding: 0!important;
}

.tx-agnreplacement-pi1 .tipp {
    font-size: 11px;
    position: relative;
    
}


.tipp ul {
    padding: 0 0 0 15px;
}

.tipp a {
    /* background: url(../img/replacement/result_tipp_li.gif) no-repeat left center;
    
    padding-left: 5px; */
}
.tipp ul li {
    list-style-image: url(../img/replacement/result_tipp_li.gif);
    
}

a.vertriebspartnerfinden {
    right:0;
    top: 0;
    position: absolute;
}

.tx-agnreplacement-pi1 .left,
.tx-agnreplacement-pi1 .right {
    float: left;
    background: url(../img/replacement/replacement_bg.jpg) repeat-x #F0F0F0;
    padding: 50px 0 25px 0;
    height: 355px;
    position: relative;
}

.tx-agnreplacement-pi1 .left {
    width: 450px;
}

.tx-agnreplacement-pi1 .right {
    width: 310px;
    padding: 50px 10px 25px 10px;
    overflow: visible;
}

.tx-agnreplacement-pi1 .result {
    height: 795px;
}

.tx-agnreplacement-pi1 .right_result {
    height: 780px;
    padding: 90px 10px 0px 10px;
}

.tx-agnreplacement-pi1 .right h3 {
    font-size: 14px;
    text-transform: none;
    font-weight: bold;
    line-height: 1.2;
}

.tx-agnreplacement-pi1 form {
overflow: visible;
height: 355px;
position: relative;
}

.tx-agnreplacement-pi1 .prev,
.tx-agnreplacement-pi1 .next {
    border: none;
    width: 85px;
    height: 20px;
    overflow: hidden;
    text-indent: -99999em;
    background: url(../img/replacement/next.jpg) no-repeat left top;
    position: absolute;
    /*bottom: 25px;*/
    top: 280px;
    right: 20px;
}

.tx-agnreplacement-pi1 .start .next {
    background: url(../img/replacement/starten.jpg) no-repeat left top;
}

.tx-agnreplacement-pi1 .prev {
    background: url(../img/replacement/prev.jpg) no-repeat left top;
    right: 115px;
}

.tx-agnreplacement-pi1 .right_step3_nein .prev {
    right: 20px;
}

.tx-agnreplacement-pi1 select {
    width: 170px;
}

label.fragezeichen {
    background: url(../img/replacement/fragezeichen.jpg) no-repeat right center;
    width: 100px;
    height: 27px;
    padding-top: 10px;
    font-weight: bold;
}

.tx-agnreplacement-pi1 span.red {
    font-size: 12px;
    color: #d82e2e;
    font-weight: bold;
}

div.print_footer,
div.print_header {
    display: none;
}

input.input_radio {
    width: 20px;
    float: left;
}

img.icon_left {
    float: left;
}

div.tipp {
    clear: both;
    border-top: 15px solid #FFFFFF;
    padding: 20px 40px;
    background: #F0F0F0;
}

div.paging {
    width: 100%;
    height: 20px;
    text-align: right;
    margin-bottom: 30px;
}

div.tipp p { margin: 0; font-size: 11px;}

table.resulttable td{
    
}

td.border_bottom {
    border-bottom: 1px solid #C0C0C0;
}

td.border_right {
    border-right: 1px solid #C0C0C0;
}

td.preis {
	text-align: right;
}

ul.paging {
    margin: 0 0 30px 0;
    padding: 0;
    float: right;
}

ul.paging li {
    float: left;
    list-style: none;
    width: 20px;
    height: 20px;
    background: url(../img/replacement/paging.jpg) no-repeat left center;
    color: #f0f0f0;
    font-family: VeluxGothicBold, Verdana, Arial, sans-serif;
    text-align: center;
    margin-right: 3px;
}

ul.paging li.active {
    background: url(../img/replacement/paging_active.jpg) no-repeat left center;
}

div.left_bild {
    width: 410px;
    height: 269px;
    background: #FFFFFF;
    margin-top: 20px;
    padding: 8px 0 8px 35px;
}

div.left_bild_schritt_2 {
    position: relative;
    width: 430px;
    padding: 8px 0 8px 15px;
    overflow: hidden;
}

div.left_bild_schritt_2 img{
    position: absolute;
    top: 0;
    left: 0;
}

#schritt2_bild_groesse {
    z-index: 100;
}

#schritt2_bild_modell {
    z-index: 10;
}

div.left_bild_rahmen {
    padding-left: 200px;
    background: url(../img/replacement/result_fenster_pfeil.jpg) no-repeat left center;  
}

div.left_bild_result {
    margin-top: 20px;
    padding: 0;
}

div.left_bild_schritt6_2 {
    padding: 8px 0 8px 10px;
    width: 435px;

}

div.left_bild_s6 {
    width: 397px;
    height: 276px;
}

div.left_bild_schritt_0 {
    height: 310px;
    padding: 0px 0 0px 35px;
}

div.left_bild_schritt4 {
    height: 240px;
	padding: 8px 0 8px 10px;
}

div.first {
    margin-right: 10px;
    }
    
div.step4_first {
    margin-right: 0;
}

div.mouseover {
    float: left;
    position: relative;
    cursor: pointer;
}

div.over,
div.normal {
    position: absolute;
    top: 0;
}

.over_step4 div.normal {
	top: 20px;
}

div.over {
    display: none;
}

div.normal {
    padding-right:10px;
}

div.normal p {
    font-size: 10px;
}

div.normal img {
    /*border: 1px solid #b3b3b3!important;*/
}

div.over {
    padding: 15px;
}

div.over,
div.over h4
{
    text-transform: none;
    font-family: VeluxGothicBold, Verdana, Arial, sans-serif;
}

div.over ul {
    padding-left: 15px;
}

div.over ul li {
    list-style-image: url(../img/replacement/ul_over.jpg);
    font-size: 14px;
}

div.over_step6_2 ul li {
    font-size: 12px;
}

div.over_step9_2,
div.over_step6_2,
div.over_step4,
div.over_step3 {
    width: 200px;
    height: 280px;
}

div.over_step4 {
    width: 130px;
    height: 280px;
}

div.over_step9_2,
div.over_step6_2 {
    width: 215px;
    margin-left: 0;
}

div.over_step4 {
    height: 250px;
}

div.over_step5_1 {
    width: 195px;
    height: 280px;
}

div.over_step5_3,
div.over_step5_2 {
    width: 180px;
    height: 140px;
    margin-left: 13px;
}

p.step_label {
    position: absolute;
    bottom: 10px;
    font-size: 10px;
    margin: 0;
}

div.over_step4 div.over,
div.over_step3 div.over {
    width: 170px;
    height: 230px;
    background: url(../img/replacement/over_step3.jpg) no-repeat left center;
}

div.over_step4 div.over {
    width: 110px;
    height: 212px;
    background: url(../img/replacement/over_step4.jpg) no-repeat left center;
	position:absolute;
	z-index: 100;
}

div.over_step4 div.over ul li {
	font-size: 12px;
}

div.over_step5_1 div.over {
    background: url(../img/replacement/over_step5_1.jpg) no-repeat left top;
    width: 195px;
    height: 250px;
}

div.over_step5_2 div.over {
    background: url(../img/replacement/over_step5_2.jpg) no-repeat left center;
    width: 201px;
    height: 95px;
}

div.over_step8 {
    width: 380px;
    height: 230px;
    background: #FFFFFF;
}

div.step9_2_first div.over,
div.step6_2_first div.over {
    background: url(../img/replacement/over_step6_2_solar.jpg) no-repeat left center;
    width: 186px;
    height: 141px;
    padding: 135px 15px 0 15px;
}

div.step9_2_last div.over,
div.step6_2_last div.over {
    background: url(../img/replacement/over_step6_2_elektro.jpg) no-repeat left center;
    width: 186px;
    height: 141px;
    padding: 135px 15px 0 15px;
}

div.step9_2_first div.over {
    background: url(../img/replacement/over_step9_2_solar.jpg) no-repeat left center;
    width: 186px;
    height: 116px;
    padding: 150px 15px 0 15px;
	z-index: 100;
}

div.step9_2_last div.over {
    background: url(../img/replacement/over_step9_2_manuell.jpg) no-repeat left center;
    width: 186px;
    height: 141px;
    padding: 135px 15px 0 15px;
}

div.over_step9_2 {
	width: 200px;
}

div.over_step9_2 div.over ul {
    margin: 0px;
}

/* Replacement Tool  ENDE*/
