/* www.webup.dk stylesheet (c) Jakub Jaszczur 2009 */

#container {
	position: relative;
	width: 820px;
	margin:0 auto;
	height:100%;
	z-index: 2;
	background: #fff;
}

#header {
	position: relative;
	height: 60px;
	padding: 5px 5px 0 5px;
	width:810px;
	margin-top:30px;
	background:  url(../images/top.png) no-repeat top;
}

#topf{
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 1000px;
	z-index: 1;
}

#content {
	position: relative;
	width:820px;
}
#main {
	position:relative;
	padding: 5px 5px 20px 5px;
}

#footer {
	z-index:2;
	position: relative;
	background: #000 ;
	width: 100%;
	height: 90px;

}

h1 {
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 40px;
	
	font-style: normal;
	font-weight: bold;
	letter-spacing: -2px;
	line-height: 1em;
	padding-top:15px;
	text-indent: 25px;
	border-top: 5px solid #000;

}
h2 {
	color: #a5bf12;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 27px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1em;
	text-indent: 25px;

}

p {
	font-family: Georgia, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.7em;
	padding: 0em 55px 0.5em 55px ;
}
p.centered {
	text-align:center;
}

#footer p {
	padding:0px;
	color: #fff;
	text-align:center;
	font-family: “Lucida Grande”, sans-serif;
	font-size: 10.4px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.5em;

}

#main a {
	color:#6f9120;
	
}

#leftcol {
	position: relative;
	width: 205px;
	height: 375px;
	background: #fff;
	padding:0px 0 0px 0px;
	margin-left:5px;
}
#leftcol ul{
	left:0;
	position:relative;
	list-style:none;
	margin:0;
	padding:0;
	height: 375px;
	width: 195px;
}
#leftcol ul li a{
	display:block;
	height: 57px;
	text-align:left ;
	padding: 18px 0 0 10px;
	width:100%;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 0.8em;
	font-style: normal;
	text-decoration:none;
	color:#333;
}
#leftcol ul li a strong {
	font-family: Georgia, serif;
	font-size:1.55em;
	line-height:1.2em;
	display:block;
	font-weight: normal;
}
#leftcol ul li a:hover {
	background:#6F9120;
}

#topnav {
	position: relative;
	left: 0;
	width: 810px;
	height: 75px;
	background: #fff;
	margin: 0 5px 0 5px;
}
#topnav ul{
	left:0;
	position:relative;
	list-style:none;
	margin:0;
	padding:0;
	height: 75px;
	width: 810px;
}
#topnav ul li {
	float: left;
}
#topnav ul li a{
	display:block;
	height: 57px;
	text-align:center ;
	padding: 18px 0 0 0px;
	width:162px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 0.8em;
	font-style: normal;
	text-decoration:none;
	color:#333;
}
#topnav ul li a strong {
	font-family: Georgia, serif;
	font-size:1.55em;
	line-height:1.2em;
	display:block;
	font-weight: normal;
}
#topnav ul li a:hover {
	background:#6F9120;
}
#topnav ul li#current a,#leftcol ul li#current a  {
	background:#6E0391;
	color: #fff;
}

#iotd{
	position: absolute;
	left: 210px;
	top: 65px;
	width: 600px;
	padding:0px 5px 0 5px;
	height: 370px;
}
a[rel]{

	width: 200px;
	height: 200px;
}
a[rel] img {
	margin:15px;
	border: 5px solid #333;
}

#footer a {
	color: #fff;
}

label {
	position:absolute;
	text-align:right;
	width:150px;
}

input, textarea {
	margin-left: 160px;
	background: #fff;
	border: 1px solid #000;
}

.submit input {
	margin-left: 160px;
}