/* Allgemeines */

body {
  padding: 0;
  margin: 0;
  background-color: #2b3338;
}

* {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 10pt;
}

a, a:active, a:visited {
  color: #d3d2a5;
  text-decoration: none;
}
a:hover {
  color: #b0af7f;
}

h2{
  line-height: 13px;
  margin-bottom: 5px;
}

h3{
  font-style: italic;
  line-height: 13px;
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: normal;
}

/* Struktur-DIVs */

 /* Alles */
#all{
  width: 900px;
  position: relative;
  height: 600px;
  margin: 25px auto 0px auto;
}

/* Menu */
#menu {
  height: 90px;
  background: #2f5a80;
  border-bottom: 4px solid #d3d2a5;
  z-index: 100;
}

#menu_main {
  width: 900px;
  height: 30px;
  padding-top: 37px;
  margin: 0 auto;
  position: relative;
  text-align: left;
}

#menu li {
  list-style-type: none;
  display: inline;
  padding: 0px;
  margin: 0px;
}

#menu a, #menu a:active, #menu a:visited {
  color: #ffffff;
  font-size: 15pt;
  border: 0px;
  border-right: 1px dotted #ffffff;
  padding: 5px 20px;
  margin-left: -5px;
}

#menu #m1 a, #menu #m1 a:active, #menu #m1 a:visited {
  border-left: 1px dotted #ffffff;
  padding-left: 20px;
  margin-left: -40px;
}

#menu a:hover {
  background: #4c89b0;
}

 /* Thumbnails */
img.thumb {
  border: 1px solid #000000;
  background: #95999b;
  padding: 12px;
  margin: 4px;
}
img.thumb:hover {
  background: #ffffff;
}

/* Boxen */
#box1, #box2, #box3 {
  width: 270px;
  height: 530px;
  text-align: left;
  background: #374045;
  border: 10px solid #374045;
  color: #ffffff;
}
#box1 {
  position: absolute;
  top: 0px;
  left: 0px;
}
#box2{
  position: absolute;
  top: 0px;
  left: 305px;
}
#box3{
  position: absolute;
  top: 0px;
  left: 610px;
}

#vita #box2 {
  background: url('_img/vita01.jpg') #374045;
  background-repeat: no-repeat;
}

#vita #box3 {
  background: url('_img/vita02.jpg') #374045;
  background-repeat: no-repeat;
}

#uni #box1 {
  background: url('_img/uni01.jpg') #374045;
  background-repeat: no-repeat;
}

#uni #box3 {
  background: url('_img/uni02.jpg') #374045;
  background-repeat: no-repeat;
}

#photo #box1 {
  background: url('_img/photo04.jpg') #374045;
  background-repeat: no-repeat;
}

#photo #box2 {
  background: url('_img/photo03.jpg') #374045;
  background-repeat: no-repeat;
}

#photo_show #box1 {
  display: none;
  position: absolute;
  top: 0px;
  left: 54px;
  width: 772px;
  z-index: 9;
  opacity: 0.98;
}

#photo_show #box2 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 880px;
}

#impressum #box1 {
  background: url('_img/impressum01.jpg') #374045;
  background-repeat: no-repeat;
}

#impressum #box2 {
  background: url('_img/impressum02.jpg') #374045;
  background-repeat: no-repeat;
}

#maps #box1 {
  background: url('_img/maps01.jpg') #374045;
  background-repeat: no-repeat;
}

#maps #box2 {
  background: url('_img/maps02.jpg') #374045;
  background-repeat: no-repeat;
}

#photo div.category_info {
  visibility: hidden;
  display: none;
}

#photo_show h2 {
  color: #ffffff;
  font-weight: bold;
}

#photo_show #camera, #photo_show #date, #photo_show #location, #photo_show #name,  #photo_show #category {
  color: #ffffff;
  margin-left: 10px;
}

#photo_show #camera, #photo_show #date {
  display: inline;
}

#photo_show #thumbs {
  margin-top: 10px;
}

#photo_show #menu_back{
 position: absolute;
 top: 10px;
 right: 10px;
}

 /* thanks to http://www.alistapart.com/articles/cssdropshadows/ */

.img-shadow {
  float:left;
  background: url(_img/shadowAlpha.png) no-repeat bottom right !important;
}

.img-shadow img {
  display: block;
  margin: -6px 6px 6px -6px;
} 

#photo_show * #menu_prev, #photo_show * #menu_next {
  position: absolute;
  top: 0px;
  background: #2b3338;
  height: 530px;
  width: 44px;
}

#photo_show * #menu_prev {
  left: 0px;
  border-right: 10px solid #374045;
}

#photo_show * #menu_next {
  right: 0px;
  border-left: 10px solid #374045;
}

#photo_show * #menu_prev_button, #photo_show * #menu_next_button {
  position: relative;
  top: 240px;
  left: 15px;
  height: 20px;
  width: 14px;
}

#photo_show * #menu_info_button {
  position: absolute;
  top: 12px;
  left: 12px;
  height: 30px;
  width: 30px;
  z-index: 10;
}

#photo_show * #menu_prev_button img, #photo_show * #menu_next_button img,  #photo_show * #menu_info_button img {
  /*filter:alpha(opacity=50);
  -moz-opacity:0.5;*/
  opacity: 0.5;
}

#photo_show * #menu_prev_button img:hover, #photo_show * #menu_next_button img:hover, #photo_show * #menu_info_button img:hover {
  /*filter:alpha(opacity=100);
  -moz-opacity:1.0;*/
  opacity: 1.0;
}

#all ul {
}

#impressum * li {
  list-style-type: none;
}

/* ------ */

img.standard {
  border: 40px solid #fbfbf8;
  padding: 1px;
  background: #2b3338;
}

img.small {
  border: 30px solid #fbfbf8;
  border-bottom: 45px solid #fbfbf8;
  padding: 1px;
  background: #2b3338;
}

img.black {
  border: 40px solid #10100f;
  padding: 1px;
  background: #e3e3e3;
}
