@charset "utf-8";


/* CSS Haupt-Document */

/** kritische Werte instanzieren
-------------------------------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;

}
img{
	vertical-align: bottom;
}
a:link img, a:visited img,
a:hover img, a:focus img, a:active img {
	border: 0;
}
a {
	outline: none;
}

/** allgemeine Elemente formatieren
-------------------------------------------------------------------------------------------------- */
html {
	height: 100%;
}
body {
	background-color: #e4dfce;
	background-image:url(background.jpg); background-repeat:repeat;
	color: #38373a;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	height: 100%;
	vertical-align: top;
}

/* Links und Anker */
a:link, a:visited,
a:hover, a:focus, a:active {
	background-color: transparent;
	color: #4c3a1c;
	text-decoration: underline;
}
a:hover,
a:focus, 
a:active {
	text-decoration: none;
}

/* Überschriften und Absätze */
h1 {
	background-color: transparent;
	color: #4c3a1c;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 85%;
	font-weight: bold;
	margin: 20px 0 20px;
}
h2 {
	background-color: transparent;
	color: #4c3a1c;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 85%;
	font-weight: 100;
	margin: 0px;
}
/*
h3 {
	background-color: transparent;
	color: #d4af37;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
	text-shadow: 0 0 2px #444;
	margin: 20px 0 15px;
}
p {
	font-size: 120%;
	line-height: 1.4em;
	margin: 1.6em 0;
}
span {
	font-size: 100%;
	line-height: 1.4em;
	vertical-align: baseline;
}
.wichtig {
	font-weight: bold;
}
.small {
	font-size: 90%;
	line-height: 1.4em;
}*/

/* Überschriften und Absätze */
table {
	margin: 0 0 1em;
	padding: 0;
}
th, td {
	font-size: 100%;
	line-height: 1.4em;
}
/* Zitate */
/*
blockquote {
	font-size: 120%;
	text-align: justify;
	font-weight: bold;
	line-height: 1.4em;
	text-transform: uppercase;
	margin: 0 0 2em 0;
}
cite {
	display: block;
	font-size: 85%;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
}*/

/**
-------------------------------------------------------------------------------------------------- 
little helpers
-------------------------------------------------------------------------------------------------- */
.clear {
	clear: both;
	font-size: 1px;
}
/*
.skip {
	position: absolute; left:-9999px; top:0;
	font-size: 1px;
}
.divider {
	display: none;
}
*/
/**
-------------------------------------------------------------------------------------------------- 
Bereiche
-------------------------------------------------------------------------------------------------- */
/*
div#top {
	position: absolute;
	left: 858px;
	top: 203px;
	margin-left: -285px;
	width: 433px;
}
/*
p.footer {
	font-size: 85%;
}
/** 
--------------------------------------------------------------------------------------------------
Media-Querries
-------------------------------------------------------------------------------------------------- */
@media all and (min-height: 768px) {
	div#top { top: 20%; }
}
@media all and (min-height: 1280px) {
	div#top { top: 33%; }
}
