body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/kunterbunt_bg.jpg) top repeat;
    color: #000080;
    font-size: 14px;
}

a:link, a:visited, a:active {
	color: #ff5309;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

th {
	font-weight: bold;
	text-align: left;
}

.img_art {
	margin-top: 3px;
	margin-right: 15px;
	margin-bottom: 10px;
}

#container {
	width: 1014px;
	margin: auto;
}

#header {
	height: 190px;
	background: url(../images/kunterbunt_header.jpg) top no-repeat;
}

#main {
	background: url(../images/kunterbunt_main.jpg) top repeat-y;
	padding-left: 120px;
	padding-bottom: 20px;
}

#index {
	background: #FFFF99;
	padding: 10px 10px 10px 15px;
	border-bottom: 5px solid #ffe711;
}

#index p {
	margin-top: 5px;
	margin-bottom: 0px;
}

#index h3 {
	font-family: 'Comic Sans MS';
	position: relative;
	top: -10px;
}

#index a:link, #index a:visited, #index a:active {
	color:#000080;
	font-weight: normal; 
	text-decoration:none
}

#index a:hover {
	color:#000080;
	font-weight: normal;
	text-decoration:underline;
}

#index_space {
}

#index_m {
	background: #FFFF99;
	padding: 10px 10px 10px 15px;
	border-bottom: 5px solid #ffe711;
	font-size: 10pt;
	height: 179px ;
	overflow: auto;
	
}

#index-m p {
	margin-top: 5px;
	margin-bottom: 0px;
}

#index_links {
	border-top: 4px solid #ffe711;
	border-bottom: 10px solid #ffe711;
	background: #FFF;
	text-align: center;
}

#index_adv {
	border-top: 4px solid #ffe711;
	border-bottom: 10px solid #ffe711;
	background: #FF6600;
	text-align: center;
	color: black;
	padding: 5px;
}

#index_adv a:link, #index_adv a:visited, #index_adv a:active {
	color:#000000;
	font-weight: normal; 
	text-decoration:none
}

#index_adv a:hover {
	color:#000000; 
	font-weight: normal; 
	text-decoration:underline
}

#menu ul{
	font-family: 'Comic Sans MS';
	font-size: 11pt;
	font-weight: bold;
	margin: 0 0 3px 0;
	padding: 0;
	float: left;
	width: 100%;
	background: #ff5309;
}

#menu ul li{
	display: inline;
}

#menu ul li a{
	float: left;
	color: black;
	padding: 2px 8px;
	text-decoration: none;
	background: transparent url(../images/vertical.gif) center right no-repeat;
}

#menu ul li a:visited{
	color: black;
}

#menu ul li a:hover{
	color: #FFFF33;
}

#menu ul li.selected a{
	color: #FFFF33;
	background-color: #069b37;
}

#sub1menu, #sub2menu{ /*2nd level content wrapper*/
	clear: both;
}

#sub1menu ul {
	font-family: 'Comic Sans MS';
	font-size: 11pt;
	font-weight: bold;
	margin: 0 0 3px 0;
	padding: 0;
	float: left;
	width: 100%;
	background: #FF9900;
	display: none;
	color: black;
}

#sub2menu ul {
	font-family: 'Comic Sans MS';
	font-size: 11pt;
	font-weight: bold;
	margin: 0 0 3px 0;
	padding: 0;
	float: left;
	width: 100%;
	background: #FFCC00;
	display: none;
	color: black;
}

#sub1menu ul.selected, #sub2menu ul.selected{ /*selected 2nd level content*/
	display: block;
}

#sub1menu ul li, #sub2menu ul li {
	display: inline;
}

#sub1menu ul li a, #sub2menu ul li a {
	float: left;
	color: black;
	padding: 2px 7px;
	text-decoration: none;
	background: transparent url(../images/vertical.gif) center right no-repeat;
}

#sub1menu ul li a:hover, #sub2menu ul li a:hover {
	color: #FFFF33;
}

#sub1menu ul li.selected a, #sub2menu ul li.selected a {
	color: #FFFF33;
	background-color: #069b37;
}

#content {
	clear: both;
	background: #FFFF99;
	padding: 10px;
	line-height: 130%;

}

#content h3 {
	font-family: 'Comic Sans MS';
	font-size: 14pt;
	margin-bottom: 50px;
}


#content p {
	margin-bottom: 10px;
}

#info {
	width: 100%;
	font-size: 12px;
	color: #660000;
	padding-bottom: 5px;
}

#info p.header {
	font-family: 'Comic Sans MS';
	font-size: 11pt;
	font-weight: bold;
	margin: 0 0 3px 0;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
	width: 100%;
	background: #069b37;
	color: #FFFF33; 
}
	
.header {
	font-family: 'Comic Sans MS';
}

#info p.text {
	margin: 0 0 3px 0;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	background: #FFCC00;
	color: #000080;
}


#footer {
	height: 50px;
	background: url(../images/kunterbunt_footer.jpg) top no-repeat;
	padding: 0 50px 0 120px;
	text-align: center;
}

#footerimg {
	position: relative;
	top: -100px;
}


.bottom_navi {
	font-size: 8pt;
}

#footerimg {
	position: relative;
	top: -100px;
	left: 300pxc;
}
	
