/* kloeschner - CSS-Design
 * (c) 2009 Benjamin Heil
 */

body {
	font-size: 10px; /*62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #FFFFFF;
	color: #333;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 1.5;
}

img {
	border: 0px;
	text-decoration: none;
}

#page {
	margin: 63px auto;
	padding: 0;
	width: 700px;
}

#content {
    padding: 0px;
    margin: 0px;
    color: #919191;
    min-height: 500px;
    height: 500px;
    max-height: 500px;
    overflow: auto;
}


.scroll-table-block {
	table-layout: fixed;
	text-align: left;
}
#content-frontpage {
	background-color: #FFFFFF !important;
    padding: 0px;
	padding-top: 74px;
    margin: 0px;
	overflow: hidden;
}

#bottombar, #bottombar a {
	clear: both;
    text-align: left;
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-size: 13px;
	color: #b8b8b8;
	text-decoration: none;
}

#bottombar a:hover {
	color: #686868;
}

#scroll-up {
	position: relative;
	top: 6px;
	left: 668px;
	width: 16px;
	z-index: 50;
}

#scroll-down {
	position: relative;
	top: 468px;
	left: 668px;
	width: 16px;
	z-index: 50;
}

#kontakt-block, #kuenstlerin-block, #aktuelles-block {
 	height: 500px;
 	position: absolute;
 	top: 63px;	
}

.text-paragraph p {
	position: relative;
	top: -12px;
	
}

.die_kuenstlerin {
	text-align: left;
	font-size: 100%;
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	clear: both;
	padding-left: 2px;
}

.die_kuenstlerin_text {
	width: 240px;
	overflow: auto;
	padding-left: 150px;
	font-size: 100%;
}

.submenu-active-link {
	color: #686868 !important;
}

.der_kontakt {
	/*padding-top: 160px;*/
	margin-left: 350px;
	font-weight: bold;
    text-align: left;
	font-size: 12px;
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.der_kontakt a {
	text-decoration: none;
	color: #919191; 
}

.der_kontakt a:hover {
	text-decoration: underline;
	color: #686868; 
}

#main_image { 
	margin: 0 auto 40px auto;
	height: 398px;
	width: 700px;
	background: #FFF;
}

#main_image img {
	margin-bottom:10px;
}

.main_image {
	width: 700px;
	height: 398px;
	background: #333;
	background: #CCC;
	position: relative;
	overflow: hidden; /*--Overflow hidden allows the description to toggle/tuck away as it slides down--*/
	color: #FFF;
	color: #000;
}

.main_image h2 {
	font-size: 2em;
	font-weight: normal;
	margin: 0 0 5px;
	padding: 10px;
}

.main_image p {
	font-size: 1.2em;
	line-height: 1.6em;
	padding: 10px;
	margin: 0;
}

.main_image .desc {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: none;
}

.main_image .block {
	width: 100%;
	background: #FFF;
	border-top: 1px solid #FFF;
}
.main_image a.collapse {
	background: url(btn_collapse2.gif) no-repeat left top;
	height: 14px;
	width: 14px;
	text-indent: -99999px;
	z-index: 1000;
	position: absolute;
	top: -17px;
	right: 0px;
}
.main_image a.show {background-position: left bottom;}

.image_thumb img {
	border: 1px solid #ccc;
	padding: 5px;
	background: #fff;
	float: left;
}
.image_thumb ul {
	margin: 4px;
	padding: 0;
	list-style: none;
}
.image_thumb li {
	margin-right: 4px;
}


div.sc_menu {
  /* Set it so we could calculate the offsetLeft */
  position: relative;
  height: 100px;
  width: 700px;
  /* Add scroll-bars */
  overflow: auto;
}
ul.sc_menu {
  display: block;
  height: 110px;
  width: 1500px;
  padding: 15px 0 0 15px;
  /* Remove default margin */
  margin: 0;
  /*background: url('navigation.png');*/
  list-style: none;
}
.sc_menu li {
  display: block;
  float: left;
  padding: 0 4px;
}
.sc_menu a {
  display: block;
  text-decoration: none;
}
.sc_menu span {
  /* We want a caption to display on the next line */
  display: block;
  margin-top: 3px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
