/**
 * CSS Document for grays.de
 * Stylesheet: general.css
 * Author: Renaldo Scola
 * Copyright: Renaldo Scola
 * Version: v1.0
 * Last update: 2007-06-11
 */

/**
 * Recommended order of style definitions:
 * 
 * layout 
 * borders
 * colors
 * fonts
 * text
 * etc.
 */


*
{
	margin:0;
	padding:0;
	color:#808080;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
}

a img { border:0 }

/**
 * Elements
 */
body
{
	min-width:995px;
	background:white;
}
a
{
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}
address
{
	font-style:normal;
}
h1, h2, h3, h4
{
	clear:both;
	margin-bottom:1em;
	font-weight:bold;
	letter-spacing:0.1em;
}
h1
{
	font-size:140%;
}
h2
{
	font-size:110%;
}
h3
{
	font-size:100%;
}
h4
{
	margin:1em 0;
	font-size:100%;
	letter-spacing:normal;
}
fieldset
{
	border:0;
}
ul
{
	list-style-type:none;
}


/**
 * Classes
 */
.align-center
{
	text-align:center;
}
.img-left
{
	float:left;
	margin:0 1em 1em 0;
}
.no-border
{
	border:0;
}
.inner-wrap
{
	padding:15px;
}
.last
{
	border-bottom:1px solid #F57921;
}
.selected
{
	background:#F57921;
}  
.invisible
{
/* 
This class is used as a helper
to achieve the same heights for 
main menu and submenu li 
elements.
*/
	font-size:120%;
	font-weight:bold;
	letter-spacing:0.1em;
	visibility:hidden;
}


/**
 * IDs
 */
#header
{
	background:white url(../gfx/header-pic.jpg) top left no-repeat;
}
#logo
{
	margin-top:100px;
	margin-left:296px;
}
#imprint-sitemap
{
	position:absolute;
	top:5px; right:20px;
	font-size:80%;
}
#printer
{
	position:absolute;
	top:50px; left:710px;
}
#searchbox
{
	position:absolute;
	top:77px; left:710px;
}
#searchbox-field
{
	padding:2px;
	border:1px solid #F57921;
}
#searchbox-button
{
	margin-left:5px;
	vertical-align:bottom;
}
#sidebar-left, #main-body
{
	margin-top:30px;
}
#sidebar-left
{
	float:left;
	padding-left:20px;
	width:220px;
	/* background:blue; /* for testing */
}
#main-nav li
{
	padding:5px 10px 3px;
	border-top:1px solid #F57921;
}
#main-nav a
{
	font-size:120%;
	font-weight:bold;
	letter-spacing:0.1em;
	text-transform:uppercase;
}
#main-nav a:hover
{
	background:#F9AF7A;
	text-decoration:none;
}
#main-nav li:hover
{
	background:#F9AF7A;
}
#main-nav li.selected
{
	font-size:120%;
	font-weight:bold;
	letter-spacing:0.1em;
}
#main-nav .selected:hover, #sub-nav .selected:hover
{
	background:#F57921;
}
#main-body
{
	float:left;
	margin-left:30px;
	margin-right:20px;
	width:700px;
	/* background:green; /* for testing */ 
}
#sub-nav ul
{
	clear:left;
	float:left;
	width:100%;
	border-top:1px solid #F57921;
}
#sub-nav li
{
	float:left;
	padding:5px 10px 3px;
}
#sub-nav a
{
	font-size:100%;
	font-weight:normal;
}
#sub-nav a:hover
{
	background:#F9AF7A;
	text-decoration:none;
}
#sub-nav li:hover
{
	background:#F9AF7A;
}
#sub-nav #ul-spacer
{
/*
Helper for the gutter between
submenu and content.
*/
	visibility:hidden;
}
#content-left, #content-right
{
	border:1px solid #F57921;
}
#content-footer
{
	margin-top:30px;
	text-align:center;
}
#footer
{
	clear:both;
	padding:30px 20px 20px;
	font-size:80%;
}