/* ----------------- general html structure */
html, body, div, p, td, a, input, textarea, select {
    font-family: Arial, Verdana, sans-serif;
    color:black;
    font-size:12px;
    line-height:16px;
}
html, body {
    /*overflow:auto;*/
}
html {
/*    background-image:url('../images/pattern_contenido.gif');
    background-position:0 140px;*/
    height:98%;
}
body {
/*    background-image: url(../images/background.jpg);
    background-repeat:repeat-y;
    background-position:240px 0;
*/    
    height:98%;
/*  background-color: rgb(238,245,237);/* gruenlich */
    background-color: rgb(246,249,238);/* gelblich */
}
form {
    margin:0;
    padding:0;
}

textarea {
    width:418px;
    height:85px;
}

img {
    border:0;
}
/* /----------------- general html structure */

/* ###################################################### */
/* ####################### HEADER ####################### */
/* ###################################################### */
#head {
    height:150px;
    background-color:#ffffff;
/*    background-image:url('../images/pattern_head_right.gif');*/
    background-repeat:repeat-x;
    background-position:0 90px;
    padding:0;
    background-image:url('../upload/logos/header_prorec.gif');      
}

#head #headBody {
    padding:0;
    margin:0;
    background-image:url('../upload/Images_Header/header_firma.gif');
    background-repeat:no-repeat;
    background-position:240px 0;
    width:960px;
}

#head a#logoTop {
    display:block;
    float:left;
    padding:0;
    margin-top: 60px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom:0px; 
    background-image:url('../upload/logos/prorec_klein.gif');      
}

#head h1 {
    display:block;
    float:left;
    padding:0 0 0 35px;
    margin:0;
    width:600px;
    height:60px;
    line-height:60px;
    font-weight:normal;
    color:#4f4f4f;
    font-stretch : condensed;
    letter-spacing : 7px;    
    text-transform : uppercase; 
    font-size: 24px;   
    /* transparency 
    background-color:#ffffff;
    opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5;*/
}

#head h1 {
    margin:90px 0 0 0;
}
/* ###################################################### */
/* ####################### MAIN BODY #################### */
/* ###################################################### */
#outerContainer {
    background-image:url('../images/background_outercontainer.gif');
    margin: 0 auto;
    width:960px;  
    position:relative;
    min-height:100%;
    height:auto !important;
    height:100%;
    background-color:#ffffff;   
    border:1px #4d8642 solid;      
}
#contentContainer {
    width:960px;    
    position:relative;
    min-height:97%;
    height:auto !important;
    height:97%;      
}
#whiteBg {
    float:left;
/*    background-color: white; */
    padding:0;
    margin:0;        
    position:relative;
    min-height:100%;
    height:auto !important;
    height:100%;     
}

#navigation, #content, #teasersRight {
    float:left;
    padding-top:30px;
    position:relative;
    min-height:100%;
    height:auto !important;
    height:100%;    
   
}
#outerContainer #contentContainer #content {
    padding-top:30px;
}

#contentContainer #navigation {
    width:240px;
    background-color:transparent;
}
#content {
    width:510px;
    background-color:white;
    padding-left: 5px;
    padding-right: 5px;
/*    border-top: 1px black solid;           */
}
#teasersRight {
    width:190px;
} 

/* ###################################################### */
/* ####################### NAVIGATION ################### */
/* ###################################################### */

/* Level 1 */
#navigation ul {
    width:220px;
    margin:0;
    padding:0;
    /*background-color:#F2F2F2;*/
    background-color:transparent;
    line-height:25px;
}
#navigation ul li {
    width:220px;
    margin:0px;
    padding: 0px;
    list-style-type:none;   
       
}

#navigation ul li a {
    display:block;
    width:220px;
    height:25px;
    line-height:25px;
    margin:0;
    padding:0 0px 0 10px;
    font-size:11px;
    color:black;  
    text-decoration:none;
    font-weight:normal;    
}
#navigation ul li.navmainStandardLevel_1 a {
    border-bottom:1px solid black; 
    font-weight:bold;
}
#navigation ul li a:hover {
    color: #007100;
    font-weight:bold;
}
#navigation ul li.active a {
    color: #007100;
/*    font-weight:bold;*/
    border-bottom: none;
}
/* Level 2 */
#navigation ul li.navmainStandardLevel_2 {
    margin-left:10px;
    padding:0;

}
#navigation ul li.navmainStandardLevel_2 a {
    color:black;
    width:210px;    
/*    list-style-image:url(../images/quad.gif);*/
}
#navigation a.navmainStandardLevel_2:before {
    color:black;
    content:url(../images/button/quad.gif);
}
#navigation ul li.navmainStandardLevel_2 a.active {
    color: #007100;
    font-weight:bold;
}
#navigation a.navmainStandardLevel_2:hover {
    color: #007100;
    font-weight:normal;
}    
#navigation a.navmainStandardLevel_2:hover:before {
    content:url(../images/button/quad-up.gif);
}       
#navigation .navmainStandardLevel_2 a.active:before {
    color:black;
    content:url(../images/button/quad-up.gif);
}
#navigation ul li.navmainStandardLevel_2 a.active:hover {
    color:#007100;
}
   
/* Level 3 */
#navigation ul li.navmainStandardLevel_3 {
    margin-left:20px;
    padding:0;
}
#navigation ul li.navmainStandardLevel_3 a {
    color:black;
    width:200px;    
/*    list-style-image:url(../images/quad.gif);*/
}
#navigation a.navmainStandardLevel_3:before {
    color:black;
    content:url(../images/button/quad.gif);
}
#navigation ul li.navmainStandardLevel_3 a.active {
    color: #007100;
    font-weight:bold;    
}
#navigation a.navmainStandardLevel_3:hover {
    color: #007100;
    font-weight:normal;
}    
#navigation a.navmainStandardLevel_3:hover:before {
    content:url(../images/button/quad-up.gif);
}       
#navigation .navmainStandardLevel_3 a.active:before {
    color:black;
    content:url(../images/button/quad-up.gif);
}
#navigation ul li.navmainStandardLevel_3 a.active:hover {
    color:#007100;
}
/* ###################################################### */
/* ####################### SEARCH INPUT ################# */
/* ###################################################### */
#search {
    margin:20px 0 0 20px;
    font-size:11px;
    background-color:transparent;
}
#search label {
    font-size:11px;
    display:block;
    float:left;
    width:42px;
    padding:2px 0 0 0;
}
#search input {
    border:1px solid #ccc;
    width:140px;
    height:12px;
    font-size:10px;
}
#search input.sbmt {
    border:0;
    width:5px;
    height:8px;
    margin:0 0 0 10px;
}
/* ###################################################### */
/* ####################### SEARCH OUTPUT ################ */
/* ###################################################### */
#searchResults {
   font-size:12px;
   text-decoration: none;
   text-align: left;
   color: black;  
   padding-left: 2px;
   padding-top: 5px;
   padding-right: 5px;
   padding-bottom: 5px;
   margin-top: 10px;
   margin-left: 0px;
}

#searchResults p.message {
   color: #2f2f2f;
   text-decoration: none;
   text-align: justify;
   line-height: 16px;
   padding-top: 5px;
   padding-bottom:5px;
   padding-left:0px;
   margin-bottom: 10px;
   font-size:12px;  
}

#searchResults .searchResultItem {
   border-bottom:1px solid #E8E8E8;
   font-size:12px;    
   margin-bottom:0px;
   padding-bottom: 0px;
   background-color: white;
   padding-left:  0px;
   padding-right:  5px;   
}

#searchResults .searchResultItem h2 {
    font-size : 12px;
    color : black;
    font-weight : bold;
    text-decoration: none;
    font-style : normal;
    margin-bottom: 3px;
    margin-top: 3px;
    padding-top: 5px;
}
#searchResults a.more {
   color: #007100;
   text-decoration: none;
   text-align: right;
   font-weight: bold;
   border-bottom: 1px dashed #e3e3e3;
   line-height: 20px;
   display: block;
}

#searchResults a.more:hover {
   text-decoration: none;
   color: #000000;   
}
#searchResults .searchResultItem p {
   color: black;
   text-decoration: none;
   text-align: justify;
   font-size:12px;
   font-weight: normal;
   line-height: 16px;
   display: block;
   margin-bottom:0px;
   padding-bottom: 0px;   
}
p.searchpage {
   color: black;
   text-decoration: none;
   text-align: left;
   font-size: 12px;
   font-weight: normal;
   line-height: 16px; 

}
a.searchpage {
   color: #007100;
   text-decoration: none;
   text-align: left;
   font-weight: normal;
   font-size:12px;
}
a.searchpage:hover {
   text-decoration: underline;
}

/* ###################################################### */
/* ####################### MAIN CONTENT ################# */
/* ###################################################### */

#content h1, #content h2 {
    margin:0 0 10px 0;
    padding:0;
    color:black;
}
#content h1 {
    line-height:20px;
    font-size:15px;
    font-weight:bold;
}
#content h2 {
    font-size:13px;
    font-weight:bold;  
    margin-left: 10px;       
}
#content h3 {
    font-size : 12px;
    font-weight : bold;
    font-style : normal;
    margin-left: 10px;    
}

#content li {
    margin-left:15px;
    margin-right:10px;
    text-decoration : none;
    list-style : square outside url(../images/button/quad.gif);
}

#content p {
    margin-left:15px;
    margin-right:10px;    
    font-weight : normal;
    text-decoration : none;
    text-align : justify;
}
#content table {
    margin-left:15px;
    margin-right:10px;    
    font-weight : normal;
    text-align : left;
}
#content td {
    font-weight: normal;
    color: black;
    text-decoration: none;
}

#content td.abt {
    font-size : 14px;
    font-weight : bold;
    color : black;
    font-style : normal;
}

#content td.kont {
    background-image: url(../images/bg-kontakt.gif);
    line-height: 16px;
    font-weight: normal;
    color: black;
    text-decoration: none;
}

#content td.kont_img {
    background-image: url(../images/bg-kontakt.gif);
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
}

#content td.nr {
    line-height: 16px;
    font-weight : normal;
    color : black;
    text-decoration : none;
    text-align: left;
}
img.hr {
    display:block;
    margin:10px 0;
    padding:0;
}
/* Artikelliste */

#artikelliste {
    text-align: left;
    margin-left:15px;
    margin-right:10px;    
    margin-top: 3px;
    margin-bottom: 3px;    
    font-weight: bold;
}

#artikelliste p {
   text-decoration: none;
   text-align: left;
   font-weight: bold;
   padding-left: 0px;
   padding-top: 0px;
   padding-right: 0px;
   padding-bottom: 0px;
   margin-left: 10px;
   margin-top: 5px;
   margin-right: 0px;
   margin-bottom: 5px;
   background-color: #EEEEEE;
}
#artikelliste p.artikelliste {
   text-decoration: none;
   text-align: justify;
   font-weight: normal;
   padding-left: 0px;
   padding-top: 0px;
   padding-right: 0px;
   padding-bottom: 0px;
   margin-left: 10px;
   margin-top: 5px;
   margin-right: 0px;
   margin-bottom: 5px;
   background-color: #ffffff;
}
#artikelliste h2.artikelliste {
    font-size : 13px;
    color : black;
    font-weight : bold;
    text-decoration: none;
    font-style : normal;
}

#artikelliste a.artikelliste {
    font-size: 11px;
    color: black;
    text-decoration: none;
    padding: 2px 5px 2px 5px;
    font-weight: bold;    
}

#artikelliste a.artikelliste:hover {
    text-decoration: none;
    color: #007100;   
}
#artikelliste a.artikelliste:before {
    content: url(../images/button/next-back.gif);
    padding: 0px 5px 0px 0px; 
    color: black;       
}
#artikelliste a.artikelliste:hover:before {
    content: url(../images/button/next-back-up.gif);
    padding: 0px 5px 0px 0px;
}
#artikelliste a.artikelliste:visited {
    text-decoration: none;
    color: black;    
}
#artikelliste a.more {
   font-size: 11px;
   color: #007100;
   text-decoration: none;
   text-align: right;
   font-weight: bold;
   border-bottom: 1px dashed black;
   line-height: 20px;
   display: block;
}
/*
#artikelliste a.more:after {
   content: url(../images/button/navi_pfeil_rechts.gif);
}
*/
#artikelliste a.more:hover {
   text-decoration: none;
}
/* Artikel Sitemap */
div.artikelsitemap {
    text-align: left;
    background-color: #EEEEEE;
    margin-left:15px;
    margin-right:10px;    
    margin-top: 3px;
    margin-bottom: 3px;    
    color: black;    
    font-weight: bold;
}

div.artikelsitemap a.artikelsitemap {
    font-size: 11px;
    color: black;
    text-decoration: none;
    padding: 2px 5px 2px 5px;
}

div.artikelsitemap a.artikelsitemap:before {
    content: url(../images/button/next-back.gif);
    padding: 0px 5px 0px 0px; 
    color: black;      
}

div.artikelsitemap a.artikelsitemap:hover {
    text-decoration: none;
    color: #007100;  
}

div.artikelsitemap a.artikelsitemap:hover:before {
    content: url(../images/button/next-back-up.gif);
    padding: 0px 5px 0px 0px;
}
div.artikelsitemap a.artikelsitemap:visited {
    text-decoration: none;
    color: black;  
}
/* Bilder in Artikeln */
#content img.floatleft{
    text-align: left;
    float: left;
    padding: 10px 10px 10px 0px;
}

#content img.floatright{
    text-align: right;
    float: right;
    padding: 10px 0px 10px 10px;
}
#content div.startseite {
    text-align: center;
    margin: auto;
}
/* CSS fuer Starseite */
div.startseite a {
    color: black;
    text-decoration: none;
    display: block;
    padding: 3px;
    text-align: center;
    vertical-align: top;
    font-weight: bold;
    font-size: 11px;
}

div.startseite a:hover {
    text-decoration: underline;
}
#content .textItem span {
    padding:5px;
    margin: 5px; 
    color: black;
    font-size: 10px;
}  
#content .mail span{  
    padding:0px;
}
#content .textItem span.mail {
    padding:0px; 
}  
#content span.emailname {
    display:none;
    padding:0px;
    margin:0px;
    font-size : 11px;    
}
#content span.domain {
    display:inline;
    padding: 0px;
    margin:0px;
    font-size : 11px;    
}
/* ###################################################### */
/* ####################### RIGHT COLUMN ################# */
/* ###################################################### */
#teasersRight {
    font-size:11px;
    color:black;
    padding-left: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
    margin-left: 0px;    
}
.teasersRight {
    border-bottom: 1px dotted black;     
    padding-left: 2px;
    padding-bottom: 2px;   
    margin-left: 2px;
}

#teasersRight h2 {
    font-size:13px;
    margin-left: 2px;
    margin-bottom:2px;
    font-weight:bold;
    border-bottom: 1px solid black;  
    text-align:left;  
    padding-left: 2px;
}
#teasersRight p {
   font-size:11px;
   font-weight:normal;
   margin-left: 3px;
   margin-top: 3px;
   margin-right: 3px;
   margin-bottom: 3px; 
   padding-left: 4px;
    text-align:left;

}
#teasersRight a {
    font-size: 11px;
    font-weight: bold;
    color: black;
    text-decoration: none;
}
#teasersRight a:hover {
    text-decoration: underline;
    color: #007100;
    font-size: 11px;
    font-weight: bold;
    color: black;
}
#teasersRight a:visited {
    text-decoration: none;
    color: black;
    font-size: 11px;
    font-weight: bold;
}
#teasersRight a.more {
   text-decoration: none;
   display: block;
   padding: 2px 0px 3px 0px;
   font-weight: bold;
   font-size: 11px;
   text-align: right;
   color:#007100;
}
#teasersRight a.more:hover {
    text-decoration: underline;
}
* html #teasersRight a.more {
    width:100px;
}
#teasersRight li.teaserright {
    list-style-image: url(../images/button/quad.gif);
}
/* News Anzeige */
#teasersRight .headline {
   font-size: 11px;
   color: black;
   text-decoration: none;
   text-align: left;
   font-weight: bold;
   padding-left: 0px;
   margin-left: 3px;
   margin-top: 5px;
   margin-right: 3px;
   margin-bottom: 5px;
}
/* Referenzenanzeige Rechts */
#teasersRight a.teaserright {
    text-decoration: none;
    color:black;
}
#teasersRight a.teaserright:hover {
    color:#007100;
}/*
#teasersRight a.teaserright:before {
    color:#007100;
    content:url(../images/button/quad.gif);
}
#teasersRight a.teaserright:hover:before {
    content:url(../images/button/quad-up.gif);
    text-decoration: none;   
    color: #007100;     
}  */

/* Aktuelle Projekte Anzeige Rechts */
#teasersRight a.projekteright {
    text-decoration: none;
    color:black;
}
#teasersRight a.projekteright:hover {
    color:#007100;
}
#teasersRight a.projekteright:before {
    color:#007100;
    content:url(../images/button/quad.gif);
}
#teasersRight a.projekteright:hover:before {
    content:url(../images/button/quad-up.gif);
    text-decoration: none;   
    color: #007100;     
} 
/* ###################################################### */
/* ####################### FOOTER ####################### */
/* ###################################################### */
#footer {
    width: 960px;
    height:35px;
    font-size:11px;
    background-color:#ffffff;
    overflow:hidden;
    margin: auto 0;
    position: absolute;
    bottom: 0px;  
    border-top:1px #4d8642 solid;
    text-align:center;
    padding-top: 5px;
}
ul#metaNavigation {
    margin:0 0 20px 0;
    padding:0;
    background-image: url(../images/bg_footer.gif)
}
ul#metaNavigation li {
    margin:0;
    padding:0 1px 0 8px;



    display:inline;
    border-left:1px solid #D7D7D6;
}
#metaNavigation a {
    text-decoration: none;
    color:black;
    font-size: 10px;
    font-weight:bold;
}
#metaNavigation a:hover {
    color:#007100;
    text-decoration: underline;
}

/* ###################################################### */
/* ####################### LINKS ######################## */
/* ###################################################### */
a {
    color:#007100;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}

/* ###################################################### */
/* ####################### CONTACT FORM ############'#### */
/* ###################################################### */
#contactForm {
    font-size:11px;
}
#contactForm .contactRow {
    margin:4px 0;
}
#contactForm label {
    display:block;
    float:left;
    width:80px;
}
#contactForm .contactRow input, #contactForm .contactRow textarea {
    border:1px solid #ccc;
    width:346px;
}
#contactForm .contactRow select {
    border:1px solid #ccc;
    width:172px;
}
* html #contactForm .contactRow input, * html #contactForm .contactRow textarea {
    width:343px;
}

#contactForm .contactRow input {
    height:14px;
}

#contactForm .contactRow textarea {
    height:105px;
    font-size:10px;
}

#contactFormSubmit #contactFormSubmitLeft {
    float:left;
    margin:0 0 0 80px;
    width:174px;
}
* html #contactFormSubmit #contactFormSubmitLeft {
    margin:0 0 0 26px;
}
#contactFormSubmit #contactFormSubmitRight {
    float:right;
    width:174px;
}

#contactFormSubmit #contactFormSubmitLeft input, 
#contactFormSubmit #contactFormSubmitRight input {
    background-color:#fff;
    border:0;
    color:#0060b1;
    padding:0 20px 0 0;
    background-image:url(../images/link_pfeil.gif);
    background-repeat:no-repeat;
    background-position:right 4px;
    font-size:10px;
    width:auto;
    height:auto;
    float:right;
    margin:0;
}
#contactFormSubmit #contactFormSubmitLeft input {
    background-image:none;
    padding:0;
    float:left;
}

#contactForm table {
    width:100%;border-collapse:collapse;
}
#contactForm table td {
    padding:0;
}
#contactForm table td.pt {
    padding-top:2px;
}
* html #contactForm table td.pt {
    padding-top:0;
}
/* ###################################################### */
/* ####################### BACKEND STYLES ############### */
/* ###################################################### */
#modHeaderImgEdit {
    position:absolute;
    top:60px;
    left:270px;
}


/* good old clearfix - remember to use conditional comment for ie6 with .clearfix {height:1px;} */
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */



/**** IMAGE GALLERY ****/
table.gallery {
    margin: 20px 10px 0px 0px;
    width: 410px;
}

table.gallery td.gallery-navigation {
    /*font-size: 0.6875em;*/    
}

table.gallery tr.thumbnails td {
    padding: 0;
}

table.gallery dd {
}

div.download {
    padding: 3px 0 3px 10px;
    background: url(../images/link_pfeil_klein.gif) no-repeat 0px 7px;

}

div.downloadImg {

    padding: 0;
    margin-top:10px;
    background: url(../images/navi_pfeil_rechts.gif) no-repeat 10px 7px;
}

dl.gallery-detail {
    margin: 20px 10px 0px 0px;
}

dl.gallery-detail dt {
    text-align: left;
    padding: 0;
}


td.gallery_image{
    height: 220px;
    padding:0px;
    
}
td.gallery_image div.link_image{
    padding:0;  
    background-position:top center; 
    min-height:120px; 
    margin-bottom:5px; 
    overflow:hidden;
}
td.gallery_image .bottom_links{
     height:40px; margin-top:10px;
}
td.gallery_image .bottom_links{
    margin-bottom: 0px; 
    text-align:left; 
    width:180px; 
}
td.gallery_image .links{
    margin-bottom: 0px;
}


/**
 * CSS styles for Contenido Sitemap.
 * 
 * @author rbi
 * @copyright four for business AG <www.4fb.de>
 * @version 0.1.0
 * 
 * created 2009-01-16
 */

ul.sitemapStandardMainCat {
        margin-left:0;
        padding-left: 0;
}

ul.sitemapStandardMainCat li {
    list-style-image:  url(../images/button/quad.gif); 
}

ul.sitemapStandardMainCat li.sitemapStandardLevel_1 {
   display: block;
   padding: 2px 0px 3px 0px;
   font-weight: bold;
   border-bottom: 1px solid black;
   background-color: #f2f2f2;   
}
a.sitemapStandardLevel_1 {
    text-decoration: none;
    color:black;
}
a.sitemapStandardLevel_1:before {
    color:black;
    content:url(../images/button/quad.gif);
}
a.sitemapStandardLevel_1:hover {
    color:#007100;
}
a.sitemapStandardLevel_1:hover:before {
    content:url(../images/button/quad-up.gif);
    text-decoration: none;   
    color: #007100;     
}      
ul.sitemapStandardMainCat li.sitemapStandardLevel_2 {
    display: block;
    padding: 2px 0px 3px 15px;
    font-weight: normal;
}
a.sitemapStandardLevel_2 {
    text-decoration: none;
    color:black;
}
a.sitemapStandardLevel_2:hover {
    color:#007100;
}
a.sitemapStandardLevel_2:before {
    color:#007100;
    content:url(../images/button/quad.gif);
}
a.sitemapStandardLevel_2:hover:before {
    content:url(../images/button/quad-up.gif);
    text-decoration: none;   
    color: #007100;     
}       

ul.sitemapStandardMainCat li.sitemapStandardLevel_3 {
    display: block;
    padding: 2px 0px 3px 25px;
    font-weight: normal;
}
a.sitemapStandardLevel_3 {
    text-decoration: none;
    color:black;
}
a.sitemapStandardLevel_3:hover {
    color:#007100;
}
a.sitemapStandardLevel_3:before {
    color:#007100;
    content:url(../images/button/quad.gif);
}
a.sitemapStandardLevel_3:hover:before {
    content:url(../images/button/quad-up.gif);
    text-decoration: none;   
    color: #007100;     
}       
