
body {
	background-color: #dedede;
	margin        : 0px; 
    padding       : 0px; 
    text-align    : center; 
    margin-bottom : 30px;
}
img{
	border:1px;
	border-style:solid;
	border-color:#3b473a;
	margin-bottom:5px;
}
h1{
	font-size:18px;
	color:#10770b;
}

#header h1 {
  text-align: right;
  margin-top: 0px;
  margin-right: 210px;
  line-height: 38px;
  }
#main{
	position: relative;
	margin :auto;
	padding: 0px;
	background-color: #dbecda;
	width:900px;
}
#header{
	position:relative;
	width:900px;
	height: 185px;
	padding-top: 15px;
	margin-bottom:20px;
	background-image:url("graf/header.png");
	background-repeat:no-repeat;
}

#header h1 {
  color: #000;
  font-family: verdana;
  font-size: 25px;
  font-weight: normal;
  font-style: italic;
  }
#headertext{
	position:absolute;
	left:0px;
	padding-top: 21px;
	padding-left: 20px;
	color: #FFFFFF;
	font-family: Verdana;
	font-weight: bold;
	font-size:18px;
}
#menu{
	position: absolute;
	width: 240px;
	left:20px;
	top: 240px;
	z-index:2;
}
ul, ul li {
	display: block;
	list-style: none;
	padding: 0px;
	margin:0px;

}
ul a:link, ul a:visited {
	display: block;
	height: 30px;
	width:240px;
	text-decoration: none;
	text-align: center;
	padding-top: 9px;
	font-family: verdana;
	font-size:16px;
	background-image: url("graf/black.png");
	background-repeat: no-repeat;
	color: #FFFFFF;
	margin-bottom:5px;
	
}

ul a:hover {
	background-image: url("graf/grey.png");
	

}
#now{
	background-image: url("graf/white.png");
	color: #000000;
}
#fullfill{
	position: absolute;
	margin-bottom:25px;
	width: 235px;
	height:600px;
	min-height: 200px;
	left:10px;
	top: 230px;
	background-color:#19b611;
	border:1px;
	border-style:solid;
	border-color: #000000;
	z-index:1;
}
#content{
	margin-left:240px;
	margin-right:20px;
	margin-top:20px;
	margin-bottom:20px;
	width:600px;
	height:600px;
	background-color:#FFFFFF;
	border-width:1px;
	border-style:solid;
	border-color:#3b473a;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:30px;
	padding-right:10px;
	text-align:justify;
	font-family:verdana;
	font-size:15px;
}

#images{
	text-align:center;
	
	
}
#kontener1{
	float:right;
	
}
#kontener2{
	float:right;
}
#furgon{
	float:right;
}
#spreadtxt{
	text-align:center;
	line-height: 40px;
	font-size:18px;
}
#smalltxt{
	font-size:5px;
}
#footer{
	font-size:12px;
	font-family: verdana;	
	padding-bottom:20px;
}
#content p {
	margin-bottom: 30px;
	}