html {

	width: 100%;
}

body {

	font-family: Comic Sans MS, Arial, Verdana;
	font-weight: normal;

}

h1 {

	margin-top: 0px;
	padding-left: 50px;

}

a {

	color: #000000;
	text-decoration: underline;

}

a:hover {

	color: #e3324c;
	text-decoration: underline;

}

div#Seite {

	width: 800px;
	margin-left: auto;
	margin-right: auto;

}

div#Header {

	background: url(../img/design/titel.png);
	width: 800px;
	height: 250px;

}


div#Startseite {

	width: 147px;
	height: 66px;
	position: relative;
	top: -40px;
	left: 5%;

}
div#Startseite a {

	display: block;
	width: 147px;
	height: 66px;
	background: url(../img/design/startseite.png) no-repeat;

}
div#Startseite a:hover {

	display: block;
	width: 147px;
	height: 66px;
	background: url(../img/design/startseite_hover.png) no-repeat;

}
div#Startseite a#active {
	background: url(../img/design/startseite_hover.png) no-repeat;
}


div#Forum {

	width: 88px;
	height: 40px;
	position: relative;
	top: -80px;
	left: 32%;

}
div#Forum a {

	display: block;
	width: 88px;
	height: 40px;
	background: url(../img/design/forum.png) no-repeat;

}
div#Forum a:hover {

	display: block;
	width: 88px;
	height: 40px;
	background: url(../img/design/forum_hover.png) no-repeat;

}
div#Forum a#active {
	background: url(../img/design/forum_hover.png) no-repeat;
}

div#Termine {

	width: 127px;
	height: 53px;
	position: relative;
	top: -125px;
	left: 52%;

}
div#Termine a {

	display: block;
	width: 127px;
	height: 53px;
	background: url(../img/design/termine.png) no-repeat;

}
div#Termine a:hover {

	display: block;
	width: 123px;
	height: 53px;
	background: url(../img/design/termine_hover.png) no-repeat;

}
div#Termine a#active {
	background: url(../img/design/termine_hover.png) no-repeat;
}


div#Kontakt{

	width: 118px;
	height: 53px;
	position: relative;
	top: -190px;
	left: 77%;

}
div#Kontakt a {

	display: block;
	width: 118px;
	height: 53px;
	background: url(../img/design/kontakt.png) no-repeat;

}
div#Kontakt a:hover {

	display: block;
	width: 118px;
	height: 53px;
	background: url(../img/design/kontakt_hover.png) no-repeat;

}
div#Kontakt a#active {
	background: url(../img/design/kontakt_hover.png) no-repeat;
}


div#Abischerz {

	width: 227px;
	height: 53px;
	position: relative;
	top: -170px;
	left: 0%;

}
div#Abischerz a {

	display: block;
	width: 227px;
	height: 53px;
	background: url(../img/design/abischerz.png) no-repeat;

}
div#Abischerz a:hover {

	display: block;
	width: 227px;
	height: 53px;
	background: url(../img/design/abischerz_hover.png) no-repeat;

}
div#Abischerz a#active {
	background: url(../img/design/abischerz_hover.png) no-repeat;
}


div#Abizeitung {

	width: 250px;
	height: 55px;
	position: relative;
	top: -212px;
	left: 36%;

}
div#Abizeitung a {

	display: block;
	width: 250px;
	height: 55px;
	background: url(../img/design/abizeitung.png) no-repeat;

}
div#Abizeitung a:hover {

	display: block;
	width: 250px;
	height: 55px;
	background: url(../img/design/abizeitung_hover.png) no-repeat;

}
div#Abizeitung a#active {
	background: url(../img/design/abizeitung_hover.png) no-repeat;
}


div#Abiball {

	width: 195px;
	height: 53px;
	position: relative;
	top: -280px;
	left: 73%;

}
div#Abiball a {

	display: block;
	width: 195px;
	height: 53px;
	background: url(../img/design/abiball.png) no-repeat;

}
div#Abiball a:hover {

	display: block;
	width: 195px;
	height: 53px;
	background: url(../img/design/abiball_hover.png) no-repeat;

}
div#Abiball a#active {
	background: url(../img/design/abiball_hover.png) no-repeat;
}


div#Topline {

	background: url(../img/design/header.png);
	width: 800px;
	height: 70px;
	display: block;
	margin: 0;

}

div#Content {

	width: 100%;
	margin-top: -320px;
	padding: 0.2em;
	padding-top: 30px;

}

div#Text {

	background: url(../img/design/bg.png);
	margin: 0;
	padding-left: 50px;
	padding-right: 0px;

}

p#first {

	margin-top: -20px;

}

table.download img {

	border: 0;

}

p#totop {

	text-align: right;
	margin-bottom: 0px;

}

p#totop img {

	border: 0;

}

p#counter {

	text-align: center;

}

div#Ende {

	background: url(../img/design/ende.png) no-repeat;
	width: 800px;
	height: 15px;
	display: block;
	margin: 0;

}

div#Footer {

	background: url(../img/design/footer.png) no-repeat;
	background-position: bottom;
	width: 800px;
	display: block;
	margin: 0;

}

div#Footer p {

	font-size: 80%;
	text-align: center;
	padding-bottom: 5px;

}

div#Footer a {

	text-decoration: none;

}

div#Footer a:hover {

	text-decoration: none;

}