/*
Cascading Style Sheet for Liavaag.org
Created by Morten René Liavaag Strømsborg
 /  '_   _ _ _    _ _ 
(__/(/\/(/(/(/.()/ (/ 
           _/     _/ 
Content boxes for the front page at Liavaag.org
*/
@import url("../styles.css");
div#leftBox {
	height:550px !important;
	color:#ffffff !important;
	background:#000000 url('leftBox.png') repeat-x !important;
}
div#container {
	color:#ffffff !important;
	background:#000000 !important;
}
div#content {
	height:520px !important;
	color:#ffffff !important;
	background:#000000 url('content.png') no-repeat !important;
}
div#content a:link {
   	color:#666666 !important;
   	text-decoration:none !important;
   	background:none repeat !important;
   	border-bottom:1px dotted #666666 !important;
}
div#content a:visited {
   	color:#666666 !important;
   	text-decoration:none !important;
   	background:none repeat !important;
   	border-bottom:1px dotted #666666 !important;
}
div#content a:hover {
   	color:#ffffff !important;
   	text-decoration:none !important;
   	background:none repeat !important;
   	border-bottom:1px dotted #ffffff !important;
}
div#content a:active {
   	color:#ffa500 !important;
   	text-decoration:none !important;
   	background:none repeat !important;
   	border-bottom:1px dotted #ffa500 !important;
}
/*
Google search box for the
front page at Liavaag.org
*/
div#google {
	float:right;
	margin:90px 20px 0 0;
}
div#google1 {
	color:#ffffff;
	background:none repeat;
}
input#google2, input#google3 {
	font-size:12px;
	padding:2px;
}
input#google3 {
	width:65px;
}
/*
CET Styles (English)
*/
div#content p#cet {
	width:210px;
	float:right;
	color:#ffffff;
	background:none repeat;
}
/*
Business Styles
*/
div#content div#businessContent {
	width:450px;
	color:#ffffff;
	word-spacing:1px;
	border:1px #2c2c2c solid;
	background:transparent url('businessContent.png') repeat;
}
div#content div#businessContent h2 {
	padding:25px;
	color:#ffffff;
	font-size:18px;
	text-align:center;
	border-bottom:1px #2c2c2c solid;
	background:transparent url('business.png') repeat;
}
div#content div#businessContent h3 {
	padding:15px;
	color:#ffffff;
	font-size:12px;
	font-weight:100;
	text-align:right;
	border-top:1px #2c2c2c solid;
	background:transparent url('business.png') repeat;
}
div#content div#businessContent a {
	color:#ffffff !important;
	background:transparent !important;
}
div#content div#businessContent ul {
	font-size:14px;
	list-style-type:none;
	margin:30px 40px 30px 40px;
}
div#content div#businessContent ul li ul {
	margin:20px;
	font-size:11px;
}
div#content div#businessContent ul li ul li {
	margin:20px 0 20px 0;
	padding:15px 50px 5px 50px;
	border-bottom:1px #2c2c2c dotted;
}
/*
Ordtak Styles
*/
div#content *#ordtak {
	width:200px;
	float:right;
	color:#666666;
	font-style:italic;
	background:none repeat;
}
div#content *#ordtak a {
	font-size:10px;
	font-style:normal;
}
div#content *#ordtak p {
	margin:0 0 10px 0 !important;
	word-spacing:1px;
	text-align:left;
	font-size:14px;
}