body
{
	background-color: black;
}

#contentCage
{
	position: relative;
	width: 1000px;
	margin: auto;
	padding-bottom: 80px;

	background-image: url('images/lava_loop.png');
}

#headLogo
{
	position: relative;
	top: 10px;
	left: 251px;
	width: 250px;
	height: 302px;

	border: none;
}

#headLogo img
{
	border: none;
}

#contentCageInner
{
	position: relative;
	top: 28px;
	left: 270px;
	width: 690px;
	padding-bottom: 40px;

}

#contentCageInnerContent
{
	position: relative;
	top: 20px;
	
	border-left-style: solid;
	border-left-color: #530000;
	border-left-width: 1px;

	border-right-style: solid;
	border-right-color: #530000;
	border-right-width: 1px;

	background-image: url('images/blank_black.png');

	padding-bottom: 40px;

	min-height: 550px;
}

#contentTitle
{
	margin-left: 15px;
	margin-right: 15px;
	color: #b5afaf;
	font-size: 35px;
}

#contentText
{
	margin-left: 15px;
	margin-right: 15px;
	color: #b5afaf;
	font-size: 20px;
}

#contentText img
{
	border:none;
}

#mainMenu
{
	position: absolute;
	left: 0px;
	top: 344px;
	width: 200px;	

	list-style: none;
}

.mainMenuItem
{
	width: 175px;
	height: 50px;

	margin-bottom: 30px;

	background-image: url('images/menu-button-inakt.png');

	text-align: center;
}

.mainMenuItem img
{
	border: none;
}

.mainMenuItemText span
{
	position: relative;
	top: -42px;
	height: 50px;
}

.mainMenuItem:hover
{
	background-image: url('images/menu-button-akt.png');
}

.mainMenuItem a
{
	color: #b5afaf;
	font-size: 20px;
	text-decoration: none !important;
}

.border-top-left
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
	background-image: url('images/border-top-left.png');
}

.border-top-right
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 20px;
	height: 20px;
	background-image: url('images/border-top-right.png');
}

.border-bottom-left
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
	background-image: url('images/border-bottom-left.png');
}

.border-bottom-right
{
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 20px;
	height: 20px;
	background-image: url('images/border-bottom-right.png');
}

.border-top
{
	position: absolute;
	top: 1px;
	left: 20px;
	right: 20px;
	height: 19px;
	
	background-image: url('images/blank_black.png');
}

.border-bottom
{
	position: absolute;
	bottom: 1px;
	left: 20px;
	right: 20px;
	height: 19px;
	
	background-image: url('images/blank_black.png');
}

#break
{
	position: relative;
	height: 0px;
	margin-left: 15px;
	margin-right: 15px;
}
	
	

.border-redline-top
{
	position: absolute;
	top: 0px;
	right: 20px;
	left: 20px;
	height: 1px;
	background-color: #530000;
}

.border-redline-bottom
{
	position: absolute;
	bottom: 0px;
	right: 20px;
	left: 20px;
	height: 1px;
	
	background-color: #530000;
}

#footer
{
	position: relative;
	top: 50px;
	left: 270px;
	width: 690px;
	height: 30px;

	color: #b5afaf;

	padding-top: 10px;
}

#footer img
{
	position: relative; 
	top: 6px;
	border: none;
}

#footer .footerText
{
	position: absolute;
	top: 4px;
	width: 690px;
	text-align: center;
}

#footer .footerText span
{
	font-style: italic;
	margin: 0 20px;
}

h3
{
	display: inline;
	line-height: 50px;
}

.news-item
{
	margin-bottom: 50px;
	margin-top: 30px;
	overflow: hidden;
}

.datum
{	
	position: absolute;
	right: 30px;
	font-style: italic;
	line-height: 50px;
}

.newsLine
{
	padding-top: 10px;
	border-top-style: solid;
	border-top-color: #530000;
	border-top-width: 1px;
}

.found
{
	position: absolute;
	top: 20px;
	right: 30px;
	font-size: 10px;
	font-style: italic;
}

.album
{
	text-align: center;
}

.album img
{
	border: none;
}

.galleryItemTitle
{
	font-style: italic;
}

.galleryItem img
{
	border: none;
	padding-right: 25px;
}

.galleryItem table
{
	border-style: solid;
	border-color: #530000;
	border-width: 1px;
	padding-right: 5px;
}

.galleryItem span
{	
	color: #b5afaf !important;
	font-size: 20px;
}

.galleryItem 
{
	text-decoration: none !important;
}

.addEntry
{
	padding-bottom: 20px;
}

.addEntry a
{
	color: #b5afaf;			
}

.gbookEntry
{
	margin: 0 0 10px;
	border: 2px solid #530000;
}

.gbookEntry img
{
	margin: 0 2px;
}

.gbookEntry h3
{
	padding: 0px;
	margin: 0px;
	line-height: 2px;
}

.gbookFormInput
{
	width: 350px;
}

.gbookForm
{
	display:inline;
}
