﻿/* Sozial- und Gesundheitssprengel Lana und Umgebung
HiContrast stylesheet
Silvia Meotto
Versione: 11 ottobre 2005*/

/* undo browser defaults */
:link, :visited {
    background: #000;
    color: #0ff;
    font-weight: bold;
    text-decoration: none;
}
a img, :link img, :visited img {
    border: none;
}
address{
    font-style: normal;
}
dl, ul, ol, li, dd, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input, div, img{
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6, pre, code, label, input, textarea, select, button, legend, td, th {
    font-size: 1em;
}
ul, ol {
    list-style: none;
}
/* Hacks
----------------------------- */
.clearSX {
    clear: left;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
    display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* End hide from IE-mac */
/* holly hack \ */
* html #content {
    height: 1%;
}
/* end hide */

/* tag redefinitions */
a {
    padding-bottom: 2px;
    border-bottom: 2px dotted #0ff;
}
body {
    font: large Verdana, Arial, Helvetica, sans-serif;
    background: #000;
    color: #fff;
    text-align: center;
}
h1 {
    background: #000;
    color: #f00;
    font-size: 1.3em;
    margin: 10px 0 10px 5px;
    /*width: 100%;*/
}
h1 a:link, h1 a:visited {
    color: #f00;
}
a:hover {
    background: #fff;
    color: #000;
    border-bottom: none;
}
/* Structure
------------------------------------ */
#wrapper {
    margin: 1em 1em 0.5em 1em;
    text-align: left;
    border: 1px solid #fff;
    border: 1px solid aqua;
    width: 95%;
}
#wrapperHome{
    margin: 2em 1em;
    padding: 0;
    width: 95%;
}
#container{
    margin:20px 0 0 0;
    padding: 0;
}
.home #container {
    float: left;
    width: 70%;
    /*border: 1px solid fuchsia;*/
    padding: 0;
    margin: 0;
    
}
#firstCol{
    float: left;
    width: 200px;
}
#content{
    border-left: 1px solid #ccc;
    float: right;
}
.home #dienste {
    width: 57%;
    padding: 0;
    margin: 0;
    border: 1px solid #fff;
    float: left;
    font-size: 0.9em;
}
.home #news {
    float: right;
    width: 39%;
    border: 1px solid #fff;/**/
    padding: 0;
    margin: 0 0 0 1%;
    font-size: 0.9em;
}
.home #ueberUns {
    float: right;
    border: 1px solid #fff;
    padding: 0;
    font-size: 0.9em;
    width: 27%;
    margin: 0 0 0 1%;
}
#footer {
   clear: left;
    text-align: center;
    font-size: .9em;
    color: aqua;
}
#header {
    position: relative;
}
#breadcrumbs{
    padding: 7px 0 7px 0;
    font-size: .8em;
    border-bottom: 1px solid #fff;
}
#description{
    padding: 30px 0 0 5px;
    vertical-align: bottom;
    font-size: 0.8em;
}
.home div{
    padding: 1px;
    
}
h2{
    color: yellow;
    border-bottom: 1px solid yellow;
    padding: 1%;
}
.home h3{
    color: red;
    border-bottom: 1px solid red;
    padding: 1%;
}
.home #dienste ul,  #dienste #firstCol ul{
    padding: 10px;
    margin: 4px 4px 0 5px;
}
.home #dienste li, #dienste #firstCol  li{
    display: inline;
}
.home #dienste li a, #dienste #firstCol li a{
    padding: 3px 5px 3px 5px;
    border: 1px solid aqua;
    line-height: 30px;
}
.home #dienste li a:hover, #dienste #firstCol a:hover{
    color: #000;
    background-color: aqua;
    
}
.home #ueberUns img{
    float: left;
    margin:5px  3px 0 5px;
}
.more, .category {
    text-align: right;
    padding-bottom: 7px;
    border-bottom: 1px solid aqua;
}
/* Navigation
--------------------------------------*/
ul#mainNavigator {
    text-align: center;
    padding: 5px 0 10px 0;
    margin: 0;
    font-size: 0.9em;
    border-top: 1px solid aqua;
    border-bottom: 1px solid aqua;
}
#mainNavigator li{
    display: inline;
    padding: 0 5px 0 5px;
}
#styleswitcher {
    position: absolute;
    top: 0;
    left: 0;
    padding:3px;
    margin:1px;
    border: 1px solid aqua;
    font-size: 0.9em;
}
#styleswitcher a {
    color: #0FF;
    border-bottom: none;
    font-weight : bold;
}
/*  forms  */
fieldset {
    padding: 1em;
}
.formLayout {
    width: 100%;
}
.formLayout, .formLayout td, .formLayout th {
    border: none;
    background: #000;
    color: #fff;
}
.formLayout th {
    text-align: right;
    white-space: nowrap;
    font-weight: normal;
    padding: 5px;
}
.formLayout td {
    text-align: left;
    padding: 5px;
    width: 100%;
}
.formLayout td.buttons {
    text-align: center;
}
input.radio, input.check {
    width: auto;
    vertical-align: middle;
    border: none;
}
input.button {
    width: auto !important;
    vertical-align: middle;
}
.formLayout input.text, .formLayout textarea {
    width: 100%;
}
fieldset > .formLayout input.text, fieldset > .formLayout textarea {
    width: 95%;
}
/* debug */
.debug div {
    border: 1px solid #000;
}
.spacer {
    clear: both;
}
.spacerSX {
    clear: left;
}
