/* 
	CSS Document 

	DESCRIPTION		Denna fil styr egenskaperna (bredd, höjd, positionering) objekten på webbplatsen har.
	AUTHOR			Johan Lindqvist, johan@nolgard.se
	COPYRIGHT		2009, Nolgard, www.nolgard.se
	
*/


/*  Hämtar in kompletterande filer */
@import "main_layout.css";
@import "main_nav.css";
@import "sub_nav.css";
@import "main_form.css";
@import "main_news.css";
@import "pagina.css";


html, body {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 62.5%;
}
h1, h2, h3 {
}
h1 {
}
h2 {
}
h3 {
}
p {
}
a, a:active, a:visited {
	color: #bc2136;
	text-decoration: none;
}
a:hover {
	color: #000;
}
td {
	line-height: 1.3em;
}

#top_info {
	height: 80px;
	position: relative;
	color: #FFF;
	width: auto;
	margin-bottom: 4em;
}
#top_info ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 32em;
	margin-bottom: 0px;
	margin-left: 0px;
}
#top_info li {
	margin-right: 3em;
	float: left;
}

div#portfolio {
}


.clearBoth {
	clear: both;
	height: 1px;
	width: auto;
}
.error {
	color: #F00;
}

