
/* ---------------stefan vollenweider ------------*/

/* allgemein */
body {
    color: #000000;
    font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
    background: #ffffff;
}
    
p  {
    font-size: 12px;
}

p input  {
    font-size: 11px;
    padding-right: 8px;
    
}
p a {
    color: #0033ff;
    background: inherit;
    font-size: 11px;
    font-style: italic;
    list-style: none;
    text-decoration: none;
    }
    
#text a {
    color: #0033ff;
    background: inherit;
    font-size: 12px;
    font-style: italic;
    list-style: none;
    text-decoration: none;
    } 
    
li a { 
	color: #0033ff;
	background: inherit; 
	font-size: 11px; 
	font-style: italic; 
	list-style: none; 
	} 
       
       
#contenthidden a {
    color: #0033ff;
    background: inherit;
    font-size: 12px;
    font-style: italic;
    list-style: none;
    text-decoration: none;
    }    
p a:hover {
    color: #ccdd00;
    background: inherit;
    font-size: 11px;
    font-style: italic;
    list-style: none;
    text-decoration: none;
    }    
  

h1 {
    font-size: 14px;
    font-weight: bold;
    
}
h2 {
    font-size: 13px;
    font-weight: bold;
}

td.pdf{
	margin: 0px;
	padding: 0px 10px;
}
li{
    list-style: none;
    padding-left: 0;
}
li.titel {
    font-size: 13px;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 0px 0px;
}
li.einzug {
    font-size: 12px;
    list-style: none;
    padding: 2px 0px 0px 40px;
}

    
/* box */
#box {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 950px;
    height: 750px; 
    margin-top: 20px;
    margin-left: 40px;
    padding: 0px;
}

#box2 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 450px;
    height: 600px; 
    margin-top: 20px;
    margin-left: 40px;
    padding: 0px;
}
#box3 {
    position: absolute;
    /*top: 0px;*/
   /* left: 0px;*/
    width: 800px;
    height: 600px; 
    margin: 0px;
    padding: 0px;
}
#logo {
    background-image: url("images/logo990x70.jpg");
    
    background-repeat: no-repeat;
    background-position: right top;
    margin: 0px;
    padding: 0px;
    height: 70px;
}
    
/* ---------- haupt navigation -----------------  */
#navitop {
    font-size: 14px;
    line-height: 8px;
    display: block;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 70px;
    width: 100%;
    height: 40px;
}
    
#navlist {
    white-space: nowrap;
    margin: 0px;
    padding: 0px 0px 4px;
    height: 1.5em;
}
#navlist li {
    line-height: 20px;
    list-style-type: none;
    margin: 0px 10px 0px 0px;
    float: left;
}
#navlist li a {
    color: #000000;
    font: bold 12px/120% Tahoma, sans-serif;
    text-decoration: none;
    background: inherit;
    display: block;
    margin: 0px;
    padding: 2px 0.4em 1px 0px;
    position: relative;
    width: 6em;
}
#navlist li a:active {
    color: #ff0000;
    
}
#navlist li a:hover {
    color: #ccdd00;
    text-decoration: none;
    background: inherit;
}
#navlist li#active a {
    color: red;    
    font-weight: bold;
    background: inherit;
}
#navlist li#active a:hover {
    color: #ffcc00;
    background: inherit;
}


/*  ------------ subnavi -------------*/
#navisub {
    display: block;
    margin-top: 5px;
    padding-top: 5px;
    position: absolute;
    clear: both;
}
#subnavlist {
    margin: 0;
    padding: 0;
    height: 1.5em;
}
#subnavlist li {
    line-height: 14px;
    list-style-type: none;
    margin: 0 15px 0 0;
    float: left;
}
#subnavlist li a {
    color: #000000;
    font: bold 12px/120% Tahoma, sans-serif;
    text-decoration: none;
    background: inherit;
    display: block;
    margin: 0;
    padding: 2px 0.4em 1px 0;
    position: relative;
    width: 8em;
}
#subnavlist li a:active {
    color: #ff0000;
   
}
#subnavlist li a:hover {
    color: #ccdd00;
    text-decoration: none;
    background: inherit;
}
#subnavlist li#active a {
    color: red;
    font-weight: bold;
    background: inherit;
}
#subnavlist li#active a:hover {
    color: #ffcc00;
    background: inherit;
}

/*  portal */
#bildboxnamen {
    display: block;
    margin-top: 100px;
    position: absolute;
    left: 520px;
    width: 402px;
    height: 302px;
    border: solid 1px #ffcc00;
}
#bildboxshow {
    display: block;
    margin: 100px 0px 0px 70px;
    position: absolute;
    width: 402px;
    height: 302px;
    border: solid 1px #ffcc00;
}

/*content */
#content {
    line-height: 15px;
    display: block;
    margin: 0px;
    padding: 5px 40px 5px 60px;
    position: absolute;
    top: 150px;
    width: 90%;
    height: 525px;
    border: solid 1px #ffcc00;
    overflow: auto;
}

/*galerie*/
#galerie {
    line-height: 15px;
    display: block;
    margin: 0px;
    padding: 5px;
    position: absolute;
    top: 150px;
    width: 1000px;
    height: 600px;
    border: solid 1px #ffcc00;
    overflow: auto;  
}
 #galerie table{
    
    padding:0px;
    margin: 0px; 
 }

 #galerie tr{
    
    padding:5px;
    margin: 8px; 
 }
 
#galerie td{
    padding-bottom: 10px;
    border: 0px;
    text-align: center;
}

 #galerie_25 td{
    padding-bottom: 10px;
    border: 0px;
    text-align: left;
}
 
#contenthidden {
    line-height: 15px;
    display: block;
    margin: 0px;
    padding: 5px;
    position: absolute;
    top: 150px;
    width: 100%;
    height: 525px;
    overflow: auto;
}
.floatright {
    margin: 4px;
    float: right;
   
}
.floatleft {
    margin: 2px 6px 2px 6px;
    float: left;
     
}
.text {
    position: relative;
    top: 5px;
    width: 120px;
    font-size: 10px;
    color: #0033ff;
    background: inherit;
    padding: 2px 2px 2px 0px;
    margin: 8px 0px 0px 0px;
}

/* ---------------  recherche ------------ */

/* recherche suchen */    
#suchmaske {
    
    position: absolute;
    top: 145px;
    height: 145px;
    width: 455px;
    background: #FFCC00;
    color: black;
    text-align: left;
    font-size: 11px;
    display: block;
    left: 0px;
}
    
#suchmaske form {
    margin: 0px;
    padding: 0px;
}
 
#suchmaske .tbl {
    margin: 0px;
    padding: 0px;
    margin: 6px 0px 0px 8px;
}
  
#suchmaske td {
    padding: 2px;
}

#suchmaske .search {
    width: 164px;
    font-size: 10px;
    color: #000000;
    background: white;
    padding: 0px 2px 0px 2px;
    margin: 0px;
}

#suchmaske .inpt {
    width: 50px;
    font-size: 10px;
    padding: 0px 2px;
    margin: 0px;
}
    
#suchmaske .selekt {
    width: 172px;
    font-size: 10px;
    padding: 0px 0px 0px 2px;
}
    
/* recherche Liste */    

#liste {
    position: absolute;
    top: 145px;
    left: 480px;
    width: 458px;
    height: 140px;
    font-size: 11px;
    margin: 0px;
    padding: 2px 5px;
    border: solid 1px #ffcc00;
    overflow: auto;
}

/* recherche Output */    

#detail {
    position: absolute;
    top: 310px;
    left: 480px;
    width: 458px;
    height: 347px;
    font-size: 11px;
    margin: 0px;
    padding: 5px 5px;
    border: solid 1px #ffcc00;
    overflow: auto;
}

#detail td {
    vertical-align: top;
    padding: 2px 0px;
}


/* Recherche image-gallery */
 
#bilder {
    position: absolute;
    top: 310px;
    width: 455px;
    height: 350px;
    text-align: center;
    color: #000000;
    background: #FFCC00;
    overflow: auto;
    margin: 0px;
    padding-top: 10px;
    display: block;
}

#bilder #displayimage {
    /* border: 1px solid #666666; */
    margin: 6px 0px 0px 0px;
    padding: 0px;
}

/* Recherche prev / next Pfeile */

#prevnextpfeile {
    position:absolute;
    left:356px;
    top:630px;
    width:100px;
    height:20px;
    margin: 0px;
    padding: 0px;
}

#prevnextpfeile p {
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    text-align: right;
    vertical-align: top;
}


/* ---------------ende recherche ------------ */

/* textbox  */

ul#text li {
    margin: 0px;
    padding: 0px;
}
ul#text li.titel {
    font-size: 13px;
    font-weight: bold;
    margin: 0px;
    padding: 5px 0px 0px;
}
ul#text li.einzug {
    font-size: 13px;
    list-style: none;
    margin-bottom: 15px;
    padding: 5px 0px 0px 50px;
}
ul#text li a i {
    color: #0033ff;
    background: inherit;
    font-size: 11px;
    font-style: italic;
    list-style: none;
    text-decoration: none;
}
ul#text li a:hover i {
    color:#ccdd00;
    background: inherit;
    font-size: 11px;
    font-style: italic;
    list-style: none;
    text-decoration: none;
}


/*service navigation */
#snavi {
    font-size: 12px;
    background-color: #e9e9e9;
    display: block;
    margin: 20px 0px 0px;
    padding: 0;
    position: absolute;
    top: 690px;
    width: 100%;
    height: 18px;
    color: #000000;
}
#servicenavlist {
    white-space: nowrap;
    margin: 2px 0px;
    padding: 0px 0px 0px 10px;
    height: 1.05em;
}
#servicenavlist li {
    list-style-type: none;
    margin: 0px 10px 0px 0px;
    padding-right: 5px;
    float: left;
}
#servicenavlist li a {
    color: #000000;
    font: 11px/120% Tahoma, sans-serif;
    text-decoration: none;
    background: inherit;
    display: block;
    margin: 0px;
    padding: 1px 0.4em 1px 0px;
    position: relative;
    width: 6em;
}
#servicenavlist li a:active {
    color: #ff0000;
    text-decoration: none;
    background: inherit;
  
}
#servicenavlist li a:hover {
    color: #ccdd00;
    text-decoration: none;
    background: inherit;
}

#servicenavlist li#active a {
    color: red;
    font-weight: bold;
    background: inherit;
    text-decoration: none;
}
#servicenavlist li#active a:hover {
    color: #ffcc00;
    background: inherit;
    text-decoration: none;
}

/* liste sitemap */

ul#sitemap li { 
font-size: 16px;
margin: 10px;
padding: 10px;
list-style: none;
  text-decoration: none;
}

ul#sitemap li ul li{ 
font-size: 14px;
margin-left: 20px;
padding: 2px;
list-style: none;

}

ul#sitemap li ul li ul li{ 
font-size: 12px;
margin-left: 40px;
padding: 2px;
list-style: none;

}
ul #sitemap li ul li ul li ul li { font-size: 10px; font-style: italic; list-style: none; margin-left: 40px; padding: 2px }
#sitemap li a { color: #0033ff; font-weight: bold; background: inherit;  text-decoration: none; }


ul#sitemap li#active a {
    color: red;    
    font-weight: bold;
    background: inherit;
      text-decoration: none;
}


