@charset "UTF-8";
/* CSS Document */
body {
	margin: 0px;
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #FFF;
}
#wrapper {

	width: 100%;
	min-width: 740px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
#top {
    overflow: hidden;
}
#topBox{
	height:72px;
	width: 100%;
}
#main {
	/*background-image: url(images/regnbue1.JPG);
	min-width: 740px;
	max-width: 1000px;
	max-height:1000px;
	min-height:740px;
	background-repeat:no-repeat;
	margin-left: auto;
	margin-right: auto;*/
	
	
}
#frontImage {
	
	/*min-width: 740px;*/
	
	float: right;
	margin-right:2%;
	margin-bottom:2%;
	margin-left:2%;
	
}
#workImage {
	width:68%;
	float: right;
	margin-right:2%;
	margin-bottom:2%;
	margin-left:2%;
	margin-top:2%;
}

#workImage img {
	width: 100%;
	height: auto;
}
#ContentImage {
	width:80%;
	float: right;
	margin-right:2%;
	margin-bottom:2%;
	margin-left:2%;
	font-size:small;
}
#ContentImage img {
	width:100%;
	height: auto;
}
#ContentImage2 img {
	width:38.5%;
	margin-right:2%;
	margin-bottom:2%;
	margin-left:1%;
	float: right;
	height: auto;
}

#video{
	width:70%;
	height: auto;
	float: left;
	margin-left:18%;
}
	
#titel {
	float:left;
	margin-right:5%;
	text-align: center;
	margin-bottom:2%;
	margin-left:18%;
	margin-top:5%;
}

h1 {
	font-size: 72px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	text-transform: uppercase;
	color: #FF6600;
}
h2 {
	margin-top: 0.5em;
}


#mg {
	width: 20%;
	float:left;
}

#mg ul{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
}
#mg a{
	text-transform: uppercase;
	padding-top: 6px;
	padding-bottom: 6px;
	display: block;
	text-align: center;
	
}

#sidebar {
	width: 25%;
	margin-left: 2%;
	float: left;
	text-decoration:none;

}

#sidebar ul{
	color:#000;
	list-style-type: none;
}

#sidebar li{
	margin-top:1px;
	margin-bottom:5px;
	
}
#sidebar p{
}
a {
	font-weight: normal;
	text-decoration: none;
}
a:link {
	color: #333;
}
a:visited {
	color: #333;
	}
a:hover, a:active, a:focus {
	color: #999;
	text-decoration: none;
}
#mainnav ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
}
#mainnav a {
	width: 15%;
	display: block;
	float: right;
	text-align: center;
	background-color: #FFF;
	color: #333;
	text-transform: uppercase;
	padding-top: 6px;
	padding-bottom: 6px;
}
#mainnav a:hover, #mainnav a:active, #mainnav a:focus, #mainnav a.thispage {
	background-color: #FFF;
	text-decoration: none;
	color: #999
}
#cvPage {
	line-height:1.5em;
	margin-top:4%;
	margin-right: 2%;
	margin-bottom: 6%;
	margin-left: 6%;
	font-family: Helvetica, Arial, sans-serif;
}
#cvPage img{
	float: none;
	margin-top:0,1%;
	margin-right: 0,1%;
	margin-bottom: 0,1%;
	margin-left: 0,1%;
}
#footer{
	font-size: small;
}
#footer2{
	font-size: small;
	text-align:left;
	float: nleft;
	margin-right:4%;
	margin-bottom:4%;
	margin-left:2%;
	margin-top:4%;
}
#footer2 img {
	width:40%;
	margin-right:4%;
	margin-bottom:4%;
	margin-left:2%;
	margin-top:2%;
	float: left;
	height: auto;
}

#contactBox{
	width: 30%;
	display: block;
	float:left;
	text-align: center;
	background-color: #FFF;
	color: #333;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top:4%;
	margin-right: 2%;
	margin-bottom: 6%;
	margin-left: 6%;

}

#knapper{
	font-family: Helvetica, Arial, sans-serif;
	font-size:20px;
	width:80%;
	height: auto;
	margin-top:6%;
	margin-right: 2%;
	margin-bottom: 6%;
	margin-left: 6%;
}
#knapper a{
	
	text-decoration: none;
    display: inline-block;
    padding: 8px 16px;
}

.previous {
    background-color: #fff;
    color: black;
	float:left;
}
.next {
    background-color: #fff;
    color: black;
	float:right;
}