/*=============================== allgemein ==============================*/
body{
	color:#FF9900;
	font-family:'PT Sans', sans-serif;
	background:#424242;
}
/*==================== header - logobereich links unvariabel, menubereich rechts, variabel =====================*/
/*#nav {
	margin:2em 0 0 0;
}*/

#nav {
    background-color: #000000;
    border-bottom: 2px solid #FF9900;
    margin: 2em 0 0;
}

#cssmenu, #logo {
	margin:3em 0 0 0;
	padding:1em auto;
	-webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    0px 3px 12px 0px rgba(0, 0, 0, 0.4);
	box-shadow:         0px 3px 12px 0px rgba(0, 0, 0, 0.4);
}
#logo {
  border: none;
  border: 0px;
  margin: 3em 3px 0px 0px;
  padding: 0px;
  font: 67.5% 'PT Sans', sans-serif;
  font-size: 0.9em;
  text-transform:uppercase;
  letter-spacing:0.1em;
  width:197px;
}

#logo ul {
  background: #000;
  height: 60px;
  list-style: none;
  margin: 0;
  padding: 0;
}

#logo li {
    float: left;
    margin: auto 0;
    padding: 0;
	width:197px;
}

#logo li a {
  background: #000 url('images/seperator.png') bottom right no-repeat;
  display: block;
  font-weight: normal;
  line-height: 35px;
  margin: 0px;
  padding: 0px 15px;
  text-align: right;
  text-decoration: none;
  letter-spacing:0.1em;  
}
#logo > ul > li > a {
    color: #fff;
    height: 35px;
    padding-top: 40px;
}

#logo li > a:hover,
#logo ul li:hover > a {
  background: #242424 ; /*originalfarbe: #0096cc*/
  color: #fff;
  text-decoration: none;
}
#logo p {
  clear: left;
}

/*=============================== hauptbereich ===========================*/
#main {
	margin:4em 0 0 0;
}

/*#info {
    float: left;
    line-height: 1.6em;
    margin-right: 20px;
    width: 180px;
}*/

#info {
    float: left;
    line-height: 1.6em;
    margin:0 20px 0 200px;
    width: 60%;
}

#info h1 {
    font-size:1.1em;
    font-weight: 300;
    letter-spacing: 0.05em;
    margin-top: 0;
    padding-top: 0;
    text-transform: uppercase;
}

#main a:link, #main a:visited {
    color: #FFFFFF;
    text-decoration: underline;
    
}

#main a:hover, #main a:active {
  text-decoration:none;
}

#main_right_txt img {
    width:150px;
    height:auto;
    float:left;
    margin:2px 20px 10px 0;
}

p {
    line-height:1.5em;
    font-size:1.1em;
}


/*-------------------------- facebook-link START --------------------------*/
#facebook {
  background-color:transparent;
  width:auto;
  height:15px;
  color:#424242;
  font-size:11px;
  text-decoration:none;
  margin: 10px 2px 0 0;
  padding:0 2px;
}

a.imagesprite {
  display: block;
  width: 15px;
  height: 15px;
  background: url(../images/icon_fb.png) no-repeat 0 -15px;
  background-size:15px;
  overflow: hidden;
  text-indent: -15000px;
  font-size: 0px;
  line-height: 0px;
  border-bottom:0px;
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow:    0px 3px 12px 0px rgba(0, 0, 0, 0.4);
  box-shadow:         0px 3px 12px 0px rgba(0, 0, 0, 0.4);
}

a:hover.imagesprite {
background-position: 0 0px;
}
/*-------------------------- facebook-link ENDE --------------------------*/

#info a:link, #info a:visited {
	color:#fff;
	text-decoration:underline;
}
#info a:hover, #info a:active {
	text-decoration:none;
}