﻿@import url('http://yui.yahooapis.com/2.4.1/build/reset-fonts-grids/reset-fonts-grids.css');

html {
background-color: #c2b8b6;
}

#doc4 {
	margin-top: 6px;
	border: 1px black solid;	
}

#ft {
	color: white;
	font-weight:bold;
}

#slogan {
	color: #AB9996;
	font-weight:bolder;
	font-size: 1.4em;
	padding-top: 10px;
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
}



/** Begin menu **/
#menu {
	padding-top: 100px;
	font-size: 1.4em;
	margin: 10px;
	border-style:none;	
	}
	
#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	font-family:"Times New Roman", Times, serif;
	border-bottom: 1px #cccccc solid;
	}	
	
#menu li a:visited {
	color: #ffffff;
	display: block;
	padding: 8px 0 0 10px;
	}
	
#menu li a:link {
	color: #ffffff;
	display: block;
	padding: 8px 0 0 10px;
	}
	
#menu li a:hover {
	color: #ffffff;
	font-weight: bolder;
	font-style: italic;
	padding: 8px 0 0 10px;
	}
	
/** End menu **/

#top-border {
	margin-top: 55px; 
	display: block;
	background-image: url(../gfx/ramme-underside-topp.jpg);
	width: 603px;
	height: 89px;
}

#bottom-border {
	display: block;
	background-image: url(../gfx/ramme-underside-bunn.jpg);
	width: 603px;
	height: 87px;
}

#main-content {
	background-image: url(../gfx/ramme-underside-bg.jpg);
	width: 583px;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	color: #666666;
}

#main-content h1 {
	font-family: "Lucida Calligraphy";
	font-size: 1.5em;
	display: block;
	text-align: center;
}

#main-content h2 {
	font-family: "Lucida Calligraphy";
	font-size: 1.3em;
	display: block;
	text-align: left;
}


#main-content p {
	padding-top: 0.8em;
}

.imageBox {
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	width: 160px;
	height: 150px;
	font-size: 1em;
	padding-top: 5px;
	margin: 5px auto;
	text-align: center;
}

.products {
	width: 100%;
	background-color: #ffffff;
	display: block;
}

.products .product {
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	width: 160px;
	height: 210px;
	font-size: .8em;
	padding: 10px;
	margin: 5px auto;
	text-align: center;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
