/*   
Theme Name: Wir geben Gestalt
Theme URI: www.dstag.ch
Description: Design für CMS girodgruendisch.ch
Author: rj/mf
Author URI: www.dstag.ch
Version: 1.1
.
.
*/
html{
    height: 100.5%
}

body{
    color: #004b4d;
    background-color: #fff;
    width: 940px;
    margin: 0 auto;
    text-align:center;
}

* {
    font: 12px/18px georgia, times, serif;
    letter-spacing: .4px;
    margin: 0px;
    padding: 0px;
    border: 0px
}

p{
    margin-bottom: 15px;
}

h1{
    color: #004b4d;
    font: 12px/18px verdana, helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: .4px;
    margin-bottom: 15px;
}

h2{
    color: #e20078;
    font: 12px/18px georgia, times, serif;
    margin: 0px;
}

strong{
    font: bold 12px/18px georgia, times, serif;
    letter-spacing: .4px;
}

a{
    color: #e20078;
    text-decoration: none;
    font: 11px/18px Verdana, Helvetica, sans-serif;
}

a:hover{
    color: #e20078;
    text-decoration: none;
}

a.kommunikation{
    color: #e20078;
    text-decoration: none;
    font: 16px/28px Verdana, Helvetica, sans-serif;
}

.kommunikation{
    font: 18px/28px georgia, times, serif;
}

/*a.kommlink{
      float:right;
      position:relative;
      top:325px;
      right:87px;
}
*/
#kommlink{
      float:left;
      position:absolute;
      top:367px;
      left:568px;
}

a.projektlink{
      float:right;
      position:relative;
      top:45px;
      right:87px;
}

ul li{
    list-style:none;
}

#content li{
    list-style-image:none;
    list-style-position:inside;
    list-style-type:disc;
}

#content ul{
    padding: 0px;
}

td{
    font: 12px/19px georgia, times, serif;
    letter-spacing: .4px;
}

/* LAYOUT */

div#wrapper {
	width: 940px;
        text-align:left;
	height: auto !important;

}

/* HEADER */

div#header {
	/*float: left;*/
	width: 940px;
	height: 118px;
}

div#navigation {
	float: right;
	width: 666px;
        padding-top: 39px;
        margin-right: 30px;
}

div#logo {
        float: left;
        margin-top: 37px;
        margin-left: 75px;
	width: 242px;
	height: 21px;
	background: url("images/logo_gg.gif") top no-repeat;
}

.logolink {
    float: left;
    width: 242px;
    height: 21px;
}

/* CONTENT */

div#content {
        position: relative;
	width: 880px;
	float: left;
	margin: 0px 30px 0px 30px;
	height: 463px;
	padding: 40px 0px 0px 15px;
        z-index: 2;
}

/* FOOTER */

div#footer {
	float: right;
	width: 940px;
	height: 33px;
	padding: 0px 0px 0px 0px;
	background: url("images/footer.gif") no-repeat;}