/*-----------------------------------------------------------------
Basic StyleSheet (for version 6 browsers)

Version:	1.0
Author: 	Kenneth Mørk
Email: 		km@zornig.dk
website:	www.one2move.com
-----------------------------------------------------------------*/
@import url(booking.css);
@import url(layout.css);
@import url(forms.css);

h1 {
	font-size: 18px;
	color: #000;
	font-weight: normal;
	}
h2 {
	font-size: 14px;
	color: #000;
	font-weight: normal;
	margin: 0 0 10px 0;
}
h3 {
	font-size: 12px;
	color: #000;
	font-weight: bold;
	}
.content h1 {
	font-size: 18px;
	color: #000;
	font-weight: normal;
	margin: 0 0 15px 0;
}
.content p {
	font-size: 12px;
	margin-bottom: 8px;
	color: #000;	
}
.nav ul,
.corporate_nav ul,
.sub_nav ul,
.sub_nav ul li {
	margin: 0;
}
ul li, ol li {
	font-size: 12px;
	margin-left: 30px;
}
ul {
	margin: 15px 0 15px 0;
}

a:link, a:visited, a:active {
	color: #35739a;
	text-decoration:none;
}
a:hover {
	color: #35739a;
	text-decoration:underline;
}

small{}

hr {
	border: 1px solid #bcc7d0;
	border-width: 1px 0 0 0;
	height: 1px;
	margin: 7px 0px;
}


/*Frontpage font styles*/
.front_find_rental_place_content p {
	font-size: 13px;
	line-height: 22px;
	color: #434345;
}
.front_find_rental_place_content a:link, 
.front_find_rental_place_content a:visited, 
.front_find_rental_place_content a:active {
	font-size: 14px;
	font-weight: bold;
	color: #35739a;
	text-decoration:none;
	line-height: 33px;
}
.front_find_rental_place_content a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #35739a;
	text-decoration:underline;
	line-height: 33px;	
}

.front_news p {
	text-transform: uppercase;
	margin: 11px 15px 11px 15px;
}
.front_teaser a:link.link,
.front_teaser a:visited.link,
.front_teaser a:active.link {
	font-size: 12px;
	font-weight: normal;
	color: #3d3a3b;
	text-decoration:none;
	margin-left: 20px;
	line-height: 35px;
}

.sub_teaser a:link.link,
.sub_teaser a:visited.link,
.sub_teaser a:active.link {
	font-size: 12px;
	font-weight: normal;
	color: #3d3a3b;
	text-decoration:none;
	margin-left: 10px;
	line-height: 35px;
}
