/* CSS Document */

*, body , html {
margin: 0;
padding: 0;
	}

body {
background-color:#FFFFFF;
background-image: url(bg2.jpg);
background-repeat: repeat-x;

}
	
a:link {

color: #000000;
font-family:"Times New Roman", Times, serif;
font-size: 18px;
text-decoration: underline;

}

a:hover {

color: #000000;
font-family:"Times New Roman", Times, serif;
font-size: 18px;
text-decoration: none;

}

a:active {
color: #000000;
font-family:"Times New Roman", Times, serif;
font-size: 18px;
text-decoration: none;

}
	
a:visited {
color:#333333;
font-family:"Times New Roman", Times, serif;
font-size: 18px;
text-decoration: underline;

}

#header {
	height: 124px;
	background-image: url(hanfsamen-bestellen.jpg);
	}
	
#content {
margin-right:200px;
}

#navigation {
width: 200px;
float: right;
	}

#container {
	margin: 20px auto 0px auto;
	width: 900px;
	border: 1px #666666 solid;
	background-image: url(bg6.jpg);
	}
	
#navblock {
	margin: 20px 20px 20px 10px;
	border: #666 2px solid;
	}
	
#content2 {
	margin: 20px;
	border: 2px #666666 solid;
	
	}
#content2 h1 {
padding-top: 1em;
padding-left: 10px;
	padding-bottom: 1em;
	text-decoration: underline;
	color:#333333;
	}
	
h2 {
text-decoration: underline;
	}

p {
font-family:"Times New Roman", Times, serif;
font-size: 18px;
padding: 10px;
}
#footer {
	clear: both;
	}
	
