@import url(/css/menu.css);
@import url(/css/forms.css);

/********************************************************
   default.css
   (C) Mangrove 2007
   Default style properties
********************************************************/

html, body
{
	height: 100%;
}

body
{
	background: #fff url('../images/bg.gif') repeat-x top center;
	font: 100% Trebuchet MS, Arial, Verdana, sans-serif;
	line-height: 1.5em;
	margin: 0;
	color: #000;
}

/***************************************************/
/*****          surrounding div's              *****/
/***************************************************/

div#wrapper
{
	margin: 0 auto -50px;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	font-size: 0.8em;
}

#header, #content, #left, #center, #right
{
	margin: 0;
	padding: 0;
	position: relative;
}

#header
{
	height: 310px;
	width: 720px;
	margin: 0 auto;
}

#content
{
	width: 100%;
}

/***************************************************/
/*****                   text                  *****/
/***************************************************/

a:link, a:visited
{
	color: red;
	text-decoration: underline;
}

a:hover, a:active
{
	color: red;
	text-decoration: none;
}

img
{
	border: 0;
	margin: 0;
}

img.right
{
	float: right;
}

img.left
{
	float: left;
}

hr
{
	height: 0; 
	border: 0; 
	border-top: 1px solid gray;
}

h1, h2, h3, h4
{
	color: #000;
	margin: 0;
	padding: 0;
}

h1
{
	font-size: 1.4em;
}

h2
{
	font-size: 1.3em;
}

h3
{
	font-size: 1.2em;
}

h4
{
	font-size: 1.1em;
}

div.bottom
{
	clear: both;
	float: none;
}

/***************************************************/
/*****                   left                  *****/
/***************************************************/


/***************************************************/
/*****                   center                *****/
/***************************************************/

#intro_wrap
{
	width: 100%;
	background: #ededed;
}

#intro
{
	padding: 0px 5px 10px 20px;
	width: 695px;
	min-height: 168px;
	margin: 0 auto;
}

div.intro_txt
{
	width: 485px;
	float: left;
	padding: 10px 0;
}

div.bestel_txt
{
	width: 660px;
	float: left;
	padding: 10px 0;
}

#bestel
{
	width: 680px;
	height: 160px;
	margin: 0 auto;
	padding: 0px 0px 10px 0px;
	list-style-type: none;
	float: none;
	clear: both;
}

#bestel li
{
	margin: 0;
	padding: 0;
	float: left;
}

#bestel .bestel_center
{
	padding: 0px 40px 0px 40px;
}

.check {
	border: 1px solid #fff;
	padding: 5px;
	background: #f9f9f9;
}

.ideal {
	padding: 10px 5px 5px 5px;
	float: right;
}

/***************************************************/
/*****                   right                 *****/
/***************************************************/


/***************************************************/
/*****                   footer                *****/
/***************************************************/

div#clear
{
	height: 50px;
	width: 1%;
	clear: both;
}

div#footer
{
	width: 680px;
	height: 50px;
	margin: 0 auto;
	padding: 0px 20px 0px 20px;
}