/*
    name:         style_gck.css
    author:       derow webwork
    email author: info@derow-webwork.de
    copyright:    derow webwork
    date:         2006/05/23
*/
body, p a {
font-family: arial, sans-serif;
font-size: 12px;
color: white;
background-color: transparent;
}

body {
margin: 0;
padding: 0;
/* text-align: center; */
background-color: #9EA095;
}

#header{
background: url(../images/header.jpg) no-repeat;
width: 838px;
height: 145px;
margin: 0;
padding: 0;
}
#main{
background: url(../images/main.jpg) repeat-y;
width:838px;
margin-top: 0px;
padding: 0px;
display: table-cell;
}
#mainmenu{
float: left;
text-align: left;
margin: 0px;
/*margin-left: 40px;*/
padding: 0px;
padding-top: 10px;
margin-top: 6px;
width: 150px;
padding-left:40px;
}
#mainmenu ul{
padding: 0px;
margin: 0px;
}
#mainmenu li{
width: 150px;
height: 28px;
list-style-type: none;
}
#mainmenu a{
position: absolute;
width: 150px;
height: 28px;
line-height: 28px;
font-size: 16px;
font-family: arial;
text-decoration: none;
color: black;
border-top: 2px solid black;
}
#mainmenu a:hover{
position: absolute;
width: 150px;
height: 28px;
font-family: arial;
color: black;
font-weight: bold;
line-height: 28px;
}
#mainmenu a:active{
position: absolute;
width: 150px;
height: 28px;
font-family: arial;
color: black;
line-height: 28px;
}

 #mainmenu .links {
border-top: 2px solid black;
font-weight: bold;
 position: absolute;
width: 150px;
height: 28px;
font-family: arial;
color: black;
line-height: 28px;
font-size: 16px;
font-family: arial;
text-decoration: none
}



#content{
float: left;
text-align: left;
padding-left: 20px;
margin-left: 25px;
padding-top: 10px;
margin-top: 15px;
width: 525px;
background: url(../images/content.jpg) repeat-y;
}

h1{
margin: 0px;
margin-bottom: 5px;
padding: 0px;
color: white;
font-size: 16px;
}
h3{
color: white;
font-size: 12px;
text-decoration: underline;
}
h2{
color: white;
font-size: 14px;
margin-bottom: 5px;
}
p{
color: white;
}
#content a{
color: white;
}
#content a:hover{
color: yellow;
}


#content table {
font-family: arial, sans-serif;
font-size: 12px;
}

#content ul{
margin: 0 0 0 0px;
margin-left: 10px;
margin-top: 2px;
}
#content li{
margin: 0 0 0 0px;
margin-bottom:4px;
}

#bread {
margin-top: 12px;
margin-right: 15px;
}


.image{
float: right;
margin-right: 40px;

border: 1px solid #9ea095;
}

.imagedesc{
font-size: 12px;
line-height: 20px;
}
.imagelink{
border: 0px;
}
#footer{
background: url(../images/footer.jpg) no-repeat;
height: 60px;
width: 838px;
margin: 0;
padding: 0;
}
