

/*****************************************************
1.  CSS RESET
******************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, 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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
}
table td, table th {
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
}

/*****************************************************
2.  GENERAL LAYOUT
******************************************************/
html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 100%;
	margin: 0px;
	color: #ccc;
	line-height: 22px;
}
/* Some browsers do not inherit body font into textarea */
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

p {
	text-align:justify;
	line-height: 22px;
}

.wrapper {
	height: auto;
	min-height: 100%;
	position: relative;
	overflow: hidden;
}

/*****************************************************
3. HEADER + NAVIGATION
******************************************************/
#header-outer {
	margin: 0 auto;
	background-image: url('images/bg_header.png');
	background-repeat: repeat-x;
	background-position: left 15px;
}

#header-inner {
	width: 1035px;
	height: 140px;
	padding: 0;
	margin: 0 auto;
	position: relative;
}

#nav-wrap {
	padding: 0;
	margin-top: 43px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}

img.logo {
	margin-top: 5px;
	padding-top: 5px;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

#nav-left {
	margin-left: 30px;
	float: left;
	margin-top: -85px;
}

#nav-right {
	float: right;
	margin-top: -85px;
}


/*****************************************************
4. MAIN NAVIGATION (HORIZONTAL NAV)
******************************************************/
ul#horz-nav-ul {
	margin: 0px;
	padding: 0px;
	display: block;
}
ul#horz-nav-ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul#horz-nav-ul li a {
	line-height: 1.3em;
	color: #ccc;
	float: left;
	height: 1.3em;
	text-shadow: #000 1px 1px 0px;
	padding: 20px 15px;
	font-size: 14px;
	letter-spacing: 1px;
}
ul#horz-nav-ul li a:hover {
	text-decoration: none;
	color: #ccff00;
}

/*****************************************************
5. MAIN CONTENT
******************************************************/
.content-outer {
	margin: 0 auto;
	padding-bottom: 27px;/*Footer height*/
}

.content-inner {
	width: 940px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
	line-height: 150%;
}

/*****************************************************
6. MAIN CONTENT ELEMENTS
******************************************************/
.content60op {
	margin: 0px auto;
	width: 900px;
	background-image: url('images/bg_80opacity.png');
	background-repeat: repeat;
	padding: 20px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-bottom: 25px;
}

.transparent-header {
    background-image: url('images/bg_60opacity.png');
    background-repeat: repeat;
	width: 900px;
    padding: 20px;
    height: 55px;
    border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -webkit-border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-right-radius: 8px;
}

.plain-black {
	width: 900px;
    background-image: url('images/bg_90opacity.png');
    background-repeat: repeat;
    padding: 20px;
	-webkit-box-shadow: inset 0px 1px 3px #080707;
	-moz-box-shadow: inset 0px 1px 3px #080707;
	box-shadow: inset 0px 1px 3px #080707;
	margin-bottom: 25px;
}

.left-navi-col {
	float: left;
	width: 200px;
}

.right-content {
	float: right;
	width: 640px;
	padding-left: 30px;
	background-image: url('images/hr-vert.png');
	background-repeat: repeat-y;
	background-position: left top;
	margin-left: -2px;
}

hr {
    margin: 10px 0px;
   	height: 1;
    clear: both;
    border-width: 1px 0 0;
    border-top: 1px solid #000;
	border-bottom: 1px solid #1f1f1f; 
}

.hr-breaker {
	width: 640px;
	height: 18px;
	background-image: url('images/hr-breaker.png');
	background-repeat: repeat-x;
	margin-top: 15px;
	margin-bottom: 15px;
}

table.rightcontent {
	width: 640px;
}
table.rightcontent td, table.rightcontent th {
	vertical-align:top;
}

#list-menu { 
width: 197px;
line-height: 25px;
} 
#list-menu ul { 
margin: 0; 
padding: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
} 
#list-menu li {
margin: 2px 0 0;
} 
#list-menu a {
display: block;
width: 197px;
padding: 1px 1px 1px 1px;
background: transparent;
} 
#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #fff;
text-decoration:none;
} 
#list-menu a:hover {
background: #1f1f1f;
color: #99cc33;
}
	

/*****************************************************
7. TYPOGRAPHY + HYPERLINKS
******************************************************/

h1 {
	font-size: 24px;
	color: #fff;
	font-weight: normal;
	margin-top: 3px;
	margin-bottom: 15px;
	display: block;
}
h2 {
	font-size: 17px;
	color: #ccff00;
	font-weight: normal;
	margin-bottom: 8px;
}
h3 {
	font-size: 17px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 8px;
}
h4 {
	font-size: 15px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 8px;
}

strong, b {
    font-weight: bold;
}

u {
    text-decoration: underline;
}
i, em {
    font-style: italic;
}

/*Clearfix code*/
.clearfix:after {content: "."; display: block; clear: both;	visibility: hidden;	line-height: 0;	height: 0;}
.clearfix {	display: inline-block;}
html[xmlns] .clearfix {	display: block;}
* html .clearfix {	height: 1%;}
/*Clearfix code*/

a:link, a:visited {
	color: #99cc33;
	text-decoration:none;
}
a:hover {
	color: #fff;
	text-decoration: none;
}

a:active {
	color: #99cc33;
	text-decoration: none;
}

#bilduntertitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	margin: 0px;
	color: #999;
	line-height: 20px;
	display: block;
}

/*****************************************************
8.  FOOTER 
******************************************************/
#footer {
    clear: both;
    position: fixed;
    bottom: 0 !important;
    height: 27px;
    overflow: visible;
    z-index: 1200;
    width: 100%;
	background-image: url('images/bg_80opacity.png');

}

.footer-inside {
    width: 996px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    color: #bbbbbb;
    font-size: 11px;
    line-height: 11px;
}

.foot-left-col {
    float: left;
    height: 14px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 48px;
    line-height: 14px;
	font-style: italic;
	letter-spacing: 2px;
}

.foot-right-col {
    float: right;
    padding-top: 8px;
    padding-right: 48px;
    position: relative;
}


/*****************************************************
AJAX ONLY CSS
******************************************************/
body.ajax .content-inner {
    display: none;
}

/*****************************************************
FULLSCREEN ELEMENTS
******************************************************/
#nojs-background img {
    min-height: 100%;
    min-width: 1050px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
}

.js-enabled #nojs-background {
   	display: none;
}

.fullscreen-overlay,
.fullscreen-stage,
.fullscreen-outer {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.fullscreen-overlay {
    background: #000;
}

.fullscreen-stage img {
	display: none;
}

.fullscreen-controls-outer {
    position: fixed;
    bottom: 10px;
    left: 50%;
    margin-left: -33.5px;
    display: none;
}

.fullscreen-controls {
    background-image: url('images/bg_80opacity.png');
    background-position: left top;
    background-repeat: repeat;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 2px;
    display: none;
    height: 19px;
}

.fullscreen-prev,
.fullscreen-play,
.fullscreen-pause,
.fullscreen-next {
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: left top;
    height: 19px;
    width: 21px;
    float: left;
}

.fullscreen-play,
.fullscreen-pause {
    display: none;
}

.fullscreen-loading-wrap {
    position: fixed;
    bottom: 10px;
    right: 10px;
    padding: 5px;
    background-image: url('images/bg_80opacity.png');
    background-position: left top;
    background-repeat: repeat;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.fullscreen-close-wrap {
	position: fixed;
	top: 10px;
	right: 10px;
	background-image: url('images/bg_80opacity.png');
	background-position: left top;
	background-repeat: repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 2px;
	cursor: pointer;
}

.fullscreen-loading {
    background: url('images/loading.gif') no-repeat top left;
    width: 16px;
    height: 11px;
}

.fullscreen-prev {
    background-image: url('images/backward.png');
    left: 4px;
}

.fullscreen-prev:hover {
    background-image: url('images/backward1.png');
}

.fullscreen-play {
    background-image: url('images/play.png');
    left: 27px;
}

.fullscreen-play:hover {
    background-image: url('images/play1.png');
}

.fullscreen-pause {
    background-image: url('images/pause.png');
    left: 27px;
}

.fullscreen-pause:hover {
    background-image: url('images/pause1.png');
}

.fullscreen-next {
    background-image: url('images/forward.png');
    left: 50px;
}

.fullscreen-next:hover {
    background-image: url('images/forward1.png');
}

.fullscreen-close {
	background-image: url('images/close.png');
    background-repeat: no-repeat;
    background-position: left top;
    height: 19px;
    width: 21px;
}

.fullscreen-close:hover {
	background-image: url('images/close1.png');
}

.storm-controls {
	float: right;
	margin-right: 15px;
	padding-top: 4px;
}

.storm-controls div {
    float: left;
}

.storm-prev,
.storm-play,
.storm-pause,
.storm-next {
	cursor: pointer;
	height: 19px;
    width: 21px;
    background-position: left top;
    background-repeat: no-repeat;
    margin-right: 2px;
    display: none;
}

.storm-loading {
    width: 16px;
    height: 11px;
    background-image: url('images/loading.gif');
    background-position: left top;
    background-repeat: no-repeat;
    margin-top: 4px;
    margin-right: 10px;
}

.storm-prev {
    background-image: url('images/backward.png');
    left: 25px;
}

.storm-prev:hover {
    background-image: url('images/backward1.png');
}

.storm-play {
    background-image: url('images/play.png');
    left: 50px;
}

.storm-play:hover {
    background-image: url('images/play1.png');
}

.storm-pause {
    background-image: url('images/pause.png');
    left: 50px;
}

.storm-pause:hover {
    background-image: url('images/pause1.png');
}

.storm-next {
    background-image: url('images/forward.png');
    left: 75px;
}

.storm-next:hover {
    background-image: url('images/forward1.png');
}
