@import url(fonts.css);
@import url(rte.css);
@import url(plugins.css);
@import url(news.css);
@import url(navi.css);
/* ------------------- GRUNDGERÜST ------------------- */


* {
  margin: 0px;
  padding: 0px; 
}

body{
  font-family:Arial, Verdana, sans-serif;
  text-align: center;
  color:#333;
  font-size:13px;
  line-height:18px;
  
  
  background: #d6d6d7;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmYmZlZmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZDZkNmQ3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top, #fbfefe 50%, #d6d6d7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#fbfefe), color-stop(100%,#d6d6d7));
  background: -webkit-linear-gradient(top, #fbfefe 50%,#d6d6d7 100%);
  background: -o-linear-gradient(top, #fbfefe 50%,#d6d6d7 100%);
  background: -ms-linear-gradient(top, #fbfefe 50%,#d6d6d7 100%);
  background: linear-gradient(top, #fbfefe 50%,#d6d6d7 100%);
  background-color: #F3F6F6\0;
}

/* wenn ie9 .gradient{filter:none;}*/

#Rahmen{
  text-align: left;
  margin: 0 auto;
  width: 993px;
}

.shadow,
#Content_Right .csc-default,
#Content_Left .csc-default{
  box-shadow: 2px 2px 5px 0 #CCCCCC;
  -moz-box-shadow:2px 2px 5px 0 #CCCCCC;
  -webkit-box-shadow: 2px 2px 5px 0 #CCCCCC;
}

.corner,
#Content_Right .csc-default,
#Content_Left .csc-default,
dt.corner img,
#HeadPic,
.csc-textpic-image img{
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

#Header{
  padding: 15px 0 0;
}

#Logo{
  float:left;
  display:inline;
}

#Logo a{
  display:block;
}

.logo_text{
  margin: 3px 0 14px;  
}

#Header_Right{
  float: right;
  text-align: right;
}

.langmenu{
  float: right;
  margin: 10px 10px 0;
}

#HeadPic{
  /*background-image:url(../lay/bildwelt.jpg);
  background-repeat:no-repeat;
  background-position:0 0;*/
  width:795px;
  height:188px;
}

#HeadPic img{
  display:block;
  width:795px;
  height:188px;
  background-color:white;
  
  background-color: white;
  display: block;
  height: 188px;
  position: relative;
  width: 795px;
  z-index: -1;
}

#AllContent{
  margin: 8px 0 0;
  padding: 0 0 14px;
}

#Content_Left_Wrapper{
  display: inline;
  float: left;
  margin: 0 10px 0 0;
  width: 187px;
}

#ContentWrapper{
  float: right;
  width: 796px;
}

#Content{
  border: 1px solid #CCCCCC;
  float: left;
  margin-right: 14px;
  min-height: 500px;
  padding: 13px 40px;
  width: 460px;
  background-color:#fff;
}

#startseite #Content{
  padding: 13px;
  width:514px;
}


#Content_Right{
  float:left;
  width:240px;
}

#Content_Right .csc-default,
#Content_Left .csc-default,
#Footer .csc-default{
  border: 1px solid #CCCCCC;
  padding: 10px;
  background-color:#fff;
}

#einespalte #Content{
  width:715px;
}

#einespalte #Content_Right{
  display: none;
}

#Content ul,
#Content ol{
  margin: 5px 0px 5px 20px;
}

#Content_Right ul,
#Content_Right ol{
  margin: 5px 0px 5px 20px;
}



/* ----------------------- BREADCRUMBS ------------------- */
#BreadCr{
  color:#666;
  font-weight:normal;
  padding:0;
  border-bottom:1px solid #DADCDF;
  margin: 0 -27px 10px;
  padding:0 0 10px 0;
  font-size:13px;
  font-family: VegurLight;
}

a.aBreadCr, a.aBreadCr:link, a.aBreadCr:active, a.aBreadCr:visited{
  text-decoration:none;
  color:#666;
  font-size:13px;
}

a.aBreadCr:hover {
  text-decoration:underline;
}

/* ----------------------- METANAVIGATION ------------------- */
#NavP{
  color: #333333;
  font-family: VegurRegular;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0.15px;
  padding: 2px 2px 0 0;
}  

#NavP ul li{
  display:inline;
}

a.aNavP, a.aNavP:link, a.aNavP:active, a.aNavP:visited{
  color: #333333;
  font-size: 14px;
  font-weight: normal;
  padding: 0 2.8px;
  text-decoration: none;
}

a.aNavP:hover {
  text-decoration:underline;
}

/* ----------------------- FOOTER --------------------- */
#FooterWrapper{
  background-color:#fff;
}

#NavF{
  margin:15px 0 0;
  padding:0 0 15px;
}

#FooterWrapper ul li{
  list-style-type:none;
  margin:0 0 5px 0;
}

.FooterWrapperControl{
  background-color: #E0E4E4;
  background-image: url("../lay/minus.gif");
  background-position: 5px center;
  background-repeat: no-repeat;
  color: #CC0000;
  cursor: pointer;
  font-weight: bold;
  left: 0;
  margin: 0 0 15px;
  padding: 0 0 0 22px;
  position: relative;
  width: 125px;
}

.FooterContainer{
  float:left;
  width: 215px;
  margin:0 15px 0 0;
  font-family:VegurRegular;
  font-size:13px;
}

.FooterContainerLast{
  margin:0;
}

#Footer .FooterContainer.csc-default .csc-default{
  border:none;
  padding:0;
  background-color:transparent;
}

.FooterShadow{
  -moz-box-shadow:0 2px 3px 0 #CCCCCC;
  -webkit-box-shadow: 0 2px 3px 0 #CCCCCC;
  box-shadow: 0 2px 3px 0 #CCCCCC;
  height: 5px;
  margin-bottom: -3px;
  margin-top: 0;
  padding: 0;
  position: relative;
  top: -5px;
}

#Footer{
  color: #999;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  width: 993px;
}

a.aFooter, a.aFooter:link, a.aFooter:active, a.aFooter:visited{
  text-decoration:none;
  color:#999;
  font-size:13px;
}

a.aFooter:hover {
  text-decoration:underline;
}

/* -------------------------- Suche ---------------------------- */
#Suche{
  margin: 6px 0 10px;
  float:right;
}

#Suche form{
  display:inline;
  padding:0px;
  margin: 0px;
}

#Suche .searchfield{
  font-size: 15px;
  font-weight: normal;
  height: 14px;
  margin-right: 7px;
  padding: 2px;
  vertical-align: middle;
  width: 153px;
}

#Suche .submitbtn{
  border:none;
  padding:0;
  text-align:center;
  vertical-align:middle;
}

/* ------------------------- FORMULARE --------------------------- */
input, select, textarea{
  border: 1px solid #ccc;
  background-color: #fff;
  color: #666666;
  font-size: 11px;
  padding: 2px;
  font-family:Arial,Verdana,sans-serif;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

input[type=image]{
  border:none;
}

legend{
  display: none;
}

fieldset, form{
  margin: 0px;
  padding: 0px;
  border: 0px none;
}

/* -------------------------- DIVERSES ---------------------------- */
/* ---- clear the new way ----- */
.clearer, .Clearer {
  display: block;
  height: 0;
  width: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

a img{
  outline: 0;
  border: 0px none;
}

.hide{
  position: absolute;
  left: -1000px;
  top: -1000px;
  width: 0;
  height: 0;
  overflow: hidden;
  display: inline; 
}

hr{
  background-color:#CCCCCC;
  border:none;
  height:1px;
}

.csc-textpic-caption{
  color: #666666;
  font-family: VegurMedium;
  font-size: 12px;
  margin: 5px 0 !important;
}

.csc-textpic-intext-left{
  overflow:auto;
}

.csc-textpic-intext-left .csc-textpic-text{
  /*overflow:hidden;*/
}

DIV.csc-textpic DIV.csc-textpic-imagewrap UL {
  list-style: none outside none;
  margin: 0!important;
  padding: 0;
}

div.lineafter{
  border-bottom: 1px dashed #858585;
  margin: 0 0 15px;
  padding: 0 0 15px;
}

div.linebefore{
  border-top: 1px dashed #858585;
  margin: 15px 0 0;
  padding: 15px 0 0;
}

.img-responsive {
  max-width: 100%;
  width: 100%;
  height: inherit;
}

.dropdownsitemap ul li{
  display: none;
  list-style-type:none;
  margin-bottom: 10px;
}
.dropdownsitemap ul li.level_1{
  display: block;
  margin-bottom:5px;
}

.dropdownsitemap ul li span.ifsub .icon:before,
.dropdownsitemap ul li span.nosub:before{
  width:18px;
}

.dropdownsitemap ul li span.ifsub .icon:before{
  content: "\f07b";
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 5px;
  color: rgb(255, 207, 0);
  font-size: 16px;
  cursor:pointer;
}

.dropdownsitemap ul li span.nosub:before{
  content: "\f016";
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 12px;
  font-size: 14px;
  text-align: center;
  width: inherit;
}
