html {
  height: 100%;
  background: #093244;
}
body {
  font: normal 12px/18px Verdana, Geneva, sans-serif;
  background: url(/layout/images/bg.gif);
  text-align: center;
  color: white;
}
* {
  padding: 0;
  margin: 0;
}
img {
  border: 0;
}
.clear {
  clear: both;
}
br {
  clear: both;
}
.left {
  float: left;
}
.inner {
  width: 940px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}
textarea {
  overflow: auto;
}

/* typo */

h1 {
  font: bold 22px Verdana, Geneva, sans-serif;
  color: #6aaa56;
  margin: 7px 0;
}

h2 {
  font: bold 16px Verdana, Geneva, sans-serif;
  color: #ffffff;
  margin: 0 0 18px 0;
}
h3 {
  font: bold 16px Verdana, Geneva, sans-serif;
  color: #ffffff;
  margin: 0 0 18px 0;
  padding: 0 0 0 12px;
  border-left: 18px solid #e39627;
}
h4 {
  font: bold 13px Verdana, Geneva, sans-serif;
  margin: 4px 0 7px 0;
  text-transform: uppercase;
}
p {
  margin: 0 0 9px 0;
}
p.bigp, div.bigp {
  padding: 30px 0;
}
.pb10 {
  padding: 0 0 10px 0;
}
.pb20 {
  padding: 0 0 20px 0;
}
a {
  color: white;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

/* ---------------- */
#top {
  height: 150px;
  background: url(/layout/images/top_bg.jpg) repeat-x bottom center;
}
#logo {
  position: absolute;
  top: 46px;
  left: 38px;
  font: 10px Verdana, Geneva, sans-serif;
  z-index: 444;
}


#main {
  position: relative;
	height: 200px;
	width: 940px;
}
#main ul {
  list-style-type: none;
  position: absolute;
  right: 45px;
  top: 10px;
  z-index: 666;
}
#main ul li {
  display: block;
  float: left;
}
#main ul li a {
  display: block;
  float: left;
  padding: 0 12px;
  text-decoration: none;
  font: bold 12px Verdana, Geneva, sans-serif;
  text-transform: uppercase;
  color: white;
}
#main ul li a:hover {
  color: #e39627;
}
#player {
  position: absolute;
  top: 40px;
}
#flags {
  position: absolute;
  top: 50px;
  left: 40px;
}







#content {
  background: url(/layout/images/content_bg.jpg) no-repeat top center;
  border-bottom: 1px solid #01102d;
}
#content .inner {

}
#content-right {
  float: right;
  width: 720px;
  margin: 0 0 20px 0;
  text-align: left;
}
#content-right p {
  padding: 0 0 9px 0;
}
#content-right a {
  text-decoration: none;
  border-bottom: 1px solid white;
  padding: 0 0 2px 0;
}
.noborder, #content-right a.noborder   {
  border: 0;
  border-bottom: 0;
}


#content-left {
  float: left;
  width: 170px;
  margin: 0 0 20px 30px;
  _margin: 0 0 20px 20px;
}
#content-left ul {
  list-style: none;
}
#content-left ul li {
  font: bold 12px Verdana, Geneva, sans-serif;
}
#content-left ul li a {
  text-decoration: none;
  display: block;
  width: 100%;
  line-height: 2.2em;
  text-transform: uppercase;
}
#content-left ul li a:hover {

}
#content-left ul#mainlist {
  margin: 0 0 14px 0;
  list-style-type: none;
}
#content-left ul#childlist {
  margin: 2px 0 5px 0;
  list-style-type: none;
}
#content-left ul#childlist li {
  border-top: 0;
  font: bold 10px Verdana, Geneva, sans-serif;
  padding: 4px 0;
}
#content-left ul#childlist li a {
  text-indent: 12px;
  line-height: 1.6em;
}
#content-left h4 {
  text-indent: 10px;
  margin: 0 0 10px 0;
  font: bold 11px Verdana, Geneva, sans-serif;
}

.indexright div.newsletter p {
  color: #fff;
  width: 100%;
  margin: 2em 0 0 0;
  padding: 1em 0 0 0;
  line-height: 1.4em;
}
.indexright div.newsletter div {
  color: #fff;
  width: 100%;
  line-height: 2em;
  font-weight: normal;
}

#maincontent {
  min-height: 460px;
}
.indexright {
  float: left;
  width: 330px;
}
.indexleft {
  float: left;
  width: 330px;
  margin: 0 30px 0 0;
}
.indexright div {
  margin: 0 0 16px 0;
}
.mainright {
  float: left;
  width: 180px;
  margin: 0 0 0 30px;
}
.mainright h4, .indexleft h4 {
  color: #e39627;
}
.mainleft {
  float: left;
  width: 500px;
}
.mainleft ul, .mainright ul, .indexleft ul, .indexright ul {
  margin: 5px 0 10px 20px;
}
.mainleft ul li {
  margin: 0 0 5px 0;
}
.mainleft img {
  margin: 4px 12px 4px 0;
  padding: 2px;
  /*border: 4px solid black;*/
}
div.newsdesc {
  margin: 0 0 10px 0;
  color: white;
}

div#miniformcontainer p {
  padding: 0;
}
div#miniformcontainer form p input.textinput {
  width: 440px;
  border: 1px solid black;
  background: #effbff;
  padding: 2px 4px;
  font: normal 12px/18px Verdana, Geneva, sans-serif;
}
div#miniformcontainer form p textarea#textareainput {
  width: 440px;
  border: 1px solid black;
  background: #effbff;
  padding: 2px 4px;
  font: normal 12px/18px Verdana, Geneva, sans-serif;
}

#bottom {
  /*background: url(/layout/images/bg_bottom.jpg) no-repeat top center;*/ 
  padding: 14px 0;
}




div.gallery {
  margin: 20px 0 0 0;
}
div.gallery div {
  float: left;
  margin: 0 5px 5px 0;
}
div.gallery div a {
  text-decoration: none;
  border-bottom: 0;
}
div.gallery div a img {
  padding: 2px;
  border: 4px solid black;
}
div.gallery div a:hover img {
  border: 4px solid #e39627;
}
div.gallery h4 {
  margin: 30px 0 10px 0;
}


div#gmap {
  width: 450px;
  height: 350px;
  color: black;
}

/* form */
#form {
  overflow: hidden;
  width: 560px;
}
ol {
  font: normal 12px Verdana, Geneva, sans-serif;
}
ol.labels {
  float: left;
  width: 200px;
  text-align: right;
  list-style-type: none;
  margin: 0;
}
/* ----- karma dla IE 7 ----- */
*:first-child+html ol.labels {
  margin: 3px 0 0 0;
}
ol li {
  height: 40px;
}
ol.forms {
  float: left;
  text-align: left;
  list-style-type: none;
  margin: 0 0 0 10px;
}
ol.forms input.formsinput {
  border: 1px solid black;
  background: #effbff;
  padding: 2px 4px;
  font: normal 12px Verdana, Geneva, sans-serif;
}
ol.forms select#whichcourse {
  width: 240px;
}
ol.forms select, ol.forms select option {
  background: #effbff;
}
.questions {
  height: 6em;
}
.questions textarea {
  height: 6em;
  width: 230px;
  overflow: auto;
  border: 1px solid black;
  background: #effbff;
  padding: 2px 4px;
  font: normal 12px Verdana, Geneva, sans-serif;
}
#submitbutton {
  margin: 30px 0 0 0;
}
/** form **/

table.fees {
  width: 100%;
}
table.fees h4 {
  font: bold 22px Verdana, Geneva, sans-serif;
  color: #6aaa56;
  margin: 14px 4px 14px 0;
  border-bottom: 1px solid #6aaa56;
}
table.fees tr td {
  height: 50px;
}
table.fees tr td div {
  float: left;
  margin: 20px 30px 0 0;
}
table.fees form p input {
  margin: 20px 14px 0 14px;
}

#footer {
	height: 68px;
  background: #093244;
}
#footer p {
  font-size: 9px;
  position: absolute;
  top: 16px;
}
#footer p a {
  text-decoration: none;
}
p.accentgroup a {
  text-decoration: none;
  color: white;
  margin: 0 0 0 8px;
}
p.accentgroup a img {
  vertical-align: -4px;
  margin: 0 1px 0 0;
}
p#copy {
  left: 40px;
}
p#author {
  right: 40px;
}
p#author img {
  vertical-align: -2px;
}
#pricelistcontent{
	margin-top: 20px;
	width: 650px;
}
.windowbutton {
	font-size: 9px;
	width: 190px;
	height: 144px;
	margin: 0 10px 10px 0;
	float: left;
	position: relative;
}
.windowbutton p {
	text-align: center;
	position: relative;
	top: 120px;
}


.error{
	color: red;
}



#formcontainer {
  margin: 20px;
}
#formcontainer form.niceform select option {
  text-align: left;
}
#miniformcontainer {
  margin: 30px 0;
}

