A:link {
	text-decoration: none;
	color: #333333;
}
A:visited {
	text-decoration: none;
	color: #333333;
}
A:active {
	text-decoration: none;
	color: #333333;
}
A:hover {
	text-decoration: underline; 
	color: #FF9900;
}

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #333333;
	line-height: 11pt;
	letter-spacing: 0.20pt;
	text-decoration: none;
}
ul {
	margin-top: 0px;
	text-indent: -5px;
	list-style-type: circle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

form {
	margin: 0px 0px 0px 0px; 
}

.oneColLiqCtrHdr #container {
	width: 995px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.oneColLiqCtrHdr #header {
	background: #DDDDDD; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #515151;
	font-weight: 100;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #e1d6c2;
	border-right-color: #e1d6c2;
	border-bottom-color: #e1d6c2;
	border-left-color: #e1d6c2;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
	line-height: 25px;
}
.h1small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #515151;
	padding-right: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	text-indent: 7px;
}
h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

#h2link {
	color: #FFFFFF;
	text-decoration: none;
}

#h2showdetails {
	color: #333333;
}

#addheadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 100;
	color: #FFFFFF;
	text-indent: 15px;
	text-decoration: none;
	padding-left:10px;
}
#addeddate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	font-style: italic;
	margin-right: 5px;
}
.h2pil {
	background-color: #333333;
	height: 24px;
	padding-left: 5px;
}

hr {
	color: #e1d6c2;
	height: 1px;
}
#biglink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #515151;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
	line-height: 25px;
}

.add {
	background-image: url(../images/earth.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

.edituser {
	background-image: url(../images/eyes.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

.oneColLiqCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColLiqCtrHdr #footer {
	margin-top: 10px;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 10;
	padding-left: 30px;
	background-image: url(../images/tem_bund.gif);
	background-repeat: repeat-x;
	background-position: left top;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #999999;
}

.menu2 {
	padding:0 0 0 32px; 
	margin:0; 
	list-style:none; 
	height:35px; 
	background:#fff url(../images/button1.gif); 
	position:relative; 
	border:1px solid #000; 
	border-width:0 1px; 
	border-bottom:1px solid #444;
	
}

.menu2 li {
float:left;
}

p {
	margin: 0px;
	padding: 5px;
}

.form {
	margin: 0px;
}

.formtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 11pt;
	letter-spacing: 0.20pt;
}

.menu2 li a {
	float:left;
	height:35px;
	line-height:35px;
	color:#E2E2E2;
	text-decoration:none;
	font-size:11px;
	font-family:arial, verdana, sans-serif;
	font-weight:bold;
	text-align:center;
	padding:0 0 0 8px;
	cursor:pointer;
	white-space: nowrap; 
	}

.menu2 li a b {
float:left; 
display:block; 
padding:0 16px 0 16px;
color:#ffffff;
white-space: nowrap; 

}

.menu2 li.current a {
color:#fff; 
background:url(../images/button3.gif);
}

.menu2 li.current a b {
background:url(../images/button3.gif) 
no-repeat right top;
}

.menu2 li a:hover {
color:#fff; 
background:#000 url(../images/button4.gif);
text-decoration:none;
}

.menu2 li a:hover b {
background:url(../images/button4.gif) 
no-repeat right top;

}

.menu2 li.current a:hover {
color:#fff; background:#000 url(../images/button3.gif); 
cursor:default;
}
.menu2 li.current a:hover b {
background:url(../images/button3.gif) 
no-repeat right top;
}
#lande {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
.teksbox {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.maintable {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.landeheadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 10px;
}

.imageframe {
	border: 1px solid #FFFFFF;
}
.atlastextbox {
	background-color: #F4F0E8;
	padding: 10px;
	border: 1px solid #e1d6c2;
	margin: 0px;
}

.linksbox {
	padding: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom: 5px solid #FFFFFF;
}

.sogrejseinspiration {
	padding: 2px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-indent: 15px;
}

.profiletext {
	padding: 0px;
	margin-bottom: 5px;
	border: 1px solid #e1d6c2;
}

#profiletextlink {
	color: #333333;
	text-decoration: none;
}
#destinationtextlink {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.profilepic {
	border: 1px solid #e1d6c2;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.continentpic {
	margin: 5px;;
	border: 1px solid #e1d6c2;
}
.inspic {
	margin-left: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	border: 1px solid #e1d6c2;
}

#bigwhitetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 15px;
	text-decoration: none;
}
#Map {
	margin: 0px;
	padding: 0px;
	border: 0px
	
}

.linkhand {
	cursor: hand;
}

.popular {
	background-color: #F4F0E8;;
	border: 1px solid #e1d6c2;
	line-height: normal;
}
#poplandheadline {
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}
.brows {
	font-size: 10px;
	font-weight: bold;
	text-transform: capitalize;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#browsname {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
#showage {
	font-style: italic;
	color: #999999;
	text-decoration: none;
}
#logud {
	color: #333333;
	text-align: center;
}

.seolinksbox {
	margin-bottom: 10px;
	font-size: 10px;
}

#seolinksheadline {
	border-bottom: dotted 1px #CCCCCC;
	padding-bottom: 5px;
}

#footerheadline {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
}

.seolinks {
	padding-bottom: 3px;
	color: #c2c3c4;
	text-decoration: none;
	text-indent: 10px;
}

a.seolinks:link {
	color: #c2c3c4;
	text-decoration: none;
}

a.seolinks:visited {
	color: #c2c3c4;
	text-decoration: none;
}

a.seolinks:active {
	color: #c2c3c4;
	text-decoration: none;
}

a.seolinks:hover { 
	color: #333333;
	text-decoration: none;
}	
	a.footerheadline:s:link { 
	color: #E0D1BC;
	text-decoration: none; 
	font-size: 11px;
}

a.footerheadline:visited { 
	color: #E0D1BC;
	text-decoration: none; 
	font-size: 11px;
}

a.footerheadline:active {
	color: #E0D1BC;
	text-decoration: none;
	font-size: 11px;
}

a.footerheadline:hover { 
	color: #333333;
	text-decoration: none;
	font-size: 11px;
}

.browsenav {
	color: #999999;
}
.browsebox {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e1d6c2;
	background-color: #f4f0e8;
}

.userinfo {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e1d6c2;
	margin-top: 6px;
}

.ifuserbox {
color: #FFFFFF; 
background:#000 url(../images/button5.gif)
no-repeat left top;
float:right;
font-size:10px;
height:35px;
vertical-align:middle;
text-align:center;
width:170px;
}

.usersadd {
	border-bottom: solid 1px #e1d6c2;
}
.errortext {
	color:#FF0000;
}

