@charset "utf-8";

*{ 
	margin:0; padding:0; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a { text-decoration:none; color: #2e6fa7;}
a:hover {text-decoration:underline;}

ul { list-style-type:none; }

html, body, #content{ 
	background: #fae1bf;
	color: #000; 
	width:100%;
}

h2 { margin: 1.5em 0; }
p 	{margin: 1em 0; }

#header {
	background: #58221f; 
	color: #fae1bf;
}

#mainmenu {
	position:absolute;
	left: 300px;
	color: #fae1bf;
	top: 70px; 
}

#marginalmenu {
	position:absolute;
	right: 50px;
	color: #fae1bf;
	top: 160px;
	font-size: 0.8em;
}

#mainmenu li { height: 30px; }
#marginalmenu li { display:inline; }

#mainmenu a, #marginalmenu a { 	color: #fae1bf; font-weight:bold; }
#mainmenu a:hover, #marginalmenu a:hover { 	color: #ea8935; }

#home, #tine, #alex, #contact, #sitemap, #guestbook {
	padding-top: 50px; 
	width: 900px;
	margin: 0 auto;
}

#sitemap ul { list-style-type:disc; color:#2e6fa7 }
#sitemap li { margin: 10px; }

#galerie {
	width: 100%;
	height:1100px;
	border:none;
}