/* 
Template from Robert Kreinz, based on Blue blog template 
----------------------
*/
html {
	min-height: 100%;
	padding-bottom: 7px;
}
* {
	margin: 0;
	padding: 0;
}

body {
	background: #337FC6;
	color: #999999;
	margin-top: 15px;
	font-family: verdana, arial, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	line-height: 13pt;
	font-weight: normal;
	font-variant: normal;
}

a, a:visited {
	text-decoration: none;
	color: #000;	
}

a:hover {
	color: #666666;
}

#header {
	width: 54.65em;
	height: 60px;
	background: #000 url("images/header-naturblick.gif") no-repeat;
	padding-top: 20px;
	padding-left: 18px;
	font-size: 14pt;
	color: #FFF;
}

#header h2{
	padding-top: 5px;
	font-size: 0.5em;
	color: #CCCCCC;
}

#container {
	width: 1038px;
	background: #fff url("images/grid3.png") right;
	border: 1px none #666666;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#wrapper {
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
}

#horizontal {
	width: 980px;
	height: 30px;
	font-weight: bold;
	font-size: 8pt;
	padding-top: 6px;
	padding-left: 20px;
	background-image: none;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	
}

#horizontal a, #horizontal a:visited {
	color: #999999;
	text-decoration: none;
	margin-right: 15px;
}

#horizontal a:hover {
	color: #FFF;
	text-decoration: none;
}

#right-column {
	color: #808080;
	width: 100px;
	float: right;
	padding: 8px;
	margin-top: 55px;
	margin-right: 7px;
	background-image: url("images/grid2.gif");
	background-position: left top;
}

#right-column a:hover {
	color: #FFF;
	text-decoration: none;
}

#r2 {
	font-size: 10pt;
	font-weight: bold;
	color: #CCCCCC;
	margin-bottom: 5px;
	padding-left: 14px;
	text-align: center;
}

#content {
	float: left;
	width: 900px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 4px;
	border-color:#999999;
}

#content h2{
	font-size: 12pt;
	font-weight: bold;
	color: #CCCCCC;
	margin-bottom: 5px;
	padding-left: 14px;
	text-align: center;
}

#content h3{
	font-size: 10pt;
	font-weight: bold;
	color: #CCCCCC;
	margin-bottom: 5px;
	padding-left: 14px;
	text-align: left;
}

#content h4{
	font-size: 10pt;
	font-weight: bold;
	color: #999999;
	margin-bottom: 5px;
	padding-left: 14px;
	padding-right: 14px;
	text-align: center;
}

#content h5{
	font-size: 9pt;
	color: #CCCCCC;
	margin-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
	font-style: normal;
}

#content h6{
	font-size: 9pt;
	color: #CCCCCC;
	margin-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	font-style: normal;
}

table{
margin-left:auto;
margin-right:auto;
}



.black {
	color: #000;
}

p {
margin-bottom: 20px;
padding-left: 14px;

}

input.text {
	width: 70px;	
	border: 1px solid #ccc;
}

input.button {
	color: #808080;
	padding-left: 0px;
	font-size: 8pt;	
	border: none;
	background: none;
	}

#searchbox {
	background: url(searchbox.gif) no-repeat;
	padding: 5px;
	height: 30px;
}

#footer {
	color: #999999;
	clear: both;
	width: 310px;
	margin-left: 0px;
	height: 12px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 3px;
	background-color: #333333;
}

#footer a, #footer a:visited{
	color: #ccc;
}

#footer a:hover {
	color: #333333;
}

