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



body {
	background: #6a7a9a; /* Old browsers */
	background: -moz-linear-gradient(top, #6a7a9a 0%, #646e84 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6a7a9a), color-stop(100%, #646e84)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #6a7a9a 0%, #646e84 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #6a7a9a 0%, #646e84 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #6a7a9a 0%, #646e84 100%); /* IE10+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a7a9a', endColorstr='#646e84', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #6a7a9a 0%, #646e84 100%); /* W3C */
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	background-attachment: fixed;
}

navbar {
}

ul.navbar {
	list-style-type:none;
	position: absolute;
	padding-left: 5px;
	margin: 0px;
	padding-top: 10px;
	letter-spacing: 2px;
	font-size: 12px;
	text-indent: 5px;
}
#MiaTingvall {
	position: absolute;
	top: 140px;
	left: -45px;
}



#sitecontent {
	margin:0 auto;
	text-align:left;
	width: 670px;
	background-color: #FFF;
	height: 630px;
	top: 10px;
	border-radius: 15px;
	position: relative;
}
#sidebar {
	background-color: #f0f0f0;
	top:0;
	left:0;
	width:110px;
	float: left;
	height: 100%;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
#pagecontent {
	background-color: #FFF;
	top:0;
	right:0;
	width:540px;
	float: left;
	padding: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	color: #5884d5;
	letter-spacing: 1px;
	font-size: 12px;
}
#footer {
	color: #FFF;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header {
	color: #d7d7d7;
	text-transform: uppercase;
	font-size: 24px;
	letter-spacing: 7px;
	padding-bottom: 15px;
}
.fronttext {
	padding: 30px;
	text-align: center;
}

a:link, a:visited {
	color:#930;
	text-decoration:none;
}
a:hover, a:active {
	color:#930;
	text-decoration: underline;
}

.sidelinks {
	
}
a.sidelinks:link, a.sidelinks:visited {
	color:#3076ce;
	text-decoration:none;
	text-transform: uppercase;
	display: block;
	padding: 5px;
}
a.sidelinks:hover, a.sidelinks:active {
	background-color:#CCC;
}
.imagegallery {
	padding: 5px;
	height: 110px;
	width: 110px;
	border: none;
}
.miaText {
	width: 500px;
	position: relative;
	padding-bottom: 20px;
	text-align: justify;
}

.cvList {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.cvList2 {
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.cvScroll {
	height: 560px;
	width: 550px;
	position: absolute;
	overflow-y: auto;
	overflow-x: hidden;
	float: left;
	clear: left;
}
#kontaktImage {
	float: right;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
}
#kontaktContainer {
	margin-top: 50px;


}

