
/* Normalize */

body {
	background: #b1b2b3;
	font-family: "Lucida Sans", Verdana;
	font-size: 15px;
	color: #444;
}

p {
  margin: 0;
  padding: 0;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

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

a:hover {
	color: #c9243a;
}

.clear {
	clear: both;
}

.invisible {
  display: none;
}

/* index page */

a#intro_logo {
  display: block;
  margin: auto;
  position: relative;
  top: 200px;
  width: 540px;
  height: 365px;
  background: url(logo1.png) no-repeat;
  border: blue;
}

/* align center */

#container {
	margin: auto;
}

/* main menu area */

#logo {
	position: relative;
	width: 782px;
	height: 50px;
	background: url(logo2.png) no-repeat;
	margin: 30px auto 30px auto;
}

ul#menu {
	display: block;
	position: relative;
	width: 832px;
	padding-left: 50px;
	height: 30px;
	margin: 0 auto 1px auto;
	background: #c1c8ca;
	font-size: 15px;
	overflow: hidden;
}

ul#menu li {
	display: block;
	position: relative;
	float: left;
	margin: 7px 20px 0px 0px;
}

ul#menu a.selected {
	color: #c9243a;
	cursor: default;
}

/* content area */

#content {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 882px;
	height: 545px;
	background: #c1c8ca;
	overflow: hidden;
	line-height: 25px;
}


#content.vita, #content.texte {
  overflow-y: scroll;
}

ul#thumbnails {
	position: absolute;
	top: 30px;
	left: 30px;
	display: block;
	width: 100px;
}

ul#thumbnails li {
	display: block;
	padding: 0;
	margin: 0 8px 5px 0;
	float: left;
}

ul#thumbnails img {
	cursor: pointer;
	border: solid 2px #c1c8ca;
}

ul#thumbnails img.selected, ul#thumbnails img.mouseover {
	border: solid 2px #c9243a;
}


#main img {
	position: absolute;
	top: 30px;
	left: 190px;
}

#main .texte, #main .vita, #main .kontakt {
  margin: 50px 50px 20px 400px;
}
#main p, #main h1 {
  font-size: 15px;
}

/* Vita */
#main .vita dt {
	float: left;
	font-weight: bold;
}
#main .vita dd {
	margin: 0 0 10px 50px;
}

.tonci_img {
  position: fixed;
  width: 300px;
  height: 226px;
  margin: 0 0 0 50px;
  background: url(/img/tonci.jpg);
}
.mit_katze {
  position: fixed;
  width: 300px;
  height: 480px; // was 536px;
  margin: 0 0 0 50px;
  background: url(/img/tonci_mit_katze.jpg);
}
.rote_farbe {
  position: fixed;
  width: 300px;
  height: 398px;
  margin: 0 0 0 50px;
  background: url(/img/rote_farbe.jpg);
}

#caption {
	position: absolute;
	width: 200px;
	right: 30px;
	bottom: 10px;
	font-size: 11px;
	line-height: 14px;
}

.caption a {
	font-weight: bold;
	font-size: 15px;
	margin-right: 20px;
}
