body {
	font-family: VERDANA,ARIAL,HELVETICA;
	font-size:13px;
	color:#666;
}

a:link {color:#848284}
a:visited {color:#848284}
a:hover {color:#848284}
a:active {color:#000000}

html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	width: 100%;
}



td {
	font-family: VERDANA,ARIAL,HELVETICA;
}

th {
	font-family: VERDANA,ARIAL,HELVETICA;
}

h1,h2,h3,h4,h5,h6 {
	margin-bottom: 0px;
    padding-bottom: 0px;
}

h1 {
	font-size:18px;
}

h2 {
	font-size:16px;
}

.smallText {
	font-size:11px;
}

.markermenu{
width: 180px; /*width of menu*/
padding-left:20px;
padding-top:20px;
}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
border: 0px solid #9A9A9A;
}

.markermenu ul li a{
background:  url(http://www.rosige-zeiten.com/neu/images/arrow-list.gif) no-repeat 2px center;
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #ffffff;
text-decoration:underline;
display: block;
width: auto;
padding: 8px 0;
padding-left: 20px;
text-decoration: none;
border-bottom: 0px solid #B5B5B5;
}


* html .markermenu ul li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 150px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #ffffff;
}

.markermenu ul li a:hover{
color: black;
background-color: #ffffcb;
background-image:url(http://www.rosige-zeiten.com/neu/images/arrow-list-red.gif); /*onMouseover image change. Remove if none*/
}

/* Holly Hack for IE \*/
* html .markermenu ul li { height: 1%; }
* html .markermenu ul li a { height: 1%; }
/* End */
