h1 {
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
	text-align: left;
	line-height: 20px;
}

h2 {
	margin: 0px;
	margin-bottom: 10px;
	margin-top: 30px;
	padding: 0px;
	font-size: 15px;
	color: #939393;
}

p {
	margin: 0px;
	margin-bottom: 10px;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	list-style: none;
}


/*
Navigation
*/

.navigation {
	display: block;
	width: 215px;
	height: 40px;
	padding: 30px 0px 0px 15px;
	color: #5d6649;
	font-size: 14px;
	text-decoration: none;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	background-image: url(../images/background_navigation.png);
	background-repeat: no-repeat;
}

.navigation:hover {
	color: #24261e;
	background-image: url(../images/background_navigation_hover.png);
	background-repeat: no-repeat;
}	

.subtext {
	font-size: 12px;
	text-transform: none;
	color: #9b9e88;
}

/*
Center
*/

.close {
	position: absolute;
	right: 0;
	width: 20px;
	height: 20px;
	margin: 20px 20px 0 0;
	cursor: pointer;
	background-image: url(../images/background_close.png);
	background-repeat: no-repeat;
}

.show_home, .show_about, .show_history, .show_gallery, .show_contact, .show_privacy, .show_silvester {
	float: left;
	margin: 70px 30px 0 30px;
	text-align: justify;
}



/*
Links
*/

.link_lang {
	color: #817765;
	text-decoration: none;
	text-transform: uppercase;
	margin-left: 5px;
}
.link_lang:hover {
	color: #0d4c76;
}
	
.link_main {
	color: #817765;
	text-decoration: underline;
}

.link_main:hover {
	color: #0d4c76;
	text-decoration: underline;
}

/*
Images
*/

.image_logo {
	width: 230px;
	height: 59px;
	margin: 30px 0 10px 0;
	border: none;
}

/*
Footer
*/

.footer {
	font-size: 11px;
}

.link_footer, .link_albedo {
	color: #817765;
	text-decoration: none;
	font-size: 11px;
}

.link_footer:hover {
	color: #0d4c76;
}

.link_albedo:hover {
	color: #74A100;
}

