html,body
{
    font-size: 8pt;
    font-family: Verdana, Arial, sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 0;
    height: 100%;
	background-color: #FFF;
	background-image: url('../images/body_bg.png');
}

#wrapper
{
	position: relative;
	width: 750px;
	
    /* Für moderne Browser */
    min-height: 100%;
 
    /* Für den Internet Explorer 6 */
    height: auto !important;
    height: 100%;

	margin: 0 auto;
	background-image: url('../images/bg.png');
}

#logo
{
	margin: 0 auto;
	width: 400px;
	height: 241px;
	background-image: url('../images/logo.png');
}

#menu
{
	position: relative;
	margin: 0 auto;
	width: 361px;
	height: 35px;
	text-align: center;
	border-bottom: 1px solid #000;
}

#content
{
	width: 550px;
	margin: 0 auto;
	padding-top: 25px;
	text-align: center;
}

.bsg_image
{
	border: 0;
}

.bsg_td
{
	background-color: #FFF;
	border: 1px solid #000;
}

a
{
	text-decoration: none;
	border: 0;
	color: #9C9C9C;
	font-weight: bold;
}

a:hover
{
	color: #666699;
}

a.home
{
	display: block;
	width: 69px;
	height: 34x;
	float: left;
	background-image: url('../images/home.png');
}

a.home:hover
{background-image: url('../images/home_hover.png');}

a.gallerie
{
	display: block;
	width: 88px;
	height: 34x;
	float: left;
	background-image: url('../images/gallerie.png');
}

a.gallerie:hover
{background-image: url('../images/gallerie_hover.png');}

a.events
{
	display: block;
	width: 80px;
	height: 34x;
	float: left;
	background-image: url('../images/events.png');
}

a.events:hover
{background-image: url('../images/events_hover.png');}

a.impressum
{
	display: block;
	width: 124px;
	height: 34x;
	float: left;
	background-image: url('../images/impressum.png');
}

a.impressum:hover
{background-image: url('../images/impressum_hover.png');}
