body
{
	font-family: Trebuchet MS, Arial;
}

div
{
	position: relative;
	margin: 0px;
	padding: 0px;
}

ul
{
	position: relative;
}

h2
{
	text-align: center;
    margin-top: 0px;
    padding-top: 0px;
}

h3
{
	text-align: center;
	clear: both;
	margin-top: 0px;
	padding-top: 0px;
}

div.allContent
{
	position: absolute;
	width: 1024px;
	left: 50%;
	top: 0px;
	margin-left: -512px;
}

div.header
{
	position: relative; 
	background-image: url("../images/header.gif");
    background-repeat: no-repeat;
    width: 1024px;
    height: 325px;
}

div.innerContentBack
{
    position: relative; 
	background-image: url("../images/background.gif");
    background-repeat: repeat-y;
    width: 1024px;
    min-height: 600px;
}

div.footer
{
    position: relative;
    background-image: url("../images/footer.gif");
    background-repeat: no-repeat;
    width: 1024px;
    height: 57px;
}

div.innerContent
{
    padding-left: 100px;
    padding-right: 100px;
}

div.centerContent
{
	text-align: center;
}

ul.navigation 
{
	position: absolute;
	top: 230px;
	left: 50px;
}

ul.navigation li
{
	float: left;
	list-style-type: none;
}

ul.navigation li.navLeft
{
	
	background-image: url("../images/button_back_left.jpg");
    background-repeat: no-repeat;
	width: 13px;
	height: 27px;
}

ul.navigation li.navElement
{
	
	background-image: url("../images/button_back_middle.jpg");
    background-repeat: repeat-x;
	height: 27px;
	padding: 0px 5px 0px 5px;
}

ul.navigation li.navRight
{
	
	background-image: url("../images/button_back_right.jpg");
    background-repeat: no-repeat;
	width: 13px;
	height: 27px;
}

table.termine 
{
	width: 700px;  
}

.imgLeft
{
	float: left;
	margin: 0px 10px 5px 0px;
}

.imgRight
{
	float: right;
	margin: 0px 0px 5px 10px;
}

#gaestebuch
{
	border: none;
	width: 840px;
	height: 1200px;
}

table.sponsoren
{
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	text-align: center;
}

table.sponsoren td
{
	height: 120px;
}

table.termine,
table.vereine
{
	margin-left: auto;
	margin-right: auto;
}

A
{
    text-decoration: none;
    color: #504D48;
    font-weight: bold;
}

A:hover
{
    text-decoration: underline;
    color: #504D48;
}

ul.navigation li.navElement
{
	vertical-align: center;
	text-align: center;
	font-weight: bold;
	padding: 0px 8px 0px 8px;
}

div.footnote
{
	text-align: center;
	color: #bbbbbb;
	font-size: 12px;
    background-image: url("../images/background.gif");
    background-repeat: repeat-y;
}

div.footnote
{
    vertical-align: middle;
}

div.footnote hr
{
    color: #bbbbbb;
	margin-top: 0px;
	padding-top: 0px;
	width: 800px;
}

div.footnote A
{
    color: #bbbbbb;
}

img 
{
	border: none;
}

.galerie
{
	text-align: left;
}