
	body {
		margin: 0;
		padding: 0;
		font-family: Verdana,Arial,Sans-serif;
		font-size: 62.5%;
		}

	#container {
		position: fixed;
		top: 10px;
		left: 100px;
		width: 550px;
		height: 600px;
		}

	#banner {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 69px;
		height: 600px;
		background-image: url(pics/1hbanner.png);
		background-repeat: no-repeat;
		background-position: top center;
		border-right: 1px solid #000;
		}

	#home {
		position: absolute;
		left: 70px;
		top: 0px;
		height: 600px;
		width: 500px;
		border-right: 1px solid #000;
		}

	#mannschaftsfoto {
		position: absolute;
		top: 0;
		left: 20px;
		width: 460px;
		height: 130px;
		background-image: url(pics/aufstieg.png);
		background-repeat: no-repeat;
		background-position: top center;
		}

	#home #content {
		position: absolute;
		left: 20px;
		top: 180px;
		}

	#content {
		position: absolute;
		left: 0px;
		top: 10px;
		padding: 0 15px 0 0;
		}

	#footer {
		position: absolute;
		bottom: 0;
		left: 5px;
		}

	.float_right {
		float: right;
		}


/*
---------------------------------------------------------------------------*/


	h1 {
		font-size: 1.4em;
		color: #003366;
		line-height: 0.2em;
		margin: 10px 0 10px 0;
		}


	h2 {
		font-size: 1.3em;
		}


	h3 {
		font-size: 1.1em;
		line-height: 1.4em;
		}


	p {
		color: #003366;
		font-family: Verdana,Arial,Sans-serif;
		font-size: 1.1em;
		line-height: 1.2em;
		}


	a:link, a:visited, a:hover, a:active {
		text-decoration: none;
		color: #000;
		}

	a:hover {
		text-decoration: underline;
		}



/*
-----------------------------------------------------------*/


	#navigation {
		position: absolute;
		left: 20px;
		top: 140px;
		border-bottom: 1px solid #000;
		}


	#navigation ul {
		list-style-type: none;
		margin: 5px 0;
		padding: 0;
		}

	#navigation li {
		display: inline;
		margin: 0 8px 0 0px;
		}

	#navigation a:link, #navigation a:visited, #navigation a:hover, #navigation a:active {
		text-decoration: none;
		color: #003366;
		font-size: 1.5em;
		}

	#navigation a:hover {
		text-decoration: underline;
		}


/*
---------------------------------------------------------------------------*/


	#main .float_right {
		margin: 15px 30px 0 10px;
		}

	#sponsorenkasten {
		position: fixed;
		bottom: 10px;
		left: 0px;
		width: 435px;
		padding: 0 10px 10px 10px;
		border: 1px solid #003366;
		}

	#sponsorenkasten .float_right {
		margin: 0 20px;
		}

/*
---------------------------------------------------------------------------*/


	#bildergalerie #content {
		text-align: center;
		width: 100%;
		line-height: 2em;
		}

	#bildergalerie a:link, #bildergalerie a:visited, #bildergalerie a:hover, #bildergalerie a:active {
		text-decoration: none;
		color: #003366;
		font-size: 1.5em;
		}
		



/*
---------------------------------------------------------------------------*/


	#linktable td, #bildertable td, #erfolgetable td {
		padding: 0 10px 10px 0;
		color: #003366;
		} 

/*
---------------------------------------------------------------------------*/


	#impressum #content {
		width: 300px;
		}

	#impressum b {
		color: #000;
		}