@charset 'utf-8';
@import url(reset.css);
@import url(lightbox.css);

/* ----------------------------------------------------- All browsers */

body {
  background: url(img/back.png) 50% 0 repeat-y;
  font-family: arial, sans-serif;
  line-height: 1.25;
  color: #222;
}

a {
  color: #000;
}

a:hover {
  text-decoration: none;
}

#wrapper {
  width: 900px;
  margin: 0 auto;
}

#col1 {
  width: 610px;
  float: left;
  margin-bottom: -75px;
  position: relative;
}

#col2 {
  display: inline;
  float: right;
  width: 230px;
  margin: 30px 30px 30px 0;
}


#content {
  margin: 30px;
}

#header {
  position: relative;
  background: url(img/festung.jpg) 100% 0 no-repeat;
  height: 178px;
}

h1 {
  text-indent: -1000em;
  background: url(img/logo.png) 0 0 no-repeat;
  width: 320px;
  height: 178px;
  float: left;
}

#header p {
  position: absolute;
  top: 10px;
  right: 15px;
  text-align: right;
  font-size: 14px;
}

#header a {
  display: block;
  width: 320px;
  height: 178px;
}

.navi {
  height: 40px;
  background: #3c8ad9;
  text-align: center;
}

.navi li {
  display: inline;
  line-height: 39px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.navi li.active {
  background: #d8e7f7;
}

.navi a {
  padding: 0 20px;
  text-decoration: none;
  color: #fff;
}

.navi a:hover {
  text-decoration: underline;
}

.navi .active a {
  color: #333;
}

#content h2 {
  color: #3c8ad9;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0.5em;
}

#content h3 {
  font-size: 18px;
  color: #3c8ad9;
  margin: 0 0 10px 0;
}

#content h3 a {
color: #3c8ad9;
}


#content p {
  margin-bottom: 1em;
  line-height: 1.5;
}

#content ul {
  margin-bottom: 1em;
}

#content ul li {
  margin-bottom: 0.5em;
  padding-left: 16px;
  background: url(img/bullet.png) 0 6px no-repeat;
}


.ie6 #content li {
  zoom: 1;
}

#logofooter {
  border-top: 1px solid #d8e7f7;
  padding: 15px 0 0 25px;
}

#logofooter .logo {
  text-align: center;
  float: left;
}

.logo h3 {
  color: #999;
  font-size: 12px;
}

.naue {
  margin: 0 12px;
}

.geo {
  margin-left: 20px;
}

#footer {
  clear: both;
  background: url(img/footer.png) 0 0 no-repeat;
  height: 64px;
  padding-right: 30px;
  padding-top: 80px;
  text-align: right;
}

#footer a {
  text-decoration: none;
  color: #fff;
}

#footer :hover {
  text-decoration: underline;
}

.box {
  border: 1px solid #7aafe5;
  background: #b5d2f0;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding-bottom: 7px;
  margin-bottom: 20px;
}

.box .logo {
  text-align: center;
}

.box h2 {
  border-bottom: 1px solid #7aafe5;
  padding: 5px 10px;
  color: #3c8ad9;
  font-weight: bold;
  margin-bottom: 10px;
}

.box ol {
  margin: 10px;
}

.box ol li {
  padding: 0 0 18px 0;
  font-size: 14px;
  margin-bottom: 8px;
  background: url(img/arrowdown.png) center bottom no-repeat;
}

.box ol li div {
  padding: 0 0 0 22px;
  background: url(img/icon.png) 0 0 no-repeat;
}

.box li.fax {
  background: none;
  padding: 0;
}

.box .pdf div { background-image: url(img/page_white_acrobat); }
.box .fill div { background-image: url(img/page_white_edit); }
.box .fax div { background-image: url(img/printer); }

.innerbox {
  display: table-row;
  overflow: hidden;
}

.ie6 .innerbox {
  zoom: 1;
}

.box hr {
  border: none;
  border-bottom: 1px solid #7aafe5;
  margin: 10px 0;
}

.ie7 .box hr {
  color: #7aafe5;
  height: 1px;
  overflow: hidden;
  border: none;
}

.innerbox img {
  display: table-cell;
  vertical-align: middle;
  float: left;
  margin: 0 10px;
}

.innerbox .name {
  padding-right: 10px;
  font-size: 12px;
  display: table-cell;
  vertical-align: middle;
}

#col1 img {
  padding: 2px;
  position: relative;
  z-index: 10;
}

#col1 a:hover img {
  border-color: #000;
}

#col1 .left {
  float: left;
  margin: 2px 20px 10px 0;
}

#col1 .right {
  float: right;
  margin: 2px 0 10px 20px;
}

#col1 hr {
  clear: both;
  border: none;
  border-top: 1px solid #3c8ad9;
  margin: 1.5em 0;
}

.programme #col1 h3 {
  color: #666;
  font-size: 1em;
  font-weight: bold;
  border-top: 1px solid #3C8AD9;
  padding-top: 1em;
}

.programme #col1 ul li {
  color: #888;
  margin: 0;
  background: none;
  font-size: 14px;
}

.accommodation #col1 ul li {
  line-height: 1.5em;
  border-top: 1px solid #3C8AD9;
  border-bottom: 1px solid #3C8AD9;
  margin: 0 0 -1px 0;
  background: none;
  padding: 1em 0;
  
  
}

#col1 table {
  width: 100%;
}

#col1 table td {
  font-size: 13px;
  border-bottom: 1px solid #aaa;
  padding: 1em 0;
}