a{
  color						 : #0000ff; 
	text-decoration	 : none;
}
a:hover{
  color						 : #0000ff; 
	text-decoration	 : underline;
}
a:visited{
  color						 : #9999ff; 
	text-decoration	 : none;
}

body{
  background-color : #000000;
	text-align			 : center;
}
p{
text-align				 : left;
}

td{
  vertical-align	 : top;
}
th{
  background-color : #ff0000;
	color						 : #ffffff;
  vertical-align	 : top;

}

#colage{
  width						 : 75px;
	position				 : relative;
	left						 : 50px;
}

#design{
  background-color : #FFFFFF;
	background-image : url("pic/campingvogn02.jpg");
	background-repeat: repeat-x;					 
	width						 : 775px;
	height					 : 575px;
	text-align			 : center;
	border					 : 4px solid #ff0000;
}

#t_midt{
  width						 : 620;
  height					 : 450px;
	padding-top			 : 30px;
}
.bund{
	color					   : #666666;
	font-size				 : 12px;
  font-style       : italic;
	text-decoration  : none;
}
.menu_link{
  color		 				 : #ff0000;
	font-weight			 : bold;
	Text-decoration  : none;
}
.menu_link:hover{
  color		 				 : #003333;
	font-weight			 : bold;
	Text-decoration  : none;
}
.menu_link:visited{
  color		 				 : #ff0000;
	font-weight			 : bold;
	Text-decoration  : none;
}

<!-- 
    .li_pic{
      width 		: 115px;
    	border		: none;
    }
    .st_pic{
      width			: 355px;
    }
		
		.info_label{
		  text-align  : left;
			width				: 75px;
			background-color:#ffffcc;
		}
		.info{
		  text-align	: right;
			font-weight : bold;
			width				: 100px;
			background-color:#ffffcc;
		}
		.info_tekst{
		  text-align	: left;
			width				: 300px;
			background-color:#ffffff;
		}
		
		#gave{
			margin-top		: 20px;
		  padding				: 20px;
			border				: 2px solid;
			width					: 400px;
		}
