/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}

body {
	margin:0;
	color:#6b6b6b;
	font:11px/18px Verdana, Verdana, Geneva, sans-serif;
	background:url(../images/bg-page.gif);
}
img {border-style:none;}
a {
	color:#008dd1;
	text-decoration:underline;
}
a:hover {text-decoration:none;}
b, strong {
  font-weight: bold;
}
i {
  font-style: italic;
}
input,
textarea,
select {
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#000;
}
form,
fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
q {quotes:none;}
q:before {content:''}
q:after {content:''}
#wrapper {
	width:952px;
	margin:0 auto;
	padding:0 40px 0 8px;
	background:#f0f7ff url(../images/bg-wrapper.gif) 100% 0 repeat-y;
}
#header {
	overflow:hidden;
	width:100%;
	background:url(../images/bg-header.gif) no-repeat;
	padding:21px 0 0;
	margin:0 0 4px;
}
.logo {
	width:217px;
	height:59px;
	background:url(../images/logo.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin: 82px 0 0 2px;
	float:left;
}
.logo a{
	display:block;
	height:100%;
}
.visual {
	float:right;
	background:url(../images/bg-visual.gif) 100% 0 repeat-y;
	width:709px;
}
.visual-holder {background:url(../images/bg-visual-top.gif) 100% 0 no-repeat;}
.visual-frame {
	background:url(../images/bg-visual-bottom.gif) 0 100% no-repeat;
	padding:0 0 2px;
	overflow:hidden;
	width:100%;
}
.visual-frame img {float:left;}
#main {
	overflow:hidden;
	width:100%;
	padding: 0 0 140px;
	background:url(../images/bg-sidebar.jpg) no-repeat;
}
#content {
	float:right;
	padding: 25px 40px 0 40px;
	width: 629px;
}
.breadcrumbs {
	list-style:none;
	padding:0;
	margin: 0 0 19px;
	overflow:hidden;
	width:100%;
}
.breadcrumbs li {
	float:left;
	color:#008dd1;
	background:url(../images/separator-breadcrumbs.gif) 0 10px no-repeat;
	padding:0 0 0 8px;
	margin:0 0 0 5px;
}
.breadcrumbs li:first-child {
	background:none;
	padding:0;
	margin:0;
}
.breadcrumbs li a {text-decoration:none;}
.breadcrumbs li a:hover {text-decoration:underline;}
#content h1 {
	font-size:18px;
	line-height:18px;
	margin: 0 0 11px;
	color:#008dd1;
	font-weight:normal;
}
#content h2 {
	font-size:14px;
	line-height:18px;
	margin: 0 0 11px;
	color:#008dd1;
	font-weight:normal;
}
#content h3 {
	font-size:12px;
	line-height:18px;
	margin: 0 0 11px;
	color:#008dd1;
	font-weight:normal;
}
#content p {margin:0 0 16px;}
.block-holder {
	text-align:center;
	line-height: 22px;
	padding: 0 0 0 5px;
}
#sidebar {
	float:left;
	width:237px;
	padding:49px 0 0;
}
#nav ul,
#nav {
	list-style:none;
	padding:0;
	margin:0 0 42px;
	overflow:hidden;
	width:100%;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	border-bottom:1px solid #fff;
}
#nav li {
	float:left;
	background:url(../images/bg-sidebar-li.gif) 6px 10px no-repeat;
	border-top:1px solid #fff;
	width:100%;
}
#nav li:first-child {border:none;}
#nav .active,
#nav li:hover {background:url(../images/bg-sidebar-hovered.gif) 0 3px no-repeat;}
#nav li a {
	display:block;
	padding: 8px 0 7px 21px;
	text-decoration:none;
	color: #22186c;
}
#nav li:hover a,
#nav .active a,
#nav li a:hover {color:#e2007a;}
#nav .active li a,
#nav li .active li a,
#nav .active .active li a,
#nav li:hover li a {color:#22186c;}
#nav .active .active li a,
#nav .active .active,
#nav li .active li a {background:none;}
#nav .active .active a,
#nav li .active a,
#nav li li a:hover{
	color:#e2007a;
	background:url(../images/bullet-red.gif) 0 6px no-repeat;
}
#nav li li li a:hover {
	text-decoration:underline;
	color:#008dd1;
	background:none;
}
#nav ul {
	border-bottom:none;
	border-top:1px solid #fff;
	font-size:11px;
	margin: 0;
	float:left;
}
#nav li li {
	background:none;
	padding:0 0 8px 53px;
}
#nav li li:hover,
#nav li li li,
#nav li li li:hover {background:none;}
#nav li li a {
	background:url(../images/bullet-blue.gif) 0 6px  no-repeat;
	font-weight:normal;
	margin: 7px 0 0 0;
	padding: 0 0 0 9px;
	float:left;
}
#nav li li ul {
	margin:8px 0 -8px -53px;
	width: 290px;
}
#nav li li li {
	padding: 0 0 8px 82px;
	width: 155px;
}
#nav li li li a {
	background:none;
	margin: 7px 0 0 0;
	padding:0;
}
.call {
	display:block;
	text-indent:-9999px;
	background:url(../images/button.png) no-repeat;
	width:208px;
	height:66px;
	overflow:hidden;
	margin:0 auto;
}
#footer {
	margin:-24px 0 0;
	padding: 0 0 10px 302px;
	overflow:hidden;
}
#footer address {
	overflow:hidden;
	width:100%;
	font-size:10px;
	line-height:14px;
	font-style:normal;
	padding:0;
}
address span {
	background:url(../images/separator.gif) 0 3px no-repeat;
	padding:0 0 0 7px;
	margin:0 5px 0 0;
	color:#6e6e59;
	float:left;
}
address span:first-child {
	background:none;
	padding:0;
}
address a {
	color:#6e6e59;
	text-decoration:none;
}
address a:hover {text-decoration:underline;}

#text-holder ul {
  list-style-type: disc;
}
#text-holder li {
  margin: 0px 0px 0px 20px;
}
#text-holder a {
  text-decoration: underline;
}
#kontaktform ul {
  list-style-type: none;
}
#kontaktform li {
  margin: 0;
}
#kontaktform input[type="text"], #kontaktform input[type="submit"] {
  width: 300px;
  margin: 0px 0px 5px 0px;
}
#kontaktform textarea {
  width: 300px;
  height: 100px;
}
table th, table td {
  padding: 3px 6px 3px 0px;
}
#thumbs li {
  margin: 0;
}

/* Status messages */
.messages {
  border: 1px solid;
  margin: 10px 3px;
  padding: 15px 10px 15px 50px;
  background-repeat: no-repeat;
  background-position: 10px 50%;
  font-weight: bold;
}

.info {
  color: #00529B;
  background-color: #bde5f8;
  background-image: url('../images/status-info.png');
}

.success {
  color: #4f8a10;
  background-color: #dff2bf;
  background-image:url('../images/status-ok.png');
}

.warning {
  color: #9f6000;
  background-color: #feefb3;
  background-image: url('../images/status-warning.png');
}

.error {
  color: #d8000c;
  background-color: #ffbaba;
  background-image: url('../images/status-error.png');
}

.clear {
  clear: both;
}

/* Gallery */
div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	width: 550px; 
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 23px;
	margin-bottom: 5px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.slideshow-container {
	position: relative;
	clear: both;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('../images/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {

}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	width: 550px;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	vertical-align: middle;
	border: 1px solid #ccc;
}
div.download {
	float: right;
}
div.caption-container {
	position: relative;
	clear: left;
	height: 75px;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 550px;
	top: 0;
	left: 0;
}
div.caption {
	padding: 12px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 30px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}
