@charset "UTF-8";

/* *************************************** */
/*      Reset ein paar CSS Einstellungen   */
/* *************************************** */

* {
	margin:0;
	padding:0;
	border:0;
	font-family: News-Gothic Std, "News Gothic Std-Medium", "News Gothic Std Medium", "News-Gothic Std", News Gothic Std, "News Gothic Std", News Gothic-Regular, "News Gothic-Regular", "News Gothic-Roman", "News Gothic Std-Roman", "Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial, sans-serif;
	text-decoration: none;
}
body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* *************************************** */
/*   	   Standard Elemente 			   */
/* *************************************** */
.clear-both {
	clear:both;
}
.clear-left {
	clear:left;
}
.clear-right {
	clear:right;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}


/* *************************************** */
/*   	   Styles Esser GmbH 			   */
/* *************************************** */
.blue {
	color: #79b2e1;
}
.blue-dark {
	color: #00457c;
}


.box-all {
	margin-right: auto;
	margin-left: auto;
	width: 690px;
	box-shadow: 0px 0px 15px 1px rgba(0,69,124,0.2);
	margin-top: 40px;
	margin-bottom: 35px;
	background-image: url(../img/symbol.png);
	background-repeat: no-repeat;
	background-position: right center;
	height: 420px;
}
.box-head {
	height: 92px;
	padding-right: 40px;
	padding-left: 40px;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: 40px 36px;
}
.box-content {
	padding-right: 40px;
	padding-left: 70px;
	padding-top: 19px;
	padding-bottom: 50px;
}
.box-foot {
	height: 40px;
	border:0;
	padding-right: 40px;
	padding-left: 70px;
	padding-top: 10px;
}
.box-navigation_service {
	float: right;
	margin-top: 14px;
}


.content-1spaltig-schmal {
	float: left;
	width: 514px;
}
.content {
	padding-left:10px;
	border-left:1px solid #00457c;
	padding-top:0px;
	margin-bottom: 20px;
}
.box-content p,
.box-foot p  {
	font-size: 14px;
	font-weight: normal;
	color: #00457c;
	line-height: 20px;
	margin-top: 7px;
}
.box-content h1 {
	font-family: Adobe Fangsong Std, "Adobe Fangsong Std", Adobe Fangsong Std R, "Adobe Fangsong Std R", Adobe Fangsong Std-R, "Adobe Fangsong Std-R", Georgia, Times New Roman, Times, Serif ;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	color: #79b2e1;
	margin-top:10px;
	padding-top: 5px;
	padding-bottom: 6px;
}

.box-content h2 {
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #00457c;
	margin-top: 17px;
	
}


.box-content a {
	color:#00457c;
	font-weight:normal;
	text-decoration:none;
}
.box-content a:hover, .box-content a:focus, .box-content a:active {
	color:#79b2e1;
	text-decoration:none;
	text-shadow:0 0 3px rgba(0,69,124,0.2);
}
.box-content a.red {
	display:block;
	float:right;
}
.logo {
	display:block;
	float:left;
	margin-top:35px;
	width:203px;
	height:37px;
}
	
.box-foot p {
	font-size: 12px;
	border-left:1px solid #00457c;
	padding-left:10px;
}
