
/* Alle Ränder und Abständ auf Null */
* {
	margin: 0;
	padding:0;
}

/* Keine Ränder für Images */
img {
	border: 0px;
}

h1 { font-size: 1.3em;
}

body {
	background:#ff9933;
	width: 1136px;
	margin: 8px auto 8px auto;
	color: #000000;
	font-family:Georgia, Verdana, Arial, Helvetica, sans-serif;
}

div#leader {
	margin: 1px 0 1px 124px;
}

div#content {
	float:left;
	width:976px;
	background:url(http://www.soccerbooks.de/layout/hintergrund.png) left repeat-y;
}

div#sidebar {
	float:right;
	text-align:left;
	width:160px;
}

div#header {
	background:url(http://www.soccerbooks.de/layout/header.png) left no-repeat;
	width:976px;
	height:240px;
}

div#search {
	float:right;
	margin-top:30px;
	margin-right:200px;
}

div#main {
	clear:both;
	width:926px;
	margin-left:30px;
}

div#menue {
	float:left;
	width:170px;
	margin-top:10px;
}

.menuecenter {
	 margin-left:25px;
}

.menuecenter2 {
	 margin-left:10px;
}

.adv { width: 170px;
	margin: 8px 0px 8px 0px;
}

div#werbung {
	width:756px;
	float:left;
}

.box {
	float:left;
	width:756px;
	margin-top:50px;
}

.box1 {
	float:left;
	width:756px;
	margin-top:10px;
}

.easy { width: 608px;
	padding-left: 137px;
		margin-top:10px;
}


.beschreibung {
	float:left;
	width:500px;
	font-size: 1em;
	text-align:left;
	line-height: 1.4em;
	padding-left:40px;
}

.beschreibung a:link {
	color:#000000;
	font-size: 1.1em;
}

.beschreibung a:hover {
	color:#cc3300;
	background-color:#FF9933;
	font-size: 1.1em;
}

.beschreibung a:visited {
	color:#000000;
	font-size: 1.1em;
}

.verwaltung {
	float:left;
	width:716px;
	margin-top:10px; padding: 0 20px 20px 20px;
}

.verwaltung a:link {
	color:#000000;
	font-size: 1.1em;
}

.verwaltung a:hover {
	color:#cc3300;
	background-color:#FF9933;
	font-size: 1.1em;
}

.verwaltung a:visited {
	color:#000000;
	font-size: 1.1em;
}

.verwaltung img {
	margin-left:75px;
}

.innen {
	margin-left:200px;
}

.strong {
	font-weight:bold;
}

.image {
	float:right;
	width:180px;
	text-align:center;
	margin-top:30px; margin-right:20px;
}



div#footer {
	clear:both;
	width:976px;
	background:url(http://www.soccerbooks.de/layout/footer.png) left no-repeat;
	height:200px;
	text-align:center;
}

div#footer-list {
	padding-top:100px;
}

div#footer-list a {
	padding: 0px 10px 0px 10px;
	color:#000000;
}

div#footer-list a:hover {
	color: #FFFFFF;
}

.navi ul {
	list-style-type: none;
	text-decoration: none;
	margin-left:10px;
}

.navi li {
	margin-top:5px;
}

.navi a {
	display: block;
	width: 150px;
	height: 30px;
	text-align:center;
	font-size: 1em;
	color:#000000;
	line-height: 30px;
	text-decoration: none;
}

.navi a:link, .navi a:visited {
	background: url(http://www.soccerbooks.de/layout/button.png) no-repeat;
	text-decoration: none;
}

.navi li a:hover {
	background: url(http://www.soccerbooks.de/layout/button.png) 0px -30px no-repeat;
	text-decoration: none;
}

.navi li a#current {
	background: url(http://www.soccerbooks.de/layout/button.png) 0px -60px no-repeat;
	text-decoration: none;
	color:#FFFFFF;
}

