/*	Variables
	---------	*/
{assign_variable:dark_grey="#282828"}

/*	Resets
	------	*/

html, body, div, span, object, h1, h2, h3, p, blockquote, pre, a, img, q, b, i, hr, ol, ul, li, form, label, table {
	margin: 0;
	padding: 0;
	border: 0;
}
a img {border: 0;}


/*	Html
	----	*/
html {
	height: 100%;	
}
body {
	height: 100%;
	background-image: url(/images/rig/body_bg.gif);
	background-position: center;
	background-repeat: repeat-y;
}
p {
	margin-bottom: 25px;
}
#index p {
	margin-bottom: 50px;
}
a, a:visited {
	/* color: #0088cc; */
	color: #fdae5d;
	color: #983e31;	
	text-decoration: none;
}
a:hover {
	text-decoration: underline;	
}
ul {
	margin-bottom: 50px;	
}
div#content li {
	margin-left: 25px;
}
div#content #events li {
	margin-left: 0px;
}
div#content p img {
	float: left;
	margin-right: 25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/*	Misc
	---- */
	
#preloader {
	display: none;	
}
.clear {
	clear: both;	
}	
.hr {
	width: 100%;
	height: 1px;
	margin-top: 25px;
	margin-bottom: 25px;
	background-color: #2b3033;
	opacity: .1;
	filter: alpha(opacity=10);
}
.trenner {
	width: 100%;
	height: 10px;
	background-image: url(/images/rig/trenner.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 25px;
	margin-bottom: 25px;
}
#facebookbutton a {
	display: block;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 50px;
	height: 110px;
	margin-top: -55px;
	background-image: url(/images/rig/facebook.gif);
	z-index: 99999;
}
#facebookbutton a:hover {
	background-image: url(/images/rig/facebook_mo.gif);	
}

/*	Rig
	--- */
	
div#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -510px; /* the bottom margin is the negative value of the footer's height */
	
	position: relative;
	width: 942px;
	left: 50%;
	margin-left: -471px;	
}
div#menu {} /* See Menu Stylesheet for Details */
div#slides {
	height: 350px;
}
div#breadcrumb {
	margin-top: -25px;
	margin-bottom: 25px;
}
div#content {
	float: left;
	width: 550px;
	margin-right: 50px;
	padding-bottom: 25px;
}
div#contentnosidebar {
	float: none;
	width: 892px;
	padding-bottom: 25px;
	padding-left: 25px;
	padding-right: 25px;
}
div#sidebar, div#sidebar_media {
    	float: left;	
	width: 342px;
}
#footer, #push {
	height: 475px; /* .push must be the same height as .footer */
}
#push {
	height: 500px; /* .push must be the same height as .footer */
}

/*	Rig Ext.
	-------- */

div#bildergalerie {
	margin-left: -25px;
}
div#bildergalerie .bild {
	float: left;
	width: 112px;
	margin-left: 25px;
	margin-bottom: 25px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #FFF;
}
div#bildergalerie .bild img {
	display: block;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	
}
div#bildergalerie .bild .title {
	background-image: url(/images/rig/title_bg.gif);
	background-position: top;
	padding-top: 5px;
	padding-left: 5px;
	height: 30px;
}
div#bildergalerie .bild .zeiger {
	position: absolute;
	margin-top: -10px;
	margin-left: 10px;
	width: 21px;
	height: 10px;
	background-image: url(/images/rig/zeiger.gif);
}
