@import url(reset.css);

body {
    background-color: #fbfbfb;
}

#header {
	height: 124px;
}

#page {
    width: 1020px;
    margin: auto;
}

#kopfbalken {
    background-color: #4d4d4d;
    height: 5px;
}

#wrapper {
    font-size: 11px;
    font-family: Verdana, sans-serif;
    vertical-align: baseline;
    line-height: 18px;
    letter-spacing: 1px;
    color: #4d4d4d;
    width: 940px;
    margin: auto;
	background-repeat: no-repeat;
}

.bg1 {
	background-image: url(/css/logo.png);
}

.bg2 {
	background-image: url(/css/logo2.png);
}

hr {
    height: 1px;
    border: 0;
    color: #999999;
    background-color: #999999;
    clear: both;
	margin-top: 0px;
}

.invisible {
    background-color: #fbfbfb;
    color: #fbfbfb;
	height: 1px;
}

#logo {
    margin-top: 51px;
    display: inline-block;
    font-size: 12px;
    font-family: 'Georgia';
    vertical-align: baseline;
    color: #999999;
    text-decoration: none;
    letter-spacing: 2px;
    line-height: 30px;
	float: left;
}

h1 {
    font-size: 20px;
    color: #4d4d4d;
    font-style: italic;
    display: inline;
    font-family: 'Georgia';
}

#navigation {
    float: right;
    margin-top: 60px;
}

#navigation a {
    font-size: 12px;
    font-family: 'Georgia';
    vertical-align: baseline;
    line-height: 12px;
    color: #999999;
    text-decoration: none;
    letter-spacing: 2px;
    margin-left: 20px;
}

#navigation a:hover {
    text-decoration: overline;
}

.nav_p {
    font-size: 12px;
    font-family: 'Georgia';
    vertical-align: baseline;
    line-height: 12px;
    color: #999999;
    text-decoration: none;
    letter-spacing: 2px;
    margin-left: 20px;
	font-style: italic;
}

h2 {
    font-size: 13px;
    color: #4d4d4d;
    font-family: 'Georgia';
    vertical-align: baseline;
    margin-top: 20px;
    margin-bottom: 13px;
    letter-spacing: 2px;
    font-style: italic;
}

h3 {
	font-family: 'Georgia';
	color: #999999;
}

p {
    color: #999999;
}

.col31, .col32, .col33 {
    width: 300px;
    display: inline-block;
    float: left;
    margin-top: 40px;
    margin-bottom: 40px;
}

.col32, .col33 {
    margin-left: 20px;
}

.col21 {
    width: 460px;
    display: inline-block;
    float: left;
    margin-top: 40px;
}

.col22 {
    width: 460px;
    display: inline-block;
    float: left;
    margin-top: 40px;
    margin-left: 20px;
}

#footer p {
    margin-top: 20px;
    margin-bottom: 40px;
}

a {
    color: #4d4d4d;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.click {
	cursor: pointer;
}

.col41 {
	width: 220px;
	margin-top: 20px;
	margin-right: 20px;
	float: left;
}

.mar20bot {
	margin-bottom: 20px;
}

.mar20top {
	margin-top: 20px;
}

.ul {
	text-decoration: underline;
}
