* { margin:0px; padding:0px; outline:0px; }
a  { text-decoration:none; }


body {
    background-color:#695443;
    background-image:url(img/page_background.png);
    background-repeat:repeat-x;
    font-family:trebuchet ms;
    font-size:13px;
    position:relative;
    behavior: url("csshover3.htc");
    }

#container {
    width:960px;
    margin:auto;
    }

#page_bottom {
    position:absolute;
    bottom:0px;
    width:100%;
    height:273px;
    background-image:url(img/footer_background.png);
    background-color:#554436;
    z-index:-1;
    }



/** --- header --- **/

#header {
    height:99px;
    width:960px;
    position:relative;
    }

#header a {
    border:none;
    position:absolute;
    width:380px;
    height:56px;
    left:30px;
    top:31px;
    }

#header img {
    border:none;
    padding-left:10px;
    }

#header_side {
    position:absolute;
    top:0px;
    left:-128px;
    background-image:url(img/header_side.png);
    width:138px;
    height:269px;
    z-index:2;
    }



/** --- navigation --- **/

#navigation {
    list-style:none;
    width:960px;
    height:36px;
    margin-left:10px;
    position:relative;
    z-index:1;
    }

* html #navigation {    /* For IE6 */
    margin-top:-4px;
    }

#navigation .main {
    background-image:url(img/navigation_button.png);
    background-color:#D3AB89;
    float:left;
    margin-right:2px;
    }

#navigation .main .title {
    display:block;
    line-height:36px;
    width:155px;
    text-align:center;
    font-size:16px;
    color:#fff;
    text-shadow: 0.1em 0.05em 0.15em #423425;
   /** filter:Shadow(color=#423425, direction=150, strength=2); **/
    }

* html #navigation .main .title:hover {   /** For IE6 **/
    background-image:url(img/navigation_button.png);
    background-position:0px -36px;
    background-color:#99CC00;
    }

#navigation .main:hover {
    background-position:0px -36px;
    background-color:#77a352;
    }

#navigation .main:hover .sub {
    display:block;
    }

#navigation .main .sub {
    position:absolute;
    top:36px;
    width:153px;
    display:none;
    list-style:none;
    background-image:url(img/dropdown.png);
    background-repeat:no-repeat;
    background-color:#77a352;
    }

#navigation .main .sub .first a {
    margin:2px 0px 0px 0px;
    }

#navigation .main .sub a {
    color:#fff;
    display:block;
    padding:0px 0px 3px 9px;
    line-height:20px;
    background-image:url(img/dropdown_line.png);
    background-repeat:no-repeat;
    background-position:bottom;
    text-shadow: 0.1em 0.05em 0.15em #3f5d25;
    }

#navigation .main .sub a:hover {
    background-color:#618a3e;
    }

#navigation .main .sub .end {
    background-image:url(img/dropdown_end.png);
    height:3px;
    margin-top:-1px;
    }



/** --- opener --- **/

#opener {
    height:320px;
    width:940px;
    clear:both;
    background-image:url(img/opener.png);
    background-color:#fdfaf8;
    margin-bottom:4px;
    margin-left:10px;

    position:relative;
    }

#opener .anbieterbutton {
    display:block;
    width:279px;
    height:91px;
    background-image:url(img/opener_button.png);
    position:absolute;
    bottom:0px;
    right:149px;
    }

#opener .anbieterbutton:hover {
    background-position:0px -91px;
    }

#opener_mini {
    height:182px;
    width:940px;
    clear:both;
    background-image:url(img/opener_mini.png);
    background-color:#fdfaf8;
    margin-bottom:4px;
    margin-left:10px;
    margin-right:10px;
    position:relative;
    }

#opener_mini .anbieterbutton {
    display:block;
    width:222px;
    height:81px;
    background-image:url(img/opener_mini_button.png);
    position:absolute;
    bottom:0px;
    right:210px;
    }

#opener_mini .anbieterbutton:hover {
    background-position:0px -81px;
    }
/** --- main --- **/

#main {
    margin-left: 10px;
    background-image:url(img/main_background.png);
    background-repeat:repeat-x;
    background-color:#ead6c5;
    padding:8px 13px 0px 12px;
    width:915px;
    }

* html #main {   /* For IE6 */
   padding:0px;
   margin-left:10px;
   padding-left:12px;
   padding-top:8px;
   }

#main #breadcrump {
    color:#75563e;
    padding:0px 0px 8px 4px;
    }

    #main #breadcrump a {
        color:#75563e;
        }

    #main #breadcrump a:hover {
        color:#336600;
        }

#main .content {
    background-color:#fefaf7;
    border:1px solid #b09f92;
    padding:28px 41px 60px 41px;
    width:535px;
    float:left;
    font-size:13px;
    line-height:17px;
    color:#4e3e31;
    }
	
#main .content table a  { text-decoration:none; }
#main .content table a:hover  { text-decoration:underline; }

#main .content p {
    margin-bottom:15px;
    }
	
#main .content a {
	text-decoration:underline;
	color:#4e3e31;
    }
	
#main .content a:hover {
	text-decoration:none;
	color:#4e3e31;
    }

#main .content h1 {
    color:#dd8036;
    font-size:29px;
    font-weight:normal;
    background-image:url(img/h1_icon.png);
    background-repeat:no-repeat;
    padding:4px 0px 15px 50px;
    margin-left:-17px;
    line-height:30px;
    }

#main .content h2 {
    color:#4e3e31;
    font-size:16px;
    font-weight:normal;
    margin:16px 0px 7px 0px;
    }
	
#main .content h3 {
    color:#4e3e31;
    font-size:14px;
    font-weight:normal;
    margin:16px 0px 7px 0px;
    }

#main .content b {
    color:#a75513;
    }

#main .content img {
    border:1px solid #b09f92;
    float:left;
    margin:3px 17px 13px 0px;
    }

#main .content .right {
    float:right;
    margin:3px 0px 13px 17px;
    }

#main .content ul {
    width:430px;
    list-style:none;
    padding-left:12px;
    padding-top:2px;
    margin-bottom:14px;
    }

#main .content ul li {
    padding-left:24px;
    background-repeat:no-repeat;
    background-position:0px 2px;
    margin:4px 0px;
    }

    #main .content .icon_1 li {
        background-image:url(img/ul_icon_1.png);
        }

    #main .content .icon_2 li {
        background-image:url(img/ul_icon_2.png);
        }

#main .content blockquote {
    border:1px solid #d28b44;
    padding:8px 10px 12px 10px;
    background-color:#fffaf7;
	margin-bottom: 5px;
    }

#main .content blockquote p {
    margin:0px;
	margin-bottom: 5px;
    }
	
#main .content .box2 a {
	text-decoration:none;
    }
	
#main .content .box2 a:hover {
	text-decoration:underline;
    }
	
#main .karte{
width:500px;
height:374px;
padding-left:20px;
padding-top:30px;
background: #ffffff url(media/Deutschlandkarte.png) no-repeat;
border:1px solid #cccccc;
background-position:right;
font-size:11px;
}

#main .teaser_bottom {
	overflow: hidden;
	height: 78px;
}
#main .in_teaser_bottom {
	overflow: hidden;
	height: 55px;
}
#main .teaser_bottom img {
	margin: 7px 17px 13px 0;
}
#main .teaser {
    background-color:#faf1ea;
    border:1px solid #b09f92;
    width:288px;
    float:right;
    padding:38px 0px 15px 0px;
	margin-bottom:20px;
    }

#main .teaser .teasertext {
    display:block;
    font-size:12px;
    color:#a1724d;
    line-height:13px;
    clear:both;
    padding:4px 13px 7px 9px;
	height:55px;
	overflow: hidden;
    }
	
#main .teaser .teasertext span {
    height: 55px; 
	overflow: hidden;
	width: 201px;
	display:inline-block;
    }	
	

#main .teaser .teasertext:hover {
    background-color:#FFFEFD;
    /** border-top:1px solid #ae5814;
    border-bottom:1px solid #ae5814;
    padding:3px 13px 6px 9px; **/
    }

#main .teaser .teasertext img {
    width:56px;
    height:56px;
    float:left;
    margin-right:7px;
    border:1px solid #ad8260;
    opacity:0.7;
    -moz-opacity:0.7;
    filter:alpha(opacity=70);
    }

#main .teaser .teasertext:hover img {
    opacity:1.0;
    -moz-opacity:1.0;
    filter:alpha(opacity=100);
    }

#main .teaser .teasertext b {
    font-style:normal;
    font-weight:bold;
    color:#7f400e;
    font-size:12px;
    padding:3px 0px 0px 0px;
    margin:0px;
    display:block;
    }

#main .teaser h2 {
    color:#ae5814;
    font-size:20px;
    font-weight:normal;
    padding-left:9px;
    padding-bottom:9px
    }

#main .teaser_end {
    color:#7f400e;
    background-color:#faf7f4;
    border:1px solid #b4a497;
    display:block;
    padding:4px;
    margin:8px;
    text-align:center;
    }

#main .teaser_end:hover {
    color:#5B2F0B;
    background-color:#FFFFFF;
    }

#main #main_bottom {
    clear:both;
    width:940px;
    height:100px;
    margin-left:-12px;
    background-image:url(img/main_bottom.png);
    background-position:bottom;
    background-repeat:no-repeat;
    position:relative;
    }

#main #main_bottom .anbieterbutton {
    display:block;
    width:195px;
    height:70px;
    background-image:url(img/main_bottom_button.png);
    position:absolute;
    bottom:0px;
    right:140px;
    }

#main #main_bottom .anbieterbutton:hover {
    background-position:0px -70px;
    }



/** --- anbietervergleich --- **/

#main #anbietervergleich {
    width:auto;
    }

#main #anbietervergleich .anbieter {
	padding-top:20px;
	padding-bottom:10px;
	position:relative;
    }

#main #anbietervergleich h2 {
    font-size:22px;
    color:#4e3e31;
    margin-bottom:10px;
    }

#main #anbietervergleich .tip {
    position:absolute;
    top:39px;
    right:205px;
    border:none;
    }

#main #anbietervergleich .anbietertext {
    width:500px;
    float:left;
    }

#main #anbietervergleich img {
    border:1px solid #b09f92; /* b09f92 */
    float:none;
    margin:0px 17px 13px 0px;
    clear:both;
    }

#main #anbietervergleich .right {
    float:right;
    margin:1px -4px 13px 10px;
    }

#main #anbietervergleich .details {
    border:1px solid #86b649;
    background-color:#cae9a2;
    background-image:url(img/anbieter_pattern.png);
    padding:12px;
    margin:0px -4px 0px -4px;
    clear:both;
	width:840px;
    }

* html #main #anbietervergleich .details {
    border:12px solid #cae9a2;
    background-image:none;
    }

#main #anbietervergleich .details td {
    padding-right:2px;
    }

#main #anbietervergleich .details th {
    font-size:13px;
    color:#567f22;
    font-weight:normal;
    text-align:left;
    padding-bottom:6px;
    }

#main #anbietervergleich .details td {
    color:#2a2017;
    font-size:12px;
    line-height:17px;
    vertical-align:top;
    }

 #main #anbietervergleich .button {
    width:118px;
    height:34px;
    background-image:url(img/anbieter_order.png);
    display:block;
    }

 #main #anbietervergleich .button:hover {
    background-position:0px -34px;
    }



/** --- footer --- **/

#footer {
    height:258px;
    width:960px;
    }

#footer ul {
    float:left;
    list-style:none;
    font-size:14px;
    color:#ead6c5;
    width:202px;
    background-image:url(img/footer_line.png);
    background-repeat:repeat-y;
    background-position:right;
    height:151px;
    padding-top:28px;
    padding-left:39px;
    }

#footer .last {
    background-image:none;
    width:190px;
    }

#footer ul li {
    height:18px;
    }

#footer ul .title {
    color:#f5e3d4;
    font-weight:bold;
    margin-bottom:6px;
    }

#footer ul li a {
    color:#ead6c5;
    }

#footer ul li a:hover {
    color:#D3AB89;
    }

#footer div {
    padding-top:27px;
    margin-left:41px;
    color:#d0bfaf;
    font-size:14px;
    clear:both;
    width:300px;
    float:left;
    }

#footer div a {
    color:#d0bfaf;
    }

#footer div a:hover {
    color:#8D7054;
    }

#footer #logo {
    float:right;
    padding-right:42px;
    }



/** --- verzeichnis --- **/

#main #verzeichnis {
    width:auto;
    position:relative;
    }

#main #verzeichnis .trenner {
    position:absolute;
    width:1px;
    top:140px;
    bottom:70px;
    background-color:#ddd6d0;
    z-index:1;
    left:437px;
    }

#main #verzeichnis p {
    margin-bottom:40px;
    }
	
#main #verzeichnis a {
	text-decoration:none;
    }
	
#main #verzeichnis a:hover {
	text-decoration:none;
    }

#main #verzeichnis .verzeichnis_teaser {
    display:block;
    width:370px;
    height:84px;
    font-size:12px;
    color:#a1724d;
    font-style:italic;
    line-height:14px;
    float:left;
    margin: 0px 25px 4px 0px;
    padding:7px 7px 7px 7px;
    }

#main #verzeichnis .verzeichnis_teaser:hover {
    background-color:#fff;
    border:1px solid #EAD6C5;
    margin:-1px 24px 3px -1px;
    padding:7px 7px 7px 7px;
    }

* html #main #verzeichnis .verzeichnis_teaser {   /** For InternetExplorer 6 **/
    margin:-1px 24px 3px -1px;
    padding:7px 7px 7px 7px;
    }

* html #main #verzeichnis .verzeichnis_teaser:hover {   /** For InternetExplorer 6  **/
    margin:-1px 24px 3px -1px;
    padding:6px 6px 6px 6px;
    }

#main #verzeichnis .verzeichnis_teaser:hover img {
    border:1px solid #5B2F0B ;
    }

#main #verzeichnis .verzeichnis_teaser img {
    margin-right:12px;
    margin-top:0px;
    }

#main #verzeichnis .verzeichnis_teaser b {
    font-size:13px;
    font-weight:bold;
    font-style:normal;
    color:#7f400e;
    line-height:16px;
    margin-bottom:4px;
    display:block;
    }

#main #pagecontrol {
    padding-top:30px;
    margin-bottom:-30px;
   /** width:800px; **/
    text-align:center;
    display:block;
    clear:both;
    }

 #main #pagecontrol a {
    padding:2px 5px 2px 5px;
    color:#715e4e;
    background-color:#fff;
    border:1px solid #EAD6C5;
    margin:0px 3px 0px 3px;
	text-decoration: none;
    }

 #main #pagecontrol a {    /** For InternetExplorer 6  **/
    line-height:24px;
    }

 #main #pagecontrol .current {
    font-weight:bold;
    color:#352C24;
    background-color:#FAF1EA;
    border:1px solid #EAD6C5;
    }

 #main #pagecontrol .current:hover {
    cursor:default;
    color:#352C24;
    }

 #main #pagecontrol a:hover {
    color:#352C24;
    background-color:#FAF1EA;
    border:1px solid #EAD6C5;
    }
	
/** --- branchenbuch --- **/

#main #branchenbuch {
    width:auto;
    position:relative;
    }

#main #branchenbuch .trenner {
    position:absolute;
    width:1px;
    top:140px;
    bottom:70px;
    background-color:#ddd6d0;
    z-index:1;
    left:437px;
    }

#main #branchenbuch p {
    margin-bottom:40px;
    }
	
#main #branchenbuch a {
	text-decoration:none;
    }
	
#main #branchenbuch a:hover {
	text-decoration:underline;
    }