/*** Global settings ***/

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(images/background.gif);
}

img {
	display: block;
	border: 0 none;
}

ul, li {
	list-style-type: none;
}

h1, h2, li, p, a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #5F5E65;
}

h1 {
	padding-bottom: 15px;
	font-size: 16px;
	font-weight: normal;
	line-height: normal;
}

h2 {
	padding-bottom: 5px;
	font-weight: bold;
}

h2.spacer {
	padding-top: 30px;
}

li, p {
	color: #6A6665;
}

a {
	text-decoration: none;
}

.clear {
	clear: both;
}


/*** Specified settings ***/

#page {
	width: 619px;
	padding: 0 9px;
	margin: 0 auto;
	background: url(images/background_content.gif) repeat-y;
}

#header {
	display: none;
}

#shadow_bottom {
	width: 637px;
	margin: 0 auto;
}

ul#rootline {
	float: right;
	padding-right: 23px;
}

ul#rootline li {
	float: left;
	padding-left: 20px;
}

ul#rootline li a {
	background: url(images/arrow_gray.gif) no-repeat 0 4px;
	padding-left: 10px;
	font-size: 11px;
}

ul#rootline li a:hover {
	text-decoration: underline;
}

#content {
	clear: both;
	padding: 50px 22px 150px;
}

#content p {
	padding-bottom: 15px;
}

/** Linkliste **/
ul.linklist li{
	float: left;
}

ul.linklist li a {
	height: 124px;
	display: block;
}

ul.linklist li.football a {
	width: 133px;
	background: url(images/link_fussball.gif) no-repeat;
}

ul.linklist li.football a:hover {
	background: url(images/link_fussball_hover.gif) no-repeat;
}

ul.linklist li.handball a {
	width: 132px;
	background: url(images/link_handball.gif) no-repeat;
}

ul.linklist li.handball a:hover {
	background: url(images/link_handball_hover.gif) no-repeat;
}

ul.linklist li.tennis a {
	width: 133px;
	background: url(images/link_tennis.gif) no-repeat;
}

ul.linklist li.tennis a:hover {
	background: url(images/link_tennis_hover.gif) no-repeat;
}

ul.linklist li.tabletennis a {
	width: 132px;
	background: url(images/link_tischtennis.gif) no-repeat;
}

ul.linklist li.tabletennis a:hover {
	background: url(images/link_tischtennis_hover.gif) no-repeat;
}


