/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* @author Seb
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #D90052;}
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #910036; }
a:hover {
  text-decoration: none;
  color: #000000;
  background: #DFDFDF;
   }

a img { border: none; }

#menu {
    width: 270px;
    overflow: hidden;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

#menu ul {
	list-style: none;
	margin: 12px 0;
	font-size: 12px;
	line-height: 15px;
}

#menu ul li.section-title {
         font-size: 14px;
         font-weight: bold;
         text-transform: uppercase;
}

#content {
    height: 100%;
    margin: 0 0 0 270px;
    top: 0;
}

#content_txt {
    margin-top: 6px;
}

.container {
    padding: 15px 0px 25px 15px;
}

.active a {
font-weight: bold;
color: #191919;
}

#content p {
        width: 400px;
        margin-bottom: 9px;
        margin-top: 10px;
         }

p {
    margin: 0 0 9px 0;
}

#d-image {
    text-transform: none;
    font-weight: bold;
    text-align: center;
}

#d-image a {
  text-decoration: none;
  color: #181818;

}

#d-image a:hover {
  text-decoration: none;
  color: #D90052;
  background: none;

}
#d-thumbs {
  margin-top: 8px;

}



h1 { font-size: 26px; line-height: 90%; text-transform: uppercase; font-weight: bold; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; line-height: 100%; text-transform: uppercase; font-weight: bold; display: inline; }

/**.VERKEHR {color:#0E5FF5} */
.VERWALTUNG {color:#996640}
.Verwaltung {color:#996640}
.verwaltung {color:#996640}
.BILDUNG {color:#66C409}
.Bildung {color:#66C409}
.bildung {color:#66C409}
.WOHNEN {color:#A80FE1}
.Wohnen {color:#A80FE1}
.wohnen {color:#A80FE1}
/**.RELIGION {color:#D0A409}*/
/**.WIRTSCHAFT {color:#0FCAB7}*/
.KULTUR {color:#FD004B}
.Kultur {color:#FD004B}
.kultur {color:#FD004B}
.WERKSTATT {color:#D0A409}
.Werkstatt {color:#D0A409}
.werkstatt {color:#D0A409}
.LANDSCHAFT {color:#0FCAB7}
.Landschaft {color:#0FCAB7}
.landschaft {color:#0FCAB7}


a.txt_link {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal;
  color:#000;
  text-align: right;
  margin-left:10px;
}


#img-container	{
  margin: 0;
  padding: 0;
  width: 100%;
  height: 640px;
  text-align: center;
}

#img-container p	{
  margin: 0;
  padding: 0 0 12px 0;
  text-align: center;
  }

#once { clear: left; }

#where {width: 1024px; float: left; margin: 5px 0 0 0px;}
#where .one {width: 512px; float: left;}
#where .two {width: 507px; float: left; margin:0 0 0 5px;}

#content_info {padding-left: 10px;}

#content_info p {
        width: 500px;
        margin-bottom: 9px;
        margin-top: 10px;
         }
