html, body, div, span, applet, object, iframe,
h1, h2, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
html {
	font-family:VerlagBook, Arial, Helvetica, Verdana, Serif;
	font-size: 14px;
	color:#FFF;
}
body {
	background:#000;
	color:#FFF;
	text-align:right;
	text-shadow:0 2px 0px #000;
	min-width:960px;
	top:0;
	left:0;
	position:absolute;
	height:100%;
	width:100%;
	margin:0;
}
.ie body {
	filter: dropshadow(color=#000000, offx=0, offy=1);	
}
h3 {
	font-size:35px;
	margin:0.2em 0;
	text-shadow:0 2px 2px #000;
}
.ie h3 {
	filter: dropshadow(color=#000000, offx=0, offy=3);
}
h4 {
	margin-bottom:5px;	
}

a {
	color:#CF0;
	text-decoration:none;	
}
a:hover {
	color:#BBB;	
}

#home .vegas-loading {
	top:45px;	
}
.wrapper {
    margin:0 auto;
	padding:0 0 0 0;
	text-align:left;
	width:1100px;
	position:relative;	
	z-index:1;
}
td {
    height: 30px;
    vertical-align: top
}
textarea {
    resize: none;
}

/* HEADER */

.header {
	height:77px;
	width:100%;
	background:url(../inc/bg_txtbox.png) left top repeat;
	position:fixed;
	z-index:21;
}
.menuspace {
    display:block;
	width:62px;
	height:19px;
	float:left;
	margin:33px 0 0 21px;	
}

/* NAVIGATION */

.navigation {
	float:left;
	list-style-type:none;
	margin:30px 0 0 41px;	
}
.navigation li {
	float:left;	
	margin-right:17px;
}
.navigation li a {
	font-family:VerlagBold, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
	color:#fff;
}
.navigation li a:hover, .navigation li a.active {
	color:#797979;
	text-decoration:none;	
}
.txtBox {
	position:relative;
	top:10%;
	margin-right:auto;
	margin-left:auto;
	z-index:19;
	text-align:left;
	line-height:19px;
	display:block;
	width:800px;
	background:url(bg_txtbox.png) left top repeat;
	padding:18px 18px 18px 18px;
}
	
/* MENU */
	
#menu {
	text-align:left;
	text-transform:none;
	z-index:999;
	font:11px/1.6 Arial, sans-serif;
	margin:0;
	padding:0;
	position:fixed;
	background:#000;
	top:1px;
	left:20px;
	color:#FFF;
	-webkit-box-shadow:0px 2px 5px #000;
	-moz-box-shadow:0px 2px 5px #000;
}
	#menu * {
		margin:0;
		padding:0;
	}
	#menu h6 {
		color:#FFF;
		font:bold 11px Arial, sans-serif;
		padding:8px 10px;
		cursor:pointer;
	}
	#menu a {
		color:#CF0;
		text-decoration:none;
		display:block;
		padding:2px 0;
	}
	#menu ul {
		position:absolute;
		top:76px;
		left:0px;
		width:200px;
		background:#000;
		-webkit-box-shadow:0px 2px 10px rgba(0, 0, 0, 0.8);
		-moz-box-shadow:0px 2px 10px rgba(0, 0, 0, 0.8);
		display:none;
		-webkit-border-radius: 0 5px 5px 5px; 
		-moz-border-radius: 0 5px 5px 5px; 
	}
	#menu li {
		list-style:none;
		padding:10px 15px;
		cursor:pointer;
	}
	#menu li:hover {
		background:#222;
	}
	
/* FOOTER */
	
.footer {
	position:fixed;
	width:100%;
	bottom:40px;
    height:40px;
	overflow:hidden;
	background:url(../inc/bg_txtbox.png) left top repeat;
	z-index:20;	
}
.copyright {
	float:left;
	font-family:VerlagBold, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	word-spacing:5px;
	margin:11px 0 0 0;
}
.copyright a {
	font-family:VerlagBold, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
}
.copyright a:hover {
	text-decoration:none;
	color:#797979;
}
.facebook {
	float:right;
	margin:3px 0 0 0;
}
.google_map {
		width:500px;
		height:220px;
		padding-top:0;
		position:relative;
		background:#fff;
		margin-top:3px;
		margin-bottom:22px;
}