﻿html {
	height: 100%;
	min-height: 100%;
}
body{
	height: 100%;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container{
	width: 980px;
	/*height: 100%;*/
}

#menu{
	float: left;
	width: 200px;
	padding-top: 15px;
	color: #000099;
}
#menu a{
	color: #000099;
	text-decoration: none;
}

#menu h1, #menu h2{
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	margin: 0;
}

#menu h1{
	font-size: 18px;
}

#menu ul {
	margin-left: 25px;
	padding: 0px;
}

#menu li{
	padding-bottom: 20px;
	font-weight: bold;
	list-style-image: url("../images/design/li_menu.jpg");
}
#menu li span{
	color: #FF0000;
}


#menu #telefoon{
	padding-left: 25px;
	font-weight: bold;
}

#content{
	float: left;
	border-left: 1px solid #87a800;
	border-right: 1px solid #87a800;
	width: 580px;
	padding: 15px 15px 0px 15px;
	color: #000099;
	background: url("../images/design/bg.gif") no-repeat top right;
	min-height: 98%;
	line-height:1.5em;
}

#content a{
	color: #000099;
}

#content h1{
	color: #0000ff;
	font-size: 18px;
	font-weight: bold;
}

#content h2{
	font-size: 12px;
	font-weight: bold;
	padding-left: 20px;
}

#content h3{
	color: #0000ff;
	font-size: 18px;
	font-weight: bold;
}
#content h3#h3{
	float:left;
}
#content p#talen{
	float:right;
}
#content h3 #titel{
	float:left;
	width: auto;
}
p#talen{
	float:right;
	width: auto;
}

#content h4{
	font-size: 12px;
	font-weight: bold;
	padding-left: 20px;
}
#content h4#h4{
	clear:both;
}

#content h5{
	color: #0000ff;
	font-size: 14px;
	line-height: 10px;
	margin: 0px;
	margin-bottom: 5px;
}

#content h6{
	color: #000099;
	font-size: 12px;
	line-height: 10px;
	margin: 0px;
	margin-bottom: 5px;
}

#content li {
	font-weight: bold;
	line-height: 18px;
}

#content li a{
	color: #000099;
}

#content .rood{
	color: #FF0000;
}

#content .lijn {
	background: #7e7e7e;
	height: 1px;
	width: 100%;
	margin-bottom: 10px;
}

#content .img_onlinebestellen {
	text-align: left;
	padding-right:5px;
}

#content #copyright {
	text-align: center;
}
#content #copyright a{
	text-decoration: none;
	font-weight: bold;
	color: #808080;
}

#banner{
	padding: 0px;
	padding-left: 0px;
	margin-left: 5px;
	min-height: 98%;
	line-height:1.5em;
}

#banner img{
	margin-left: 5px;
}
.red, a.red .red a{
	color: #FF0000;
}
.groter, .groter a{
	/*
	font-size: 18px;
	line-height: 22px;
	*/
}
.middel, .middel a{
	/*
	font-size: 14px;
	line-height: 16px;
	*/
}
.bold, .bold a{
	font-weight: bold;
}
.noline *{
	text-decoration: none;
}
.noline a{
	/*border-bottom: 1px solid red;*/
}