body {
	background: #3e1a03 url(../img/standard/site/page_header.png) repeat-x top left;
	
	font-family: Helvetica,Arial,sans-serif;
	font-size: 1.01em;
	
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	min-width: 40em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
	
	text-align: center;  /* Zentrierung im Internet Explorer */
}

a {
	text-decoration: none;
	/* font-weight: bold; */
	color: #4d0303;
}

div#contentHeader {
	margin-top: 0px;
	z-index: 5;
	height: 200px;
	width: 800px;
	background-image: url(../img/standard/site/content_header.png);
	background-repeat: no-repeat;
}

div#contentHeader h1 {
	display: none;
}

div#contentHeader p {
	margin: 0px;
	padding: 20px 15px 0px 0px;
	text-align: right;
}

div#contentHeader p a {
	text-decoration: none;
	font-weight: bold;
	color: #2c1303;
}

div#contentFooter {
	clear: both;
	margin-bottom: 0px;
	height: 16px;
	width: 800px;
	background-image: url(../img/standard/site/content_footer2.png);
	background-repeat: no-repeat;
}

div#page {
	position: relative;
	width: 800px;
	
	margin: 0px auto;	/* centered design */
	padding: 0px;
	
	text-align: left;
	
	background-image: url(../img/standard/site/content_background.png);
	background-repeat: repeat-y;
}

div#topMenu {
	border-top: 2px solid #2c1303;
	border-bottom: 2px solid #2c1303;
	margin: 0px 5px;	/* 5px is left and right orange border */
	padding: 5px 0px;
}

ul#tabControl {
	display: inline;
	margin: 0px;
	padding: 0px;
	color: #2c1303;
	font-weight: bold;
	font-size: 1.3em;
}

ul#tabControl li {
	display: inline;
	padding-left: 20px;
}

ul#tabControl li a:before {
	/* content: "\00BB \0020"; */
}

ul#tabControl li a {
	color: #2c1303;
}

ul#tabControl li a:hover {
	color: #4d0303;
}

ul#tabControl li a {
	color: #000000;
	text-decoration:none;
}

div#content {
	padding: 5px 10px;
	margin: 0px 5px;	/* 5px is left and right orange border */
	
	min-height: 200px;
}

table.gallery {
	width: 740px;
	padding: 0px;
	margin: 0px auto;
	border-top: 1px solid #2c1303;
	border-left: 1px solid #2c1303;
}

table.gallery td {
	border-right: 1px solid #2c1303;
	border-bottom: 1px solid #2c1303;
	background: #f9be91;
	margin: 0px;
	padding: 10px 5px;
	width: 175px;
	font-size: 0.7em;
	text-align: center;
	vertical-align: bottom;
}

table.gallery td img {
	margin: 0px;
	padding: 0px;
	margin-bottom: 3px;
	max-width: 120px;
	max-height: 120px;
	
	border: 2px solid #000;
}

p.small {
	font-size: 0.8em;
}

.top {
	vertical-align: top;
}

.indented {
	padding-left: 10px;
}

.border {
	border: 1px solid #000;
}

.hidden {
	display: none;
}

.error {
	color: #f00;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
}

.picturefloat, .picturefloat.left {
	float: left;
	padding-right: 20px;
	padding-bottom: 5px;
}