@charset "utf-8";
/* CSS Document */

/* Reset */
html, body, h1, h2, h3, h4, p, ul, li {
margin: 0px;
padding: 0px;
font-family: Arial, Helvetica, sans-serif;
color: #5E5E5E;
}

body {
	background: #ffffff;
	color: #5E5E5E;
	font-size: 12px;
	line-height: 18px;
}


a:link, a:active, a:visited {
color: #A80F4F;
text-decoration: none;
}

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

img {
border: none;	
}

h1 {
font-size: 14px;
color: #A80F4F;
margin-bottom: 18px;
border-bottom: 1px solid #A80F4F;
}

h2 {
width: 100%;
font-size: 12px;
color: #A80F4F;
line-height: 25px;
margin-bottom: 10px;
/*border-bottom: 1px dotted #FFFFFF;*/
}

h3 {
width: 100%;
font-size: 13px;
line-height: 25px;
margin-bottom: 10px;
/*border-bottom: 1px dotted #FFFFFF;*/
}

h4 {
width: 100%;
font-size: 12px;
/*margin-bottom: 10px;*/
/*border-bottom: 1px dotted #FFFFFF;*/
font-weight: bold;
}

p {
margin-bottom: 10px;
}

ul {
padding-left: 20px;
list-style-type: disc;
}

li {
list-style-image: url(/images/listpunkte.png);
padding-left: 0px;
}

/*
#allover {
width: 1000px;
margin: 10px auto;
height:auto;
min-height: 600px;
}*/

#allover {
width: 1000px;
margin: 20px auto;
height:auto;
min-height: 600px;
background: url(http://www.mpa.uni-kassel.de/images/mainbg.jpg) repeat-y;
}


/*#header-left {

margin-right: 3px;
float: left;
width:787px;
height: 140px;
}*/

#header-left {
margin-right: 0px;
margin-left:5px;
float: left;
width:782px;
height: 140px;
border-top:1px solid #c0c0c0;
}


#header-image {
background-image: url(/images/mdobanner.jpg);
width: 782px;
height: 120px;
}

#header-right {
background-image: url(/images/mdo_logo_uni.jpg);
float: left;
width: 208px;
height: 140px;
margin-right:5px;
border-top:1px solid #c0c0c0;
}

/*
#header-right {
background-image: url(/images/mdo_logo_uni.jpg);
float: left;
width: 210px;
height: 140px;
}*/

#header-balken {
background-color: #A80F4F;
height: 17px;
margin-top:3px;
margin-left:1px;
}

#container {

height: auto;
margin-top: 3px;
}

#navi {
width: 210px;
padding-top: 5px;
margin-left: 5px;
height: auto;
min-height: 500px;
background-color:#f5f5f5;
/*ECDCE0;*/
/*f7f7f7;*/
float: left;
/*border-left: 1px solid #e7e7e7;
border-right: 1px solid #e7e7e7;*/
}

#navi a {
	height: auto;
	min-height: 23px;
	display: block;
	color: #5e5e5e;
	text-decoration: none;
	/*border-bottom: 1px solid #e7e7e7;*/
	border-top: 1px solid #e7e7e7;
	padding-left: 7px;
	padding-top: 5px;
	font-weight: normal;
}

#navi a:hover 
{
	color: #A80F4F;
	text-decoration: underline;
	font-weight: bold;
	/*background: #A80F4F;*/
	/*background-image:url(images/balken.png);
	background-repeat: repeat-x;*/
}

#navi li
{
list-style-image:none;
list-style-type:none;
}

#navi ul
{
padding-left: 0px;
}
#navi ul ul a
{
padding-left: 20px;
}

#navi #currentnavi
{
font-weight:bold;
color: #A80F4F;
text-decoration:underline;

} 

#navi #currentnavi2
{
font-weight:normal;
color: #A80F4F;
text-decoration:none;
/*
background-image:url(images/pfeil.jpg); 
margin-left: 10px;
padding-left:10px; 
background-repeat:no-repeat; 
background-position:center left; 
*/
} 

#main {
width: 750px;
padding: 15px;
padding-top: 25px;
height: auto;
min-height: 730px;
background-color: #ffffff;
float: left;
}


#news {
width: 200px;
padding: 5px;
height: auto;
min-height: 500px;
background-color:#f5f5f5;
float: right;
}

#news .h2 {
line-height: normal;	
}

#footer {
background-color: #A80F4F;
color:#ffffff;
height: 17px;
margin-top:3px;
text-align: center;
width:990px;
margin-left:5px;
}

.btn
{
background-image:url(/images/button.png);
width:auto;
height:23px;
border-top:1px solid #cccccc;
border-left:1px solid #cccccc;
border-right:1px solid #999999;
border-bottom:1px solid #999999;

/*
#footer {
background-color: #A80F4F;
color:#ffffff;
height: 17px;
margin-top:3px;
text-align: center;
}*/

