* {
	font-family: Trebuchet MS,trebuchet, Arial, arial, Sans-serif;
	color:#333333;
}

p, div {
	font-size:12px;
	line-height:20px;
}

a {
	text-decoration:underline;
	color:#566A4A;
}

a:hover {
	text-decoration:underline;
	color:black;
}

.centered {
	text-align:center;
}

div#content
	p {
	margin-top:0;
	padding-top:0;
}

img {
	border:none;
}

h1 {
	font-size:16px;
}

h2 {
	margin-top:0;
	margin-bottom:10px;
	font-size:14px;
	color:#2B2B2B;
}

h3 {
	margin:0;
	padding:0;
	font-size:12px;
}

hr {
	border:none 0;
	border-top:1px dashed #5C714F;/*the border*/
	height:1px;/*whatever the total width of the border-top and border-bottom equal*/
 }

div#backgroundBox {
	position:absolute;
	left:50%; top:50%;
	margin-left:-460px; margin-top:-310px;
	width:920px; height:620px;
	background-image:url(css_img/bg.png);
	background-repeat:no-repeat;
}

div#bigBox {
	position:absolute;
	left:10px; top:10px;
	width:900px;
	height:600px;
}

img#header {
	position:absolute;
	top:5px; left:0;
}

div#content {
	position:absolute;
	top:113px; left:0;
	padding:5px;
	width:715px;
	height:449px;
	overflow:auto;
}

div#news {
	position:absolute;
	top:108px; right:0;
	height:460px;
	width:165px;
	padding:5px;
	overflow:auto;
}

div#news p {
	margin-top:0;
}

div#menuTop {
	position:absolute;
	top:90px; left:0;
	height:16px;
	width:894px;
	padding:3px;
	text-align:center;
}

div#menuBottom {
	position:absolute;
	bottom:6px; left:0;
	height:16px;
	width:894px;
	padding:3px;
	text-align:center;
}

* html 
	div#menuBottom {
	bottom:2px;
}

div#menuTop a,
div#menuBottom a {
	color:#DEEFCD;
	padding-left:10px;
	margin-left:10px;
	margin-right:20px;
	text-decoration:none;
}

div#menuTop a:hover,
div#menuBottom a:hover {
	color:white;
}

div#menuTop a#active,
div#menuBottom a#active {
	background-image:url(css_img/dot.png);
	background-position:left center;
	background-repeat:no-repeat;
}

div.galleryItem {
	text-align:center;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

img#homeBg {
	display:block;
	position:absolute;
	bottom:0; right:0;
}

* html img#homeBg {
	bottom:-1px; right:-1px;
}

table#gallery td {
	text-align:center;
}

table#gallery td img {
	display:block;
}

.error {
	color:#FF181C;
}

.centered {
	text-align:center;
}

.bordered {
	border:1px solid #666666;
}


/* --- music.thtml --- */

table#music
	td {
	vertical-align:top;
	padding:10px;
}

/*--- home.thtml ---*/

table#homeTable {
	position:relative;
	left:30px; top:10px;
	height:430px;
	width:685px;
	margin:0;
	background-color:#bfdaa3;
}

table#homeTable
	td {
	vertical-align:middle;
	line-height:auto;
}

table#homeTable
	td.wolfgangPointner  {
	text-align:center;
}


div.management {
	margin-left:50px;
	margin-top:50px;
}

div.management
	textarea {
	width:500px;
	height:200px;
}	

p#bigLinks {
	text-align:center;
	font-size:25px;
}

p#bigLinks
	a {
	font-size:25px;
}

p#bigLinks
	img {
	padding-bottom:5px;
}

