/**
 * CSS Document for grosskuechenservice.com
 * Stylesheet: general.css
 * Author: Renaldo Scola
 * Copyright: Renaldo Scola
 * Version: v1.0
 * Last update: 2007-07-16
 * -------------------------
 * Styles for the content
 */

/**
 * Recommended order of style definitions:
 * 
 * layout 
 * borders
 * colors
 * fonts
 * text
 * etc.
 */
 
*
{
	margin:0;
	padding:0;
}

/**
 * Elements
 */

a
{
	background:white;
	color:#808080;
	text-decoration:none;
}

address
{
	margin-top:1em;
	font-style:normal;
}

body
{
	min-width:995px;
	background:white;
	color:#808080;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}

fieldset
{
	border:0;
}

h1
{
	background:white;
	color:#3cc;
	font-size:140%;
}

h2
{
	font-size:130%;
}

h3
{
	font-size:115%;
}

h4
{
	font-size:100%;
}

h2, h3, h4
{
	margin-top:1em;
}

p
{
	margin-top:1em;
	line-height:1.5em;
}

ul
{
	list-style-type:none;
}

/* End Elements ----------------------------- */ 

/**
 * Classes
 */

.no-border
{
	border:0;
}

p.first
{
	margin-top:0;
}
/* End Classes ----------------------------- */

/**
 * IDs
 */
 
#header
{
	background:white url(../gfx/header-bg.gif) top right no-repeat;
	color:#A0A0A4;
}

#menu
{
	position:absolute;
	top:56px; left:270px;
}

#menu ul li
{	
	float:left;
	margin-left:30px;
	padding:3px;
}

#menu li:hover
{
	border-top:1px solid #A0A0A4;
}

#imprint
{
	position:absolute;
	top:65px; right:10px;
	font-size:80%;
}

#imprint a
{
	background:white;
	color:#A0A0A4;
	text-decoration:none;
}

#imprint a:hover
{
	text-decoration:underline;
}

#content a
{
	text-decoration:underline;
}

#content a:hover
{
	text-decoration:none;
}

#content #left
{
	float:left;
	width:20%;
	/* background:orange; /* for debugging */
}
#content #center-left
{
	float:left;
	width:35%;
	padding:20px 40px;
	margin-bottom:10px;
	/* background:green; /* for debugging */
}
#content #center-right
{
	float:left;
	width:25%;
	padding:20px 40px;
	border-left:1px solid #3cc;
	/* background:blue; /* for debugging */
}


/* End IDs ----------------------------- */
