/*#############################################################
Name: Pink Sunset
Date: 2006-05-07
Description: A clean pink two-column layout.
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #da900d;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #555555;
}
a:visited {
    color: #a7600a;
}
body {
	background: #FFF url(img/bgpattern.gif) repeat fixed bottom center;
	color: #000000;
	font: normal 12px "Trebuchet MS", Verdana, Calibri, Tahoma,Arial;
	margin: 40px;
	text-align: center;
	box-sizing: border-box;	
	-moz-box-sizing: border-box;

}
ul {
  list-style-image: url(img/square.png);
  margin-left: 30px;
  padding-top: 5px;
  padding-bottom: 15px;
}
li {
	padding-top: 5px;
}

/* misc */

.clearer,.footer {
	clear: both;
}
.content,.footer {
	padding: 0px 5px 0px 5px;
    margin-top: 0px;
}

/* structure */
.container {
	background: #f9f8e1 url(img/top.png) no-repeat;
	border: 1px solid #999999;
	margin: 0 auto;
	text-align: left;
	width: 700px;
    padding-top: 0px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 11px;
}

/* header */
.top {
	height: 260px;
	float: left;
}

/* footer */
.footer {
	background: #bbbbbb;
	color: #555555;
	margin: 0px 5px 5px 5px;
	padding: 1px 5px;
}
.boks {
	background: #e9e8c1;
	color: #555555;
	margin: 0px 5px 5px 5px;
	padding: 1px 5px;
}

/* content */
.item {
	padding: 10px;
	text-align: justify;
    background: #f9f8e1;
}
.item h1 {
	font: normal 1.6em serif,Arial;
	letter-spacing: 1px;
	color: #333333;
}

.left {
	float: left;
	width: 688px;
    border: 1px solid #bbbbbb;
}
/* menu */
.menu {
	margin-top: 220px;
    margin-left: 130px;
    font-weight: bold;
}
.menu a {
	padding: 0 2px;
	margin-right: 12px;
	font-size: 1.2em;
    color: #834c0c;
}
.menu a:hover {
	background: #fff000;
	color: #000000;
}

/* submenu */
.right .submenu_end {
	background: url(img/bgsubmenu_end.gif) no-repeat; height: 29px;
}
.right {
	float: right;
	width: 195px;
    border: 1px solid #999999;
	
}
.right a:hover {
	text-decoration: underline;
}