/* GMP.nu - www.gmp.nu
Updated: 080416 */

/* body, background, fonts */
body,
html { 
margin: 0;
padding: 0;
background-image: url(bilder/bakgr_gmp.gif);
background-repeat: repeat;
color: #666;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 85%;
line-height: 145%;
text-decoration: none;
}
body {
	min-width: 650px;
	}

/* layout */
#wrap {
background-color: #fff;
margin-left: 307px;
position: absolute;
top: 0px;
width: 650px;
border: none;
text-align: center;
}
#logoheader {
background-color: transparent;
position:absolute;
left:460px;
top:210px;
height: 55px;
text-align: right;
}
#imageheader {
background: #fff;
margin-top: 0px;
padding: 30px 18px 10px 15px;
text-align: right;
}
#content {
	background-color: #fff;
	text-align: left;
	width: 550px;
	margin: 0 auto;
	padding: 5px 5px 20px 20px;
	float: left;
}
#leftcontent {
	background-color: #fff;
	text-align: left;
	width: 275px;
	margin: 0 auto;
	padding: 5px 5px 20px 20px;
	float: left;
}
#rightcontent {
	background-color: #fff;
	text-align: left;
	width: 265px;
	margin: 0 auto;
	padding: 5px 5px 20px 20px;
	float: right;
}
#footer {
background-color: #fff;
border-top: 1px dashed #999;
clear: both;
margin: 0px 20px 0px 20px;
padding: 0.2em;
text-align: left;
}

/* nav */
#nav {
background-color: #fff;
padding-left: 20px;
padding-bottom: 10px;
font-size: 12px;
font-weight: bold;
text-align: left;
}
#nav ul {
margin: 0;
padding: 0px;
background: transparent;
list-style-type: none;
}
#nav li {
display: inline;
list-style-type: none;
}
#nav a
{
	padding: 0px 0px;
	border-style: none;
}
#nav a:link, #nav a:visited
{
	color: #d6782b;
	background-color: transparent;
	text-decoration: none;
}
#nav a:hover, a:active
{
	color: #888;
	background-color: transparent;
	text-decoration: none;
}

/* links */

a:link {
	color: #d6782b;
	font-weight: normal;
	text-decoration: none;
}
a:visited {
	color: #888;
	font-weight: normal;
	text-decoration: none;
}
a:hover, a:active {
	color: #888;
	font-weight: normal;
	text-decoration: none;
}	

/* headings, paragraph */
h1 {
	color: #000;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 100%;
	margin-top: 1em;
	margin-bottom: 18px;
}
.h1thin {
	font-size: 0.9em;
	line-height: 100%;
	margin-top: 1em;
	margin-bottom: 15px;
	font-weight: normal;
}
h2 {
	color: #000;
	font-weight: normal;
	font-size: 1.1em;
	margin-top: 1.0em;
	margin-bottom: 6px;
}
h3 {
	color: #000;
	font-size: 1.0em;
	margin-top: 0.5em;
	margin-bottom: 0;
}
p {
	margin-top: 0.5em;
	margin-bottom: 0.6em;
}
.p2 {
	font-size: 10px;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	color: #999;
}
.p3 {
	font-size: 90%;
	line-height: 154%;
	margin-bottom: 0.6em;
	color: #999;
}
.pcolor {
	color: #d6782b;
}
.pbold {
	color: #000;
	font-weight: bold;
}
/* images */
img
{
	border-style: none;
	vertical-align: middle;
}