body {
	background-color: #e2e1e1;
	
}

#header h1 , h1 a:link, h1 a:visited, h1 a:active {
	font-family: Verdana, sans-serif;
	text-decoration: none;
	color: #ff2300;
	
}

#header h1 span {
	color: #ed1600;
}

#header {
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #EFEFEF;
	text-align: center;
	border-radius: 10px;
	/*box-shadow:inset 0 0 15px #000000;*/	
	margin:10px auto; 
	width:740px; 
	height:408px;
}

#nav {

	text-align: center;
	font-family: Verdana, sans-serif;
	margin: 286px 0 0 0;
	width:700px;
	padding: 20px;
}

#nav ul {
	margin: 0; 
	padding: 0.8em;
	text-align: center;	
}

#nav li {
	color: #eee;
	list-style: none;
        display: inline;
        margin: 0.3em; 
        padding: 0.6em;
        background-color: #333;
        border-radius: 7px;	
        list-style: none;
        cursor: pointer;
}

#nav li#active {
	color: #333;
        background-color: #FFF;
}

#nav li:hover {
	color: #fff;
        background-color: #ed1600;
}

#nav a {
	
	text-decoration: none;

}

#nav a:hover {
	text-decoration: none;
	
}

#nav li#active a {
	color: #333;
	text-decoration: none;
	
}

#content {
	font-family: Verdana, sans-serif;
	font-size: 1em;
	color: #333;
	background-color: #efefef;
	border-radius: 10px;
	margin:10px auto;
	width:660px;
	padding: 40px 40px 5px 40px;
	text-align: justify;
	cursor: default;
	
}

#impress {
	font-size: 10pt;
	white-space: pre;
}

#content a {
	text-decoration: none;
	color: #ed1600;
	
}

#content a:hover {
	text-decoration: underline;
	color: #ed1600;
	
}

#images, #preview {
	text-align: center;
}

#images img, {
	border-radius: 8px;
}

#preview img {
	border-radius: 8px;
	box-shadow: 4px 4px 3px 2px rgba(50,50,50,0.5);
	
}

#preview img:hover {
	box-shadow: 4px 4px 3px 2px #ed1600;
}

#preview {
	font-size: 10pt;
}


#images_sponsor, #socialshareprivacy {
	text-align: center;
}

#images_sponsor img {
	border-radius: 10px;
	box-shadow: 4px 4px 3px 2px rgba(50,50,50,0.5);
}

#content h1, h2 {
	text-align: center;
}

#footer {
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	text-align: center;
	background-color: #efefef;
	border-radius: 10px;
	margin:10px auto;
	width:700px;
	padding: 20px
}

#footer a {
	text-decoration: none;
	color: #333;
}

#footer a:hover {
	color: #ed1600;
}

#photoview {
	z-index: 1000;
	background-color:rgba(0,0,0,0.75);
	position: fixed;
	text-align: center;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	padding-top: 50px;
	font-family: Verdana, sans-serif;
	color: white;
	
}

#photoview img {
	box-shadow: 0px 0px 1px 2px rgba(250,250,250,1);
	border-radius: 2px;

	
}

#close {
	background-color: #000;
	border-radius: 10px;
	padding: 10px;
	width: 5em;
	margin: 1em auto;
	font-family: Verdana, sans-serif;
	color: white;
	cursor: default;	
}

#close:hover {
	color: #fff;
        background-color: #ed1600;
}

#presse {
	width: 580px;
	text-align: center;
}

#amazon {
	width: 580px;
	vertical-align: text-top;
}

#small {
	font-size: 8pt;
}
