/*#############################################################
Name: Chivibi
Date: 2007-01-07
Author: Birgit Gjeldnes
URL: http://lilleLudwig.info

#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #F09;
	text-decoration: none;
}
body {
	background: #FFF url(Tilde/bakgrunn.gif);
	color: Blue;
	margin: 20px 0;
	text-align: center; font-style:normal; font-variant:normal; font-weight:normal; font-size:12px; font-family:Trebuchet MS, Arial
}
ul {
	padding: 10px 0;
}
li {
	list-style: none;
	margin: 4px 0 4px 20px;
}
li span {
	font-size: 0.9em; color: Blue;
}

/* misc */

.clearer,.footer {
	clear: both;
}
.content,.footer {
	padding: 0 5px;
}

/* structure */


.container {
	background:  url(Tilde/bann.gif) no-repeat;
	
	border-color: #FC82E9 #FC82E9 #FC82E9;
	margin: 0 auto;
	text-align: left;
	width: 800px;
}

/* header */
.top {
	height: 250px;
	
.header {
	height: 210px;
	
}
}
.header h1 {
	line-height: 2.4em;
	padding-left: 18px;
	color: Blue;
	font-size: 2.4em;
}

/* footer */
.footer {
	background: #000;
	color: #FFF;
	margin: 5px;
	padding: 2px 5px;
}

/* content */
.item {
	padding: 10px;
	text-align: justify;
}
.item h1 {
	font: normal 1.6em serif,Arial;
	letter-spacing: 1px;
	color: white;
}
.left {
	float: left;
	width: 580px;
	background: #FFF ;
}
/* menu */
.menu {
	margin-left: 18px;
}
.menu a {
	padding: 0 2px;
	margin-right: 12px;
	font-size:1em;
}
.menu a:hover {
	background: #Blue url(Adrian/images/GreenA.jpg) repeat
};
	color: Blue;
}

/* submenu */
.right .submenu_end {
	background: center url(img/lh.gif) no-repeat; height: 200px ;
}



.right {
	float: right;
	width: 195px;
	background: white;

}
.right a:hover {
	text-decoration: underline;
}