body{
	background: #EEF;
	color: #000;	
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 150%;
}

#main{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 900px;
	height: 600px;
	background: url(./background.gif) no-repeat;
	z-index: 1;
}

#content{
	position: absolute;
	top: 0px;
	left: 238px;
	width: 510px;
	height: 480px;
	background: url(./content.gif) no-repeat;
	z-index: 9;
	padding: 35px;
}

#contentframe{
	position: absolute;
	top: 20px;
	left: 260px;
	width: 450px;
	height: 400px;
	z-index: 20;
	padding: 10px;
	overflow: auto;
}

#menubg{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 231px;
	height: 511px;
	background: url(./menu_left.gif) no-repeat;
	z-index: 4;
	padding: 0px;
}

#menu{
	position: relative;
	top: 60px;
	left: 10px;
	width: 210px;
	height: 390px;
	margin: 2px;
	padding: 0px;
	z-index: 20;
}

#zitat{
	position: absolute;
	top: 10px;
	left: 730px;
	width: 250px;
	height: 382px;
	background: url(./marktwain1.gif) no-repeat;
	z-index: 3;
}

#logo{
	position: absolute;
	top: 13px;
	left: 250px;
	width: 400px;
	height: 510px;
	background: url(./klaks_logo.gif) no-repeat;
	z-index: 2;
}

#logosmall{
	position: absolute;
	top: 295px;
	left: 30px;
	width: 176px;
	height: 240px;
	/*background: url(./klaks_logo_small.gif) no-repeat; */
	z-index: 10;
}

#uni{
	position: absolute;
	top: 460px;
	left: 745px;
	height: 50px;
	width: 140px;
	border: 2px #C3231E solid;
	background: #E2B11C;
	padding: 5px;
	z-index: 5;
	text-align: center;
}

#slogan{
	position: absolute;
	top: 550px;
	left: 100px;
	width: 600px;
	height: 50px;
	z-index: 6;
}

ul.mainmenu{
	padding-top: 15px;
	padding-left: 0px;
	list-style-type: none;
	font-size: 12px;
	width: 200px;
	margin: 0px;
}

ul.menu{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	font-size: 12px;
	width: 200px;
}

li.mainmenu{
	display: block;
}

li.menu a, li.menu a:link {
text-decoration: none;
display: block;
color: #000000;
width: 180px;
padding: 5px 5px 6px 15px;
}

li.mainmenu a, li.mainmenu a:link {
text-decoration: none;
display: block;
color: #000000;
width: 180px;
padding: 5px 5px 6px 15px;
}

li.menu a:hover, li.menu a:active, li.menu a:focus {
width: 180px;
color: #C3231E;
border-right: 10px solid #C3231E;
border-bottom: 1px solid #C3231E;
padding-bottom: 5px;
padding-right: 0px;
}

li.mainmenu a:hover, li.mainmenu a:active, li.mainmenu a:focus {
color: #C3231E;
border-right: 10px solid #C3231E;
border-bottom: 1px solid #C3231E;
padding-bottom: 5px;
width: 180px;
}

li.selected {
width: 180px;
color: #C3231E;
border-left: 10px solid #C3231E;
border-bottom: 1px solid #C3231E;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 5px;
font-weight: bold;
}

a.divlink, a.divlink:link,a.divlink:visited{
	text-decoration: none;
	color: #000066;
}

a.divlink:hover{
	color: #000066;
	background: #ffc;
}

.center{
	text-align: center;
}

ul.info{
	list-style-type: none;
}