/* CSS-Datei (c)2007 IT-Service Franz, Gründau-Lieblos */
/* IT-Service Franz [Computer & Kommunikation] */

body {
        font-family: "Trebuchet MS", Verdana, Arial, Tahoma, sans-serif;
        font-size: 90%;
        color: #444444;
        background-color: white;
        line-height: 180%;
        margin: 0;
        padding: 0;
        text-align: center;
}

h1 { font-size: 150%; }
h2 { font-size: 140%; }
h3 { font-size: 120%; }
h4 { font-size: 110%; }

a:link, a:visited { color: #5b8fbe; text-decoration: none; }
a:hover{ color: #444444; text-decoration: none; }

.zitat-datum { color: #5b8fbe; font-style: italic; font-size: 11px; }

/* Set the page width */
#wrapper-menu-top, #header, #wrapper-content, #wrapper-footer {
        width: 90%;
        margin: 0 auto;
        text-align: left;
}

#wrapper-menu-top {
        background: white url('/images/bg02-white-left.png') no-repeat left top;
}

#menu-top {
        background: transparent url('/images/bg02-white-right.png') no-repeat right top;
        overflow: hidden; /* no idea why this works, but it fixes a FF problem */
}

#menu-top ul {
        margin: 0 20px;
        padding: 1em 0 0 0;
        list-style: none;
        font-size: 85%;
        float: left;
}

#menu-top li {
        display: inline;
        float: left;
}

#menu-top a {
        float: left;
        background:url(/images/menuleft.png) no-repeat left top;
        margin:0;
        padding:0 0 0 4px;
        text-decoration:none;
        line-height: 1.5em;
}

#menu-top a span {
        background: transparent url(/images/menuright.png) no-repeat right top;
        padding:5px 15px 4px 6px;
        color:#5b8fbe;
        display: block;
        float: left;
        cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
}

 #menu-top a:hover { background-position:0% -42px; }
 #menu-top a:hover span { background-position:100% -42px; }

#wrapper-header {
        background: transparent url('/images/bg.png') top center repeat-x;
}

#header {
        background: #eeeeee url('/images/banner.jpg') no-repeat center top;
}

#header h2 {
        margin: 0 40px;
        padding: 0;
        height: 95px;
        line-height: 3em;
        color: #efefef;
        font-size: 200%;
}

#header p {
        margin: 0 40px;
        padding: 0;
        height: 85px;
        line-height: 1em;
        color: #efefef;
        font-size: 10%;
}

#wrapper-header2 {
        background: transparent url('/images/bg02-blue-left.png') top left no-repeat;
}

#wrapper-header3 {
        background: transparent url('/images/bg02-blue-right.png') top right no-repeat;
}

#wrapper-content {
        background: white url('/images/bg02-white-left.png') no-repeat left top;
}

* html #wrapper-content { height: 1%; }

#content {
        background: transparent url('/images/bg02-white-right.png') no-repeat right top;
        padding: 5px 245px 5px 40px;
}

#wrapper-menu-page {
        float: right;
        width: 180px;
        margin: 20px 30px 3em 2em;
        background: transparent url('/images/menu.png') no-repeat;
        text-align: center;
        line-height: 140%;
        font-family: "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
}

* html #wrapper-menu-page { margin-right: 15px; }

#menu-page { padding-top: 5px; }

.suche {
        border: #5b8fbe 1px solid;
        width: 100px;
        height: 15px;
        margin-top: 10px;
        margin-bottom: 15px;
        text-indent: .5em;
        font-family: "Trebuchet MS", Verdana, Arial, Tahoma, sans-serif;
        font-size: 80%;
}

.field {
        border: #5b8fbe 1px solid;
        width: 200px;
        height: 18px;
        margin-bottom: 15px;
        text-indent: .5em;
        font-family: "Trebuchet MS", Verdana, Arial, Tahoma, sans-serif;
        font-size: 85%;
}

.submit {
        padding: 0px;
        height: 20px;
        margin-top: 10px;
        margin-bottom: 15px;
        margin-left: 0px;
        font-family: "Trebuchet MS", Verdana, Arial, Tahoma, sans-serif;
        font-size: 80%;
        font-weight: normal;
        background: #e5f0fc;
        color: #5b8fbe;
        cursor: pointer;
        border-bottom: 1px solid #666666;
        border-right: 1px solid #666666;
        border-left: 1px solid #cccccc;
        border-top: 1px solid #cccccc;
}

.submit:hover {
        background: #5b8fbe;
        color: #e5f0fc;
        cursor: pointer;
        border-bottom: 1px solid #cccccc;
        border-right: 1px solid #cccccc;
        border-left: 1px solid #666666;
        border-top: 1px solid #666666;
}

#menu-page ul {
        margin: 0;
        padding: 0;
        list-style: none;
        font-size: 90%;
}

#menu-page h3 {
        font-size: 85%;
        text-transform: uppercase;
        margin: 1em 0 0.3em 0;
        color: #5b8fbe;
        font-weight: bold;
        letter-spacing: 0.15em;
}

#menu-page a:link, #menu-page a:visited { color: #444444; }
#menu-page a:hover { color: #5b8fbe; }

#wrapper-menu-news {
        width: 132px;
        text-align: center;
        margin: 30px auto;
}

#wrapper-menu-news p {
        margin: 0 0 0 0px;
        font-size: 65%;
}

#menu-news {
        border: solid #666666;
        border-width: 1px;
        background: #e5f0fc;
        line-height: 110%;
        font-size: 80%;
        text-align: left;
}

#menu-news a {
        text-decoration: none;
}

#wrapper-footer {
        margin-top: 1em;
        text-align: center;
}

#footer {
        margin: 0 20px;
        background-color: #e5f0fc;
        border: 1px solid #cccccc;
        border-bottom: 0;
        clear: both;
}

form {padding:0; margin:0;}

#kontakt {
        float: left;
        margin: 0px;
        padding: 0px;
}

#kontakt fieldset {
        margin: 0px;
        margin-bottom: 20px;
        padding: 0px;
        border: 1px solid #e5f0fc;
        width: 360px;
}

#kontakt fieldset legend {
        font-size: 80%;
        color: #5b8fbe;
        font-weight: bold;
        background: none;
        padding:0 0 0 10px;
}

#kontakt label {
        float: left;
        line-height: 1.5em;
        height: 18px;
        padding: 0 0 0 10px;
        margin-top: 1px;
        margin-bottom: 10px;
        width: 110px;
}

#kontakt .field {
        border: #5b8fbe 1px solid;
        width: 200px;
        height: 18px;
        margin-bottom: 15px;
        text-indent: .5em;
        font-size: 85%;
}

#kontakt .textarea {
        border: #5b8fbe 1px solid;
        width: 200px;
        text-indent: .5em;
        font-family: "Trebuchet MS", Verdana, Arial, Tahoma, sans-serif;
        font-size: 85%;
}

#kontakt .submit {
        padding: 0px;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 140px;
        font-size: 85%;
        font-weight: normal;
        background: #e5f0fc;
        color: #5b8fbe;
        cursor: pointer;
        border-bottom: 1px solid #666666;
        border-right: 1px solid #666666;
        border-left: 1px solid #cccccc;
        border-top: 1px solid #cccccc;
}

#kontakt .submit:hover {
        background: #5b8fbe;
        color: #e5f0fc;
        cursor: pointer;
        border-bottom: 1px solid #cccccc;
        border-right: 1px solid #cccccc;
        border-left: 1px solid #666666;
        border-top: 1px solid #666666;
}
