
/**** ALLGEMEIN ****/

html {
	-webkit-font-smoothing: antialiased;
	height: 100%;
	background-repeat:no-repeat;
  background-color:white;
  background-attachment: fixed;
}

body {
	height: 100%;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-weight: 300;
  font-size: 14px;
	line-height: 18px;  
	color: #555;
}

#_mutterschiff {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

/**** HEADER, LOGIN UND LOGO ****/

header {
	min-height: 60px;
  background: black;
  position: relative;
}

#_login {
	padding:0;
	margin-left:73px;
}

#_logo {
	float:left;
	margin:5px 20px 0 5px;
}

#login_form {
	margin-left:74px;
}

nav label {
	color:white;
}

.nav_link {
  padding:0 10px;
  border-right: solid 1px #252525;
  float:left;
	color:white;
}

.nav_link a {
  padding:20px 0;
	text-decoration:none;
	color:white;
	display:block;
}

.nav_link .button {
	margin-top:19px;
	margin-bottom:9px;
}

/*** Startseite | web_box ***/

.frontimage_div {
	background: url(../layout/silberbackground.jpg);
	text-align: center;
	padding: 0;
	position: relative;
	height: 270px;
}

.fronttext {
	position: absolute;
	left: 50%;
	top: 150px;
	margin-left: 0px;
	font-size: 32px;
	width: 320px;
	line-height: 36px;
}

.frontimage {
	position: absolute;
	left: 50%;
	margin-left: -450px;
	width: 500px;
}

.webgallery {
  	border-left: 1px solid #ddd;
  	border-right: 1px solid #ddd;
	padding: 30px 10px 10px 10px;
}

.webgallery::after {
  content: '';
  display: block;
  clear: both;
}

.web_box {
	width:294px;
	height:200px;
	margin:10px 0;
	text-align:center;
}

.web_img {
	width:200px;
	margin: 0 auto;
	border: 1px solid #aaa;
	padding:2px;
}

.web_title {
	margin:4px 0 0;
	font-size:14px;
	line-height:18px;
	color:#666;
}

.web_url {
	margin:0;
	font-size:14px;
	line-height:18px;
	color:black;
}

/**** STRUKTURGEBENDE CONTAINER ****/

#_content {
	clear:both;
}

section::after {
    content: '';
    display: block;
    clear: both;
}

.spacer {
  margin: 15px;
}

#linke_spalte {
	width:68%;
	margin-right:2%;
	float:left;
}

#rechte_spalte {
	width:30%;
	float:left;
}

#_footer {
	clear:both;
	font-size:12px;
	color:#333;
	margin-top:0px;
	padding:6px 0;
	border-top: 1px solid #ddd;
}

/**** NAVIGATION ****/

#navi {
	color:black;
	margin-left:233px;
	padding-top:120px;
	height:20px;
}

#navi li {
	float:left;
	margin-left:25px;
	list-style:none;
	font-size:14px;
}

#navi li a {
	color:#333;
	text-decoration:none;
}

#navi .aktiv {
	color:#bf0000;
}

/**** CLOSE BUTTON ****/

.close_button {
	position:absolute;
	cursor:pointer;
	right:10px;
	top:3px;
	background:url(../layout/close.png) no-repeat;
	width:14px;
	height:16px;
}

.close_button a {
	text-decoration: none;
	display: block;
}

/**** ELEMENTE ****/

h1 {
	font-size: 32px;
	line-height: 40px;
	margin:16px 0 16px;
	font-weight:normal;
	padding-bottom:6px;
	border-bottom:1px solid #999;
}

h2 {
	font-size: 28px;
	line-height: 28px;
	margin:6px 0 4px;
	font-weight:normal;
}

h3 {
	font-size: 22px;
	padding:3px 0px;
	margin:12px 0 8px;
	font-weight:normal;
}

h4 {
	font-size: 16px;
	font-weight: normal;
	margin: 8px 0 4px 0;
}

h5 {
	font-size:11px;
	margin-bottom:6px;
	color:;
}

h6 {
	font-size:10px;
	margin-bottom:6px;
}

.ul_ebene_1 {
	margin:4px 0 4px 20px;
	color:#333;
	list-style-type:disc;
}

.ul_ebene_2 {
	margin:4px 0 4px 20px;
	color:#666;
	list-style-type:circle;
}

p {
	margin: 6px 0;
}

a {
	color:#E43605;
}

label {
	display:inline;
	font-size:12px;
	color:black;
	margin:4px 0 0;
}

.ie label {
	display:inline;
}