@charset "utf-8";
/* CSS Document */

html, body {
          background-color:#FFF;
		  text-align:center;
}


h1 {
font-size:x-large;
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

h2 {
font-size:large;
font-weight:bold;
}

h3 {
font-variant:small-caps;
font-size:medium;
}

h4 {
color:#000000;
font-variant:small-caps;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:small;
font-weight:bold;
}

a:link, a:visited {
color:#333;
text-decoration:none;
}

a:hover, a:active {
color:#333;
text-decoration:underline;
}


img {border:0 none;}


#container {
position:relative;
margin: 0 auto 0 auto;
top:0px;
width:900px;
text-align:left;
z-index:2;
}


#background {
}
		 

#header {
position:absolute;
top:0px;
left:0px;
width:900px;
height:200px;
background-color:#FF9;
z-index:2;

}

#konflogo {
position:absolute;
top:0px;
right:0px;
width:375px;
height:150px;
z-index:2;
}

#unilogo {
position:absolute;
top:150px;
right:0px;
width:421px;
height:50px;
z-index:2;
}

#headerschrift {
position:absolute;
top:0px;
left:0px;
width:400px;
height:200px;
text-align:center;
z-index:2;
}

#navigation {
 position:absolute;
 top:200px;
 left:0px;
 width:150px;
 height:600px;
 background-color:#FF9;
 z-index:3;
}


a.navi {
display:block;
width:150px;
height:30px;
position:relative;
top:50px;
left:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
text-align:center;
line-height:1.5;
text-decoration:none;
}

a.navi:link, a.navi:visited {
color:#000000;
background-color:#FF9;
}       

a.navi:hover {
color:#FFFFFF;
background-color:#FF9;
font-size:14px;
}       

a.navi:active, a.navi:focus {
color:#000000;
background-color:#FF9;
font-size:14px;
}       

a.naviext {
text-decoration:none;
border:0 none;
color:none;
}


#content {
position:absolute;
top:200px;
left:150px;
padding-left:30px;
padding-top:10px;
padding-right:30px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:small;
text-align:left;
line-height: 1.5;
color:#000000;
z-index:2;
}
