@charset "utf-8";

body {
	font-size: 14px;
	color: #6CF;
	text-align: left;
	margin-top: 1px;
	font-family: "Comic Sans MS", cursive;
	background-image: url(elemente/hntgrnd.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}
h1 {
	font-family: "Comic Sans MS", cursive;
	color: #006;
	font-size: 24px;
	text-align: center;
	font-weight: normal;
	background-color: #090;
}
h2 {
	font-size: 14px;
}

a:link {
	text-decoration: none;
	color: #CC9933;
}
a:hover {
	text-decoration: none;
	color: #993300;
	background-image: url(elemente/hntgrnd_hover.png);
	font-weight: bold;
	background-repeat: repeat-y;
}

a:visited {
	text-decoration: none;
	color: #c93;
}
a:active {
	text-decoration: none;
	color: #6CF;
}

/* Menuposition festlegen (innerhalb9)*/
ul.topmenubar
{
	width: auto;
	padding: 0px;
	margin: 10px;
}
/* fuer tag li */
ul.topmenubar li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	text-align: center;
	cursor: pointer;
	float: left;
	vertical-align: middle;
	width: 120px;
}
/* Menu */
ul.topmenubar a
{
	cursor: pointer;
	color: #FF9933;
	height: 30px;
	padding: 5px;
	width: auto;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	display: block;
}
/* Menu maus ueber*/
ul.topmenubar a:hover  
{
	background-color: #FF9933;
	color: #2e2200;
	text-transform: uppercase;
	display: block;
	border-right-width: medium;
	border-bottom-width: medium;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-top-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-left-color: #666666;
	-moz-opacity:0.7;
}
/* Menu maus klick*/
ul.topmenubar a:active    {
	border-right-width: medium;
	border-bottom-width: medium;
	border-right-color: #EA9E50;
	border-bottom-color: #EA9E50;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;

}
#banner_txt {
	background-image: url(elemente/hip_banner.jpg);
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 5px;
	background-position: center top;
	padding-left: 450px;
	font-size: 16px;
	text-transform: uppercase;
	color: #090;
	height: 55px;
	letter-spacing: 2px;
	padding-top: 80px;
	
}




#kopf {
	background-image: url(elemente/topbanner.jpg);
	height: 50px;
	width: 950px;
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	padding-top: 220px;
	padding-left: 50px;
}

#cluster, #text, #sidebar {
	-moz-border-radius:15px;
	font-family: "Comic Sans MS", cursive;
	width: 750px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding-right: 5px;
	overflow: hidden;
}
#cluster{
	border:thin solid #006;
	float: none;
	clear: both;
}
#sidebar {
	width: 125px;
	float: left;
	height: auto;
	color: #CC9933;
	font-size: 14px;
	background-image: url(elemente/hntgrnd_sidebar.png);
	border: 2px inset #003;
	text-decoration: none;
	background-repeat: repeat;
}



#text {
	width: 590px;
	text-align: justify;
	float: right;
	height: auto;
}
#base {
	width: 750px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: inline;
	font-size: 12px;
}
.txt_klein {
	font-size: 12px;
}

.line {
	line-height: 25px;
	text-transform: uppercase;
	text-align: center;
	color: #006;
	font-size: 16px;
}

