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

body {
	background-color: #03778E;
	margin: 0px;
	padding: 0px;
}
#Wraper {
	position:relative;
	width:839px;
	z-index:1;
	background-image: url(../images/Layout/BgrMiddle.png);
	background-repeat: repeat-y;
	background-position: center;
	margin-left:auto;
	margin-right:auto;
}
#Top {
	position:relative;
	width:100%;
	height:20px;
	z-index:2;
	background-image: url(../images/Layout/BgrTop.png);
	background-repeat: no-repeat;
}
#BottomEnd {
	position:relative;
	width:100%;
	height:10px;
	z-index:2;
	background-image: url(../images/Layout/BgrBottom.png);
	background-repeat: no-repeat;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}
#Head {
	position:relative;
	width:100%;
	height:149px;
	z-index:1000;
	background-image: url(../images/Layout/HeadBgr.jpg);
	background-repeat: no-repeat;
	background-position: 17px top;
}
#Logga {
	position:relative;
	width:167px;
	height:153px;
	z-index:2;
	padding-left: 60px;
}
#Nav {
	position:relative;
	z-index:2;
	float: right;
	margin-top: -50px;
	margin-right: 30px;
}

#LanguageBar {
	position:absolute;
	width:492px;
	height:17px;
	z-index:3;
	top: 85px;
	left: 230px;
}
.flag {
	margin-top: 5px;
	margin-left: 8px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#Swedish {
	position:absolute;
	width:78px;
	height:17px;
	z-index:4;
	background-image: url(../images/Layout/LanguageBgr.png);
}
#Finish {
	position:absolute;
	width:78px;
	height:17px;
	z-index:5;
	background-image: url(../images/Layout/LanguageBgr.png);
	left:80px;
}
#German {
	position:absolute;
	width:78px;
	height:17px;
	z-index:6;
	background-image: url(../images/Layout/LanguageBgr.png);
	left:160px;
}
#English {
	position:absolute;
	width:78px;
	height:17px;
	z-index:7;
	background-image: url(../images/Layout/LanguageBgr.png);
	left:240px;
}
#AdminBar {
	position:absolute;
	width:78px;
	height:14px;
	z-index:5;
	background-image: url(../images/Layout/LanguageBgr.png);
	left:80px;
	padding-top:3px;
}
#Content {
	width: 770px;
	margin-right: auto;
	margin-left: auto;	
}
#Foot {
	margin-left:auto;
	margin-right:auto;
	text-align: center;
		background-image: url(../images/Layout/BgrMiddle.png);
	background-repeat: repeat-y;
	background-position: center;
}a.LogOut:link {
	text-align: center;
	padding-top: 5px;
	padding-left: 10px;
}
