body {
	font-family: verdana, times new roman;
	font-size: 11px;
	
	margin: 0px;
}

#top_balk {
	height: 24px;
	background-color: #cccccc;
}
	#top_balk select {
		float: right;
		height: 20px;
		font-size: 10px;
		width: 100px;
		margin: 2px 10px 2px 0px;

	}

#center {
	width: 900px;
	text-align: left;
	margin: 5px 0px 5px 0px;
}
	#logo {
		float: left;
		width: 400px;

	}

	#login {
		float: right;
		margin-top: 10px;
		width: 250px;
		height: 50px;
		text-align: right;
		color: #666;
	}
		#login input {
			width: 100px;
			height: 14px;
			border: 1px solid #cccccc;
			margin: 1px;
		}
		#login .submit {
			background-color: #cccccc;
			width: 102px;
			height: 18px;
			padding: 0px; margin: 1px;
			color: #fff;
			font-size: 10px;
		}
	#menu {
		clear: both;
		border-bottom: 1px solid #cccccc;
		height: 30px;
		margin-bottom: 10px;
	}
		#menu a{
			display: block;
			float: left;
			height: 30px;
			line-height: 30px;

			padding: 0px 10px 0px 10px;

			text-decoration: none;
			color: #000;
		}
		#menu a:hover {
			background-color: #CCCCCC;
			color: #fff;
		}
	
	#left {
		float: left;
		width: 180px;
		min-height: 300px;

		padding: 10px;

		background-color: #DCDCDC ;
	}
		#left a{
			display: block;
			text-decoration: none;
			color: #666;
			padding: 3px 3px 3px 3px;
		}
		#left a:hover{
			background-color: #CCCCCC;
			color: #000;
		}
		
		#left form {
			display: inline;
		}
		#left input {
			color: #666666;
			width: 140px;
			font-size: 10px;
			padding: 2px;
			border: 1px solid #cccccc;
		}
		.button_img {
			border: 1px solid #cccccc;
			margin: 2px 2px 0px 2px;
			vertical-align: bottom;
			cursor: pointer;
		}
	#right {
		float: left;
		width: 690px;
		margin: 0px 0px 0px 10px;
	}
		#mainvisual {
			width: 100%;
			height: 100px;
			background-color: #4B0082;
			background-image: url('/images/mainvisual.gif');
			margin-bottom: 10px;
		}
			#mainvisual h1{
				margin: 10px;
				padding-top: 30px;
				font-size: 36px;
				color: white;
				
			}

		#content {
			float: left;
			width: 500px;

			text-align: justify;
		}
		#content h1{
			text-align: left;
			display: block;
		}

		#content h3{
		 margin: 0 0 5px 0;
		}#content h3 a{
			color: #4B0082; text-decoration: none;
		}

		#contact {
			float: left;
			width: 160px;
			margin: 0px 0px 0px 10px;
			padding: 10px;

			background-color: #DCDCDC ;
		}

	#bottom_menu {
		clear: both;
		border-top: 1px solid #cccccc;
		height: 30px;
		margin-bottom: 10px;
	}
		#bottom_menu a{
			display: block;
			float: left;
			height: 30px;
			line-height: 30px;

			padding: 0px 10px 0px 10px;

			text-decoration: none;
			color: #000;
		}
		#bottom_menu a:hover {
			background-color: #CCCCCC;
			color: #fff;
		}
	.copyright {
		font-size: 10px;
		color: #999;
		padding-left: 10px;
	}
	
	
	.button {

	width: 104px; 
	height: 22px; 
	line-height: 22px; 
	text-align: center; 
	background-image: url('../klanten/bestellen/button.gif'); 
	cursor: pointer;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	
}