/* totally centered box */

html, body {
	margin: 0;
	padding: 0;
}
/*\*/
html, body, .swc0 {
	height: 100%;
}
.swc0 {
	margin: 0 auto;
	display: table;
}
.swc1 {
	display: table-cell;
	vertical-align: middle;
}
/**/
.swc1 {
	height: 100%;
	white-space: nowrap;
}
.swc2 {
	padding: .3em .5em;
  white-space: normal;
}
* html .swc1 {
	text-align: center;
}
* html .swc2, * html .swc3 {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}
* html .swc3 {
	height: 100%;
}
/*\*/
* html .swc2 {
	display: inline;
	height: 0;
}
/*/
.swc2, .swc3 {
	width: 1px;
}
/**/

/* /totally centered box */

body {
  background-color: #bcbdbf;
  margin: 0;
  padding: 0;
  font-size: 11px;
  font-family: Arial, sans-serif;
  text-align: center; /* IE */
}

img {
  border: 0;
}


a {
  text-decoration: none;
  color: #000000;
}

a:hover {
  color: #144771;
}

td {
  min-width: 60px;
}

font.farbe {
  color: #2470ac;
}

font.farbe2 {
  color: #646464;
}

div#content {
  margin: 0px auto;
  padding: 0;
  border: 15px solid #ffffff;
  width: 984px;
  height: 648px;
  overflow: hidden;
  position: relative;
  text-align: left;
  background-image: url('background.jpg');
}

img#logo {
  position: absolute;
  top: 21px;
  left: 25px;
  z-index: 3;
}

div#nav1 {
  text-align: center;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 4;
  display: block;
  width: 130px;
  padding: 5px 0;
  background-color: #ffffff;
  color: #000000;
  vertical-align: middle;
}

div#nav1 a {
  color: #646464;
}

div#nav1 a:hover {
  color: #000000;
  font-weight: bold;
}

div#fixnav {
  position: absolute;
  top: 18px;
  right: 25px;
  text-transform: uppercase;
  color: #ffffff;
  z-index: 3;
}

div#fixnav a {
  text-decoration: none;
  color: #ffffff;
  padding-top: 1px;
  letter-spacing: 1px;
  margin: 0 3px;
}

div#fixnav a:hover {
  text-decoration: none;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

div#fixnav a.active {
  font-weight: bold;
}

img#gimmick {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

img#postcard {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

div#verso {
  position: absolute;
  top: 92px;
  left: 13px;
  z-index: 3;
  width: 970px;
  height: 554px;
  background-image: url('verso.png');
}

img#stamp {
  position: absolute;
  top: 142px;
  left: 834px;
  z-index: 4;
}

a#mail {
  position: absolute;
  top: 205px;
  left: 770px;
  z-index: 4;
}

a#mail img {
  width: 54px;
  height: 61px;
}

div#nav2container {
  position: absolute;
  top: 140px;
  left: 40px;
  z-index: 4;
  width: 444px;
  height: 42px;
  overflow: hidden;
}

ul#nav2 {
  padding: 0;
  margin: 0;
  list-style-type: none;
  line-height: 1.8em;
  text-transform: uppercase;
}

ul#nav2 li {
  float: left;
  margin-right: 4px;
  }

ul#nav2 li a:before, ul#nav2 li span.link:before {
  content: "// "
}

ul#nav2 li a, ul#nav2 li span.link {
  color: #646464;
}

ul#nav2 li.aktiv a, ul#nav2 li.aktiv span.link, ul#nav2 li a:hover {
  color: #000000;
}

div#text1 {
  position: absolute;
  top: 188px;
  left: 40px;
  z-index: 40;
  height: 390px;
  width: 438px;
  text-align: justify;
  overflow: auto;
  padding-right: 10px;
}

div#text1 h1 {
  color: #2470ac;
  font-size: 12px;
  text-transform: uppercase;
}

div#text1 h2 {
  color: #646464;
  font-size: 12px;
}

div#text2 {
  position: absolute;
  top: 403px;
  left: 512px;
  z-index: 4;
  color: #2470ac;
  font-weight: bold;
  font-size: 13px;
  min-height: 15px;
  min-width: 200px;
}

div#text3 {
  position: absolute;
  top: 443px;
  left: 512px;
  z-index: 4;
  color: #646464;
  min-height: 15px;
  min-width: 200px;
}

div#contact {
  position: absolute;
  top: 569px;
  left: 508px;
  display: block;
  width: 454px;
  height: 13px;
  overflow: hidden;
  z-index: 4;
  color: #646464;
  font-size: 9px;
  text-align: left;
}

div#contact a {
  color: #646464;
}

div#preload {
  display: none;
}

#nav1container {
	display: none;
}

h1.iphone, div.iphone {
	display: none;
}

/* ADMIN */

body.admin {
  padding: 5px;
  text-align: left;
  background-color: #BBBBBB;
}

body.admin div.content-admin {
  background-color: #CCCCCC;
}

body.admin div.menu-admin a {
  color: #FFFFFF;
  background-color: #999999;
}

body.admin div.menu-admin a:hover {
  background-color: #7777777;
}

body.admin div.menu-admin a.aktiv {
  color: #000000;
}

body.admin div.menu-admin a:hover:last-child {
  background-color: #A90F07;
}

