/* CSS Document */
* {
    margin: 0;
    padding: 0;
}
body {
    background-color: #000;
    font-family: "proxima-nova-1","proxima-nova-2",sans-serif;
    margin:0 auto; }
    
/*body { background: #339999 no-repeat scroll 0 0; font-family: "proxima-nova-1","proxima-nova-2",sans-serif;
 
} */

#wrapper {
    width: 100%;

/*    position: fixed; overflow: hidden; */
    z-index: -9999; 
}
/*
#wrapper { left: 0px; top: 0px; position: fixed; overflow: hidden; z-index: -9999;  
}
.img {position: relative; width: 1600px; height: 1067.19px; left: 0px; top: -182.094px; background:url("medien/bg-home.jpg")no-repeat scroll 0 0;   
}
*/
 
a {
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.08em;
}
a:hover {text-decoration:none; }
ul, li {display:inline; }


p {
    color: #2a2a2a;
    font-size: 13px;
    line-height: 1.6em;
    padding-bottom: 15px; 
}

p.impressum {
    clear: both;
    font-size: 12px;
    padding-top: 10px;
 
}

h1 {
    color: #2A2A2A;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0.10em;
    padding-bottom: 1.2em;
}
h2 {
    padding-top: 10px;
    font-size: 15px;
    color: #2F4F4F; 
  /*  color: #696969; */
  /*   text-shadow: 1px 1px 2px #F0FFFF; */
}
h2.signature {
    padding-top: 0px;

}
h3 {

    font-size: 13px;
    line-height: 1.2em;
    padding-top: 10px; 
    color: #008080;
}

       
#access {
    width: 100%;
    margin: auto;
    height: 40px;
    background: #000;
    color:#fff;
}
.left, .right, .left-fair, .left-cours, .right-legal {
    background: #666633;
    float: left;
    padding: 0;
    width: 50%;
    min-height: 830px;
}
.right, .right-legal {
    float: right;
}
.left-fair {
    background: #72688a;
}
.left-cours {
    background: #772828;
}
.right a {
    color: #9a4646;
}
.right, .right-legal, .right-about {
    background: #FFFFFF; 
}
.right a {
    color: #666633;
    letter-spacing: 0;  
}
.right-legal a {
    color: #663399;
    letter-spacing: 0;  
}
.right-about a {
    color: #772828;
    letter-spacing: 0; 
}
.right-legal {
    overflow: auto; 
}
.right-about {
    overflow: auto; 
}
.paint, .content {
    padding: 15% 15% 0;
    overflow: hidden; 
}
.paint_box {
    margin: 20% 15% 15% 24%;
    overflow: hidden;
}
.picturebox {
    float:left;
    background: #fff;
    height: 120px;
    margin: 0 5% 5% 0;
    overflow: hidden;
    width: 26,5%;
    border: 1px solid #ccc;
}
.picturebox-flyer {
    float:left;
    width: 43.15%;
    margin-left: 190px;
}
.picturebox-fair {
    float:left;
    height: 180px;
    width: 180px;
    margin: 150px 0 0 225px;
    border: 1px solid #ccc;
}
.picturebox-legal {
    float:left;
    height: 180px;
    width: 180px;
    margin: 150px 0 0 225px;
}
ul.nav { 
   float:left; 
   margin-left: 31.3%;
}
ul.footer { 
   float:left; 
   margin-left: 49.5%;
}
.clear:after{   /*?*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

ul.nav li a,
ul.nav li a:visited,
ul.footer li a,
ul.footer li a:visited
 {
	display:block;
	float:left;
	font-size:0.8em;
	margin:5px 2px;
	padding:7px 10px 4px;
}

ul.nav li a:hover,
ul.footer li a:hover
 {
	text-decoration:none;
	color:#ccc;
}
ul.nav li.punkt a {
    color: #999966;
}
ul.nav li.punkt-cours a {
    color: #9a4646;
}
ul.nav li.punkt-fair a {
    color: #9c8dc9;
}
/* Das Kontaktformular */
form {
  width: 370px; /* Breite des Formulars */
}
label { /* Beschriftung auf eigener Zeile */
  display: block;
  cursor: pointer; /* Mauszeiger wird zur Hand */
  font-size: 80%;
}
input#absender, input#name,
textarea {
  border: 1px solid #999966;
  margin:0.5em 0 1.1em;
  padding: 2px 4px;
  width: 350px;
}
textarea {
  height: 7em;
}
input:focus,
textarea:focus {
  background-color: #efefed;
  padding:2px 4px;
}
input.button {
  background-color: #666633;
  padding:3px 6px;
  border:0;
  color:#fff;
}


 
