@charset "utf-8";
/* CSS Document */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	background-image: url(bilder/bg_main.jpg);
	background-color: #4F4F4F;
	background-repeat: repeat-x;
}
#Footer {
	width: 1000px;
	margin-top: 50px;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#Footer p {
	font-size: 0.9em;
	color: #CCCCCC;
	letter-spacing: 0.1em;
	text-align: center;
}


#‭ContentHolder {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	background-position: bottom;
	background-repeat: no-repeat;
	height: 100%;
}
#Header {
	height: 300px;
	width: 1000px;
	background-repeat: no-repeat;
	background-image: url(bilder/fyrverkeri_2.jpg);
	background-position: right top;
}
#‭Content {
	width: 760px;
	float: left;
	padding-left: 20px;
	margin-left: 20px;
}
#‭BlockMenu {
	width: 200px;
	float: left;
}
p {
	font-size: 1em;
}
h1 {
	font-size: 1.8em;
	margin-top: 0px;
}
h2 {
	font-size: 1.4em;
	font-weight: normal;
	margin-top: 50px;
}
h3 {
	font-size: 1.2em;
	color: #FF0000;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



#‭BlockMenu p {
	text-transform: capitalize;
	letter-spacing: 0.2em;
	font-size: 1em;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-left: 15px;
}
#‭BlockMenu h1 {
	font-size: 1em;
	text-decoration: underline;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
}

#‭BlockMenu a:link, a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#‭BlockMenu a:hover, a:active {
	color: #666666;
	text-decoration: underline;
}
a:link, a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover, a:active {
	color: #666666;
	text-decoration: underline;
}
#‭Content li {
	width: 500px;
	padding-bottom: 10px;
	list-style-type: square;
}

/* STYLE FOR PHP IMAGE VIEWER */
.slideshow{ /*CSS for DIV containing each image*/
float: left;
margin-right: 10px;
margin-bottom: 10px;
}

.slideshow img{ /*CSS for each image tag*/
border: 0;
width: 140px;
height: 140px;
}

#navlinks{ /*CSS for DIV containing the navigational links*/
	width: 400px;
	color: #FFFFFF;
}

#navlinks a{ /*CSS for each navigational link*/
	margin-right: 8px;
	margin-bottom: 3px;
	font-size: 110%;
	color: #FFFFFF;
}

#navlinks a.current{ /*CSS for currently selected navigational link*/
background-color: white;
}
#navport {
	font-size: 1em;
}
#navport a:link, #navport a:visited {
	text-decoration: none;
}
#navport a:hover, #navport a:active {
	background-color: #FEDAF4;
}

#navport ul {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 0px;
}
#navport li {
	white-space: nowrap;
}
#navport a {
	background-color: #FFD3F4;
	display: block;
	height: 30px;
	width: 200px;
	padding-top: 10px;
	padding-left: 10px;
	border: 1px solid #999999;
	}
	
#Footer a:link, a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

#Footer a:hover, a:active {
	color: #666666;
	text-decoration: underline;
}
