@charset "utf-8";
/*--------- start grundlayout ----------*/
#container {
	position:relative;
	top:10px;
	min-height:630px;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #c0c0c0 ;
	background-color:#ffffff;
}
#admin {
	position:absolute;
	top:10px;
    right:10px;
    
}
#logo {
	position:absolute;
	top:10px;
	left:20px;
	z-index:5;
	width: 100px;
	height: 80px;
}
#navigation {
	position:relative;
	top:40px;
	left:170px;
	width:680px;
	margin-right:50px;
	height: 45px;
}
#content {
	position:relative;
	top:70px;
	min-height:480px;
	width:800px;
	left:50px;
}
/*--------- slut grundlayout ----------*/


/*------- start klasser -------*/
.toplink {
    font-size:0.7em;
}
.normal {
    font-size:0.9em;
}
.left {
	text-align:left;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
.fet {
    font-weight:bold;
}
.highlight {
	color:#414141;	
}
.subhead {
	font-size:large;
	font-weight:bold;
}
/*------- slut klasser -------*/


/*------- start taggar -------*/
* {
	margin:0;
	padding:0;
}
body {
	background-color:#e1e1e1;
    font-size:90%;
    font-family: verdana, arial, sansserif;    
	color:#808080;    
}
h1 {
	font-size:1.5em;
    font-weight:bold;
	color:#808080;
	padding:0.8em 0 0.4em 0;
}
h2 {
	font-size:1.2em;
    font-weight:bold;
	color:#808080;
	padding:0.8em 0 0.4em 0;
}
h3 {
	font-size:1em;
    font-weight:bold;
	color:#808080;
	padding:0.8em 0 0.4em 0;
}
p {
	font-size:0.8em;
	color:#333;
	padding-bottom:10px;
}
td {
	font-size:0.8em;
	color:#333;
}
li {
	
	font-size:0.8em;
	color:#333;
}
a {
	
	text-decoration:none;
	color:#80a8ea;
}
a img { 
	border:none; 
}
a:hover {
	text-decoration:underline;
}
a:visited {
	text-decoration:none;
}
/*------- slut taggar -------*/
