body {
		background: #fff url("http://www.sunbird-kalender.de/extension/autoexport/de/images/body_back.gif") repeat-x;
		background-color: #336400;
		color: #333333;
		font-family: verdana, arial, sans-serif;
		font-size: 12px;
		
	}
	
	div.content {
		color: #333333;
		font-family: verdana, arial, sans-serif;
		font-size: 12px;
		padding: 10px 25px;
		-moz-border-radius-topleft: 8px;
		-moz-border-radius-topright: 8px;
		-moz-border-radius-bottomright: 8px;
		-moz-border-radius-bottomleft: 8px;
	}
	
	td.content {
		color: #333333;
		font-family: verdana, arial, sans-serif;
		font-size: 12px;
	}
	
		
	div.copyright {
		text-align: center;
		font-family: verdana, sans-serif;
		color: #bebebe;
		font-family: verdana, arial, sans-serif;
		font-size: 11px;
		padding: 5px 20px;
	}
	
	h1, h2, h3, h4, h5, h6 {
		margin: 1em 0 0.2em 0;
		border-bottom: 1px solid #ccc;
		font-family: arial, verdana, sans-serif;
	}
	li h1, li h2, li h3, li h4, li h5, li h6 {
		border: none;
	}

	#header h1 { border: 0; }

	h1 { font-size: 160%; font-weight: normal; }
	h2 { font-size: 150%; font-weight: normal; }
	h3 { font-size: 120%; }
	h4 { font-size: 100%; }
	h5 { font-size: 90%; }
	h6 { font-size: 90%; border: 0; }
	
/* Navigation */

        :link { color: #039; }
        :visited { color: #636; }
        :link:hover, :visited:hover { color: #333; }
        :link:active, :link:active { color: #000; }

/* Code */

	pre.code {
		background: #EEECF6;
	}
	
	code > em,
	code > strong,
	pre.code > em,
	pre.code > strong {
		font-style: normal;
	}