/* 

1. Allgemeine HTML-Elemente 
2. IDs inkl. Navigation
3. Klassen

*/


/* 1. Allgemeine HTML-Elemente */

body {
	margin: 0 0 10px 0;
	padding: 0;
	color: #111;
	font: 12px/160% 'Lucida Grande', Helvetica, Arial, sans-serif; 
	background: black;
}

h2 {
	font-size: 15px;
}

h3 {
	font-size: 15px;
	margin-top: 20px;
}

h4 {
	font-size: 12px;
	margin: none;
	padding: none;
	font-weight: bold;
}

a {
	color: #810000;
	text-decoration: none;
}

a:hover {
	color: #810000;
	text-decoration: underline;
}

small {
	line-height: 150%;
}

/* 2. IDs + Navigation*/

#hundertprozent {
	width: 100%;
	overflow: hidden;
	background: url(../segmente/hg_verlauf.png) repeat-x top left #ffc72a;
}

#box {
	width: 1000px;
	background: url(../segmente/inhalt.png) repeat-y top left;
	margin: 0 auto;
}

#jack-johnson * {
	margin: 0;
	padding: 0;
}

#jack-johnson h1 a {
	display: block;
	width: 1000px;
	height: 80px;
	text-indent: -9999px;
	background: url(../segmente/jackjohnson.png) no-repeat top right;
	margin: 0;
}

#header {
	background: url(../segmente/header.png) no-repeat top center;
}

#navi {
	float: left;
	width: 140px;
	margin: 50px 0 0 107px;
}

#navi * {

}

#navi ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navi ul li {
}

#navi ul li a {
	display: block;
	padding: 5px 10px 5px 25px;
	text-decoration: none;
	text-transform: uppercase;
	color: black;
	font-weight: bold;
	font-size: 13px;
	border-bottom: 1px solid white;
}

#navi ul li a:hover {
	color: white;
}

#navi ul li.current a {
	color: white;
	background: url(../segmente/stern.png) no-repeat 3px center;
}

#content {
	width: 640px;
	margin: 0;
	padding: 50px 30px 0;
	display: block;
	overflow: hidden;
}

#content_footer {
	display: block;
	background: url(../segmente/footer.png) no-repeat top left;
	height: 100px;
	width: 420px;
	margin: none;
	padding: 0 0 0 500px;
}


#footer {
	display: block;
	overflow: hidden;
	background: url(../segmente/footer.png) no-repeat bottom center;
	height: 170px;
	width: 1000px;
	text-align: right;
	margin: none;
}

#footer p {
	padding: 21px 75px 0px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 9px;
	color: #966f01;
}

*+html #footer p {
	padding: 30px 75px 0px;
}

/* 3. Klassen */

.content_all {
	width: 640px;
	clear: both;
}

.content_right {
	width: 420px;
	float: right;
}

.content_left {
	clear: left;
	width: 200px;
	float: left;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

img.rahmen {
	border: 3px solid white;
	background: white;
}
