/*------------------------ CSS RESET ------------------------------------
-----------------------------------------------------------------------*/
* {
	padding: 0;
	margin: 0;
	font-weight: normal;
}

ul,
ol {
	list-style: none;
}

a:link {
	text-decoration: none;
	color: #ff6000;
}

a:visited {
	text-decoration: none;
	color: #ff6000;
}

a:active {
	text-decoration: none;
	color: #ff6000;
}

a:hover {
	text-decoration: none;
	color: #999999;
}

img,
a img {
	border: none;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*------------------------ LAYOUT ------------------------------------
-----------------------------------------------------------------------*/

ul,
ol {
	list-style-image: none;
	list-style-type: none;
}

body {
	background-color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color: #ff6000;
}

#container {
	height: auto;
	width: 900px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	top: 20px;
}

#film {
	height: 200px;
	width: 900px;
	position: relative;
	left: 0px;
	top: -91px;
	z-index: 1;
	border: 1px solid #fe7e00;
}

#indexfilm {
	height: 400px;
	width: 900px;
	position: relative;
	left: 0px;
	top: 40px;
	z-index: 1;
}

#logo {
	height: 91px;
	width: 400px;
	position: relative;
	z-index: 2;
	top: 100px;
	left: 490px;
	background-repeat: no-repeat;
}

#indexlogo {
	height: 150px;
	width: 900px;
	position: relative;
	z-index: 2;
	left: 0px;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}

#text {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #666;
	padding: 0px;
	width: 550px;
	top: 50px;
	position: relative;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: 1px;
}

#navigation {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #ff6000;
	height: 40px;
	width: 900px;
	position: relative;
	font-size: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff6000;
	font-weight: bold;
}


#footer {
	height: 50px;
	width: 900px;
	position: relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ff6000;
	font-size: 11px;
	margin-top: 100px;
	padding-top: 5px;
	color: #666;
}

#kontakt {
	height: 25px;
	width: 400px;
	position: relative;
	font-size: 11px;
	color: #ff6000;
}

#impressum {
	height: 25px;
	width: 80px;
	position: relative;
	font-size: 11px;
	color: #ff6000;
	left: 820px;
	text-align: right;
	margin-top: -25px;
}


.bgshow {
	background-image: url(img/bgschwert.jpg);
	background-repeat: no-repeat;
	background-position: right 225px;
}
.bgimpressum {
	background-image: url(img/bgimpressum.jpg);
	background-repeat: no-repeat;
	background-position: right 225px;
}
.bgkontakt {
	background-image: url(img/bgkontakt.jpg);
	background-repeat: no-repeat;
	background-position: right 300px;
}
.bglinks {
	background-image: url(img/bglinks.jpg);
	background-repeat: no-repeat;
	background-position: right 225px;
}
.bgreferenzen {
	background-image: url(img/bgreferenzen.jpg);
	background-repeat: no-repeat;
	background-position: right 250px;
}

.text {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: disc;
	padding-left: 15px;
}
#galerie {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #666;
	padding: 0px;
	width: 900px;
	top: 50px;
	position: relative;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: 1px;
}


/*------------------------ NAVIGATION ------------------------------------
-----------------------------------------------------------------------*/

.basicnav {
	top: -75px;
}

.indexnav {
	top: 25px;
}

#navigation ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

#navigation li {
	float: left;
	display: block;
	height: 60px;
	margin-left: 35px;
	padding-left: 60px;
}

#navigation ul li a:link, #navigation ul li a:visited{
	text-decoration: none;
	float: left;
	text-decoration: none;
	color: #ff6000;
}
#navigation ul li a:hover {
	color: #AB280F;
	text-decoration: none;
}

#navigation ul li:hover {
	color: #AB280F;
	text-decoration: none;
}

.showaktiv {
	background-image: url(img/s.gif);
	background-repeat: no-repeat;
}

.galerieaktiv {
	background-image: url(img/g.gif);
	background-repeat: no-repeat;
}

.referenzenaktiv {
	background-image: url(img/r.gif);
	background-repeat: no-repeat;
}

.kontaktaktiv {
	background-image: url(img/k.gif);
	background-repeat: no-repeat;
}

.linksaktiv {
	background-image: url(img/l.gif);
	background-repeat: no-repeat;
}

/*------------------------ Mouseover-Fotos ------------------------------------
-----------------------------------------------------------------------*/

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #000;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -400px;
	left: 250px; /*position where enlarged image should offset horizontally */
}
