body {
	margin: 0;
	padding: 0;
	background-image: url('../templates/images/hintergrund.jpg');
	
}

/* AUSZEICHNER */
h1 {
	font-size:18px;
}

h2 {
	font-size:16px;
}

h3 {
	font-size:14px;
	line-height: 10px;
}

p {
	font-size:10px;
}

a {
	background: transparent;
	color:#333333;
	text-decoration: underline;
	font-weight:normal;
	cursor: url('../templates/images/pfote.ani');
}

a:hover {
	color: #999999;
}

#fliess_link {
	background: transparent;
	color:#FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

#fliess_h1 a {
	background: transparent;
	color:#333333;
	text-decoration: none;
	font-weight: bold;
	font-size:18px;
}

#fliess_h3 a {
	background: transparent;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	font-size:14px;
}

.fliesslink, .fliesslink a{
	background: transparent;
	color:#333333;
	text-decoration: none;
	font-weight: normal;
}

.fliesslink_h1 a {
	background: transparent;
	color:#333333;
	text-decoration: none;
	font-weight: bold;
	font-size:18px;
}

.fliesslink_h3 a {
	background: transparent;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	font-size:14px;
}
ul {
	list-style-image:url(../templates/images/liste.jpg);
}

/* CONTAINER */
#wrap {
	background-color:#FFFFFF;
	width: 900px;
	margin: 5px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:10px;
	height: 100%;
}

/* HEADER */
#header {
	background-image: url(../templates/images/header5.jpg);
	height: 107px;
	width: 900px;
	top:-107px;
}

#header_inner {
	text-align: right;
	color: #FFFFFF;
	margin: 15px;
}

#header_v {
	display:none;
}

/* NAVIGATION */
#navi {
	background-image: url(../templates/images/navi_back.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	height: 65px;
	width: 900px;
	padding: 10px 0 0 0;
}

#navi ul {
	list-style-type: none;
	list-style-image: none;
	text-align: center;
	font-size: 12px;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

#navi li {
	display: inline;
	margin: 0;
	padding: 0;
}

#navi a {
	background: transparent;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
} 

#navi a:hover {
	color: #CCCCCC;
}

/* CONTENT */
#main {
	width: 860px;
	
	margin: 0;
	padding: 0 20px 0 20px;
}

#left {
	width: 600px;
	margin: 0;
	padding: 0;
	float: left;
	border-right-width: 1px;
	border-right-style: solid; 
	border-right-color: #999999;
}





#adminlogin {
  
  text-align: center;
}

#right {
	width: 150px;
	
	margin: 0;
	padding: 20px;
	float: left;
}

#right ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

#right li {
	padding: 0 0 15px 0;
}

/* FOOTER */
#footer   { background-image: url("../templates/images/footer.jpg"); padding-left: 18px; height: 47px; clear: both }
.footertext { font-size: 10px; padding-top: 33px; color: #FFFFFF; 	text-align: center;}
/* PROMO*/
#promo {
	display:none;
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
filter:Alpha(opacity=75, finishopacity=55, style=0);
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #dae4f0;
color: #000000;
}

