html, body,form { margin: 0; padding: 0; }
html { height: 100%; }

/* HTML 5 structural elements...*/
nav, aside, footer, header, figure, figcaption, article { display: block; }

body{
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #222;
	background: #FFF url("img/defaultbg.jpg") center top no-repeat;
	background-attachment: fixed;
	position: relative;
	z-index: 10;
	min-height: 100%;
	overflow: auto;
}

.flat, .flat li { margin: 0; padding: 0; list-style-type: none; }

h1, h2, h3, h4 { margin: 0; padding: 0;  }
a { text-decoration: none; color: #ce2529; }
a img { border: none; }
a:hover { text-decoration: underline; }
#wrapper h1 { font-weight: bold; font-size: 28px; line-height: 1.2; }
address { font-style: normal; }

form {
	line-height: 30px;
}
input {
	border: 1px solid #333;
	background: #EEE;
	padding: 2px;
	color: #666;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
	line-height: 18px;
}
input:focus {
	background: #EFEFEF;
	color: #000;
}
input.submit {
	overflow: visible;
	background: #222;
	color: #EFEFEF;
	padding: 2px 7px;
	cursor: pointer;
}

.infolist {
	padding: 10px 0;
}
.infolist label {
	font-weight: bold;
	display: block;
	float: left;
	width: 100px;
	opacity: 0.8;
}

footer.main {
	color: #FFF;
	position: fixed;
	z-index: 20;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	/* min-width: 1000px; */

	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
	background: rgba(0,0,0,0.6);
}
footer.main ul {
	width: 1000px;
	margin: 0 auto;
}
footer.main li {
	float: left;
	line-height: 30px;
	margin-right: 10px;
	padding-right: 11px;
	background: url("img/line.gif") right center no-repeat;
}
footer.main li.last {
	margin-right: 0;
	background: none;
}
footer.main li a {
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
}
footer.main .ext {
	float: right;
	height: 16px;
	padding: 7px;
}
footer.main .ext a {
	float: left;
	padding: 0 3px;
}
.bgimage {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	min-width: 1000px;
	overflow: hidden;
} 
/**
 * Structure
 */
#header, #wrapper {
	width: 1000px;
	margin: 0 auto;
}
#wrapper {
	padding-bottom: 30px;
}
#header {
	position: relative;
}

#sidebar {
	width: 235px;
	float: left;
}
#sidebar .gradbox {
	margin-bottom: 10px;
}
#sidebar .gradbox h1 {
	margin: 0;
	padding: 0;
}

#content {
	width: 745px;
	float: right;
}

#header #logo {
	display: block;
	position: relative;
	height: 245px;
	overflow: hidden;
}
#header #logo a {
	position: absolute;
	top: 0;
	left: 263px;
	outline: none;
}
#header span {
	position: absolute;
	display: block;
	background: url("../img/logo.png") -60px -240px;
	top: 240px;
	left: 323px;
	width: 30px;
	height: 15px;
	z-index: 400;
}
#header span.e2 {
	left: 494px;
	width: 25px;
	height: 20px;
	background-position: -231px -240px;
}
#header span.e3 {
	left: 568px;
	width: 38px;
	height: 18px;
	background-position: -305px -240px;
}
#header span.e4 {
	left: 519px;
	width: 30px;
	height: 15px;
	background-position: -256px -240px;
}

/**
 * Gradient boxes...
 * For capable browsers, we specify a gradient background and rounded corners at the bottom
 * The gradient has a fallback with a background image containing the same gradient, for
 * capable browsers is is stretched to 100% width and height
 * The border radius fallback relies on javascript to detect support. If support is not
 * detected, extra nodes are added to the dom and teh fixed class is added
 */
.gradbox {
	color: #FFF;
	padding-bottom: 6px;
	line-height: 1.5;
	background: rgba(0,0,0,0.6) url("img/grad.png") bottom left repeat-x;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-background-size: 100% 100%;
	
    background: -moz-linear-gradient(top, rgba(0,0,0,0.6), rgba(0,0,0,1));
    background: -webkit-gradient(linear,left top, left bottom, from(rgba(0,0,0,0.6)), to(rgba(0,0,0,1))) ;
    zoom: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#99000000', EndColorStr='#FF000000', GradientType=0)";
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#99000000', EndColorStr='#FF000000', GradientType=0);
   
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.gradwrap {
	padding: 28px 28px 22px 28px;
}
.fixed {
	padding-bottom: 3px;
}
.fixed .f, .fixed .f span  {
	height: 3px;
	line-height: 3px;
	font-size: 1px;
	overflow: visible;
	position: relative;
	top: 6px;
	margin-right: 10px;
	background: url("img/grad_roundbot.png") top left no-repeat;
}
.fixed .f span {
	position: absolute;
	right: -10px;
	margin-right: 0;
	top: 0;
	width: 60%;
	background-position: top right;
}
/** EOF gradient boxes */





/**
 * Main navigation
 * We use CSS drop shadow, maybe a fallback will be added...
 */
#header ul {
	margin: 0;
	height: 40px;
}
#header li {
	height: 30px;
	line-height: 30px;
	float: left;
	margin: 0 5px 5px 0;
	position: relative;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.6);
    -moz-box-shadow: 3px 3px 10px rgba(0,0,0,0.6);
    -webkit-box-shadow: 3px 3px 10px rgba(0,0,0,0.6);
    -o-box-shadow: 3px 3px 10px rgba(0,0,0,0.6);
}
#header li a {
	display: block;
	padding: 0 10px;
	text-transform: uppercase;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	z-index: 10;
	background: rgba(0,0,0,0.6);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);

}
/** EOF main navigation */

/**
 * Submenu
 */
#subnav a {
	color: #FFF;
}
#subnav a time {
	font-weight: bold;
}
#subnav .archive {
	text-align: right;
}

#content {
	padding-bottom: 45px;
}


.news .meta {
	font-size: 10px;
	font-style: italic;
}
.newsprevnext a {
	text-decoration: none;
}
.newsprevnext a span {
	color: #FFF;
}
.newsprevnext a:hover span {
	text-decoration: underline;
}


#giglist li {
	padding-bottom: 5px;
}
#giglist a.item {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	line-height: 25px;
	padding-top: 12px;
	position: relative;
	margin-bottom: 15px;
	padding-left: 80px;
	color: #EFEFEF;
	outline: none;
}
#giglist a.item span {
	font-size: 12px;
	font-weight: normal;
	display: block;
	line-height: 14px;
}
#giglist a.item time {
	display: block;
	width: 60px;
	padding-top: 10px;
	height: 50px;
	line-height: 50px;
	text-align: center; 
	position: absolute;
	top: 0;
	left: 0;
	background: url("img/kalender.png") top left no-repeat;
}
#giglist a.item time em {
	color: #333;
	font-size: 26px;
	padding-right: 4px;
	font-style: normal;
	font-weight: bold;
	text-shadow: 1px 1px 3px #EEE;
}
#giglist a.item time span {
	font-size: 10px;
	color: #FFF;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 56px;
	line-height: 19px;
	height: 19px;
}
#giglist div.info {
	margin-top: 15px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.2;
	position: relative;
	left: -28px;
	padding: 0 28px 10px 108px;
	width: 609px;
	color: #000;
	background: rgba(228,228,228,0.9);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e6e4e4e4,endColorstr=#e6e4e4e4)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e6e4e4e4,endColorstr=#e6e4e4e4);
}

#content .content {
	width: 348px;
	text-align: justify;
}
#content .floatbox .content {
	width: auto;
	text-align: justify;
}
#content aside {
	display: block;
	float: right;
	width: 340px;
	margin-right: -28px;
}
#content .floatbox aside {
	margin: 0 -28px 20px 20px;
}

/**
 * Homepage blocks
 */
#wideblock {
	width: 745px;
	float: left;
}


#rightbar {
	float: right;
	width: 235px;
}

#wideblock .gradbox,
#rightbar .gradbox {
	margin-bottom: 20px;
}
.fullct {
	padding: 0 0 5px 0 !important;
}

#wideblock .midcol {
	width: 490px;
	float: right;
}

#rightbar #giglist a.item {
	font-size: 13px;
	line-height: 20px;
	padding-left: 70px;
	min-height: 50px;
	font-weight: normal;
}

.lastnews p {
	margin: 0;
	padding: 0;
}

#updates article {
	min-height: 40px;
	position: relative;
	line-height: 20px;
	padding: 5px 0 15px 50px;	
}
#updates article .extmsg {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#updates article a {
	position: absolute;
	top: 5px;
	left: 0;
}

#audio figcaption {
	display: block;
	font-weight: bold;
	padding: 10px 0 5px 0;
}

#newsletter p {
	margin: 0;
	padding: 0;
}
#newsletter .text {
	width: 180px;
}


#galmenu li {
	padding-top: 4px;
}
#galmenu a {
	text-decoration: none;
	padding-left: 56px;
	position: relative;
	display: block;
	line-height: 18px;
}
#galmenu a img {
	position: absolute;
	top: 0;
	left: 0;
}
#galmenu a time {
	display: block;
}

#gallery h1 {
	padding: 28px 28px 0 28px; 
}
#thumblist {
	position: relative;
	padding: 5px 30px;
	margin: 10px 0;
	background: #CCC;
	background: rgba(228,228,228,0.9);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e6e4e4e4,endColorstr=#e6e4e4e4)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e6e4e4e4,endColorstr=#e6e4e4e4);
}
#thumblist ul {
	white-space: nowrap;
	position: relative;
}
#thumbwrap {
	overflow: auto;
}
.hasjs #thumbwrap  {
	overflow: hidden;
	position: relative;
	width: 685px;
}
#thumbs {
	float: left;
	position: relative;
}
#thumblist li {
	display: inline;
	line-height: 36px;
}
#thumblist li a {
	position: relative;
	display: inline-block;
	width: 52px;
	height: 40px;
	text-decoration: none;
}
#thumblist li a span {
	position: absolute;
	top: 1px;
	right: 0;
	line-height: 20px;
	color: #FFF;
}
#thumblist li a img{
	padding: 2px;
	vertical-align: top;
}
#thumblist li.current a img {
	background-color: red;
}
#thumblist li.current a span img {
	background: transparent;
}
#thumblist .inact {
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20)

}

#imagearea {
	position: relative;
}
#next span, #prev span {
	display: none;
}
#next, #prev {
	display: block;
	position: absolute;
	background: silver;
	height: 100%;
	width: 30px;
	top: 0;
	left: 0;
	background: url("img/prevnext.png") left top no-repeat;
}
#next {
	left: auto;
	right: 0;
	background-position: right top;
}
.imwrap {
	padding: 0 28px;
	text-align: center;
}
.gallerydata {
	padding: 0 28px;
}
.gallerydata p {
	margin: 0;
	padding: 0;
	font-size: 90%;
}


#slideshow {
	width: 235px;
	height: 227px;
}
.imgs_viewport img {
	position: absolute;
	top: 0;
	left: 0;
}

