@CHARSET "UTF-8";

body {
  padding: 0;
  margin: 0;
  background: url('../images/black.png') repeat;
}

#bottomarticle {
  padding-bottom: 20px;
  background: url('../images/bottom.png') repeat-x bottom;
}

#yellow {
  background: url('../images/yellow.png') repeat;
  margin: 0;
  padding: 0;
  width: 100%;
}

#bg {
  background: url('../images/background.png') no-repeat 50% 0px;
  width: 100%;
  margin: 0;
  padding: 0;
}

#bodyhack {
  margin: 0;
  padding: 0;
  width: 100%;
}

#menuoverlay {
  margin-left: 1px;
}

#menubox {
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  position: relative;
}

#mainmenu {
  display: block;
}

#mainmenu li {
  display: block;
}

#mainmenu a {
  display: block;
  position: absolute;
  text-indent: -9999px;
}

#about_item {
  top: 8px;
  left: 146px;
  width: 507px;
  height: 57px;
}

#photo_item {
  top: 46px;
  left: 11px;
  width: 141px;
  height: 104px;
}

#photo_item:hover {
  background: url('../images/photo_high.png');
}

#nature_item {
  top: 0px;
  left: 0px;
  width: 239px;
  height: 80px;
}

#fashion_item {
  top: 0px;
  left: 241px;
  width: 298px;
  height: 80px;
}

#concerts_item {
  top: 0px;
  left: 541px;
  width: 259px;
  height: 80px;
}

#software_item {
  top: 74px;
  left: 587px;
  width: 159px;
  height: 76px;
}

#software_item:hover {
  background: url('../images/soft_high.png');
}


#vitae_item {
  top: 0px;
  left: 0px;
  width: 239px;
  height: 80px;
}

#publications_item {
  top: 0px;
  left: 241px;
  width: 298px;
  height: 80px;
}

#toys_item {
  top: 0px;
  left: 541px;
  width: 259px;
  height: 80px;
}


#menu_photo {
  display: block;
  z-index: 4;
  position: absolute;
  top: 320px;
  left: 0px;
  width: 800px;
  height: 80px;
  background: url('../images/menu_photo.png') no-repeat top left;
}

#menu_soft {
  display: block;
  z-index: 4;
  position: absolute;
  top: 320px;
  left: 0px;
  width: 800px;
  height: 80px;
  background: url('../images/menu_software.png') no-repeat top left;
}

#photohere {
  z-index: 3;
  position: absolute;
  top: 170px;
  left: 20px;
  width: 760px;
  height: 210px;
}

#loadphotohere {
  z-index: 2;
  position: absolute;
  top: 170px;
  left: 20px;
  width: 760px;
  height: 210px;
}

#maintitle {
  position: absolute;
  top: 0px;
  left: 0px;
  text-indent: -9999px;
}

#article {
  margin-top: 400px;
  margin-left: auto;
  margin-right: auto;
  width: 700px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 50px;
  padding-right: 50px;
}

#article h1 {
  color: black;
  text-align: right;
  font-family: Verdana, sans-serif;
}

#article p {
  text-align: justify;
  color: black;
  font-size: 120%;
  font-family: Georgia, serif;
}

#article img {
  border: 1px #aaa solid;
  padding: 4px;
  margin: 10px;
}

#article .date {
  font-size: 80%;
  color: #444;
  text-align: right;
}

#login:hover * {
  visibility: visible;
}

#login {
  margin: 0;
  padding: 0;
}

#login * {
  visibility: hidden;
}

#footerbg {
  padding: 0;
  margin: 0;
}

#footer {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  margin-top: 0;
  width: 800px;
  color: #ddd;
}

.sitemap h3 {
  color: white;
  margin-top: 0;
}

.copyright {
  float: right;
  text-align: center;
  font-size: 80%;
  border-left: 1px white solid;
  padding: 20px;
  padding-bottom: 100px;
}

.sitemap .lastsection {
  float: left;
}

.sitemap .section {
  float: left;
  margin-right: 40px;
}

.sitemap ul {
  list-style-type: none;
}

.sitemap a {
  color: white;
  text-decoration: none;
}

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

.youarehere div {
  display: inline;
}

.youarehere p {
  display: inline;
}

.youarehere a {
  color: white;
  text-decoration: none;
}

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

#content {
  position: relative;
}

#loadingcontent {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 700px;
}

.dummy {
  width: 0px;
  height: 0px;
  line-height: 0px;
}

#showimage {
  z-index: 10;
  position: absolute;
  top: 100px;
  left: 100px;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity='0');
}

.imageframe {
  background-color: black;
  padding: 20px;
  position: relative;
}

.imageframe a {
  display: block;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  background: url('../images/close.png');
  text-indent: -9999px;
}

.dummy {
  width: 0;
  height: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
}

h1 a {
  color: inherit;
  text-decoration: none;
}

h1 a:hover {
  text-decoration: underline;
}

h2 a {
  color: inherit;
  text-decoration: none;
}

h2 a:hover {
  text-decoration: underline;
}

h3 a {
  color: inherit;
  text-decoration: none;
}

h3 a:hover {
  text-decoration: underline;
}

h4 a {
  color: inherit;
  text-decoration: none;
}

h4 a:hover {
  text-decoration: underline;
}

.album {
  margin-left: auto;
  margin-right: auto;
}

