/* DATEI: style.css */



	/* allgemein */


body,div,p {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: white;
	background: url('img/bg.gif') repeat-x;
}


	/* layout */

	
#wrapper {
	background: url('img/header.gif') no-repeat top;
	margin: 0 auto;
	width: 811px;
}
#menu {
	padding: 197px 30px 0 30px;
}
#content {
	padding: 22px 40px 25px 40px;
}
#right {
	width: 235px;
	float: right;
	padding: 0 0 16px 0;
}
#footer {
	background: url('img/footer.jpg') no-repeat top;
	width: 811px;
	height: 31px;
}
#last {
	width: 410px;
	height: 26px;
	float: left;
}
#up {
	width: 303px;
	height: 26px;
	float: right;
}
#lang {
	width: 303px;
	height: 26px;
	float: right;
}


	/* typo */

	
body,p { 
	font: 12px Arial, Verdana, sans-serif;
	color: #1f1101;
}
p,ul,blockquote { 
	line-height: 20px;
}
div#menu p { 
	font: 18px 'Times New Roman', Times, serif;
	color: #7a1e10;
	/*text-transform: uppercase;*/
	/*letter-spacing: 1px;*/
}
div#content p
{
	/*text-align: justify;*/
}		
p.last { 
	line-height: 12px;
	color: #dfdcc3;
	padding: 8px 0 0 28px;
	float: left;
}
p.up { 
	line-height: 12px;
	text-align: right;
	color: #dfdcc3;
	padding: 8px 28px 0 0;
	float: right;
}
p.lang { 
	line-height: 12px;
	text-align: right;
	color: #dfdcc3;
	padding: 7px 28px 0 0;
	float: right;
}
h1 { 
	color: #7a1e10;
	margin: 15px 0px 20px 0px;
}




	/* links */
	
a:link, a:visited {
	color: #763913;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	color: #bc590c;
	text-decoration: underline;
}

div#menu a {
	color: #763913;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: normal;
}

div#menu a:hover, div#menu a:active {
	color: #c1ac8e;
	text-decoration: none;
}

div#footer a, #header .lang a {
	color: #dfdcc3;
}




	/* images */
	
div#menu img {
	margin: 0 1px 0 1px;
}
div#right img {
	margin: 0 0 4px 24px;
	border: 0;
}



	/* tables */
	
#content table {
	margin: 0 28px 0 28px;
}
table.content, table.calendar
{
	width: 550px;
	margin: 0 28px 0 28px;
	empty-cells:show;
	border-collapse: separate;
	border-spacing: 0;
}
table.content tbody tr td, table.calendar tbody tr td
{
	vertical-align: top;
	padding: 0;
	margin: 0;
}
table.calendar tbody tr td
{
	border-top: 1px solid #a57c52;
	padding: 1px 3px 8px 0;
}
table.calendar tbody tr.bright td
{
	background-color: #f8f6f5;
}
table.content tbody tr.ins td, table.calendar tbody tr.ins td
{
	text-align: right;
	border: 0;
}

div#admin {
	clear: right;
	margin: 0 28px 0 28px;
}
