/*
	Stylesheet: [Sharon Steinfort e.a.]
	Author:	[Sharon Steinfort]
	Copyleft all wrongs reversed 2006
*/

body {
	text-align: center;
	background: url(bg.jpg) repeat;
	background-attachment: fixed;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px; 
}

body #container {
	width: 720px;
	height: 725px;
	margin: 10px auto 70px auto; 
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px; 
}

body #container #header {
/*	background: url(logo.jpg) top center no-repeat;	
	width: 724px;
	height: 175px;
*/
	margin: 0px 0px -5px 0px;  
	padding: 0px 0px 0px 0px;
	border: 0px; 
}

#menu {
	font-size: 0.8em;
	font-family: Garamond, Sans-serif;
	color: #288f21;
	background-color: #248f1d;
	margin: 0px 0px 0px 0px;  
	padding: 0em 0em 0em 0em;
	width: 724px;
	height: 60px;
	text-align: center;
}

#menu li {
	margin-top: none;
	display: inline;
	padding: 0px 25px;
}

	/*CONTENT HIER!!!!*/

#content {
	font-size: 1em;
	font-family: Franklin Gothic Demi, serif;
	background: url(content_bg.jpg) #fff8c4 bottom no-repeat;	
	margin: 0px 0px 30px 0px;  
	padding: 0px 10px 0px 10px;
	border: 0px 0px 0px 0px;
	text-align: left;	
	overflow: auto;
	width: 704px;
	height: 550px;
}

#linkercontent {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border: 0px dotted;	
	background-color: ;
	width: 260px;
	overflow: auto;
	float: left;
	text-align: left;
}	

#rechtercontent {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	border: 0px dotted;	
	background-color: ;
	width: 400px;
	overflow: auto;
	float: right;
	text-align: left;
}	



h1 {
	font-size: 1.7em;
	font-family: Georgia;
	text-style: bold;
	color: #288f21;
}

h2 {
	font-size: 1.5em;
	font-family: Georgia;	
	color: #808000;
}

h3 {
	font-size: 0.8em;
	font-family: Lucida Console;
	color: #808000;
}

a {
	color: red; 
	text-decoration: none;	
}

a:hover {
	color: #aaaaaa; 
}

li {
	text-decoration: none;
	display: inherit;
}

#pics {
	width: 650px;
	height: 400px;
	border: 1px;
	border-color: blue;
}