@charset "ISO-8859-1";
@import url(../SpryAssets/SpryMenuBarHorizontal.css);
@import url(../SpryAssets/SpryMenuBarVertical.css);
/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

body {
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: small;
	background: url(../billeder/baggrund.jpg) repeat-x;
	}
#Branding {
	margin: 0;
	padding: 1px 2px;
	background: #E5E3FF;
	position: absolute;
	left: -9999px;
}
#wrap {
	width: 900px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 4px solid #E5E3FF;
	text-align: left;
	}
#header{
	width: 100%;
	background: #FFFFFF;
	font-family: Verdana;
	color: #006699;
	}	
#header  li{
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
	position: relative;
	float: left;
	margin-right: 50px;
	}
 li[id="banner"]{
	position:relative;
	left: 130px;
	right:2px;
	width: 440px;
	height: 100px;
	}
#astellas{
	position:relative;
	float:right;
	top: 10px;
	right: 30px;
	}
#nav_main {
	clear: both;
	height: 39px;
	border-bottom: 1px solid #E5E3FF;
	border-top: 1px solid #E5E3FF;
	}
#nav_main {
	font-size: 65%;	
	}
#content {
	float: left;
	width: 100%;
	}
#content_left{
	float: left;
	width: 80%;
	}
.content_menu{
	float: left;
	width: 20%;
	padding: 5px;	
}
.content{
	float: right;
	width: 65%;
	padding: 5px 20px 5px 10px;
}
.content{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 110%;
	color: #333;
}
#content_right{
	float: right;
	width: 20%;
	padding: 5px 0px;
	}

