body
	{
	margin: 0;
	padding: 0;
	font: 75% arial, hevetica, sans-serif;
	text-align: center;
	color: #363A2E;
	background-color: transparent;
	background-repeat: no-repeat;
	background: transparent url(../bg/hintergrund1.jpg);
	background-attachment: fixed;
}

H1{
	color: White;
	letter-spacing: 5px;
	text-align: center;
	font-size: medium;
}

H2{
	color: #ED653F;
	letter-spacing: 20px;
	text-align: right;
	font-size: x-large;
}

H3{
	color: #F86531;
	letter-spacing: 5px;
	text-align: left;
	font-size: 14px;
}

li
{
	list-style: none;
}

#container
{
	margin: 1em auto;
	width: 800px;
	height: 500px;
	text-align: left;
	border: 0px solid;
	float: inherit;
	border-color: #363A2E;
}
	
#header
	{
	padding: 0;
	height: 20px;
	margin-top: 30px;
	margin-left: 250px;
	margin-right: 20px;
	background: transparent;
}

#footer
	{
	float: right;
	height: 30px;
	margin-top: 5px;
	margin-left: 200px;
	margin-right: 60px;
	margin-bottom: 10px;
	background: transparent;
	font-size: xx-small;
}
	
#mainnav
	{
	padding: 0;
	height: 25px;
	margin-top: 10px;
	margin-left: 260px;
	background-color: transparent;
}

#contents
	{
	padding: 10px;
	margin-top: 0px;
	margin-left: 250px;
	margin-right: 20px;
	height: 420px;
	width: 355px;
	border-style: dashed solid dashed dotted;
	border-color: #E73809;
	border-size: 1px;
	border-width: 1px;
	background: transparent url(../bg/ccc.gif);
}

#menu {
	float: right;
	padding: 10px;
	width: 160px;
	height: 420px;
	border-style: dashed solid dashed dotted;
	border-color: #E73809;
	border-size: 1px;
	border-width: 1px;
	margin-top: 100x;
	margin-right: 10px;
	}

#foto {
	float: left;
	width: 160px;
	height: 420px;
	border-style: dashed solid dashed dotted;
	border-color: #E73809;
	border-size: 1px;
	border-width: 1px;
	margin-top: 10x;
	margin-right: 10px;
	margin-left: 30px;
	padding-top: 10px;
}	

#menu a:link  {
	display: block;
	height: 26px;
	line-height: 26px;
	color: Black;
	text-decoration: none;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

#menu a:visited 
{
	display: block;
	height: 26px;
	line-height: 26px;
	color: #EB3B0C;
	text-decoration: none;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	background-color: #EAB3B6;
}

#menu a:active {
	display: block;
	height: 26px;
	line-height: 26px;
	color: #EB3B0C;
	text-decoration: none;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	background-color: #363A2E;
}

#menu a:hover {
	background-color: #FDFDFD;
	color: #F86531;
}

		  
a:link {
	font-size: 14px;
	color: #EB3B0C;
	text-decoration: none;
	letter-spacing: 2px;
}
	
a:visited {
	font-size: 14px;
	color: #363A2E;
	text-decoration: none;
	letter-spacing: 2px;
	background-color: #FEAEAD;
}
	
a:hover {
	font-size: 14px;
	color: #4D5349;
	letter-spacing: 2px;
	}
	
a:active {
	font-size: 14px;
	color: #4D5349;
	letter-spacing: 2px;
	background-color: #FAED7D;
	}
