@charset "UTF-8";
/* CSS Document */

img {
	background-image: url(../__images/bg_nix.gif);
}
a img {
	border:none;
	background-image: url(../__images/bg_nix.gif);
}
a:active, a:focus {
	outline: none
}
/* WRAPPING */

* {
	font-family:"Century Gothic", Arial, Helvetica, Verdana, sans-serif;
	margin:0;
	padding:0;
}
html, body {
	top:0;
	left:0;
	right:0;
	min-height:100%;
	margin:0;
	padding:0;
	width:100%;
}
#footer_container {
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	text-align:center;
	margin:0;
	height:432px;
	z-index:3;
}

#conacta td { min-width: 260px; color:#FFF; font-weight:normal; font-size:16px; line-height:22px;
}

#conacta h1 { color:#FFF; font-weight:bold; font-size:18px; line-height:22px; padding: 10px 20px 10px 20px;
:20px;
}

#conacta p { color:#FFF; font-size:14px; line-height:22px; padding: 10px 20px 10px 20px;
}

#conacta  a:link, a:hover, a:visited, a:active  { color:#FFF;}

#footer {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	padding-left: 30px;
	padding-right:30px;
	margin:0 auto;
	z-index:3;
	overflow:hidden;
}
#footer img {
	margin-right:2px;
}
/* Nur für den MSIE */

* html, * html body {
	overflow:hidden;
	bottom:0;
	height:100%;
}
* html #header_container, * html #footer_container {
	position:absolute;
	width:100%;
	padding-right:16px;
}
* html #menu {
	position:absolute;
}
* html #header, * html #footer {
	height:100%;
	position:static;
}
* html #content {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	height:100%;
	width:100%;
	overflow:auto;
	margin:0;
}
body {
	position:absolute;
	height: 100%;
	width: 100%;
	font-size:10px;
	z-index:0;
	line-height: 1.5em;
	overflow:hidden;
}
#fullscreenbg {
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;
}
#logo {
	float: right;
	width:270px;
	height:157px;
	background-image: url(../templates/diamantimages/strickwerklogo.png);
	display:block;
	margin:10px;
}
#header {
	position: fixed;
	float: right;
	width:500px;
	right:30px;
	top:0px;
	z-index:11;
}
#menuu {
	text-align:left;
	font-size:18px;
	line-height:24px;
	color:#F00;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	width:80px;
	float:right;
	background-image:url(../templates/diamantimages/black_60.png);
	padding:20px;
	min-height:130px;
}
#menuu a:link {
	color:#F00;
	text-decoration:none;
}
#menuu a:visited {
	color:#F00;
	text-decoration:none;
}
#menuu a:hover {
	color:#fff;
	text-decoration:none;
}
.contacto {
	background-image: url(diamantimages/black_60.png);

	color:#fff;
	text-decoration:none;
	font-size:16px;
	line-height:22px;
	text-align:left;
	padding:20px;
	margin-top:0px;
	top: 0px;
	margin-right:2px;
}
.contacto p {
	font-size:16px;
line-height:22px;
}

.contacto h1 {
	font-size:18px;
	font-weight:bold;
}
.contacto a:link, a:hover, a:visited, a:active {
	color:#Fff;
}
/* hide from incapable browsers */
div#scrollbar {
	display:none;
}
/* below in external file */
div#wn {
	position:relative;
	width:100%;
	height:404px;
	overflow:hidden;
	z-index:500;
}
#scrolla {
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	text-align:center;
	margin:0;
	height:30px;
	z-index:5;
	background-image:url(diamantimages/dragbarbg.png);
	background-position: top center;
}
div#scrollbar {
	position:relative;
	width:100%;
	height:30px;
	margin:0 auto;
	display:block; /* display:none initially */
	font-size:1px;
	z-index:1000;  /* so no gap or misplacement due to image vertical alignment */
}
div#track {
	position:absolute;
	left:0px;
	top:0;
	width:100%;
	height:30px;
}
div#dragBar {
	position:absolute;
	left:0px;
	top:1px;
	width:40px;
	height:28px;
	background-image:url(diamantimages/dragbar.png);
	background-position:top center;
	background-repeat:no-repeat;
	z-index:1000;
}
div#left {
	position:absolute;
	left:0;
	top:0;
	z-index:1000;
}
div#right {
	position:absolute;
	right:0;
	top:0;
	z-index:5000;
}
/* for safari, to prevent selection problem  */
div#scrollbar, div#track, div#dragBar, div#left, div#right {
	-moz-user-select: none;
	-khtml-user-select: none;
}
/* so no gap or misplacement due to image vertical alignment
font-size:1px in scrollbar has same effect (less likely to be removed, resulting in support issues) */
div#scrollbar img {
	display:block;
}

