	 
body {
	background-color: #cccccc;/*var cccccc*/
	color: #cccccc;
	background-repeat: no-repeat;
	background-position: 50% 1%;	
		background-image: url(velk4.jpg);	
	text-align: center; /* til ældre IE-browsere cccccc */
	}
	
	
	
	h1 {
	font-family: 'Times New Roman', Times, serif;
	font-size: 24px; font-style: italic; color: black;	}
	
	
	
	p { 	
	font-family:  Verdana, Arial, sans-serif;
	font-size: 13px; font-style: normal; color: black;
	line-height: 23px; margin-top: 6px;
	font-weight: normal; }
	
	.billede-top {
	margin-left: auto;
		margin-right: auto;
		margin-top:35px; 
		margin-bottom: 10px;	}
	
	
	div#indhold {
		text-align: left;/* ophæv hensyn til ældre IE browsere */
		width: 500px;
		margin-left: auto;
		margin-right: auto;
		margin-top:60px; 
		margin-bottom: 40px;
		border: 0px dotted Red;
		padding: 0px 11px;
		position: relative;	}



	  
	
	/* almindelige link i broedteksten */

a			{	color: #8B0000; text-decoration: none; }
a:hover		{	color: #0000CD; text-decoration: underline; }
  

.horimenu ul{
	font: 17px Verdana, Arial, sans-serif; 
	padding-left: 1px;
	margin-top: 130px;
	margin-left: 0%;
	height: 20px;
	float: none; }

.horimenu ul li{
	list-style: none;
	display: inline; }

.horimenu ul li a{
	padding: 1px 0.1em;
	text-decoration: none;
	color: #004180;
	background-color: #cccccc;
	border: 0px solid #cccccc; }

.horimenu ul li a:hover{
	background-color: #cccccc;
	border-style: solid;
	color: #006400; }

