@import url('reset.css');
@import url('hintergrund.css');

a {
	text-decoration: none;
	color: #af0918;
}

a:hover {
	color: #e53517;
}

a[name=top] {
	position: absolute;
	left: 0;
	top: 0;
}

a.Galeriedia {
	display: inline-block;

	width: 140px;
	text-align: center;
	
	margin: 0 10px 10px 0;
	padding: 10px;
	
	background: #eee;
}

a.Galeriedia img {
	display: inline-block;

	width: 140px;
}

body, td {
	font-family: 'Trebuchet MS', Sans-Serif;
	font-size: 14px;
	line-height: 22px;
	color: #000;
}

body {
	background: #fff;
}

body, html {
	margin: 0;
	padding: 0;

	width: 100%;
	height: 100%;
	
	overflow: hidden;
}

div#Body {
	position: absolute;
	left: 0;
	top: 0;
	
	width: 100%;
	height: 100%;
	
	overflow: auto;
	
	z-index: 2;
}

div#Container {
	position: absolute;
	left: 0;
	top: 0;
	
	width: 100%;
	height: 100%;

	min-width: 1000px;
	min-height: 650px;
}

div#Galerien {
	padding: 30px;
	
	width: 760px;
}

div#Hinweis {
	position: absolute;
	left: 50%;
	top: 0;
	
	width: 800px;
	
	margin-left: -420px;
	margin-top: -1px;
	
	background: #444;
	color: #fff;
	
	border: 1px solid #666;

	font-size: 12px;
	line-height: 18px;
	text-align: center;

	padding: 10px 20px;	
}

div#Inhalt {
	width: 550px;
}

div#Leinwand {
	position: absolute;
	left: 50%;
	top: 5%;
	
	width: 700px;

	margin-left: -500px;
	padding: 50px;
	
	background: url('../medien/grafiken/80.png') repeat;
	
	border: 1px solid #ccc;
	
	z-index: 4;
}

div#Leinwand img#Kreuz {
	position: absolute;
	right: 50px;
	top: 40px;

	cursor: pointer;
}

div#Navigation {
	position: absolute;
	left: 0;
	top: 70%;
	
	width: 100%;
	height: 60px;
	
	background: #af0918;
	
	z-index: 3;
}

div#Navigation ul {
	position: absolute;
	left: 50%;
	bottom: 10px;
	
	width: 1000px;
	
	margin-left: -500px;
}

div#Navigation ul li {
	display: inline-block;
	zoom:1; 
	*display: inline; _height: 30px;
}

div#Navigation ul a {
	font-size: 15px;
	line-height: 20px;
	color: #fff;
	text-transform: uppercase;

	margin: 0 10px;
	
	min-width: 100px;

	display: block;
}

div#Navigation ul a.Aktiv {
	color: #f29a79;
}

div#Navigation div.Unternavigation a {
	padding: 5px;
	margin: 0 0 1px 5px;
	
	background: #af0918;
}

div#Navigation div.Unternavigation a:hover {
	background: #c4444f;
}

div#Newsletter {
	padding: 20px;
}

div#Spalte2{
	width: 250px;
	left: 75%;
	
}

div.Newseintrag {
	margin-bottom: 25px;
	padding-bottom: 25px;
	
	border-bottom: 1px solid #ccc;
}

div.Newseintrag img {
	float: right;
	margin-left: 30px;
}

h1, h2, h3, h4, h5, h6, h7 {
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	
	color: #000;
	
	margin: 0 0 12px 0;
	padding: 0;
}

h1 {
	font-size: 22px;
	line-height: 28px;
	color: #af0918;
	text-transform: uppercase;
	
	margin-bottom: 30px;
}

h2 {
	font-weight: bold;
}

hr {
	width: 100%;
	height: 1px;
	
	border: 0;
	
	margin: 20px 0;
	
	color: #000;
	background: #000;
}

img {
	border: 0;
	display: inline-block;
	vertical-align: bottom;
}

img#Logo {
	position: absolute;
	left: 50%;
	top: 0;
	
	margin-left: 500px;
}

p {
	margin: 0 0 12px 0;
}

ul {
	list-style: none inside;
}

ul.Liste {
	list-style: outside disc;
}

.Absatz {
	margin-top: 24px;
}

.Abstand {
	margin-right: 20px;
}

.Clear {
	clear: both;
}

.Geist {
	width: 0;
	height: 0;
	
	padding: 0;
	margin: 0;
	
	visibility: hidden;
}

.Hell {
	color: #999;
}

.Klein {
	font-size: 11px;
}

.Phantom {
	display: none;
}

.Spalte {
	display: block;
	float: left;
}

.Tab {
	display: inline-block;
	float: left;
	
	width: 60px;
}

.Tabb {
	display: inline-block;
	float: left;
	
	width: 120px;
}

.Tabbb {
	display: inline-block;
	float: left;
	
	width: 180px;
}
