html
{
	background-image:url('background_annina_bold.jpg');
	position:relative;
	margin:0 auto;
}

body
{
	width:100%;
	height:100%;
}

#website
{	
	position:absolute;
	width:930px;
	height:1352px;
	left:16%;
	background-color:#ffffff;
	box-shadow:#cdb5a2 0px 1px 1px;
}

#header
{
	position:fixed;
	width:930px;
	height:140px;
	margin:0 auto;
	top:0;
	background:#ffffff;
	box-shadow:#cdb5a2 0px 1px 1px;	
}

#name
{
	position:fixed;
	margin:35px 0 50px 295px;
	font-family:'Nothing You Could Do', cursive;
	font-weight:medium;
	font-size:360%;
	word-spacing:0.1em;
	color:#282828;
	text-shadow:#cdb5a2 -2.5px 2.9px 0;
}

#navigation
{
	position:fixed;
	width:930px;
	height:35px;
	line-height:35px;
	top:141px;
	float:left;
	display:inline-block;
	background-color:#ebdecc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:87%;
	box-shadow:#cdb5a2 0px 1px 1px;
}

#navigation ul 
{
	list-style:none;
	margin:0 10px 0 51px;
}

#navigation li
{
	max-width:930px;
	float:left;
	padding:0 35px 0 0;
}

#navigation li a:hover
{
	text-decoration:underline;
	color:#ffffff;
	text-shadow:#ffffff -0.4px 0.4px 0px;	
}

#anav
{
	text-decoration:none;
	color:#cf7b86;	
}

#snav
{
	text-decoration:underline;
	color:#ffffff;
	text-shadow:#ffffff -0.4px 0.4px 0px;
}	

#inhalt
{
	width:850px;
	height:100%;
	top:0;
	margin:245px 0 0 40px;
	display:inline-block;
	color:#282828;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:85%;
}

#footer
{
	position:absolute;
	width:930px;
	height:20px;
	top:1352px;
	background-color:#ebdecc;
	box-shadow:#cdb5a2 0px 1px 1px;
}

#copyright
{
	margin:0 0 0 40px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#282828;
	font-size:70%;
	text-align:center;
}

#reiselinks
{
	color:#cf7b86;
	text-decoration:underline;
}

#links
{
	color:#cf7b86;
	text-decoration:underline;
}

#links a:hover
{
	color:#cf7b86;
	text-decoration:underline;
}

#kapschrift
{
	font-size:100%;
	color:#cf7b86;
}

#bilder
{
	text-align:center;
	margin:10px 0 10px 0;
}