/*typographic configuration for the site zuerich.html*/

/* Look for the index.html*/
#body1{
   /*Backgroundcolor at hex*/
   background-color:#ACACAC;
   /*Outerdistance above*/
   margin-top: -0%;
   /*Outerdistance left*/
   margin-left: -0%;
   /*width and height from the body*/
   width:100%; height:130%;
   /*Font-Styles*/
   /*line breaks are demonstrated how to indicate inside the source code*/
   white-space: pre-line;
   font-family: Verdana;
   font-size: 12pt;
   color: #000000;
}
/*-----------------------------------------------------------*/
/*Title for textpart*/
h1{
   font-size: 16pt;
}
/*Division text for index.html*/
#divI01{
   /*Text Alignment*/
   text-align: left;
   /*Outerdistance left*/
   margin-left: 20%;
   /*position relative*/
   position:relative;
   top:-100%;
}
/*Image dimension and Borderstyle for Panorama*/
#img2{
   width: 71%;
   height: 40%;
   border: 1px solid black;
}
/*Image sign for Panorama*/
#pI01{
   /*Font-Styles*/
   font-size: 10pt;
   /*line breaks are demonstrated how to indicate inside the source code*/
   white-space: pre-line;
   /*Outerdistance left*/
   margin-left: 0%;
}
/*Image dimension for City-emblem*/
img{
   width: 70%;
   height: 70%;
}
/*-----------------------------------------------------------*/
/*Table Definition for the Top-Part of index.html*/
#tableI01{
   /*Backgroundcolor at hex*/
   background-color:#000084;
   /*Bordercolors*/
   border-top:solid white;
   border-bottom:solid white;
   border-left:solid white;
   border-right:solid white;
   /*width for the Table*/
   width:100%;
}
/*table header for the Top-Part of index.html*/
#thI01{
  /*Backgroundcolor at hex*/
   background-color:#000084;
   /*Vertical Alignment*/
   vertical-align: top;
   /*Text Alignment*/
   text-align: left;
   /*Innerdistance*/
   padding-left:10px;
   /*Font-Styles*/
   font-weight: bold;
   font-size: 25pt;
   font-style: oblique;
   text-transform: uppercase;
   color: #FFFFFF;
}
/*-----------------------------------------------------------*/
/*Table Definition for the Left-Part of index.html*/
#tableI02{
   /*Backgroundcolor at hex*/
   background-color:#000084;
   /*Bordercolors*/
   border-top:solid white;
   border-bottom:solid white;
   border-left:solid white;
   border-right:solid white;
   /*width and height for the Table*/
   height: 100%;
   width: 19%;
   margin-top:0%;
}
/*table data for the Left-Part of index.html*/
#data1{
   /*Backgroundcolor at hex*/
   background-color:#000084;
   /*Font-Styles*/
   font-size:8pt;
   color: #FFFFFF;
   /*Vertical Alignment*/
   vertical-align:top;
}
#data2{
   /*Backgroundcolor at hex*/
   background-color:#000084;
   /*Font-Styles*/
   font-size:8pt;
   color: #FFFFFF;
   /*Vertical Alignment*/
   vertical-align:top;
}
/*list-style for index.html*/
#ul2{
   font-size:20pt;
   /*listmarks*/
   list-style-type:none;
   /*Innerdistance*/
   padding-left: 2%;
   /*Bottomdistance*/
   padding-bottom:140%;
}
/*-----------------------------------------------------------*/
/* Style for Links inside index.html and headabfrage.php*/
a{
   /*Font-Styles*/
   font-style: normal;
   font-weight: normal;
   font-size: 10.5pt;
   color: #FFFFFF;
   /*Links without underline*/
   text-decoration: none;
}
/*-----------------------------------------------------------*/
/*Form for the pollings*/
form{
   /*Font-Styles*/
   font-size: 12pt;
   white-space: pre-line;
}
/*Division text for pollings*/
p{
   /*Outerdistance above*/
   margin-top: 2%;
   /*Outerdistance left*/
   margin-left:20%;
}
/*Tablestyle for the pollings*/
#table2{
   background-color:transparent;
   /*Borderstyle*/
   border:1px solid #000000;
   /*Outerdistance left*/
   margin-left: 20%;
}
/*table head for the pollings*/
#zeileA{
   background-color:transparent;
   border-bottom:solid black;
   /*Font-Styles*/
   font-size: 12pt;
   font-style:normal;
   color: #000000;
}
/*table data for the pollings*/
tr.zeileB{
   background-color:transparent;
   border-bottom: solid 1px #A1A1A1;
   /*cellsize*/
   width: auto;
   /*Font-Styles*/
   font-size: 10pt;
   color: #000000;
}
/*table data for the pollings*/
td{
   /*Backgroundcolor at hex*/
   background-color:transparent;
   /*Font-Styles*/
   font-size:10pt;
   color: #000000;
}
#td.daten{
   background-color:transparent;
   border-bottom: solid 1px #A1A1A1;
   /*cellsize*/
   width: auto;
   /*Font-Styles*/
   font-size: 10pt;
   color: #000000;
   /*Text at justification*/
   text-align: justify;
   /*Vertical Alignment*/
   vertical-align: middle;
}
/*Position of the google Maps*/
#map{
   /*Outerdistance above*/
   margin-top: 0%;
   /*Outerdistance left*/
   margin-left:20%;
}
/*-----------------------------------------------------------*/
/*Look for Headabfrage.php*/
#body2 {
   /*Backgroundcolor at hex*/
   background-color:#ACACAC;
   /*Graficstyle for the background*/
   background-image:url(grafics/wappen2.png);
   /*Background-Image is to scroll*/
   background-attachment: fixed;
   /*Background-Image is single used*/
   background-repeat: no-repeat;
   /*Position of the Background-Image*/
   background-position:right top;
   /*Outerdistance above*/
   margin-top: -0%;
   /*Outerdistance left*/
   margin-left: -0%;
   /*width and height from the body*/
   width:100%; height:130%;
    /*Font-Styles*/
   white-space: pre-line;
   font-family: Verdana;
   font-size: 12pt;
   color: #000000;
}
/*list-style for Headabfrage.php*/
ul{
   /*listmarks*/
   list-style-type:upper-roman;
   list-style-position: outside;
    /*Font-Styles*/
   font-size:10.5pt;
   /*line breaks are demonstrated how to indicate inside the source code*/
   white-space: pre-line;   
}