@CHARSET "UTF-8";
/**
 * Template Stylesheet for Rudolf Engel
 * 
 * @author Karin Lange
 * @copyright Copyright ©2011, seeQgrafix
 * 
 */

/* ******************** Clearing ********************* */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td
{
	margin: 0;
	padding: 0;
}

/* ******************** Fonts ************************ */
html, body
{
	background-color: #ffffff;
	color: #000000;
	font-family: Verdana, Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	height: 100%;
	text-align: left;
}

/* ******************** Layout *********************** */
div#header
{
	height: 165px;
	background-color: #9e4c04;
}
img#signature
{
	position: absolute;
	left: 6%;
}
img#logo
{
	position: absolute;
	top: 40px;
	left: 11%;
	margin-left: 300px; 
}

/* ******************** Content ******************** */
div#content
{
	max-width: 430px;
	position: absolute;
	left: 11%;
	margin-left: 300px;
	margin-right: 32em;
	top: 225px;
}

div#contentContainer > img
{
	margin: 30px 0 30px 8%;
}

div#content > p
{
	margin-bottom: 0.25em;
	text-align: justify;
}

/* ******************** Navigation ******************** */
div#navigation
{
	font-size: 1.1em;
	position: absolute;
	top: 132px;
	left: 11%;
	margin-left: 300px;
	min-width: 410px;
}
div#navigation > a.active
{
	color: #f5dfc8;
}

div#navigation > a
{
	color: #e1bd98;
	margin-right: 1.5em;
}
div#navigation > a:hover
{
	color: #f5dfc8;
	text-decoration: none;
}
/* ******************** Categories *************** */
div#categories
{
	width: 23em;
	color: #ffffff;
	background-color: #e9bc94;
	float: right;
	margin: 2em 0 0 2em;
	padding: 1em 2em;
}
div#categories > div
{
	color: #000000;
}

div#categories h1
{
	font-size: 1.2em;
}
div#categories h1:hover
{
	cursor: pointer;
}

div#categories h1:before
{
	display: inline-block;
	content: "";
	width: 1em;
	height: 2.5em;
	margin-right: 0.5em;
}

/* Skulpturen */

div#objetTrouve > h1:before
{
	background-color: #ab8f00;
}
div#freieKomposition > h1:before
{
	background-color: #00722a;
}
div#mehrEiner > h1:before
{
	background-color: #005391;
}
div#oeffentlich > h1:before
{
	background-color: #a40008;
}


div#categories ul
{
	margin-left: 1.6em;
}
div#categories li
{
	list-style: none;
	margin: 1em 0;
}

div#categories li a
{
	color: #000000;
}
div#categories li a:hover
{
	text-decoration: none;
}

hr
{
	color: #ffffff;
	border: #ffffff 1px solid;
	clear: both;
}

/* ******************** Links ******************** */
a
{
	color: #ffffff;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a img
{
	border: none;
}

a.impressum
{
	float: right;
	margin-left: 1em;
}

/* ******************** Headlines ******************** */
h1
{
	font-size: 2em;
	font-weight: normal;
	margin-bottom: 1em; 
}

h1.sculptureTitle
{
	font-size: 1.25em;
	margin: 1em 0 0.25em 0;
}

h2
{
	font-size: 1.25em;
	font-weight: normal;
}

/* ******************** Paragraphs ******************** */
p
{
	margin: 0 0 1em 0;
}