/**
 * Stylesheet für www.burgclam.com
 */

/**
 * GENERAL
 */

body, p, img, h1, h2, h3, ul, ol, li, dl, dt, dd, table, tr, th, td {
	margin: 0;
	padding: 0;
	list-style: none;
	vertical-align: top;
}

body {
	background: #1E441F;
	color: #FEF2D8;
	font: normal small/1.3 Verdana, Geneva, sans-serif;
}

a {
	color: #FEF2D8;
	text-decoration: none;
	outline: none;
}
a img {
	border: none;
}

/**
 * HEADER + SITE
 */

#header {
	background: #FEF2D8;
}
#header .header-logo {
	margin-left: 70px;
}
#header .header-logo-text {
	margin-left: 90px;
}

#site {
	
}
#site .padding {
	padding: 20px 0;
	background: #1E441F url(img/site-bg.jpg) left top repeat-x;
	font-size: 95%;
}

/**
 * CONTENT
 */

#content {
	position: absolute;
	left: 270px;
	width: 660px;
	padding: 0 0 5em;
	font-size: 105%;
}
#content h1 {
	margin: 0 0 1em;
	font-size: 150%;
}
#content h2 {
	margin: 1em 0 .3em;
	font-size: 120%;
}
#content h3 {
	margin: 1em 0 .3em;
	font-size: 100%;
}
#content p {
	padding: .5em 0;
	text-align: justify;
}
#content a {
	text-decoration: underline;
}
#content a.file-pdf {
	padding-left: 20px;
	background: url(img/icon-pdf-text.png) left center no-repeat;
}
#content a.file-film {
	padding-left: 20px;
	background: url(img/icon-film.png) left center no-repeat;
}
#content img {
	margin: .5em;
}
#content img.border {
	padding: 2px;
	border: 1px solid #2D662F;
}
#content img.float-left {
	clear: left;
	float: left;
	margin: 0 1em 1em 0;
}
#content img.float-right {
	clear: right;
	float: right;
	margin: 0 0 1em 1em;
}
#content table img {
	margin: 0;
}
#content ul {
	padding-bottom: 1em;
}
#content ul li {
	margin-left: 2em;
	list-style: square;
}
#content ul.wide li {
	margin-bottom: 1em;
}

#content .gallery td.gallery-image {
	margin-top: 10px;
	padding: 2px;
	border: 1px solid #2D662F;
	text-align:center;
}
#content .gallery td.gallery-image img {
	margin: 0;
}
#content .gallery td.gallery-image p {
	text-align:center;
	padding: .1em 0;
}
#content .gallery td.gallery-image p.gallery-image-text {
	font-weight: bold;
}
#content .gallery td.gallery-image p.gallery-image-download {
	font-size: 80%;
}


/**
 * SIDEBAR MENU
 */

#menu {
	float: left;
	width: 270px;
}
#menu ul {
	padding-right: 30px;
	font-size: 105%;
	font-weight: bold;
}
#menu ul li {
	height: 34px;
	text-align: center;
}
#menu ul li a {
	display: block;
	line-height: 34px;
	text-shadow: #121 0px 1px 5px;
}
#menu ul li a:hover,
#menu ul li a:focus
{
	background: #4B694C url(img/menu-item.png) right top no-repeat;
}
#menu ul li.active a
{
	background: #FEF2D8 url(img/menu-item.png) right -34px no-repeat;
	color: #1E441F;
	text-shadow: #ffe 1px 1px 1px;
}

#menu .special {
	padding-right: 10px;
	text-align: center;
}

#menu .lang-selector {
	padding: 5px 4em 0 2em;
	font-size: 80%;
	cursor: default;
	text-align: center;
}

/**
 * FOOTER
 */

#footer {
	clear: both;
	height: 70px;
}

/**
 * FIXES
 */

#site:after
{
	content: ".";
	visibility: hidden;			
	height:     0;
	display: block;
	clear: both; 
}
#site
{
	display: inline-table;
	/* \*/
	display: block;
	/* */
	/* ; */	
	height: auto ! important;
	/* \*/
	height: 1%;
	/* */
}
