/* CSS Document */
body{
background-color:#FFFF99;
}

div#all{
	width:760px;
	margin:auto auto;
	padding-top:10px;
	background-color:#FFFF99;
	padding-top:0px;
	/*margin-top:0px;*/
}

div#title{
	height:150px;
	background-color:#FFFF99;
	/*margin-left:5px;*/
	margin-bottom:7px;
	margin-top:0px;
}

div#menu{
	background-color:#FFFF99;
	width:404px; /*when menu filled with 7 links width:708px; maximum length for one line menu; 8 links and more two line menu*/
	padding:0px;
	margin: auto auto;
}

div#content{
	margin-top:5px;
	padding:10px;
	padding-top:40px;
	width:730px;
	font-size:20px;
}

div#products{
	display:block;
	float:left;
	width:243px;
	height:300px;
	text-align:center;
	margin:0px;
}

a.menu{
	display:block;
	background-color:#FFFF99;
	float:left;
	font-weight:bold;
	width:100px;
	height:24px;
	/*border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000; */
	text-align:center;
	font-size:18px;
	padding-top:5px;
	padding-bottom:5px;
	margin:0px;
}

a.menu:link{color:#00B514;}
a.menu:visited{color:#00DB17;}

table.nolines{
	border:0px;
}

/* Template Copyrights belong to Patrick Schneller */
