/* Allgemeine Styles */

body,table,td,tr,p,div,pre,h2,h3,h4,ul {font-family: "Verdana"}

body,td,div,p,pre,ul {font-size: 13px; font-weight:bold;}
h1 {font-size: 20px; font-family: "Verdana"; font-weight:bold;}


*|*:-moz-any-link:focus {
	outline: none;
	
}



a:active img {
	border-width:0;
	border-style:none;
	border-color:white;
}


a img {
	border: 0;
}



a:visited {border:0px;color:#000; text-decoration:none;
}
a:link  {border:0px; color:#000; font-weight:bold; text-decoration:none;
}
a:hover  {border:0px; color:#37608c; font-weight:bold; text-decoration:none;
}




/* Textstyles */

p {
	font: 13px Verdana, sans-serif;
	line-height: 18px;
	color: #000;
	margin-bottom: 15px;
	font-weight:bold;

}




h2 {
	font: bold 16px Verdana, sans-serif;
	font-weight:bold;
	color: #000;
	margin-bottom: 15px;
}

/* Seitenstruktur */


body {
	background: url('images/background.gif') no-repeat #ffffff ;
	background-attachment:fixed;
	
}







#nav ul {
	position: absolute;
	left: 0px;
	top: 0px;
	list-style: none;
	margin: 0;
	padding: 0;
}


#nav a {
	display: block;
	margin: 0;
	padding: 0;
}

#nav a span {
	visibility: hidden;
	display: none;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
}



li#nav_lundelius a {
	width: 200px;
	height: 130px;
	background: url('images/nav_lundelius.gif') no-repeat;

}



li#nav_lundelius a:hover {
	background: url('images/nav_lundelius_hover.gif') no-repeat;

}






#content {

	position: absolute;
	width: 686px;
	left: 206px; 
	top: 90px;
	height: 600px;
	overflow:none;
	border:none;
	outline:none;
	margin: 0;
	padding: 0;

}
