/* CSS Main - www.liquid-eye.de */

html, body, div, p, h1, h2, h3, h4, h5, h6, ul, ol, span, a, form, img, li {
	margin: 0;
	padding: 0;
	}

body
{
	background: #ffffff url(http://www.liquid-eye.de/gfx/bgr.png) repeat-y top fixed;
	font-family: "Gill Sans", Helvetica, sans-serif;
	font-size:100%;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	font-stretch: normal;
	-webkit-text-size-adjust:	 95%;
	text-align: center;
	left: 0;
	right: 0;
}

.centerH
{
	position: absolute;
	left: 50%;
	width: 1024px;
	margin-left: -512px;
}

.video
{
	position: relative;
	left: 50%;
	width: 360px;
	margin-left: -180px;
	height: 288px;
}

.videopal
{
	position: relative;
	left: 50%;
	width: 384px;
	margin-left: -192px;
	height: 288px;
}

.videowide
{
	position: relative;
	left: 50%;
	width: 512px;
	margin-left: -256px;
	height: 288px;
}

.logoimg {
	margin:0 0 -1px -5px;
	vertical-align: bottom;
}

img { border-style: none; }

.cSpace
{
	position: relative;
	right: 0;
	left: 0;
	height: 170px;
}

.on
{
	font-size: 0.6875em;
	color: #0a0;
	line-height: 9pt;
	letter-spacing: 0em;
}

.off
{
	font-size: 0.6875em;
	color: #c00;
	line-height: 9pt;
	letter-spacing: 0em;
}

a:link, a:visited {color: #000; text-decoration: none;}
a:hover {color: #00f;}
a:active {color: #000; text-decoration: none;}

p
{
	font-size: 0.5625em;
	color: #777;
	line-height: 8pt;
	letter-spacing: 0em;
}

h1
{
	font-size: 1.75em;
	color: #000;
	line-height: 20pt;
	letter-spacing: 0.1em;
}

h2
{
	font-size: 1.375em;
	color: #777;
	line-height: 14pt;
}

h3
{
	font-size: 0.75em;
	color: #555;
	line-height: 10pt;
}

h4
{
	font-size: 1em;
	color: #c0c0c0;
	line-height: 11pt;
}

.Blox
{
	width: 465px;
	text-align: justify;
}

h5
{
	font-size: 0.3125em;
	color: #fff;
	line-height: 5pt;
}

h6
{
	font-size: 0.625em;
	color: #444;
	line-height: 12pt;
}

h6:hover
{
	font-size: 0.9375em;
	line-height: 16pt;
}

ul li { margin-bottom: 0px; }

/* @group Navi Container */
#naviContainer
{
	position: fixed;
	top: 0px;
	right: 0;
	left: 0;
	height: 155px;
	z-index: 10;
}

/* @group Main Navi */
ul#mainNavi
{
	list-style: none;
	visibility: visible;
}

ul#mainNavi li { float: left; }

a#left
{
	display: block;
	height: 99px;
	width: 74px;
	text-indent: -9999px;
	float: left;
	background: url(http://www.liquid-eye.de/gfx/mn_left.png) no-repeat;
}

a#show
{
	display: block;
	height: 99px;
	overflow: hidden;
	width: 104px;
	text-indent: -9999px;
	float: left;
	background: url(http://www.liquid-eye.de/gfx/mn_show.png) no-repeat;
}

a#grafik
{
	display: block;
	height: 99px;
	overflow: hidden;
	width: 95px;
	text-indent: -9999px;
	float: left;
	background: url(http://www.liquid-eye.de/gfx/mn_grafik.png) no-repeat;
}

a#web
{
	display: block;
	height: 99px;
	overflow: hidden;
	width: 113px;
	text-indent: -9999px;
	float: left;
	background: url(http://www.liquid-eye.de/gfx/mn_web.png) no-repeat;
}

a#home
{
	display: block;
	height: 99px;
	overflow: hidden;
	width: 252px;
	text-indent: -9999px;
	float: left;
	background: url(http://www.liquid-eye.de/gfx/mn_logo.png) no-repeat;
}

a#kunden
{
	display: block;
	height: 99px;
	overflow: hidden;
	width: 113px;
	text-indent: -9999px;
	float: left;
	background: url(http://www.liquid-eye.de/gfx/mn_kunden.png) no-repeat;
}

a#kontakt
{
	display: block;
	height: 99px;
	overflow: hidden;
	width: 95px;
	text-indent: -9999px;
	float: left;
	background: url(http://www.liquid-eye.de/gfx/mn_kontakt.png) no-repeat;
}

a#impressum
{
	display: block;
	height: 99px;
	overflow: hidden;
	width: 104px;
	text-indent: -9999px;
	float: left;
	background: url(http://www.liquid-eye.de/gfx/mn_impressum.png) no-repeat;
}

a#right
{
	display: block;
	height: 99px;
	width: 74px;
	text-indent: -9999px;
	float: left;
	background: url(http://www.liquid-eye.de/gfx/mn_right.png) no-repeat;
}

a#bottom
{
	display: block;
	height: 56px;
	width: 1024px;
	float: left;
	background: url(http://www.liquid-eye.de/gfx/mn_bottom.png) no-repeat;
}

a#show:hover, a#grafik:hover, a#web:hover, a#kunden:hover, a#kontakt:hover, a#impressum:hover { background-position: 0 -99px; }
a#show:active, a#grafik:active, a#web:active, a#kunden:active, a#kontakt:active, a#impressum:active { background-position: 0 -198px; }
ul#mainNavi li.current a#show, ul#mainNavi li.current a#grafik, ul#mainNavi li.current a#web, ul#mainNavi li.current a#kunden, ul#mainNavi li.current a#kontakt, ul#mainNavi li.current a#impressum { background-position: 0 -198px; }

/* @end */
/* @end */
/* @group snl Container */
#snlContainer
{
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	height: 40px;
	z-index: 10;
}

/* @group Social Network Links */
ul#snLinks
{
	padding: 0;
	bottom: 0;
	list-style: none;
	margin: 0 0 0 0;
	visibility: visible;
}

ul#snLinks li { float: left; }

a#facebook
{
	display: block;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	float: left;
	margin-left: 332px;
	background: url(http://www.liquid-eye.de/gfx/facebook.png) no-repeat;
	background-position: 0 18px;
}

a#twitter
{
	display: block;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	float: left;
	margin-left: 8px;
	background: url(http://www.liquid-eye.de/gfx/twitter.png) no-repeat;
	background-position: 0 18px;
}

a#snt
{
	display: block;
	width: 182px;
	height: 40px;
	float: left;
	font-size: 9px;
	color: #000;
	font-family: 'Century Gothic', Verdana,Helvetica,sans-serif;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	font-size-adjust: none;
	font-stretch: normal;
	text-align: center;
	margin-top: 28px;
}

a#youtube
{
	display: block;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	float: left;
	margin-left: 2px;
	background: url(http://www.liquid-eye.de/gfx/youtube.png) no-repeat;
	background-position: 0 18px;
}

a#flashsite
{
	display: block;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	float: left;
	margin-left: 8px;
	background: url(http://www.liquid-eye.de/gfx/flash.png) no-repeat;
	background-position: 0 18px;
}

a#facebook:hover, a#twitter:hover, a#youtube:hover, a#flashsite:hover { background-position: 0 0px; }
a#facebook:active, a#twitter:active, a#youtube:active, a#flashsite:active { background-position: 0 4px; }

/* @end */
/* @end */
#content
{
	position: relative;
	top: 0px;
	right: 0;
	left: 0;
}

#foot
{
	position: fixed;
	display: block;
	bottom: 0;
	right: 0;
	left: 0;
	height: 56px;
	margin-left: auto;
	margin-right: auto;
	background: url(http://www.liquid-eye.de/gfx/foot.png) no-repeat center;
	z-index: -10;
}

/* @end */

