body { 
	margin : 0;
	padding : 0;
	color : #000000;
	background : #ffffff url(/bilder/back.gif) repeat;
	}

/* Basic page layout */

#logo { 
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}

#nav { 
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-family : verdana, sans-serif;
	font-size : 11px;
	color : #999999;
	background : #002259;
	padding: 3px;
	}

#content { 
	width: 82%;
	margin-left: 9%;
	margin-right: 9%;
	padding: 20px 0px;
	border-bottom: 2px solid #336699;
	}

#content2 { 
	width: 82%;
	margin-left: 9%;
	margin-right: 9%;
	padding: 20px 0px;
	
	}
	
#footer { 
	font-family : verdana, sans-serif;
	font-size : 10px;
	color : #000000;
	background : #ffffff;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	}

/* Text formatting */

#nav a:link { 
	font-family : verdana, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #00c5d1;
	background : #002259;
	text-decoration: none;
	}

#nav a:visited { 
	font-weight : bold;
	color : #cccccc;
	background : #002259;
	text-decoration: none;
	}

#nav a:hover { 
	font-weight : bold;
	color : #ffff0d;
	background : #002259;
	text-decoration: none;
	}

#nav #hi { 
	font-weight : bold;
	color : #ffff0d;
	background : #002259;
	text-decoration: none;
	}

h3, h4 { 
	font-family : verdana, sans-serif;
	color : #002259;
	background : #ffffff;
	}
	
h1 { 
	font-size : 12px;
	font-family : verdana, sans-serif;
	color : #002259;
	background : #ffffff;
	}

p, ul, li, form { 
	font-family : verdana, sans-serif;
	font-size : 12px;
	color : #000000;
	background : #ffffff;
	}

p.ind { 
	text-indent : 20px;
	}

a:link { 
	font-weight : bold;
	text-decoration: none;
	color : #00c5d1;
	background : #ffffff;
	}

a:visited { 
	font-weight : bold;
	text-decoration: none;
	color : #008899;
	background : #ffffff;
	}

a:hover { 
	font-weight : bold;
	text-decoration: underline;
	color : #002259;
	background : #ffffff;
	}
