/*============================*/
/*=== Font-Face ===*/
/*============================*/

@font-face {
    font-family: 'ChanticleerRomanRegular';
    src: url('fontface/CHANTICL-webfont.eot');
    src: url('fontface/CHANTICL-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontface/CHANTICL-webfont.woff') format('woff'),
         url('fontface/CHANTICL-webfont.ttf') format('truetype'),
         url('fontface/CHANTICL-webfont.svg#ChanticleerRomanRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html { height: 100%; }
body { height: 100%; }
#nonfooter { position: relative; min-height: 100%; }
* html #nonfooter { height: 100%; }
#mainwrapper { padding-bottom: 9em; }
#footer { position: relative; margin-top: -7.5em; }

*{
	margin: 0;
	padding:0;
	border: 0 none;	
   behavior: url(iepngfix.htc);

}

.wrapper
{
	width:1000px;
	margin:auto;
	text-align:center;
	
}
.bghead
{
	background:url(images/header.png) repeat-x;
	height:251px;
}
.head
{
	background:url(images/logo.png) no-repeat;
	width:500px;
	height:251px;
	float:left;
}

.navi
{
	padding-top:110px;
	float:right;
	padding-right:100px;
}
.navi ul
{
	list-style:none;
	margin-left:100px;
}
.navi li
{
	display:inline;
	color:#999;
	margin:10px;
}
a:link , a:visited, a:active
{
	color:#999;
	text-decoration:none;
}
a:hover
{
	color:#CCC;
	text-decoration:underline;
}
.bgheadbottom
{
	background:url(images/headbottom.png) repeat-x;
	height:12px;
}

.content
{
	text-align:center;
	margin:auto;
	padding-top:250px;
	text-align:left;
	padding-bottom:50px;
}
.content2
{
	margin-left:80px;
	width:100%;
	font-size:16px;
	float:left;
}
.content3, .content4
{
	margin-left:150px;
	width:200px;
	float:left;
}
.contentwrapper
{
	margin-top:40px;
	width:1000px;
}
.content ul
{
	width:200px;
}
.content li
{
	margin-top:15px;
	font-size:20px;
	color:#666;
}
.content h1
{
	font-family: ChanticleerRomanRegular;
	color:#006;
}
.content h2
{
	font-family: ChanticleerRomanRegular;
	color:#006;
	font-size:32px;
}

.footer
{
	text-align:center;
	margin:auto;
	background:url(images/header.png) repeat-x;
	height:50px;
	width:100%;
	display:block;
	clear:both;
}
.footer2
{
	color:#999;
	padding-top:10px;
}

.bilder a
{
	outline: none;
}

.bilder a img {
	border: 1px solid #BBB;
	padding: 2px;
	margin: 10px 20px 10px 0;
	vertical-align: top;
}

.bilder a img.last {
	margin-right: 0;	
}

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
	position:absolute;
	background:url(images/slider.png) no-repeat;
	width:998px;
	height:392px;
	margin:0 auto;
	padding-top:74px;
	margin-top:50px;
	margin-left: -500px;
	left: 50%;
	top: 80px;
}

#slider {
	position:relative;
    width:618px;
    height:246px;
    margin-left:190px;
	background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:-42px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}
.clear {
	clear:both;
}