body, html {
	background-color: #181818;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: top;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 10pt;
	line-height: 1.5;
	}
div {
	margin: 0;
	padding: 0;
	border: 0;
	}
img {
	margin: 0;
	padding: 0;
	border: 0;
	}

/* main layout */
div#top {
	float: left;
	display: inline;
	width: 100%;
	background-color: #111111;
	margin-top: 150px;
	padding-top: 10px;
	}
div#middle {
	float: left;
	display: inline;
	width: 100%;
	height: 300px;
	background-color: #4E1615;
	}
div#bottom {
	float: left;
	display: inline;
	width: 100%;
	height: 100px;
	background-color: #000000;
	}

/* top layout */

div#logo {
	float: left;
	display: inline;
	width: 590px;
	height: 32px;
	}
div#menu {
	float: left;
	display: inline;
	height: 32px;
	color: #808080;
	}
div#phone {
	float: right;
	display: inline;
	height: 24px;
	padding-left: 24px;
	margin-top: 2px;
	color: #808080;
	font-size: 0.8em;
	font-weight: bold;
	background: #111111 url(img/phone.jpg) top left no-repeat;
	}
	
/* middle layout */

div#submenu {
	float: left;
	width: 590px;
	height: 300px;
	background: #4E1615 url(img/sven.jpg) top left no-repeat;
	}
div#hbinder {
	float: left;
	width: 1090px;
	}
div#content {
	float: left;
	height: 300px;
	width: 500px;
	background-color: #4E1615;
	color: #A0A0A0;
	}

/* bottom layout */

#bottom .section {
	margin-top: 10px;
	width: 200px;
	float: left;
	font-size: 0.8em;
	line-height: 200%;
	color: #606060;
}

/* styling */

#middle h2 {
	color: white;
	}
	
#logo {
	float: left;
	height: 300px;
	width: 600px;
	}
#menu ul {
	padding: 0;
	margin: 0;
	}
#menu li {
	margin-right: 15px;
	display: inline;
	}
	
	

	
#submenu ul {
	padding: 0;
	margin: 0;
	margin-left: 420px;
	list-style-type: none;
	}
#submenu li {
	margin-right: 15px;
	margin-top: 14px;
	}
	

#menu a {
	color: #808080;
	font-weight: bold;
	text-decoration: none;
	}
#menu a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	}

#submenu a {
	color: #C0C0C0;
	font-weight: bold;
	text-decoration: none;
	}
#submenu a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	}

#content a {
	color: #A0A0A0;
	text-decoration: underline;
	}
#content .section a:hover {
	color: #C0C0C0;
	text-decoration: underline;
	}
#content .section a {
	color: #A0A0A0;
	text-decoration: underline;
	}
	
#bottom .section a {
	color: #A0A0A0;
	text-decoration: underline;
	}
#bottom .section a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	