body
	{
		margin: 0;
		padding: 0;
		font: 85% arial, hevetica, sans-serif;
		text-align: center;
		color: #505367;
		background-color: #dfdfdf;
	}

a:link 	{ color: #3300ff; }
a:visited 
	{ color: #3300cc; }
a:hover, a:active
	{
		color: red;
	}
	
#container
	{
		margin: 1em auto;
		width: 820px;
		text-align: left;
		background-color: #ffffff;
		border: 1px solid #a0a0a0;
	}
#header
	{
		height: 80px;
		background-color: #000000;
		background-image: url(http://www.salvietta.de/pics/shared/header-salvietta.jpg);
		background-repeat: no-repeat;
		background-position: 0 0;
		border-bottom: 1px solid #a0a0a0;
		position: relative;
	}
#header h1
	{
		color: #ffffff;
		letter-spacing: 2px;
		margin-top: 5px;
		margin-left: 20px;
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
#header h2
	{
		color: #d0d0d0;
		margin-top: 5px;
		margin-left: 20px;
		margin-bottom: 5px;
		padding-bottom: 0px;
	}
#mainnav
	{
		background-color: #cb6601;
		color: #ffffff;
		padding: 2px 0;
		margin-bottom: 22px;
	}
#mainnav ul
	{
		margin: 0 0 0 10px;
		padding: 0;
		list-style-type: none;
	}
#mainnav li
	{
		display: inline;
		padding: 0 10px;
		border-right: 1px solid #ffffff;
	}
#mainnav li a
	{
		text-decoration: none;
		color: #ffffff;
	}
#mainnav li a:hover
	{
		text-decoration: underline;
		color: #efefef;
	}

#menu
	{
		float: right; 
		margin-left: 5px;
		margin-right: 5px;
		width: 220px;
		background-color: #ffffff;
	}
#menu .menubox
	{
		float: right; 
		width: 220px;
		margin-bottom: 10px;
		background-color: #ffffff;
		border: 1px solid #cb6601;
	}
#menu .menubox h3
	{	background-color:#cb6601; 
		margin: 2px; padding: 0 0px 0 0px; 
		font:bold 1em Arial, sans-serif; 
		color:#ffffff; 
		line-height: 20px; 
		text-transform: uppercase; 
		border-right:1px solid #BFBFBF; 
		border-bottom:1px solid #BFBFBF;
	}
#contents	
	{
		margin-right: 240px;
		margin-left: 10px;
		margin-bottom: 20px;
		padding-left: 10px;
		border-right: 1px dashed #d0d0d0;
		background-color: #fcfcfc;
	}
#literature
	{
		font: arial, hevetica, sans-serif;
	}
#literature h3
	{
		margin-top: 5px;
		margin-bottom: 5px;
		padding-bottom: 0px;
		line-height: 20px;
		font: 1.2em arial, hevetica, sans-serif;
	}
#literature h3 a
	{
		color:#cc0000;
		font-weight:bold;
		text-decoration:none; 
	}
#literature p
	{
		font: 0.95em arial, hevetica, sans-serif;
	}
#literature p.autor
	{
		margin-top: 5px;
		margin-bottom: 5px;
		font: 0.85em arial, hevetica, sans-serif;
	}
#literature p.autor a
	{
		color:#cc0000;
	}
#literature p.item
	{
		margin-top: 0px;
		margin-bottom: 0px;
		font: 0.01em arial, hevetica, sans-serif;
		border-bottom: 1px dashed #d0d0d0;
	}
#literature .seperator ul li
	{
		font: 1.0em arial, hevetica, sans-serif;
		list-style-image:url(http://www.salvietta.de/pics/shared/icon-weitere-buecher.gif);
		border-bottom: 1px solid #cc0000;
	}
#literature .additional-books ul li
	{
		margin-top: 0px;
		margin-bottom: 6px;
		font: 0.9em arial, hevetica, sans-serif;
		list-style-type:circle;
	}
#literature .additional-books a
	{
		color:#333333;
		text-decoration:none;
	}
#literature .visible-link a
	{
		color:#3300ff;
		text-decoration:underline;
	}
#literature p.trenner
	{
		clear: left;
		margin-top: 0px;
		margin-bottom: 0px;
		font: 0.01em arial, hevetica, sans-serif;
		border-bottom: 1px solid #cc0000;
	}
#social
	{
		margin-top: 20px;
		border-top: 1px dashed #d0d0d0;
	}
#footer	
	{
		clear: both;
		height: 60px;
		border-top: 2px solid #a20000;
		background-image: url(http://www.salvietta.de/pics/shared/footer.jpg);
		background-repeat: no-repeat;
		font-size: 80%;
	}
#footer	a
	{
		color: #333333;
	}
#footer	p
	{
		padding-top: 5px;
		padding-bottom: 0px;
		margin-top: 5px;
		margin-bottom: 0px;
		color: #333333;
	}
