@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	}

.clearfix {
	clear:both;
	}

body {
	background: url(../main_img/bg.png) repeat-x;
	color: #666;
	font-size: 0.8em;
	line-height: 1.4em;
	font-family: verdana, arial, sans-serif;
	text-align: justify;
	}

img, div {
  behavior: url(http://www.allure-decodesign.de/iepngfix.htc);
  }

h3 {
  color: #8D69A4;
  line-height: 2.0em;
  }
  
a {
  text-decoration: none;
  color: #666;
}

#content_text ul li {
  list-style-position: inside;
}

#site {
  width: 1024px;
  height: 768px;
  margin: 0 auto;
  background: url(../main_img/bg_body.png) no-repeat;
  }
	
#header {
	margin: 0 auto 0 auto;
	background: url(../main_img/header.png);
	width: 620px;
  height: 97px;
	}

#wrapper {
  margin: 20px auto;
  left: 320px;
  width: 620px;
  }

#content {
	margin: 0px auto;
	background-color: #fff;
	border: 1px solid #8d69a4;
	width: 620px;
	}

#slider{
  width: 620px;
  height: 230px;
  background-color: #d8c7e4;
}

/* <--- NAVIGATION ---> */
	
#navigation {
  padding: 6px 6px 6px 320px;
	width: 294px;
	height: 20px;
	}

.navigation {
  	}
	
#navigation li {
    float:left;
    list-style: none;
  	padding-right: 8px;
  	}

#navigation li a {
	color: #666;
	font-size: 1.2em;
	text-decoration: none;
	}

#navigation a:hover {
	color: #8D69A4;
	}

/* <--- CONTENT ---> */

#content_text {
	width: 590px;
	padding: 15px;
	}

.liste {
  padding:13px;
}

/* <--- FOOTER NAVIGATION ---> */

#footer_navigation {
	margin: auto;
	width: 620px;
	height: 25px;
	}

.footer_navigation {
  font-size: 0.8em;
  	}
	
#footer_navigation li {
	float: left;
	list-style: none;
  	}

#footer_navigation li a {
	padding: 0 10px 0 10px;
	color: #666;
  text-decoration: none;
	}

#footer_navigation a:hover {
	color: #8D69A4;
	}

#contact_form{
  margin-top: 10px;
  width: 400px;
  height: 350px;
  }	
	
.form_row {
	width:400px;
  height:40px;
  }

.form_row label {
  width: 115px;
	float: left;
  color: #666;
  padding-top: 2px;
  }
  
.contact_input {
  width: 150px;
  height: 18px;
  }

.form_row_textarea {
  width: 400px;
  height: 180px;
  }

.form_row_textarea label {
  width: 115px;
  float: left;
  color: #666;
	}
	
.contact_textarea {
  width: 250px;
  height: 150px;
  }
		
		
  /* Gallery CSS Document */

  .galleria {
    list-style: none;
    width: 560px;
    }

  .galleria li {
    display: block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    float: left;
    margin: 0 10px 10px 0;
    }

  .galleria li a {
    display: none;
    }

  .galleria li div {
    position: absolute;
    display: none;
    top: 0;
    left: 180px;
    }

  .galleria li div img {
    cursor: pointer;
    }

  .galleria li.active div img, .galleria li.active div {
    display: block
    }

  .galleria li img.thumb {
    cursor:pointer;
    top:auto;
    left:auto;
    display:block;
    width:auto;
    height:auto
    }

  .galleria li .caption {
    display: block;
    padding-top:.5em
    }

  * html .galleria li div span {
    width:400px
    } /* MSIE bug */

  .galleria_wrapper {
  	text-align: center;
  	}

  .nav {
  	text-align: center;
  	padding: 20px;
  	}

  .demo ul{
  	margin: 0 auto;
  	width:560px;
  	}

