html, body, #container {
	margin: 0;
	padding: 0;
	text-align: left
}

body {
	background: #f2f2f2 url(graf/body.png) top left repeat-x;
}
  
#container {
	width: 600px;
	margin: 0;
	background: #f2f2f2;
	padding-top: 20px;
}

#header {
	background: #f2f2f2 url(graf/header.png) top left no-repeat;
	height: 155px;
	width: 374px;
}

#nav {
	background: #f2f2f2;
	width: 115px;
	text-align: right;
	float: left;
}

#content {
	width: 450px;
	background: #f2f2f2;
	color: #333333;
	text-align: left;
	padding: 0 15px 60px 15px;
	border-left: solid #cccccc 1px;
	float: right;
}

#footer {
	background: #f2f2f2;
	padding-top: 30px;
	clear: both;
}

/* Content types */

#firstlvl {
	margin-bottom: 10px;
}

#secondlvl {
	width: 210px;
	float: left;
}

#thirdlvl {
	width: 210px;
	float: right;
}

#fourthlvl {
	padding-top: 5px;
	clear: both;
}

#floatbox {
	float: right;
	padding: 10px;
	background: #cccccc;
	border: solid #ffffff 1px;
}

#floatimg {
	float: right;
	margin: 0 0 20px 20px;
}


/* Small stuff */

#thumbnails img{
  border: solid #6b7581 1px;
  margin: 20px 20px 10px 9px;
}

#nav ul, #nav li, #cleanlist ul, #cleanlist li {
	margin: 0;
	padding: 0;
}

#nav li {
	list-style-type: none;
	padding: 5px 8px;
}

#cleanlist li {
	list-style-type: none;
}

/* Text */

p, h3, h4, li, a {
	font: 11px/18px Arial, Helvetica, sans-serif;
}

p {
	margin: 10px 0 3px; 0;
}	

h3 {
	font-weight: bold;
	margin: 10px 0 -10px 0;
}

h1 {
	height: 22px;
	margin: 0;
	padding-top: 5px;
	font: bold 18px/18px Arial, Helvetica, sans-serif;
	background: transparent;
	color: #838383;
}

h2 {
	height: 22px;
	margin: 0;
	padding-top: 15px;
	font: bold 18px/18px Arial, Helvetica, sans-serif;
	background: transparent;
	color: #838383;
}


#footer p, #footer a {
	font-size: 9px;
	color: #999999;
}

#firstlvl strong{
	color: #000000;
}

#nav a { font: 11px/18px Arial, Helvetica, sans-serif; text-decoration: none; font-weight: bold; color: #6b7581; }
#nav a:hover { text-decoration: none; color: #5c8fcd; }

a:link, a:visited { color: #6b7591; text-decoration: underline; }
a:hover { color: #80a0c7; text-decoration: none; }
a:active, #nav a:active { color: #000099; }