﻿/* CSS-Layout */
body {
	margin: 0;
	padding: 0;
	background-image: url('../images/bg.gif');
	background-repeat: repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

#header {
	margin-top: 45px;
	margin-left: 200px;
}

#logo_big {
	visibility: visible;
}

#logo_small {
	margin-top: -100px;
	visibility: hidden !important;
}

#top_line {
	text-align: right;
	margin-top: 15px;
	padding-right: 20px;
	font-size: 1em;
	letter-spacing: 0.2em;
	font-weight: bold;
	min-width: 50em;
	max-width: 75em;
}

#container {
	position: relative;
	width: 100%;
	padding-bottom: 2em;
}

#navi {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 30px;
}

#navi ul {
	list-style: none;
}

#navi li {
	padding: 5px 0;
}
#navi li a {
	text-decoration: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	letter-spacing: 0.2em;
	color: #666666;
}

#navi li a:hover {
	font-weight: bold;
	color: #333333;
}

#navi li a.aktiv {
	color: #FF0000;
	font-weight: bold;
}

#content {
	margin-left: 200px;
	padding: 30px 10px 5px 5px;
	min-width: 38em;
	max-width: 60em;
}

#content .top {
	font-weight: bold;
	color: #333333;
}

#footer {
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	color: #000;
	background-color: #C8C8C8;
	padding: 5px 0;
	border-top: solid 1px #FF0000;
	clear: both;
	position: fixed;
    bottom: 0px;
    width: 100%;
}
.imgright {
	float: right;
	padding: 15px 0 15px 15px;
	border: 0;
}

.imgleft {
	float: left;
	padding: 0 15px 15px 0;
	border: 0;
}

.imgnoborder {
	border: 0;
}

.einzug {
	margin-left: 40px;
}

.titles {
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-weight: bold;
	color: #666;
}

.link_ext
{
	text-decoration: underline;
	font-weight: bold;
	color: #333;
}

.link_ext:hover {
	font-weight: bold;
	color: #F00;
	text-decoration: underline;
}

