/*@font-face { font-family: akkopro-light; src: url('akkopro-light.otf') format("opentype"), url('akkopro-light.woff'); }*/
@font-face { font-family: akkopro-regular; src: url('akkopro-regular.otf'); }

@font-face { font-family: arial,sans-serif; }
@font-face { font-family: arial,sans-serif; }

/**
 * GLOBAL
**/

body {
	margin: 0;
}
/*body, div {
	font-family: akkopro-regular, sans-serif;
} */
body, div, p, td {
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

h1, h2, h3 {
	font-family: akkopro-regular, sans-serif;
	color: #cc571c;
	font-size: 25px;
}

h5 {
	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-top: 15px;
	line-height: 15px;
}

/*h1 {
	line-height: 55px;
}*/

a {
	color: #58595b;
}
a:hover {
	color: #cc571c;
	text-decoration: none;
}

input,textarea, select{
	background-color:#f6f6f6;
	border:2px solid #cbcbcb;
	border-style: inset;
	border-radius: 4px;
}
input[type=text] {
	height: 18px;
}
input:focus, textarea:focus {
	border:2px solid #cc571c;
	border-radius: 4px;
}

input[type=radio], input[type=checkbox] {
	border: 1px solid #cbcbcb;
	border-radius: 0;
}

input[type=submit],button,input[type=button], .button {
	border-style: none;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.9);
	border: 1px solid #59b82c;
	font-size: 14px;
	font-weight: bold;
	font-family: akkopro-regular, sans-serif;
	line-height: 30px;
	text-align: center;
	border-radius: 6px;
	color: #000;
	text-shadow: rgba(254,252,252,0.5) 0px 1px 0px;
	color: #030303;
	background-color: #85DD7C;
	border: 1px solid #158D34;
	-moz-box-shadow:inset 0px 0px 1px rgba(26,154,72,1);
	-webkit-box-shadow:inset 0px 0px 1px rgba(26,154,72,1);
	box-shadow:inset 0px 0px 1px rgba(26,154,72,1);
	background-image: -o-linear-gradient(90deg , rgb(112,201,101) 0%, rgb(182,237,176) 100%);
	background-image: -moz-linear-gradient(90deg , rgb(112,201,101) 0%, rgb(182,237,176) 100%);
	background-image: -webkit-linear-gradient(90deg , rgb(112,201,101) 0%, rgb(182,237,176) 100%);
	background-image: -ms-linear-gradient(90deg , rgb(112,201,101) 0%, rgb(182,237,176) 100%);
	background-image: linear-gradient(90deg , rgb(112,201,101) 0%, rgb(182,237,176) 100%);
}
input[type=submit]:hover,button:hover,input[type=button]:hover, .button:hover {
	background-color: #A7ED9E;
	background-image: -o-linear-gradient(90deg , rgb(138,211,129) 0%, rgb(204,237,200) 100%);
	background-image: -moz-linear-gradient(90deg , rgb(138,211,129) 0%, rgb(204,237,200) 100%);
	background-image: -webkit-linear-gradient(90deg , rgb(138,211,129) 0%, rgb(204,237,200) 100%);
	background-image: -ms-linear-gradient(90deg , rgb(138,211,129) 0%, rgb(204,237,200) 100%);
	background-image: linear-gradient(90deg , rgb(138,211,129) 0%, rgb(204,237,200) 100%); 
}
input[type=submit]:active,button:active,input[type=button]:active, .button:active {
	background-color: #5DC34E;
	-moz-box-shadow:inset 0px 0px 5px rgba(26,154,72,1);
	-webkit-box-shadow:inset 0px 0px 5px rgba(26,154,72,1);
	box-shadow:inset 0px 0px 5px rgba(26,154,72,1);
	background-image: -o-linear-gradient(90deg , rgb(182,237,176) 0%, rgb(112,201,101) 100%);
	background-image: -moz-linear-gradient(90deg , rgb(182,237,176) 0%, rgb(112,201,101) 100%);
	background-image: -webkit-linear-gradient(90deg , rgb(182,237,176) 0%, rgb(112,201,101) 100%);
	background-image: -ms-linear-gradient(90deg , rgb(182,237,176) 0%, rgb(112,201,101) 100%);
	background-image: linear-gradient(90deg , rgb(182,237,176) 0%, rgb(112,201,101) 100%);
	text-shadow: none; 
}

label {
	display: block;
}

/**
 * HEADER
**/

div#header {
	margin: 0;
	width: 100%;
	height: 145px;
	background-image:url(../gfx/header.png);
	position: relative;
}

div#header_nav {
	margin: 0 auto 0 auto;
	width: 1020px;
	height: 116px;
	background-image:url(../gfx/header_nav.jpg);
	vertical-align: text-bottom;
}

div#header_nav_login {
	cursor: pointer;
	width: 250px;
	height: 30px;
	margin: 0 0 auto auto;
}
div#header_nav_login2 {
	cursor: pointer;
	width: 230px;
	height: 25px;
	margin: 0 0 auto auto;
	/*background-color: #40ff00;*/
	text-align: left;
	overflow: hidden;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
div#header_nav_logo {
	float: left;
	cursor: pointer;
	width: 190px;
	height: 100px;
	margin: 0 auto auto 25px;
}


div#header_nav_link {
	float: left;
	margin: 50px auto auto 120px;
	width: 660px;
	height: 39px;
	/*overflow: hidden;*/
	position: relative;
	z-index:4000;
	font-family: akkopro-regular, sans-serif;
}

div#header_nav_link ul {
	margin:0;
	padding:0;
	list-style: none;
}
div#header_nav_link ul li {
	margin:0;
	padding:0;
	float:left;
	position:relative;
	margin: 0 8px 0 0;
	/*border: 3px solid rgba(0,0,0,0);*/
}
div#header_nav_link ul li.menu-expand:hover, div#header_nav_link ul li.menu-sibling:hover{
	/*background: linear-gradient(top, #e6e6e6, #ccc);*/
	box-shadow: inset 0px 0px 10px 1px #e4e3e3;
	border-radius: 10px;
	border: 3px solid #d2dbce;
	/*
	border-radius: 4px;
	border: 2px solid #d2ddcd;
	box-shadow: 0 0 5px #d2ddcd;
	-moz-box-shadow:inset 0px 0px 1px rgba(26,154,72,1);
	-webkit-box-shadow:inset 0px 0px 1px rgba(26,154,72,1);
	box-shadow:inset 0px 0px 1px #ff0000;*/
}

div#header_nav_link ul li table {
	margin: 0;
	padding: 0;
}

div#header_nav_link ul li a, div#header_nav_link ul li a:visited {
	margin: auto 0 0 0;
	display:block;
	/*color: #000;*/
	text-decoration: none;
	/*overflow: hidden;*/
	font-size: 16px;
}
div#header_nav_link ul li table td a, div#header_nav_link ul li table td a:visited {
	font-weight: bold;
}
div#header_nav_link ul li td {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

div#header_nav_link ul li ul {
	display: none;
	margin: 25px 0 80px 0px;
	/*width: 250px;
	padding-top: 10px;*/
	list-style: none;
	/*width:200px;*/
	/*background-color: rgb(239,239,239);*/
}

div#header_nav_link ul li ul li, div#header_nav_link ul li ul li:hover {
	/*width: 200px;*/
	margin: 0px;
	padding: 5px;
	background-color: rgb(239,239,239);
	border-top: 2px solid #a2ae9e;
	/*border-radius: 0;
	box-shadow: none;
	border: 0;
	*/
}

div#header_nav_link ul li ul li:first-child {
	border-top: 2px solid #d2dbce;
	border-left: 0px solid #d2dbce;
	border-right: 0px solid #d2dbce;
	border-bottom: 0px solid #d2dbce;
	border-top-right-radius: 10px;
	/*border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;*/
	border-top-left-radius: 10px;
}
div#header_nav_link ul li ul li:first-child:hover {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-left: 0px solid #d2dbce;
	border-top: 2px solid #d2dbce;
	border-bottom: 0px solid #d2dbce;
	box-shadow: inset 0px 0px 0px 0px #e4e3e3;
}
div#header_nav_link ul li ul li:last-child {
	border-top: 0px solid #d2dbce;
	border-left: 0px solid #d2dbce;
	border-right: 0px solid #d2dbce;
	border-bottom: 2px solid #d2dbce;
	/*border-top-right-radius: 0px;
	border-top-left-radius: 0px;*/
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top: 2px solid #a2ae9e;
}
div#header_nav_link ul li ul li:last-child:hover {
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-left: 0px solid #d2dbce;
	border-bottom: 2px solid #d2dbce;
	border-top: 2px solid #a2ae9e;
	box-shadow: inset 0px 0px 0px 0px #e4e3e3;
}

div#header_nav_link ul li:hover a {
	color: #cc571c;
}
div#header_nav_link ul li:hover ul {
	display:block;
	position:absolute;
	top:21px;
	left:0;
	width:105px;
}
div#header_nav_link ul li:hover ul li a.hide {
	/*background:#fff; */
	color:#000;
}
div#header_nav_link ul li:hover ul li:hover a.hide {
	/* background:#fff; */
	color: #cc571c;
}
div#header_nav_link ul li:hover ul li ul {
	display: none;
}
div#header_nav_link ul li:hover ul li a {
	display:block;
	/* background:#fff; */
	color: #000;
}
div#header_nav_link ul li:hover ul li a:hover {
	/* background:#fff; */
	color: #000;
}
div#header_nav_link ul li:hover ul li:hover ul {
	display:block;
	position:absolute;
	left:105px;
	top:0;
}

div#header_nav_link ul li ul li a {
	width: 200px;
}

/** 3. Ebene **/
div#header_nav_link ul li ul li ul {
	display: none;
	margin: 0 0 0 105px;
	list-style: none;
}
div#header_nav_link ul li:hover ul li:hover ul li a.hide { color:#000; }
div#header_nav_link ul li:hover ul li:hover ul li:hover a.hide { color:#cc571c; }

a.menu-current, td.menu-current, li.menu-current, li.menu-parent, td.menu-parent {
	color: #cc571c;
}


div#header_startseite {
	margin: 0;
	width: 100%;
	height: 525px;
	position: relative;
	background-image:url(../gfx/header_startseite.png);
}

/**
 * Kontakt
**/
div#kontakt {
	position: fixed;
	z-index: 4000;
	top: 273px;
	cursor: pointer;
	width: 42px;
	height: 200px;
	background-image:url(../gfx/kontakt.png);
}
div#kontakt:hover {
	background-image:url(../gfx/kontakt-hover.png);
}

/**
 * MAIN
**/

div#main {
	width: 1020px;
	margin: 6px auto 0 auto;
	position: relative;
}

div#suche {
	position: relative;
	top: 14px;
	right: 20px;
	float: right;
	overflow: hidden;
	background:url(../gfx/suche_bg.jpg) no-repeat;
	width: 200px;
	height: 709px;
	margin-bottom: 15px;
}

input#suche_input {
	margin: 29px auto auto 30px;
	width: 113px;
	height: 18px;
	font-size: 14px;
	background-color: rgba(255, 255, 255, 0.0);
}
input#suche_submit {
	width: 30px;
	height: 25px;
	border: 0px solid #fff;
	/*filter: none;*/
	background: none;
	background-color: rgba(255, 255, 255, 0.0);
	background-image: none;
	cursor: pointer;
	box-shadow: #1A9A48 0px 0px 0px 0px inset;
	border-radius: 0px;
}
div#suche_social {
	position: absolute;
	bottom: 57px;
	left: 13px;
}
div#suche_social img {
	margin-left: 17px;
	border: 0px solid #fff;
}

div#suche_mitarbeiter {
	position: absolute;
	bottom: 100px;
	left: 13px;
	width: 160px;
	height: 230px;
}
div#suche_mitarbeiter img {
	margin: 0 auto 0 5px;
	border-radius: 4px;
	border: 3px solid #ebecec;
	width: 145px;
	padding: 5px;
	background-color: #fff;
}
div#suche_mitarbeiter p#suche_mitarbeiter_name {
	margin: 0 auto 0 12px;
	font-family: arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #231f20;
}
div#suche_mitarbeiter span#suche_mitarbeiter_text {
	margin: 0 auto 0 12px;
	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #231f20;
}
div#suche_mitarbeiter span#suche_mitarbeiter_telefon {
	margin: 0 auto 0 12px;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #40b219;
}

div#suche_ober {
	position: relative;
	top: 14px;
	right: 20px;
	float: right;
	overflow: hidden;
	background:url(../gfx/suche_ober_bg.jpg) no-repeat;
	width: 200px;
	height: 1045px;
}
div#suche_ober div#suche_social {
	position: absolute;
	bottom: 387px;
	left: 10px;
}
div#suche_ober_foto {
	position: absolute;
	bottom: 239px;
	left: 43px;
	width: 108px;
	height: 113px;
}
div#suche_ober_foto p {
	margin: 0;
	padding: 0;
}
div#suche_ober_foto img {
	margin: 0;
	width: 108px;
	height: 113px;
	border: 0px solid #fff;
}
div#suche_ober_spruch {
	position: absolute;
	bottom: 90px;
	left: 42px;
	width: 115px;
	height: 120px;
	overflow: hidden;
	font-size: 12px;
	font-weight: bold;
	color: #58595b;
	line-height: 20px;
}
div#suche_ober_spruch p {
	margin: 0;
	padding: 0;
}

div#suche_nav {
	margin: 32px 0 0 32px;
	width: 150px;
	height: 370px;
}
div#suche_nav ul {
	margin: 8px 0 0 0;
	padding: 0;
	list-style: none;
}
div#suche_nav li {
	margin: 8px 0 0 0;
	padding: 0;
}
div#suche_nav ul li ul li {
	margin-left: 15px;
}
div#suche_nav li a {
	font-size: 15px;
	font-weight: bold;
	color: #231F20;
	text-decoration: none;
}
div#suche_nav li a:hover {
	color: #cc571c;
}
div#suche_nav li.menu-current a {
	color: #cc571c;
}
div#suche_nav li.menu-child a {
	color: #58595b;
}

div#boxen {
	width: 1061px;
	height: 858px;
	margin: 0 0 10px 0;
	top: 0;
	left: -10px;
	background:url(../gfx/boxen_bg.jpg) no-repeat;
	position: relative;
}

div#boxen_newsletter {
	position: relative;
	top: 21px;
	left: 35px;
	margin-bottom: 30px;
	font-size: 17px;
	font-weight: bold;
	color: #231f20;
	margin-left: 30px;
}
div#boxen_newsletter h1 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

div#boxen_newsletter h1 span {
	margin-left: 35px;
}

div#boxen_sicherheit {
	height: 130px;
	position: absolute;
	bottom: 0px;
	left: 129px;
}
div#boxen_sicherheit h1 {
	font-size: 24px;
	font-weight: bold;
}

div#boxen_box {
	margin: 31px 0 0 34px;
}

div#boxen_box .boxen_box {
	display: block;
	float: left;
	width: 285px;
	height: 220px;
	background-color: #efefef;
	border-radius: 4px;
	border: 1px solid #e3e2e2;
	margin: 41px 0 0 32px;
	position: relative;
	overflow: hidden;
}

div#boxen_box img {
	position: absolute;
	left: 19px;
	top: 18px;
	height: 50px;
}
div#boxen_box .boxen_box_title1 {
	position: absolute;
	left: 98px;
	top: 18px;
	width: 250px;
	height: 96px;
	font-size: 21px;
	font-weight: 400;
	color: #1f1f20;
	text-transform: uppercase;
}
div#boxen_box .boxen_box_title2 {
	position: absolute;
	left: 98px;
	top: 44px;
	width: 250px;
	height: 96px;
	overflow: hidden;
	font-size: 16px;
	font-weight: 400;
	color: #1f1f20;
}
div#boxen_box p {
	position: absolute;
	left: 19px;
	top: 60px;
	width: 250px;
	height: 96px;
	overflow: hidden;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #1f1f20;
	text-align:justify;
	line-height: normal;
}
div#boxen_box button {
	position: absolute;
	right: 12px;
	bottom: 12px;
	width: 125px;
	height: 36px;
}

/**
 * Start
**/

div.start_content_title {
	width: 603px;
	height: 80px;
	padding-left:50px;
	padding-top:30px;
	padding-right: 80px;
	background:url(../gfx/start_content_top.png) no-repeat left bottom;
	position: relative;
	top: 20px;
	left: 45px;
	font-size: 25px;
	font-weight: bold;
	color: #cc571c;
	overflow: hidden;
	float: left;
}
div.start_content_title p, div.start_content_title a {
	color: #808285;
}
div.start_content {
	width:626px;
	padding-left:71px;
	padding-right: 80px;
	padding-bottom: 80px;
	background:url(../gfx/start_content_bg.jpg) no-repeat left bottom;
	position: relative;
	top: 20px;
	left: 24px;
	bottom: 0;
	margin-bottom: 35px;
	overflow: hidden;
	float: left;
	/*font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 12px;*/
	line-height: 15px;
}
div.start_content p {
	text-align: justify;
}
div.start_content h1 {
	line-height: 30px;
}
div.start_content h2 {
	font-family: akkopro-regular, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #808285;
	line-height: 30px;
}
div.start_content h3 {
	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	letter-spacing: 0.2em;
	line-height: 14px;
	text-decoration: none;
}
div#start_content img {
	margin: 0;
	width:540px;
	height: 219px;
}

div#ober_content1 {
	float:left;
	width:300px;
	margin:18px 22px 0 0;
}
div#ober_content2 {
	float:left;
	width:300px;
	margin:6px 0 0 0;
}
div#ober_content1 img, div#ober_content2 img {
	margin: 0;
	border: 2px solid #ebecec;
	padding: 5px;
	width:280px;
	height: auto;
	background: none;
	background-color: #ffffff;
}

div#unter_content_title {
	width: 655px;
	height: 92px;
	margin: 0;
	padding-top: 60px;
	/*padding-left:50px;
	padding-right: 80px;*/
	background:url(../gfx/unter_content_top.jpg) no-repeat left bottom;
	position: relative;
	top: -10px;
	left: 20px;
}
div#unter_content {
	width: 655px;
	background:url(../gfx/unter_content_bg.jpg) no-repeat left bottom;
	left: 0;
	top: -10px;
	padding-bottom: 300px;
}

div#unter_content_mod {
	float:left;
	width:665px;
	margin:18px 22px 0 0;
}

div#unter_content_mod img {
	border: 2px solid #ebecec;
	padding: 5px;
	background: none;
	background-color: #ffffff;
}

div#unter_content0 {
	float:left;
	width:665px;
	margin:18px 22px 0 0;
}
div#unter_content1, div#unter_content2 {
	float: left;
	width: 305px;
	margin: 0 0 40px 0;
	padding: 0;
}
div#unter_content2 {
	margin-left: 40px;
}
div#unter_content0 img {
	float: right;
	display: block;
	vertical-align:text-top;
	border: 2px solid #ebecec;
	padding: 5px;
	width: 232px;
	height: auto;
	background: none;
	background-color: #ffffff;
	margin: 23px 0 auto 0px;
}

div#unter_content0 h3 {
	float: right;
	display: block;
	margin: 0 0 15px 15px;
	width: 282px;
}

div#unter_content1 img, div#unter_content2 img {
	margin: 0;
	border: 2px solid #ebecec;
	margin: 15px 0 15px 0;
	padding: 5px;
	width:280px;
	height: auto;
	background: none;
	background-color: #ffffff;
}
div#unter_content1 h3, div#unter_content2 h3 {
	display: block;
	margin: 15px 0 25px 0;
	width: 282px;
}

div#unter_content_foto {
	position: absolute;
	bottom: 72px;
	left: 104px;
	width: 135px;
	height: 141px;
}
div#unter_content_foto p {
	margin: 0;
	padding: 0;
}
div#unter_content_foto img {
	margin: 0;
	width: 135px;
	height: 141px;
	border: 0px solid #fff;
}
div#unter_content_spruch {
	position: absolute;
	bottom: 75px;
	left: 277px;
	width: 222px;
	height: 126px;
	overflow: hidden;
	font-family: arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #58595b;
	line-height: 25px;
	text-align: left;
}
div#unter_content_spruch p {
	margin: 0;
	padding: 0;
	text-align: left;
}

div#unter_nach_oben {
	position: absolute;
	bottom: 350px;
	right: 0px;
	width: 263px;
	height: 133px;
	background:url(../gfx/unter_nach_oben.png) no-repeat;
}
div#unter_nach_oben_links {
	float:left;
	margin: 10px;
	width: 130px;
	height: 110px;
	overflow: hidden;
	font-family: akkopro-regular, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #cc571c;
	line-height: 18px;
}
div#unter_nach_oben_links button {
	position: absolute;
	bottom: 12px;
	left: 8px;
	font-size: 14px;
}
div#unter_nach_oben_rechts {
	float:left;
	margin: 0px;
	width: 110px;
	height: 110px;
	cursor: pointer;
}

/**
 * FOOTER
**/

div#footer_nav {
	margin: 0 auto 0 auto;
	width: 100%;
	height: 221px;
	background: url();
	background-image:url(../gfx/footer_nav.png);
}
div#footer_nav_gruppen {
	width: 1020px;
	height: 221px;
	margin: 0 auto 0 auto;
}
div.footer_nav_punkt {
	margin: 0;
	float: left;
	width: 250px;
	height: 221px;
	background:url(../gfx/footer_nav_sp.jpg) no-repeat right top;
}
div.footer_nav_punkt p {
	font-family: akkopro-regular, sans-serif;
	font-weight: bold;
	font-size: 17px;
	color: #ebeaea;
	margin: 30px auto 0 40px;
}
div.footer_nav_punkt a {
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #000;
	line-height: 30px;
	text-decoration: none;
	margin: 18px auto auto 40px;
}

div#footer {
	margin: 0;
	width: 100%;
	height: 42px;
	background-color: #231f20;
	padding-top: 10px;
}
div#footer_text {
	width: 982px;
	height: 31px;
	margin: auto;
	background-color: #484345;
	font-family: akkopro-regular, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #d1d3d4;
	border-radius: 5px;
}
div#footer_text a {
	color: #d2d3d5;
}
div#footer_text div {
	padding: 5px 5px 5px 9px;
	vertical-align: baseline;
}

/**
 * SlideBox
**/
#slidebox{
    /*padding:10px;*/
    background-color:#ffffff;
    position:fixed;
    right:-380px;
    -moz-box-shadow:-2px 0px 5px #aaa;
    -webkit-box-shadow:-2px 0px 5px #aaa;
    box-shadow: 0 4px 10px #555555;
		
		bottom: 350px;
		right: -430px;
		width: 263px;
		height: 132px;
		background:url(../gfx/unter_nach_oben.png) no-repeat;
}
#slidebox span{
    font-size: 0.9em;
    padding-bottom: 5px;
    text-transform: uppercase;
}
#slidebox h2{
    font-size: 1.0em;
}
#slidebox .next-article{
    margin-top: 5px;
}
#slidebox .next-article a{
    display: inline-block;
}
#slidebox .close{
    /*background: url(../gfx/close-card.png) no-repeat;*/
    display: block;
    height: 15px;
    margin: 0 10px 0 0;
    float: right;
		font-size: 11px;
    /*width: 16px;
    text-indent: -99999px;*/
}
#slidebox .close:hover{
  /*background:transparent url(../gfx/close-card.png) -16px 0px no-repeat;*/
}
#slidebox strong{
    display: inline-block;
    color: #000000;
    font-family:"Verdana";
    font-size:1.2em;
    margin-left: 10px;
    vertical-align: top;
    max-width: 240px;
}

/**
 * Video-Container (11_2021 by Juergen)
**/

div.video-container{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
	overflow: hidden;
}	

div.video-container iframe,
div.video-container object,
div.video-container embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/**
 * Mandanten
**/

.zitatbg {
	background-image:url(https://www.der-onlinesteuerberater.de/media/gfx/Zufrieden-Bester-Steuerberater.png);
	background-repeat:no-repeat;
}

.zitat {
	padding-top:10px;
	padding-left:10px;
}

/**
 * Tabelle
**/
.liste td {
	text-align:left;
	vertical-align:top;
	border-left:2px solid #f6f6f6;
	border-right:1px solid #cbcbcb;
	border-bottom:1px solid #cbcbcb;
}