
/* Alle Formate fuer das gesamte Layout, keine speziellen Schriftformate! */

/* * * * * * * * * * * ALLGEMEINES * * * * * * * * * * */
html, body
{
 	margin: 0px;         
 	padding: 0px;
	background-color: #303030;
	text-align: center;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.2em;
}

body, table, input, textarea
{
}
body, table
{
	color: #fff;
} 
input, textarea
{
	color: #000;
}

div#layout
{
	width: 900px;
	margin: 35px auto 0px auto;
	text-align: left;
	
	background-image: url(pics/content_background.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

a#anchor
{
	position: absolute;
	top: 0px;
	left: 0px;
}

/* * * * * * * * * * * HEADER * * * * * * * * * * */
div#header
{
	width: 900px;
	height: 222px;
	background-image: url(pics/header_background.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0px auto 20px auto;
	padding: 0px;
	text-align: left;
	position: relative;
	top: 0px;
	left: 0px;
}
div#menu
{
	position: relative;
	top: 55px;
	left: 20px;
	border: 0px solid #f00;
	z-index: 100;
}
a#logo, a#logo:visited, 
a#logo:hover, a#logo:active
{
	position: absolute;
	top: -11px;
	right: 10px;
	display: block;
	width: 308px;
	height: 87px;
	background-image: url(pics/logo_holzdesign-werner.gif);
	background-repeat: no-repeat;
	border: 0px solid #900;
	z-index: 1;
}
h1.logo_unsichtbar
{
	display: none;
}
div#kontakt
{
	position: absolute;
	top: 180px;
	right: 15px;
	border: 0px solid yellow;
	display: block;
}

/* Menuepunkte im Header */
div#menu ul
{
	margin-left: -20px;
}
div#menu ul li
{
	list-style: none;
	line-height: 30px;
	padding: 0px 0px 0px 20px;
	background-image: url(pics/menupunkt.gif);
	background-repeat: no-repeat;

	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 11px;
	color: #fff;
}
div#menu a, div#menu a:visited,
div#kontakt a, div#kontakt a:visited
{
	color: #fff;
	text-decoration: none;
} 
div#menu a:hover, div#menu a:active,
div#kontakt a:hover, div#kontakt a:active
{
	text-decoration: underline;
} 

div#kontakt ul
{
	padding-top: 3px;
}
div#kontakt ul li
{
	display: inline;
	line-height: 30px;
	padding: 0px 0px 0px 18px;
	background-image: url(pics/menupunkt_klein.gif);
	background-repeat: no-repeat;
	list-style-type: square;

	text-transform: uppercase;
	font-size: 10px;
	color: #fff;
}



/* * * * * * * * * * * CONTENT * * * * * * * * * * */
div#title
{
	background-color: #444;
	width: 246px;
	float: left;
}
div#content
{
	border: 0px;
	width: 624px;
	float: right;
	padding: 0px 10px 0px 20px;
}
br#clear
{
	clear: both;
}

div#title div.moebel
{
	width: 36px;
	height: 370px;
	background-image: url(pics/moebel_nach_mass.jpg);
	background-position: 5px 0px;
	background-repeat: no-repeat;
	float: left;
	padding: 0px 0px 0px 5px;
}
div#title h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 1.6em;
	color: #999;
	text-align: center;
	line-height: 1.3em;
	letter-spacing: 0.2em;
	
	height: 35px;
	background-position: top right;
	background-repeat: no-repeat;
}
div#title h1 span
{
	display: none;
}
div#title h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #999;
	text-align: center;
	line-height: 1.3em;
}



/* * * * * * * * * * * FOOTER * * * * * * * * * * */
div#footer
{
	width: 900px;
	height: 36px;
	padding: 0px 0px 5px 0px;
	background-image: url(pics/footer_background.jpg);
	background-repeat: no-repeat;
	text-align: center;
	border: 0px solid #fff;
}
div#footer ul
{
	margin: 0px 0px 0px 0px;
	font-size: 10px;
}
div#footer ul li
{
	display: inline;
	padding: 0px 15px 0px 0px;
	font-size: 10px;
}

div#footer a, div#footer a:visited
{
	color: #fff;
	text-decoration: none;
}
div#footer a:hover, div#footer a:active
{
	text-decoration: underline;
}

div.link_top
{
	width: 100%;
	height: 24px;
	text-align: right;
}
div#footer a.link_top, div#footer a.link_top:visited,
div#footer a.link_top:hover, div#footer a.link_top:active
{
	background-image: url(pics/pfeil_nachoben.gif);
	background-repeat: no-repeat;
	width: 14px;
	height: 11px;
	color: #9f0b0e;
	font-size: 0.8em;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
}
