body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
	background-color: #eee;
}

.wrapper-all {
	background-color: #fff;
	max-width: 1170px;
	margin:0 auto;
}

.h1, h1 {
	color: #0069b3;
	font-size: 28px;
}
h1 b, h2 b { font-weight: normal; }

.h2, h2 {
    font-size: 24px;
    color: #999;
}

footer {
	text-align: center;
	font-size: 14px;
	padding-bottom: 10px;
}

.navbar-inverse {
    padding: 0;
    margin-bottom: 0;
}
.navbar-inverse {
    background-color: #0069b3;
    border-color: #0069b3;
}
.navbar-inverse .navbar-nav > li > a { color: #fff; }
.navbar-inverse .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
	font-size: 14px;
}
.navbar {
    position: relative;
    min-height: 80px;
    margin-bottom: 0;
    border: 1px solid transparent;
}

.navbar .navbar-brand { padding:0; }

.navbar-nav {
    float: right;
    margin: 0;
}
.navbar-nav>li>a {
	font-size: 16px;
}

.collapse.navbar-collapse {
	padding:20px 0;
}

.dropdown-menu>li>a {
	line-height: 1.8;
}

/* mobile */
.navbar-toggle .icon-bar {
    background: #333;
}

@media(max-width:768px) {
	.navbar-nav { float: left; }
	.main .navbar-nav { margin-top: 2em; }
}

#menu_top li { float: left; }

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: inherit;
	text-decoration: underline;
}

@media(min-width:768px) {
    body {
        padding-top: 0px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
    }

    .navbar-fixed-top .navbar-brand {
        padding: 15px 0;
    }
}

.image { margin-bottom: 1.4em; }

a {
    color: #999;
    text-decoration: none;
}

/* Box right */
.csc-frame-frame1 a { color: #fff; }

.csc-frame-frame1 {
	border: 1px solid rgb(61,141,197);
	padding: 0 15px;
    color: #fff;
	background: rgb(61,141,197);
	background: -moz-radial-gradient(center, ellipse cover,  rgb(61,141,197) 0%, rgb(0,105,179) 100%);
	background: -webkit-radial-gradient(center, ellipse cover,  rgb(61,141,197) 0%,rgb(0,105,179) 100%);
	background: radial-gradient(ellipse at center,  rgb(61,141,197) 0%,rgb(0,105,179) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d8dc5', endColorstr='#0069b3',GradientType=1 );
}

.csc-frame-frame1 h4 {
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	line-height: 1.6;
}

.csc-frame-frame1 h4 b,
.csc-frame-frame2 h4 b { font-weight: normal; }


.csc-frame-frame2 {
	border: 1px solid rgb(61,141,197);
	padding: 0;
	color: inherit;
	background: #fff url("../designobjekte/icon_wegbeschreibung.png") no-repeat 270px 75px;
	padding: 10px;
}

.csc-frame-frame2 h4 {
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	line-height: 1.6;
	background: #0069b3;
	margin: 0;
	color: #fff;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: -10px;
	margin-bottom: 10px;
	padding-left: 10px;
}

.imgtext-table img {margin-right: 10px;/* margin-left: 10px; */}

.imgtext-nowrap .bodytext {
	padding-right: 10px;
}

/* Contact form */

.contact_form {
    width: 100%;
}
.contact_form  > div {
  clear: both;
  overflow: hidden;
  padding: 1px;
  margin: 0 0 10px 0;
}
.contact_form  > div > fieldset > div > div {
  margin: 0 0 5px 0;
}
.contact_form  > div > label,
.contact_form legend {
  width: 25%;
  float: left;
  padding-right: 10px;
  font-size: inherit;
  border: 0;
}
.contact_form  > div > div,
.contact_form  > div > fieldset > div {
  width: 75%;
  float: right;
}
.contact_form  > div > fieldset label {
	font-size: 90%;
  color: #222222; 
}
.contact_form fieldset {
	border: 0;
  padding: 0;
}

.contact_form input[type=text],
.contact_form input[type=email],
.contact_form input[type=url],
.contact_form input[type=password],
.contact_form textarea {
    border-width: 1px; 
    border-style: solid; 
    border-color: #DCDCDC; 
    border-radius: 0px; 
    padding: 3px; 
    width: 100%; 
}
.contact_form select{
    border-width: 1px; 
    border-style: solid; 
    border-color: #DCDCDC; 
    border-radius: 0px; 
    padding: 6px; 
    width: 100%;
}

.contact_form input[type=text]:focus,
.contact_form input[type=email]:focus,
.contact_form input[type=url]:focus,
.contact_form input[type=password]:focus,
.contact_form textarea:focus {
  outline: 0;
  border-color: #A9A9A9;
}

@media (max-width: 600px) {
  .contact_form  > div {
    margin: 0 0 15px 0; 
  }
  .contact_form  > div > label,
  .contact_form legend {
	  width: 100%;
    float: none;
    margin: 0 0 5px 0;
  }
  .contact_form  > div > div,
  .contact_form  > div > fieldset > div {
    width: 100%;
    float: none;
  }
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  textarea,
  select {
    width: 100%; 
  }
}
@media (min-width: 1200px) {
  .contact_form  > div > label,
	.contact_form legend {
  	text-align: right;
  }
}