@charset "utf-8";
/* CSS Document */
.rahmen{
	background-image: url(images/background.png);
	background-repeat: repeat-y;
	width: 728px;
	margin: auto;
	min-height: auto;
}
.header{
	background-image: url(images/header.jpg);
	height: 195px;
	margin: 0px;
	padding: none;
	margin-bottom: 15px;
}
.inhalt{
	float: left;
	margin-left: 2px;
	width: 500px;
	min-height: 100px;
	height: auto;
	font-size:16px;
	color:#003333;
	font-size:18px;
	font-family:Verdana, Helvetica, sans-serif;
	text-decoration:none;
	display: block;
	text-align: justify;
	
}

.bubbles{

	background-image: url(images/Back-down.png);
	background-repeat: repeat-y;
	margin-left: 612px;
	width: 110px;
	min-height: 235px;
}

.bubbles_bottom{
	clear: left;
	background-image: url(images/Foot.png);
	background-repeat: repeat-x;
	margin-left: 159px;
	width: 563px;
	min-height: 30px;

}

.footer, .footer a {
	padding-top: 5px;
	background-image: url(images/footer.jpg);
	width: 728px;
	height: 29px;
	font-family:Hobo Std, Helvetica, sans-serif; 
	text-decoration: none;
	color: #003333;
	background-repeat: no-repeat;
}

.footer a:hover {
	color: #005333;
}

#output {
	width: 100%;
	height: 300px;
	overflow: auto;
	border: solid 1px #005333;
	padding: 5px;
}

ul {
	list-style: none;
}

.ul {
	list-style: none; 
	height: 21px; 
	padding: 0px;
	width: 100%;
}	

.li {
	background-image: url(images/btn_small.jpg);
	width: 107px; 
	height: 21px;
	float: left;
	margin-left: 5px;
	font-size: 13px;
	font-family:Hobo Std, Helvetica, sans-serif; 
	color: #003333;
	text-align: center;
}

.li a {
	text-decoration: none;
}

.li a:hover {
	color: #005333;
}

.bubbles_menue{
	background-image: url(images/back-menue.png);
	margin-top: 210px;
	margin-left: 40px;
	width: 99px;
	min-height: 180px;

}

.menu, .menu a, .menu a:hover, .menu a:visited, .menu a:active{

	float: left;
	width: 180px;
	height: 100%;
	text-decoration:none;
	
}
.hauptmenupunkt a,.hauptmenupunkt a:visited,.hauptmenupunkt a:active,.hauptmenupunkt a:hover{

	background-image:url(images/button_big.jpg);
	background-repeat:no-repeat;
	margin: 0px ;
	width: 180px;
	height: 38px;
	padding-top: 4px;
	text-align: center;
	color:#003333;
	font-family:Hobo Std, Helvetica, sans-serif;
	font-weight:bold;
	font-size:19px;
	display:block;
	text-decoration:none;
}
.act_hauptmenupunkt a,.act_hauptmenupunkt a:active,.act_hauptmenupunkt a:visited , .act_hauptmenupunkt a:hover{

	background-image:url(images/button_big_act.jpg);
	background-repeat: no-repeat;
	color:#005333;
	width: 180px;
	height: 38px;
	padding-top: 5px;
	text-align: center;
	font-family:Hobo Std, Helvetica;
	font-weight:bold;
	font-size:20px;
	display:block;
	text-decoration:none;
}

.hauptmenupunkt a:hover{
/*border: 1px dotted #000000;*/
	background-image: url(images/button_big_act.jpg);
	font-family:Hobo Std, Helvetica, sans-serif;
	font-weight:bold;
	font-size:20px;
	color: #003333;
	display:block;
}

h1 {
	font-size: 150%;
	text-align: left;
}

.firstLetter {
	font-family: Hobo Std, Helvetica, sans-serif;
	font-weight:bold;
	font-size:120%;
	color: #005333;
	text-decoration: border;
}

.nolinkline {
	text-decoration: none;
}


