/* Dateiname: vva.css */
/* Textformate */

h1 {
 font-family: Candara, sans-serif;
 color: #000000;
 font-size: 1.5em;
 font-weight: bold;
 }

h2 {
 font-family: Candara, sans-serif;
 color: #000000;
 font-size: 1.2em;
 font-weight: bold;
 }

h3 {
 font-family: Candara, sans-serif;
 font-size: 0.9em;
 color: #000000;
 text-align: normal;
 font-weight: lighter;
}

ul {
 type: square;
 font-family: Candara, sans-serif;
 font-size: 1em;
 font-weight: normal;
 color: #000000;
}

a {
 font-family: Candara, sans-serif;
 font-size: 1em;
 text-decoration: none;
 text-align: normal;
 font-weight: normal;
 color: #000000;
}

#logo {
padding-top: 5px;
padding-left: 5px;
width: 130px;
height: 130px;
border-style: solid;
border-width: 0px;
background-color: #CDCD9C;
border-color: grey;
position: fixed;
top: 0px;
left: 0px;
}

#titel {
padding-top: 5px;
padding-bottom: 5px;
width: 1065px;
height: 90px;
border-style: solid;
border-width: 0px;
background-color: #CDCD9C;
border-color: grey;
position: fixed;
top: 0px;
left: 140px;
}

#navi {
padding-left: 0px;
padding-top: 0px;
width: 1065px;
height: 39px;
border-style: solid;
border-width: 0px;
background-color: #CDCD9C;
border-color: grey;
position: fixed;
top: 95px;
left: 140px;
}

#inhalt {
padding-left: 5px;
padding-top: 5px;
width: 1200px;
height: 500px;
border-style: solid;
border-width: 0px;
background-color: #CDCD9C;
border-color: grey;
position: absolute;
top: 135px;
left: 0px;
}

/* mögliche Umrandung der Formularfelder
input.rand {
border-style: solid;
border-width: 1px;
border-color: grey;
background-color: white;
font-family: Candara, sans-serif;
font-size: 1em;
}
*/

/* mögliche Schaltergestaltung
input.schalter {
border-style: outset;
border-width: 1px;
border-color: grey;
background-color: green;
font-family: Candara, sans-serif;
font-size: 1em;
}
*/