@charset "utf-8";
/* CSS Document */
html {
	overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}
body {
	background-color: #BAD7E7;
	margin-top: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	cursor: default;
}
#container {
	width: 980px;
	margin: 0 auto;
}
#upperbar {
	height: 70px;
	margin-bottom: -10px;
	background-image: url(../images/logga.png);
	background-repeat: no-repeat;
	background-position: 650px 2px;
}
#lowerbar {
	height: 20px;
	margin-top: 20px;
	font-size: 11px;
	color: #FFF;
	text-indent: 800px;
	line-height: 18px;
	border-top: 1px;
	border-top-style: solid;
	border-top-color: #1e2a3d;
}
#contentbox {
	height: auto;
	overflow: hidden;
	margin-top: 25px;
	text-align: center;	
}
#content {
	height: auto;
	overflow: hidden;
	width: 740px;
	float: right;
	padding: 20px;
	text-align: left;
}
#image {
	height: auto;
	overflow: hidden;
	width: 200px;
	float: left;
}
#cv {
	height: auto;
	overflow: hidden;
	width: 750px;
	float: right;
	font-size: 9px;
	font-family: Verdana, Geneva, sans-serif;
	color: #1e2a3d;
	text-align: left;
	padding-left: 20px;
}
#gallery {
	min-height: 100px;
	margin-left: 30px;
	margin-right: 30px;
}
#splash {
	margin-left: 63px;
	margin-right: 0px;
}
#menu ul, #menu li {
	display: inline;
	padding: 0px 20px;
}
a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
}	
a:link {
	text-decoration: none;
	color: #1e2a3d;
}
a:visited {
	text-decoration: none;
	color: #1e2a3d;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	color: #FFF;
}
a.splash {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 22px;
	font-weight: bold;
}	
a.splash:link {
	text-decoration: none;
	color: #666;
}
a.splash:visited {
	text-decoration: none;
	color: #666;
}
a.splash:hover {
	text-decoration: none;
	color: #FFF;
}
a.splash:active {
	color: #FFF;
}
h1 {
	color: #1e2a3d;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: normal;
	margin-top: -3px;
	margin-bottom: 10px;
}
h2 {
	color: #1e2a3d;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	margin-top: -3px;
}
h3 {
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom:-3px;
}
p {
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	margin-top: 5px;
}
.splashtext {
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
}
.mark {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;	
}
.boxgrid{
	width: 854px;
	height: 450px;
	margin: 0px;
	background: #FFF;
	border: solid 0px #FFF;
	overflow: hidden;
	position: relative;
}
.boxgrid img{
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}
.boxcaption{
	float: left;
	position: absolute;
	background: #000;
	height: 200px;
	width: 854px;
	opacity: .8;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.captionfull .boxcaption {
	top: 450px;
	left: 0;
}
