


#alles {
position: relative;
width: 1000px;
text-align: left;
}
#alles p.footer {
	padding: 2px 215px 0 180px;
	margin-top:-2px;
	height: 2.5em;
	background-image: url(../pix/judokan_fuss.gif);
	background-repeat: no-repeat;
}

#logo {
position: absolute;
top: 0px;
left: 800px;
display: block;
width: 200px;
height: 100px;

}
#navoben {
position: absolute;
top: 0;
left: 200px;
width: 600px;
height: 200px;
list-style-type: none;
z-index: 5;
color: #fff;
}

#header {
display: block;
width: 1000px;
height: 165px;
background-image:url(../pix/head_back.jpg);
background-repeat:no-repeat;
}
#main {
width: 800px;
margin: 0 0 0 200px;
background-image:url(../pix/inhalt_back.gif);
background-repeat:repeat-y;
}

#inhalt {
	width: 560px;
	padding: 0 20px 0 20px;
	margin-right: 200px;
}

#inhalt a {
	font-size: 14px;
	font-weight: bold;

}



#rechtespalte {

float: right;
width: 200px;
height: 300px;
	color: #ffffff;

}

#rechtespalte h2 {


	color: #ffffff;

}

#trainer {
padding: 0 15px 0 15px;
width: 180px;
}

#trainer ul li a{
	font-size: 14px;
	font-weight: normal;
}


/* Kurznachrichten */
#navlinks {
	padding-left: 15px;
	padding-right:15px;
	position: absolute;
	top: 165px;
	width: 180px;
	z-index: 5;
	color: #ffffff;
}

#navlinks h2 {

	color: #ffffff;
}


#navlinks p{
	font-size: 12px;
	line-height: 14px;
}

#navlinks ul{
	list-style-type: square;
}



.image {
	display: block;
	float: left;
	margin-top: 10px;
	margin-right: 15px;
}


#clearfloat {
	width: 250px;
	clear: both;
	height: 70px;
	background-color: #FFF;
}

.rot {
	color: #F00;
}

