
.clear { clear: both; }

.clear_left { clear: left;}

.left { float: left; }

.right { float:right; }

.align-left { text-align: left; }

body {
  margin: 0;
  padding:0;
  height: 100%; 
  width: 100%;
  background-color:#ffffff;
  font-family: Arial, Helvetica, sans-serif;    
  color: #666666;

}

.v_center {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 0px;
}
#container_kuenstler {
  position:relative;
  width: 950px;
  height: 544px;
  margin-top: -272px; /*half of the height of the container*/
  margin-left: auto;
  margin-right: auto; 
  padding: 0;
  text-align: center;
}
#container {
    width: 950px;
		margin-left: auto;
		margin-right: auto; 
    padding: 0;
    text-align: center;
}
#container_front {
  position:relative;
  width: 950px;
  height: auto;
  margin-top: -100px; /*centering in the middle of logo_front (36+25)*/
  margin-left: auto;
  margin-right: auto;    
  text-align: center;
}


#header_kuenstler {
  width: 950px;
  /* padding-top: 40px; */
}

#header {
  width: 950px;
  padding-top: 40px; 
  /* height: 120px; */
}

#top_logo_front {
  height: 26px;
  padding-bottom: 10px;
}

#logo_front {
  height: 40px;
  padding-bottom: 10px;
}


#vert_menu {
  position:relative;
  float:left;
  left:50%;
  text-align:left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  height: 22px;
  color: #666666;
  padding-bottom: 10px;
}
  #vert_menu ul {
    padding: 0px;
    list-style:none;
    position:relative;
    left:-50%; 
    margin: 0px;
  }
  
  #vert_menu li {
    float: left; 
    position:relative;
    padding: 5px 0 0 0;
    margin: 0;
  }
  #vert_menu .selected {
    color: #333333;
  }

#lang_menu {
  position:relative;
  float:left;
  left:50%;
  text-align:left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  height: 22px;
  color: #666666;
}
  #lang_menu ul {
    padding: 0px;
    list-style:none;
    position:relative;
    left:-50%; 
    margin: 40px;
  }
  
  #lang_menu li {
    float: left; 
    position:relative;
    padding: 5px 0 0 0;
    margin: 0;
  }
  #lang_menu .selected {
    color: #333333;
  }

#link_menu {
font-size:14px;
height:22px;
left:38.5%;
position:absolute;
text-align:center;
top:250px;
}
  
#content {
  width: 100%;
  margin: 50px 0 0 0;
  padding: 0;
}
  #content img { 
    vertical-align: 3px;
  }
#scroll_left {
  float: left; 
  width: 30px;
  height: 33px;
  margin: 215px 0 0 0;
}
  #scroll_left .left_button{
    display: block;
    width: 30px;
    height: 33px;
    background: url(img/arrow_left.png) no-repeat center center;
  }
  #scroll_left .left_button:hover{ /*hoover is in IE6 just working with <a> and not with <div>*/
    background: url(img/arrow_left_dark.png) no-repeat center center;
  }

#scroll_right {
  float: right; 
  width: 30px;
  height: 33px;
  margin: 215px 0 0 0;
}
  #scroll_right .right_button{
    display: block;
    width: 30px;
    height: 33px;
    background: url(img/arrow_right.png) no-repeat center center;
  }
  #scroll_right  .right_button:hover{
    background: url(img/arrow_right_dark.png) no-repeat center center;
  }
  
#kuenstler {
  width: 1058px; /* Has to be generated dynamically (number of col * width of col incl padding) */
  height: 440px;
	position: relative;  
  text-align:left;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
}
  #kuenstler ul {
    margin-top: 0px;
  }
  #kuenstler .last_visited a, #kuenstler .last_visited a:visited{
    background: url(img/arrow_right_last_visited.png) no-repeat;
    background-position:0% 60%;
    padding-left:13px;/*mrgin and padding must not have the same value (IE7)*/
    margin-left:-14px;
    color: #333333;
  }
.subcolumns {
  width: 100%;
  overflow:hidden;
}

.col { 
  float: left;
  width: 264px;
  padding-left: 30px;
  /* width: 33% */ 
}


#wrapper {
  padding: 0px;
	overflow: hidden; 
	height: 440px; 
	width: 882px;
/*   border: 1px solid gray;	 */
  position: relative;
}

#footnote {
  width: 882px;
  margin: 5px auto 0 auto;
  text-align: center;
  font-size: 12px;
  color: #666666;
}


#detail_nav {
	margin: 0 auto 0 auto;
  padding-top: 20px;
  font-size: 24px;
  font-weight: bold;
  width: 380px;
  
}
  #detail_nav .left_button_small{
    display: block;
    width: 19px;
    height: 22px;
    background: url(img/arrow_left_small.png) no-repeat center center;  
  }
  #detail_nav .left_button_small:hover{
    background: url(img/arrow_left_small_dark.png) no-repeat center center;
  }
  #detail_nav .right_button_small{
    display: block;
    width: 19px;
    height: 22px;
    background: url(img/arrow_right_small.png) no-repeat center center;  
  }
  #detail_nav .right_button_small:hover{
    background: url(img/arrow_right_small_dark.png) no-repeat center center;  
  }
#headnote {
  font-size: 20px;
  font-weight: bold;
  padding: 10px 50px 0 0;
}
  #headnote .inactive {
    color: #cccccc;
  }
  #headnote .active {
    color: #666666;
  }

#content_detail{
  width: 950px;
  height: auto;
  padding-top: 200px;
  font-size: 15px;
}
  #content_detail ul {
    padding: 0px;
    margin: 0px;
  }
  #content_detail .odd {
    overflow: hidden;
    /* height: 180px;  */   
    margin: 0 0 20px 0;
    clear: both;
    /* background-color: #f7f7f7; */
  } 
  #content_detail .even {
    overflow: hidden;
    /* height: 180px; */   
    margin: 0 0 20px 0;
    clear: both;
  }   
  #content_detail .left{
    overflow: hidden;
    width: 280px;
    float: left;
    text-align: right;
  }
  #content_detail .right{
    overflow: hidden;
    width: 620px;
    padding-left: 40px;
    float: right;
    text-align: left;
  }
  #content_detail .title{
    font-size: 18px;
    font-weight: bold;
  }  

.fixed_header {
  background-color: #ffffff;
  position:fixed;
  z-index: 1;
}

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

#kuenstler a:visited{ 
  text-decoration: none; 
  color: #8B8B8B;
}

a img { 
  border-width: 0; 
}

ul {
  list-style:none;
}


/*
#Kontaktformular
*/

.tx-bbsimplecontact-pi1 ol{
  /* margin-left: 40px; */
}

fieldset{
	margin: 0;
  margin-left: 150px;
  margin-right: auto;    
	padding: 0;
	border: 0;
	width: 80%;
  font-size:0.8em;
  text-align:left;
}

legend{
	padding: 5px;
	padding-left: 40px;
	font-weight: bold;
}

form.def_style input, form.def_style select{
	margin: 2px;
	padding: 2px;
	width: 120px;
}

form.def_style select{
	width: 120px;
}

form.def_style textarea{
	margin: 2px;
	padding: 2px;
	height: 100px;
	width: 250px;
}

form.def_style label {
	float: left;
  width: 90px;
	padding: 2px 2px;
}

form.def_style li {
	padding: 2px 0;
}

form li{
	display: inline;
	float: left;
	width: 45%;
	height: 30px;
}

.display_block{
	width: 100%;
	height: 30px;
	display: block;
  margin-top: -30px;
  margin-bottom: 30px;
}

form p{
	clear: left;
}

form.def_style .zip_city label{
	width: 90px;
	overflow: hidden;
	float: left;
}

form.def_style .zip_city input{
	width: 40px;
	float: left;
}

form.def_style .zip_city div input{
	width: 70px;
	float: none;
}

form.def_style .submit {
  margin: 10px 0 0 42px;
  font-size: 0.8em;
}
/*.submit{
  padding-top: 110px;
}*/

.tx-bbsimplecontact-pi1 .message{
	width: 100%;
	height: 100%;
}


.tx-bbsimplecontact-pi1 .captcha {
	margin-top: 5px;
  width: 100%;
}

.tx-bbsimplecontact-pi1 form ul li{
	/* display: inline; */
	width: 100%;
	height: 100%;
  margin-left:42px;
  margin-top:10px;
}

.error {
	color: red;
}

.ecode{
  font-size:12px;
}