@font-face {
    font-family: 'KlavikaLightPlain';
    src: url('fonts/klavikalight-plain-webfont.eot');
    src: url('fonts/klavikalight-plain-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/klavikalight-plain-webfont.woff') format('woff'),
         url('fonts/klavikalight-plain-webfont.ttf') format('truetype'),
         url('fonts/klavikalight-plain-webfont.svg#KlavikaLightPlain') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'KlavikaBold';
    src: url('fonts/klavikaboldbold-webfont.eot');
    src: url('fonts/klavikaboldbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/klavikaboldbold-webfont.woff') format('woff'),
         url('fonts/klavikaboldbold-webfont.ttf') format('truetype'),
         url('fonts/klavikaboldbold-webfont.svg#KlavikaBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'KlavikaBoldBoldItalic';
    src: url('fonts/klavikaboldbolditalic-webfont.eot');
    src: url('fonts/klavikaboldbolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/klavikaboldbolditalic-webfont.woff') format('woff'),
         url('fonts/klavikaboldbolditalic-webfont.ttf') format('truetype'),
         url('fonts/klavikaboldbolditalic-webfont.svg#KlavikaBoldBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal; 
}

html,body {
	height:100%;
	font: 14px/27px 'KlavikaLightPlain', Arial, sans-serif;
	color: #666;
}

em {
	font: 30px/27px 'KlavikaBoldBoldItalic', Arial, sans-serif;
	line-height: 120%;
	text-align: center;
	color: #999;
}

h1 {
	font: 28px/27px 'KlavikaLightPlain', Arial, sans-serif;
	margin: 0;
	padding: 3px 5px 3px 40px;
	background-color: #868889;
	color: #fff;
	background-image: url(images/swirl.png);
	background-repeat: no-repeat;
	background-position: 3px 1px;
	border-bottom: 5px solid #ccc;
}
h2 {
	font: 28px/27px 'KlavikaLightPlain', Arial, sans-serif;
	margin: 0;
	padding: 3px 5px 3px 40px;
	background-color: #97be0e;
	color: #fff;
	background-image: url(images/swirl.png);
	background-repeat: no-repeat;
	background-position: 3px 1px;
	border-bottom: 5px solid #ccc;
}
h3 {
	font: 28px/27px 'KlavikaLightPlain', Arial, sans-serif;
	margin: 0;
	padding: 3px 40px 3px 5px;
	text-align: right;
	background-color: #97be0e;
	color: #fff;
	background-image: url(images/swirl.png);
	background-repeat: no-repeat;
	background-position: 867px 1px;
	border-bottom: 5px solid #ccc;
}

a:link {
	color: #666;
	text-decoration: underline;
}

a:visited {
	text-decoration: none;
	color: #666;
}

a:hover {
	text-decoration: none;
	color: #97BE0E;
}

a:active {
	text-decoration: none;
	color: #666;
}
h3 a:link {
	color: #fff;
	text-decoration: none;
}

h3 a:visited {
	text-decoration: none;
	color: #fff;
}

h3 a:hover {
	text-decoration: none;
	color: #000;
}

h3 a:active {
	text-decoration: none;
	color: #fff;
}

body {
  margin:0;
  padding:0;
	/*background-image: url(images/bg.jpg);
	background-position: center center;
	background-attachment: fixed;*/
}

#inhalt {
	margin: 0 auto;
	width: 900px;
	padding: 20px;
	margin-top: 100px;
	margin-bottom: 50px;
	overflow: hidden;
}

#oben {
	position: fixed;
	top: 0px;
	background-image: url(images/bg-oben.png);
	margin-bottom: 0px;
	height: 139px;
	width: 100%;
	overflow: hidden;
	z-index: 1000;
}

#spalte1 {
	width: 286px;
	float: left;
}

#spalte2 {
	width: 286px;
	float: left;
	border-left: 1px dotted #ccc;
	padding-left: 10px;
	margin-left: 10px;
	border-right: 1px dotted #ccc;
	padding-right: 10px;
	margin-right: 10px;
}

#spalte3 {
	width: 286px;
	float: left;
}

.bu {
	background-color: #f90;
	padding: 5px;
	margin-top: 0;
	color: #fff;
}

.rahmen {
	background-color: #ccc;
	padding: 15px;
}

.foto {
	border: 1px solid #fff;
	width: 100%;
}


/* Angaben nur für den Internet Explorer mittels Star-HTML-Hack */

* html, * html body {
    margin:0;
    padding:0;
    height:100%;
    overflow:hidden;
}

* html #inhalt {
    padding:0;
    height:95%;
    overflow:auto;
}

* html #unten {
    background:#efefef;
    height:320px;
    text-align:center;
    padding-top:1%;
}

/* Portfolio */

#slider {

	/* You MUST specify the width and height */
	width:900px;
	height:450px;
	position:relative;	
	overflow:hidden;
}

#mask-gallery {
	
	overflow:hidden;	
}

#gallery {
	
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	
	z-index:0;
	
	/* width = total items multiply with #mask gallery width */
	width:7200px;
	overflow:hidden;
}

	#gallery li {

		
		/* float left, so that the items are arrangged horizontally */
		float:left;
	}


#mask-excerpt {
	
	/* Set the position */
	position:absolute;	
	top:0;
	left:20px;
	z-index:500;
	
	/* width should be lesser than #slider width */
	width:250px;
	overflow:hidden;	
	

}
	
#excerpt {
	/* Opacity setting for different browsers */
	filter:alpha(opacity=75);
	-moz-opacity:0.75;  
	-khtml-opacity: 0.75;
	opacity: 0.75;  
	
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	
	/* Set the position */
	z-index:10;
	position:absolute;
	top:0;
	left:0;
	
	/* Set the style */
	width:250px;
	background-color:#000;
	overflow:hidden;
	font-size:13px;
	color:#fff;	
}

	#excerpt li {
		padding:5px;
	}
	


.clear {
	clear:both;	
}

