/* -------- Design -> Weronicha Svaleng -> SvalengPixelWorks 2008-2010 ---------- */


/* -----IE Hack----- */
html { 
	font-size: 100%; 
}

/* -----Body, Container, Header----- */

body {
	font-family: helvetica, arial, sans-serif;
	min-width: 760px;
	text-align: center;	
	font-size: .8em;
	background-color: #3C035A;
	color: #333333;
}
#container {
	width: 760px;
	text-align : left;
	margin-left : auto;
	margin-right : auto;
	background-color:#e6e1cb;
	background-image: url(images/top2.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#header {
	padding: 5em 0 0 0;
	text-align: center;
}

/* -----Menu------Courtesy of CSS Play - http://www.cssplay.co.uk/menus/flickerfree_mk2.html------ */

#menu {
	position: relative;
	width: 540px;
	height: 50px;
	overflow: hidden;
	z-index: 10;
	margin-top: 0em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	background-color: transparent;
	background-image: url(images/menu2.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 40px;
	padding-right: 20px;
}

#menu ul {
	margin: 0; 
	padding: 0;
}

#menu li {
	list-style-type: none; 
	display: inline; 
	width: 100px;
	height: 50px;
}

#menu a {
	display: block;
	width: 83px;
	padding-top: 50px;
	height: 0;
	text-decoration: none;
	float: left;
	overflow: hidden;
	outline: none;
	padding-left: 90px;
	background-color: transparent;
	background-image: url(images/menuhover2.gif);
	background-repeat: no-repeat;
	background-position: -110px 30px;
}

* html #menu a:link, * html #menu a:visited {height:50px; he\ight:0;}

#menu a:hover {
	background-position: 30px 30px;
	z-index: 50;
}

* html #menu a:hover {height:50px; he\ight:0;}

#lbox {
	width: 605px;
}

/* ------Main Content Box----- */

#content {
	width: 680px;
	margin-left : auto;
	margin-right : auto;
	padding:0 0 2.5em 0;
	background-color: #e6e1cb;
}

/* -----Content Header----- */

#content span.content_title {
	padding-left: 1em;
	font-family: Times, serif;
	font-size: 1.6em;
	font-style: italic;
	margin-left: 1em;
}

/* ------Round Inner Content Box------ Courtesy of http://kalsey.com/2003/07/rounded_corners_in_css/ ------- */

.roundcont {
	width: 100%;
	background-color: #ffffe6;
}

.roundcont p {
	margin: 1em 2em;
}


.roundtop {
	background-image: url(images/tr2.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.roundbottom {
	background-image: url(images/br2.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

img.corner {
	width: 19px;
	height: 19px;
	border: none;
	display: block !important;
}

/* -----Float Images----- */

.floatright {
	float: none;
	margin-top: 0;
	margin-right: 2em;
	margin-bottom: 2;
	margin-left: 2;
}

.floatleft {
	float:left;
}

/* -----List----- */

.list {
	margin: 0 0 0 2.5em;
	padding: 0 0 0 2.5em;
}

/* -----Links----- */

a {
	color: #3C035A;
	outline: none;
}

a:hover {
	background-color: #3C035A;
	color: #EFDBFF;
	outline: none;
}

/* -----Footer----- */

#footer {
	clear: both;
}
.Julstängt {
	color: #900;
}

