﻿/*----- ALLGEMEINE EINSTELLUNGEN -----*/

html {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 62.5%;
color:#FFFFFF;
}

body {
margin: 0px; 
padding: 0px;
}

* {}

/*----- ÜBERSCHRIFTEN -----*/

h1, h2, h3, h4, h5, h6 {
font-style:italic;
}

h1 {font-size:180%}

h2 {
	font-size:150%;
	margin-left:20px;
	}

h3 {
font-size:130%;
}

h4 {font-size:110%}

h5 {font-size:100%}

h6 {font-size:85%}

/*----- TEXT -----*/

p {
font-size: 120%;
margin-left: 50px;
margin-right: 50px;
}

p.alt {
color:#FF0000;
font-size: 130%;
}

p.home {
font-size: 120%;
margin:0px;
}

span { 
width: 100%;
padding-bottom:30px; 
font-size: 200%; 
font-weight: bold;
}

span.alt {}

hr {
width:90%;
}

/*----- LINKS -----*/

a {}

a:hover {}

a:active {}

a:visited {}

/*----- BOXEN -----*/

#wrap {
background:url(img/bg.jpg) top left repeat-x; 
}

#docwrap {
width: 1000px;
margin: 1px auto;
background: #ef8247;
border-left: 4px solid #b9b9b9;
border-right: 4px solid #b9b9b9;
border-bottom: 4px solid #b9b9b9;
height:auto;
}

#header {
padding-top:10px;
height: 225px;
}

#headimage {
margin-top:3px;
background:url(img/Headerpics/startseite.png) top left no-repeat;
width: 500px;
height:225px;
float:left;
}

#logo {
margin-top:3px;
background:#d6cdd2 url(img/LogoGK.png) top center no-repeat;
height: 118px;
width: 500px;
float:right;
}

#menu {
background:#d9ae9e;
height: 107px;
width: 500px;
float:right;
z-index:3;
}

#overflow {
z-index: 2;
margin: 0px 10px 0px 130px;
height: 170px;
width: 350px;
background: url(img/menu2.png) bottom center no-repeat;
}

#content {
padding: 40px 10px 50px 20px;
height: auto;
width: 97%;
}

#content a{
font-size: 120%;
color: #fff;
text-decoration: underline;
}

#content a:hover{
font-size: 120%;
color: #ce5d21;
text-decoration: underline;
}

#contenttext {
width: 80%;
float: right;
margin-bottom: 50px;
padding: 0px;

}

#contenttext a {
font-size: 100%;
line-height: 30px;
color: #fff;
text-decoration: underline;
}

#contenttext a:hover {
font-size: 100%;
line-height: 30px;
color: #ce5d21;
text-decoration: underline;
}

#contenttext ul {
margin-left: 40px;
}

#footer {
clear: both;
width:100%;
height: 60px;
background:#ce5d21;
color: #b9b9b9;
vertical-align:middle;
text-align: center;
font-size: 110%;
}

#footer a {
color: #fff;
text-decoration: none;
}

#footer a:hover{
color: #fff;
text-decoration: underline;
}

/*----- TABELLEN -----*/

table.tablemain {
	margin: 25px 0px 0px 50px;	
}

td.tdbez {
	font-size: 120%;
	vertical-align: top;
}

td.tdinfo {
	font-weight: bold;
	font-size: 120%;
	vertical-align: top;
}

td.konfinanz {
	background: #da6f36;
}

/*----- HEADERGRAFIKEN -----*/

#headerimg {
	position: absolute;
	margin-left: -20px;
	margin-top: -262px;
}
