body {
	margin: 0;
	padding: 0;
	background: #FBE3C1 url(images/bg_top.gif) repeat-x left top;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #161614;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea, select {
	font: normal 1em "Verdana", Arial, Helvetica, sans-serif;
}


h1, h2, h3 {
	font-weight: bold;
}

h1 {
	font-size: 14px;
}

h2 {
	font-size: 16px;
	color: #6F2529;
}

h3 {
	font-size: 18px;
}

p, ul, ol {
}

p {
}


ul {
}

ol {
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

small {
}


img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
	border: #D9D785 1px dashed;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
	border: #D9D785 1px dashed;
}

div#self-service-lite div a img {/* image in a link */
border:1px solid #404040;
padding:1px;
}

div#self-service-lite img.sslimageleft {/* image left */
display:block;
float:left;
margin:0 30px 10px 0;
}

div#self-service-lite hr {/* with horizontal rule - geckos */
 clear:both;
 border:0;
 height:15px;
 margin:0 0 20px 0;
 border-bottom:1px solid #6F2529;
 background:transparent;
}
div#self-service-lite hr {/* with horizontal rule - msie */
 clear:both;
 border:0;
 height:1px;
 margin:0 0 10px 0;
 color:#6F2529;
}
*:first-child+html div#self-service-lite hr {/* with horizontal rule - msie7 */
 clear:both;
 border:0;
 height:1px;
 margin:10px 0 10px 0;
 color:#6F2529;
}



/* Header */

#header {
	width: 900px;
	margin: 0 auto;
	height: 81px;
}


#headerbg {
	clear: both;
	margin: 0 auto;
	width: 900px;
	height: auto;
	margin: 0 auto;
	margin-top: 20px;
}

/* Logo */

#logo {
	float: left;
}

/* Menu */

div#menue {
	float: right;
	color: #000000;
	height: 81px;
}

ul.sslmenue {
	margin: 0;
	list-style: none;
}

ul.sslmenue {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.sslmenue li {
	display: inline;
}
ul.sslmenue a {
	display: block;
	float: left;
	padding: 45px 8px 40px 8px;
	color: #161614;
	background-color: #FDF1E0;
	font: bold 13px Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}
ul.sslmenue a:hover {
	background: #FBE3C1 url(images/nav_pfeil.gif) no-repeat center top;
	color: #000000;
}
ul.sslmenue a.sslmenueactive {
	background: #FBE3C1 url(images/nav_pfeil.gif) no-repeat center top;
	color: #000000;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding-top: 20px;
	background: #FDF1E0;
}


#latest-post {
	float: left;
	width: 560px;
	padding: 10px 20px 60px 30px;
	line-height: 1.3em;
	font-size: 12px;
}


/* Rechte Spalte */
#rechte-spalte {
	float: right;
	width: 200px;
	padding: 0px 20px 20px 20px;
	background: #FDF1E0;
}

a#banner1{
display:block;
width:200px;
height:100px;
background: transparent url(images/logo_riederlenews.gif) 0px 0px no-repeat;
}
a:hover#banner1{
background: transparent url(images/logo_riederlenews.gif) -200px 0px no-repeat;
}

a#banner2{
display:block;
width:200px;
height:80px;
margin-bottom: 20px;
background: transparent url(images/logo_woonya.gif) 0px 0px no-repeat;
}
a:hover#banner2{
background: transparent url(images/logo_woonya.gif) -200px 0px no-repeat;
}

a#banner3{
display:block;
width:200px;
height:100px;
background: transparent url(images/logo_emv_umwelt.gif) 0px 0px no-repeat;
}
a:hover#banner3{
background: transparent url(images/logo_emv_umwelt.gif) -200px 0px no-repeat;
}




/* Sidebar */

#sidebar {
	clear: both;
	width: 900px;
	background: #000000;
	color: #CCCCCC;
	padding: 5px 0 0 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	display: block;
	float: left;
	width: 265px;
	padding: 10px 10px 0 25px;
}

#sidebar li ul {
	line-height: 1.8em;
}

#sidebar li li {
	display: list-item;
	background: url(images/img07.gif) no-repeat left 50%;
	float: none;
	width: auto;
	padding: 0 0 0 10px;
	line-height: 25px;
}

#sidebar h2 {
	margin: 0 0 10px 0;
	color: #FFFFFF;
}

#sidebar a {
	text-decoration: none;
	color: #CCCCCC;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 900px;
	height: 50px;
	margin: 0 auto;
	margin-bottom: 0px;
	background: url(images/footer.gif) no-repeat left top;
	font-size: 11px;
	color: #CCCCCC;
}

#footer p {
	margin: 0;
	padding: 8px 10px 15px 20px;
}

#footer a {
	color: #FFFFFF;
}

#legal {
	float: left;
}

#links {
	float: right;
}

