/* CSS Document */
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
background : #67a4a1 url('../images/background.gif') repeat-x;
font-size:15px;
}

li {
margin-bottom:10px;
}

img {
border: hidden;
border:0;
margin: 0;
}

img.link { 
cursor:pointer;
}


/******************
 * Linkdekoration *
 ******************/
a {
 /*display:block;*/
 color:black;
}

a:link, a:visited {
/*color: #00CC66;*/
text-decoration:none;
}

a.navButton {
 display:block;
 color:black;
 font-size:12px;
 background: url('../images/button.gif') no-repeat;
 background-repeat: no-repeat;
 height:40px;
 width:150px;
 margin-left:10px;
 text-align:center;
 /*display: block;*/
 padding-top: 9px;
}

a.navButton:hover {
 background: url('../images/button.gif') no-repeat;
 background-repeat: no-repeat;
 filter: alpha(opacity=60); -moz-opacity: 0.6; 
}

p { text-align:justify }

p.center {
text-align:center;
}

p.left {
text-align:left;
}
p.right {
text-align:right;
}



#content {
 width : 495px;
 height: 490px;
 padding : 0px 10px 0px 10px;
 float:left;
 /*margin: auto;*/
 overflow:auto;
}

#global {
width: 900px;
margin: 0px auto;
height:753px;
}

#banner {
 width: 900px;
 height: 227px; /*250*/
/* background: url('../images/banner.png') no-repeat;
 padding: 18px 0px 0px 23px;*/
 margin-bottom:10px;
}

#left, #right {
 height: 470px;
 padding: 8px;
 margin: 0;
}

#left {
 float: left;
 width:170px;
}

#right { 
 float:right;
 width:175px;
}

#top {
 background: url('../images/top.gif') no-repeat;
 height:80px;
 width:900px;
 /* padding-top:30px;*/
}

#middle {
 background: url('../images/middle.gif') repeat-y;
 width:900px;
 height: 500px;
 background-color:#FFFFFF;
}

#bottom {
 clear: both;
 background: url('../images/bottom.gif') no-repeat;
 height:80px;
 width:900px;
}
 
h1 {
text-align:center;
font-weight:bolder;
font-size:40px;
font-family:'Times New Roman', Times, serif; 
text-decoration:underline;
margin: 0px;
}

h2 {
 font-size:26px;
text-align:center;
text-decoration:underline;
font-family:'Times New Roman', Times, serif; 
}

h3 {
font-style:italic;
font-weight:normal;
font-size:15px;
margin-left:20px;
}

.gmbh {
border-bottom:#00CC66 double; margin-left:28px; padding-bottom: 9px; font-weight:bold; font-size:18px;
}

.blackwhite {
 padding: 0px 5px 0px 5px;
 background-color:#000; color:#fff;
}



 








