/*
	presets
*/

* {
	margin:0;
	padding:0;
}

img {
	border: 0px;
}

body {
	margin: 0px;
	background: #121212;
}



/*
	container
*/

#container {
	margin-left: auto;
	margin-right: auto;
	width: 849px;
	background-color: black;
}


/*
	head
*/

#head{
	height: 247px;
	background-image: url(titel.jpeg);
	width: 100%;
	border-bottom: 2px solid #80cc28;
}


/*
	content
*/

#content {
}

#content .clear {
	height: 50px;
	margin-left: 180px;
	border-left: 2px solid #80cc28;
	clear: both;
}



/*
	Satsytan
*/


#satsyta {
	margin-left: 180px;
	margin-right: 100px;
	padding-left: 40px;
	border-bottom: 2px solid #80cc28;
	border-left: 2px solid #80cc28;
}

#satsyta .inner {
	border-bottom: 2px solid #80cc28;
	background-color: white;
	padding: 10px;
	margin-bottom: -2px;
	width: 100%;
	padding-bottom: 30px;
	font: normal 0.8em/1.4em sans-serif;
}

#satsyta h1 {
	font: bold 24pt serif;
	font-variant: small-caps;
	margin: 10px 0 10px 0;
	color: #3d163a;
}

#satsyta a {
	font: bold 10pt arial;
	text-decoration: none;
	color: purple;
}

#satsyta a:hover {
	border-bottom: 1px dotted purple;
}

#satsyta ul {
	list-style-type: square;
	list-style-position: inside;
	color: purple;
}



/*
	Menyn
*/


.menu a {
	color: white;
	text-decoration: none;
	font: normal 13pt/30pt white;
	margin-left: 10px;
}

.menu a:hover, .menu .active {
	color: #80cc28;
}



/*
	Sidan
*/

#side {
	float: left;
	width: 180px;
	border-right: 2px solid #80cc28;
}

#side a:hover {
	color: white;
}

#side .item {
	padding: 5px 3px 10px 3px;
	min-height: 80px;
	margin-top: 5px;
	margin-bottom: 8px;
	background-color: #bcbcbc;
	font: normal 8pt/11pt Verdana,arial,helvetica,sans-serif;
}

#side .item .title {
	font: normal 12pt Arial;
	font-style: italic;
	margin: 3px 0 2px 0;
}

