/***** styles by sehcom.de *****/



body {
	background-color: #000;
	/*
	background-image:url(../img/bg.png);
	background-repeat:no-repeat;
	background-size: 400px 1000px;
	*/
	height: 100%;
	color:#fff;
	padding:0;
	margin:0;
}

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

}

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

}

img {
	border:none;}

/* ----------container zentriert das layout-------------- */
.container {
	width: 1100px;
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height:auto !important; /* Important Regel für moderne Browser */
	height:100%; /* Mindesthöhe für den IE */
	overflow: hidden !important; /* FF Scroll-leiste */ 
	margin: 0 auto;
	padding: 0;
	background-color:none;
	border-left:#000 20px solid;
	border-right:#000 40px solid;}


/* ----------topline-------------- */
.topline{
	background-color:none;
	background-image:url(../img/topline.png);
	width: 1100px;
	height:28px;
	/*position: fixed;*/
	color:#900;
	margin-top:10px;
	z-index:0;
	clear:both;}
	
/* ----------header-------------- */
.header{
	background-color:none;
	width: 1100px;
	height:200px;
	}

/* ----------header-------------- */
.logo{
	background-color:none;
	width: 300px;
	height:50px;
	float:left;
	padding-top:150px;
	}
/* ----------header-------------- */
.nav{
	background-color:none;
	width: 700px;
	height:50px;
	float:right;
	padding-top:150px;
	font-family: 'minidibregular', 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	font-size:28px;
	letter-spacing:1.0pt;
	color: #999;
	text-align: right;
}

/*----- navigationselemente -----*/

.nav a:link{ padding-left:20px;}
.nav a:link {color: #999; text-decoration:none;}
.nav a:acitve {color:#999; text-decoration:none;}
.nav a:visited {color:#999; text-decoration:none;}
.nav a:hover {color:#333; text-decoration:none;}

a:link {color:#666; text-decoration:underline;}
a:acitve {color:#666; text-decoration:underline;}
a:visited {color:#666; text-decoration:underline;}
a:hover {color:#999; text-decoration:underline;}


/*----- linke spalte -----*/
.left {
	
	padding-top:100px;
	font-family: 'OpenSansRegular', 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	font-size:12px;
	letter-spacing:1.0pt;
	line-height:18px;
	color: #999;
	float:left;
	
	width: 250px;
	min-height:600px;
	
	background-color:none;
	/*----- silbentrenung -----*/
	 -webkit-hyphens: auto;
	 -moz-hyphens: auto;
	 -ms-hyphens: auto;
	 	hyphens: auto;}

.left p{margin:0px;padding-top:0px;padding-bottom:10px;}

.left h2{
	font-family: 'minidibregular';
	font-size:28px;
	font-weight: normal;
	letter-spacing:1.2pt;
	font-style:normal;
	line-height:20px;
	color: #666;
	margin-top:0px;
	margin-bottom:10px;}
	

.left h3{
	font-family: 'OpenSansRegular', 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	font-size:14px;
	font-weight: normal;
	letter-spacing:1.2pt;
	font-style:normal;
	line-height:20px;
	color:#666;
	margin:0px;}


/*----- rechte spalte -----*/
.right {
	
	padding-top:100px;
	font-family: 'OpenSansRegular', 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	font-size:12px;
	letter-spacing:1.0pt;
	color: #999;
	float:right;
	
	width: 765px;
	min-height:600px;

	background-color:none;
}

.right p{margin:0px;padding-top:0px;padding-bottom:10px;}

.right h2{
	font-family: 'minidibregular';
	font-size:28px;
	font-weight: normal;
	letter-spacing:1.2pt;
	font-style:normal;
	line-height:20px;
	color: #666;
	margin-top:0px;
	margin-bottom:10px;}
	

.right h3{
	font-family: 'OpenSansRegular', 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	font-size:14px;
	font-weight: normal;
	letter-spacing:1.2pt;
	font-style:normal;
	line-height:20px;
	color:#666;
	margin:0px;}






/*----- gallery -----*/
.gal{
	background-color:none;
	width:800px;
	min-height:500px;
	overflow: visible;
	}
.thumbs {
	background-color:none;
	margin-left: 0px;
		padding-left: 0px;
}
.thumbs li {
	
	float: left;
	margin-left: 5px;
	list-style-type: none;
	margin-bottom: 5px;
	display: block;
	height: 380px;
	width: 250px;
	position: relative;
	
}

img.grey {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
 
img.color {
	position: absolute;
	left: 0; top: 0;
}


/*----- footer  -----*/
.footer {
	float:right;
	margin-top:100px;
	height:320px;
	background:#0b0b0b /*#0b0b0b*/;
	background-image:url(../img/f71.png);
	width:1100px;
	font-family: 'OpenSansRegular', 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	font-size:12px;
	color:#999;
	/*----- silbentrenung -----*/
	 -webkit-hyphens: auto;
	 -moz-hyphens: auto;
	 -ms-hyphens: auto;
	 	hyphens: auto;
}

.footer h3 {
	font-family: 'minidibregular', 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	margin: 0px 0 15px 0;
	padding: 0 0 0px 0;
	font-size: 24px;
  font-weight:normal;
	text-transform: none;
	border-bottom: solid 1px #999;
	letter-spacing: 1px;
}

.fkont{
	float:left;
	width:300px;
	height:250px;
	padding:15px;
	
}

.fnetz{
	float:left;
	width:400px;
	height:250px;
	padding:15px;
	
	}
	
.fuhrheb{
	float:right;
	width:300px;
	height:250px;
	padding:15px;
	
	}

/* ----TopLink------------------------------------------------------------- */
#backtotop {
    position: fixed;
	    right:18px;
    top:45%;
    display:none;/*hid the button first*/
	}
	#backtotop a {
	    text-decoration:none;
	    border:0 none;
	    display:block;
	    width:31px;
	    height:155px;
	}
	#backtotop a:hover {
	    opacity:.8; /*mouse over fade effect*/
	}
	

/* ------------------------------------------------------------------------ */