﻿/*
 * common.css
 * ======================================================
 * Seitenweite Elemente
 * ======================================================
 *
 */

body {
	font: 12px arial, helvetica, sans-serif;
	text-align: center; /* for IE */
	margin: 0px;
	padding: 0px;
	color: #000;
	background-color: #741415;
}

img {
	border: 0px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	font-weight: bold;
}

h3 {
	font-size: 12px;
	font-weight: bold;
}

h4 {
	font-size: 12px;
	font-weight: bold;
}

h5 {
	font-size: 9px;
	font-weight: bold;
}

h6 {
	font-size: 8px;
	font-weight: bold;
}

p {
	margin-bottom: 12px;
}

a:link {
	color: #000000;
	background: transparent;
}

a:active {
	color: #000000;
	background: transparent;
}

a:hover {
	color: #000000;
	background: transparent;
}

a:visited {
	color: #000000;
	background: transparent;
}

#container {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 720px;
	color: #000;
	background-color: #ffdb83;
}

#head {
	height: 137px;
	background-color: #ff911f; /* orangig */
	background-image: url(kopf.png);
	background-repeat: no-repeat;
}

#head #logo {
	float: left;
	width: 200px;
	height: 137px; /* logo: 75px */
}

#head #helpmenu {
	float: left;
	width: 505px; /* 520 max */
	height: 137px;
	text-align: right;
	margin-top: 15px;
	color: #fff;
}

a.topmenu:link {color: #fff; text-decoration: none;}
a.topmenu:hover {color: #fff; text-decoration: underline;}
a.topmenu:active {color: #fff; text-decoration: underline;}
a.topmenu:visited {color: #fff; text-decoration: none;}


#content {
	background-image: url(content.png);
	background-repeat: repeat-y;
}

#navi {
	float: left;
	width: 200px;
}

#navigation {
	position:relative;
	left: 23px;
}

#main {
	float: left;
	width: 520px;
}

#main #inner {
	margin: 0px 30px 7px 0px;
}


#footnote {
	clear: both;
	margin-top: 0px;
	width: 720px;
	color: #ff911f;
	background-color: #741415;
	background-image: url(footer.png);
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-bottom: 7px;
}


