/* Allgemeine Formatierungen */
*{
 margin:0;
 padding:0;
 
}

body{
	font: .9em "verdana", arial, sans-serif;
	text-align:left;
	background: url(grafik/hintergrund.jpg);
	background-repeat: repeat-x;
	         }


/* Formatierungen Layout */
#seite{
	background: #fff none;
	margin: 0 auto;
	padding: 10px 10px 5px 13px;
	text-align: left;
	width: 850px;
}

#oben{
 background:#ffffff url(bild_xmas_wuerfel.jpg);
 background-repeat:no-repeat;
 clear:both;
 height:440px;
 width:850px;
}

#oben2{
 background:#fff url(bild_jusos_840_191.jpg);
 clear:both;
 height:168px;
 width:850px;
}
#rechts{
 float:left;
 margin:0 0 20px 0;
 width:458px;
 
}

#links{
 float:left;
 margin:0 0 20px 20px;
 width:255px
}

#unten{
 background:#003366;
 clear:both;
 width:850px
}

#rechts p{
text-align:justify;
margin-top: 0.5em;

}

p.absatz{
	margin-top: 1.0em;
}

/* Formatierungen Navigationsleiste */
#navigation{
 background:#fff;
 float:left;
 width:850px;
 height:40px;
 padding:0 0 2px 0;
 font-family: Arial;
 font-size:1.11em;
 
 
 }

#navigation ul{
}

#navigation ul li{
 display:inline;
 margin:0 5px 0 0
}

#navigation ul li a{
 text-decoration:none;
 border-bottom:1px solid #fff;
 color:#061E4E;
 font-size:.9em;
 font-weight:900;
}

#navigation ul li a:hover{
 text-decoration:none;
 border-bottom:4px solid #E2001A
}



/* Sonstige Formatierungen */
.titel{
 float:right;
 width:90px;
 padding:0 10px 0 0
}

.titel img{
	border: 0;
	background: no-repeat;
}



/* Schrift-Formatierungen */
h1,h2,h3,h4,h5,h6{
 border-bottom:0px solid #ccc;
 color:#061E4E;
 font-size:1.0em;
 letter-spacing:0.01em;
 margin:25px 0 0 0
}


#links p{
 text-align:justify
}

#unten p{
 color:#eee;
 font:.9em "verdana", sans-serif;
 padding:5px;
}

/* Formatierungen Navigation (linke Spalte) */
#links ul{
list-style:none;
 margin:0 0 0 0
}

#links ul li{
 background:url(liste2.jpg) no-repeat;
 display:block;
  margin:0 0px 0 0;
 padding:0 0 0 16px
}

#links ul li a{
 text-decoration:none;
  color:#666;
}

#links ul li a:hover{
  color:#061E4E;
}



/* Link-Formatierungen */
a:link,a:visited,a:active{
 color:#000;
 text-decoration:underline
}

a:hover{
 text-decoration:none
}


#unten a{
 color:#fff;
 text-decoration:underline
}

#unten a:hover{
 text-decoration:none
}
/* Geordnete Liste als Nummerierung */
 div ol>li p {color:#ff0000;}