/* ----------------- general html structure */
html, body, div, p, td, a, input, textarea, select {
    font-family:Verdana, Arial, sans-serif;
    /*    color:#606060; */

}

ul {
    margin-top:3px;
    margin-bottom:0px;
    
}



html, body {
    margin:0;
    padding:0;
}

html {
    background-image:url('../images/background.gif');
    height:100%;
}


form {
    margin:0;
    padding:0;
}

textarea {
    width:418px;
    height:85px;
}

img {
    border:0;
}
/* /----------------- general html structure */


/* ###################################################### */
/* ####################### MAIN BODY #################### */
/* ###################################################### */


.header
 {
    position:absolute;
    top:5px;
    background-image:url('../upload/pvs-gmbh-header.png');
    background-repeat:no-repeat;
    width:875px;
    height:124px;
    margin-left:-7px;
}



.anlagenbau_galerie {
position:relative;
top:-10px;
width:800px;
float:left;
border:0px solid;
margin-bottom:10px;
left:90px; 
}

.anlagenbau_galerie img{
margin:5px;
padding:1px;
border: 1px solid;
}

.anlagenbau_galerie img:hover{
margin:5px;
padding:1px;
border: 1px solid #FF8000;
}


/* ###################################################### */
/* ####################### NAVIGATION ################### */
/* ###################################################### */

/* Level 1 */
#navigation ul {
    width:230px;
    margin:0;
    padding:0;
    /*background-color:#F2F2F2;*/
    background-color:transparent;
}
#navigation ul li {
    width:220px;
    margin:0;
    padding:0 0 0 10px;
    list-style-type:none;
}
#navigation ul li a {
    display:block;
    width:220px;
    height:19px;
    line-height:19px;
    margin:0;
    padding:0 0 0 10px;
    font-size:11px;
    color:#666;
    background-image:url(../images/navi_pfeil_zu.gif);
    background-repeat:no-repeat;
    background-position:210px 3px;
    border-bottom:1px solid #ccc;
    text-decoration: none;
}
#navigation ul li a:hover, #navigation ul li.active a {
    background-image:url(../images/navi_over.gif);
    background-repeat:no-repeat;
    background-position:0 0;
    color:#fff;
    text-decoration: none;
}

/* Level 2 */
#navigation ul.subNavigation {
    width:210px;
    margin:0;
    padding:0;
    text-decoration: none;
}
#navigation ul.subNavigation li a {
    background-image:url(../images/subnavi_pfeil_zu.gif);
    background-repeat:no-repeat;
    background-position:199px 8px;
    border-bottom:1px dotted #ccc;
    color:#666;
    width:210px;
    text-decoration: none;
}
#navigation ul.subNavigation li.active a {
    color:#fff;
    text-decoration: none;
}
#navigation ul.subNavigation li a:hover, #navigation ul.subNavigation li.active a {
    background-image:url(../images/subnavi_over.gif);
    background-repeat:no-repeat;
    background-position:0 0;
    text-decoration: none;
}

/* Level 3 */
#navigation ul.subSubNavigation {
    width:200px;
    margin:0;
    padding:0;
    text-decoration: none;
}
#navigation ul.subNavigation li ul.subSubNavigation li a {
    background-image:none;
    border-bottom:0;
    color:#666;
    width:200px;
    text-decoration: none;
}
#navigation ul.subNavigation li ul.subSubNavigation li a:hover, #navigation ul.subNavigation li ul.subSubNavigation li.active a {
    background-image:url(../images/subsubnavi_over.gif);
    background-repeat:no-repeat;
    background-position:0 0;
    text-decoration: none;
}
/* ###################################################### */
/* ####################### SEARCH INPUT ################# */
/* ###################################################### */
#search {
    margin:0px 0 0 0px;
    font-size:11px;
    color:white; 
    background-color:transparent;
 }

#search label {
    font-size:11px;
    color:white; 
 /*    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 {
    margin:0 0 10px 0;
}
#searchResults p.message {
    margin:20px 0 30px 0;
}
#searchResults div.searchResultItem {
    border-bottom:1px solid #ccc;
    margin:0 0 10px 0;
    padding:0 0 10px 0;
}
#searchResults div.searchResultItem h2 {
    font-size:14px;
    margin:0 0 5px 0;
    padding:0;
    color:#0060b1;
    font-style:normal;
}

/* ###################################################### */
/* ####################### LINKS ######################## */
/* ###################################################### */
a {
    color:#0060b1;
    text-decoration:none;
}


/* ###################################################### */
/* ####################### 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:left;
    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; 
    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 Frederic Schneider
 * @copyright four for business AG <www.4fb.de>
 * @version 0.1.0
 * 
 * created 2008-04-11
 */

.sitemap, .sitemap ul {
        margin-left:0;
        padding-left: 0;
}

a.MetaNavigation {
        padding-left:15;
        padding-left: 15;
        font-family: Tahoma, Verdana, Arial, sans-serif;
        color:white;
        font-size:13px;
  
}



.trennlinie {
width:98%;
background-color:#3970C8;
color:#3970C8;
height:1px;
margin-left:0;
text-align:left;
border:0px;
margin: 0px 0px 10px 0px; 
}

*+html .trennlinie {
width:98%;
background-color:#3970C8;
color:#3970C8;
height:1px;
margin-left:0;
text-align:left;
border:0px;
margin: -5px 0px -12px 0px; 
}

/* nur für IE 6.0 */
* html .schatten-links {
/* background-image:url('../images/shadow-ul.gif');
 background-position: bottom;
background-repeat:10; */
}

/* anzeigen nur mit Modernen Browser, IE nur Version 7 */
html>body .schatten-links {
background-image:url('../images/schatten-links.png');
background-position: bottom;
background-repeat:10;
}
 

.sitemap li {
    border-bottom: 1px solid #ffffff;
    list-style-type: none;
}

.sitemap .level1 {
        background-color: #e6f1fb;
        padding: 3px 3px 3px 10px;
}

.sitemap .level2 {
        background-color: #f4f9fd;
        padding: 3px 3px 3px 30px;
}

.sitemap .level3 {
        background-color: #ffffff;
        padding: 3px 3px 3px 50px;
}

/* Only for IE */
*+html .sitemap .list2, * html .sitemap .list2 {
        margin-top: -14px;
}


/* Menü Anfang */

.menu-links-background {
    
    position:relative;
    background-image:url(/linkes-menue.gif);
    background-repeat:no-repeat;
    background-position: bottom;
    z-index: 0;
    text-align:left;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    color:#FFFFFF;
    padding-top: 6px;
    padding-bottom: 6px;
    border:0px solid;
    text-decoration:none;
}

.menu-links-font{
position:relative;
left:8px;
text-decoration:none;
}

.menu-links-background:hover {
    text-decoration:none;
    background-image:url(/linkes-menue-gruen.gif);
    background-repeat:no-repeat;
    background-position: bottom;
    z-index: 0;
    text-align:left;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    color:#FFFFFF;
    padding-top: 6px;
    padding-bottom: 6px;
}


.menu-links-background a{

    text-align:left;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    color:#FFFFFF;
    text-decoration:none;
}

.menu-links-background a:hover{
    
    text-align:left;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    color:#FFFFFF;
    text-decoration:none;
}




/* Menü ENDE */
