@import url('reset.css');

/* General Demo Style */
body{
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	min-height:1000px;
	background-attachment: fixed;
	background-image: url(../images/gonat_hg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
a{
	color:#000;
	text-decoration:none;
}
.clr{
	clear:both;
}
h1{
	padding:20px;
	font-size:28px;
	color:#333;
	font-family: 'Josefin Slab',Georgia, serif;
	font-weight:400;
    text-align:center;
    text-shadow:1px 1px 1px #fff;
}
h1 span{
	font-size:18px;
	color:#1693eb;
}
.more{
	font-family: 'Josefin Slab',Georgia, serif;
	margin:0 auto;
	text-align:center;
	color:#ddd;
	font-size:15px;
	color:#444;
}
.more p{
	display:block;
	margin:10px;
}
.more a{
	color:#666;
	white-space: nowrap;
	font-weight:bold;
	background:#fff;
	padding:1px 6px;
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
}
.more a.current,
.more a.current:hover{
	color:#fff;
	background:#000;
}
.more a:hover{
	background-color:#1693eb;
	color:#fff;
}
/* Header Style */
.header{
	line-height:24px;
	font-size:11px;
	background:#000;
	opacity:0.9;
	text-transform:uppercase;
	z-index:4;
	-moz-box-shadow:1px 0px 2px #000;
	-webkit-box-shadow:1px 0px 2px #000;
	box-shadow:1px 0px 2px #000;
}
.header a{
	padding:0px 10px;
	letter-spacing:1px;
	color:#ddd;
	display:block;
	float:left;
}
.header a:hover{
	color:#fff;
}
.header span.right{
	float:right;
}
.header span.right a{
	float:none;
	display:inline;
}

#balkenunten {
	position:fixed;
	bottom:8px;
	left:0px;
	right:0px;
	text-align:left;
	padding:0px;
	height: 90px;
	width: 100%;
	clear: left;
	background-image: url(../images/hg.png);
	background-repeat: repeat;
	}
	
#balkenunten table{
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#balkenunten img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#balkenunten2 {
	position:fixed;
	bottom:0px;
	left:0px;
	right:0px;
	text-align:left;
	padding:0px;
	height: 8px;
	width: 100%;
	clear: left;
	background-color: #00a7da;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	}
