body {
	color: #515151;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	height: 100%;
	width: 100%;
	font-family: "Lucida Sans Unicode", "Lucida Sans", Georgia, Arial, sans-serif;
	/* font-family: Arial, sans-serif; */
	font-size: 11px;
	font-weight: normal;
	/*letter-spacing:0.1em; */
	line-height:130%;
}

b {
  	font-family: Georgia, serif;
/*      	font-size: 10px; */
	font-weight: bold;
	text-decoration: none;
	letter-spacing:0.1em;
	color: #A9A9A9;

}



h1 {
	position: relative;
	top: -20px;
	left: -30px;
	font-family: Georgia, serif;
      	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing:0.1em;
	color: #BB6900;
}

h1.admin {
	font-family: Georgia, serif;
      	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing:0.1em;
	color: #BB6900;
	padding:10px;
}


h2 {
	font-family: Georgia, serif;
      	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing:0.1em;
	color: #BB6900;
	margin: 0px;
	margin-bottom: 10px;
}

p {
        margin: 0 0 15px 0;

}

hr {
	position:relative;
	left:-15px;
	margin-top: 10px;
	margin-bottom:10px;
	background-color:#BB6900; /* Mozilla 1.4 */
	color:#BB6900; /* IE 6 */
	border:#BB6900; /* Opera 7.11 */
	height: 1px; /*2px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
}

ul {
	list-style: dot; /*list-style-image: url('./images/right.gif');*/
}

li {
	padding-bottom: 5px; list-style-position: outside;
}


img {
	border: 0;
}


a {
	color: #BB6900;
	letter-spacing:0.1em;
	text-decoration: none;
	font-size:11px;
}


a:hover {
	color: #515151;
}

a.hauptnav {
	color: #FFFFFF; /* #BB6900; */
	font-size:12px;
	/* font-weight: bold; */
	letter-spacing:0.2em;
	text-decoration: none;
	line-height: 140%;
}

a.hauptnav:hover {
	color: #515151;/* #CC0033; */
}

input {
	border: 0px;
	border-bottom: 1px dotted #333333;
	padding-left: 2px;
	font-size: 11px;
	background-color: #FFFFFF;
	color: black;
	margin:2px;
}

textarea {
	border-top: 1px dotted #333333;
	border-left: 1px dotted #333333;
	border-right: 1px dotted #333333;
	border-bottom: 1px dotted #333333;
	padding-left: 2px;
	font-size: 11px;
	background-color: #FFFFFF;
	color: black;
	margin:2px;
	overflow:auto;
}

.SEITENTITEL {
	font-family: Georgia, serif;
      	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing:0.1em;
	color: #BB6900;
	margin-bottom: 25px;
}

.MSG {
	color: #515151;
}

.ERRMSG {
	color: red;
}

.rahmen {
	border: 1px solid #A9A9A9;
	margin: 0px;
	padding: 0px;
}

.leerzeile {
	margin: 0px;
}

.menue {
	position: relative;
	left: 50px;
	background-image: url(./images/menue_2.gif);
	background-repeat: no-repeat;
	padding: 10px;
	padding-top:13px;
	padding-right:15px;
	width: 120px;
	height: 190px;
}

.submenue {
	position: relative;
	background-image: url(./images/submenue.gif);
	background-repeat: no-repeat;
	left: -60px;
	padding: 10px;
	padding-top:15px;
	padding-left:8px;
	height: 50px;

}

.header {
	position: relative;
	top: -35px;
	left: 50px;
	height: auto;
	border: 1px solid #A9A9A9;
	padding: 5px;
	background-color: #FFFFFF;
}

.sticker {
	position: relative;
	/*top: -50px;*/
	left: -100px;
}

.hoch {
	position: relative;
	left: -26px;
	margin: 3px;
}

.button {
	border: 1px solid #A9A9A9;
}

.copy {

	font-size: 9px;
        margin: 3px;
	color: #C0C0C0;
}