/*======================================================================

 ----------------------------------------------------------------------
|                  Silja Jopp / Homepage Layout                        |
|                  http://www.ergo-jopp.de                             |
 ----------------------------------------------------------------------

  [Media Queries] Normalansicht klein

Autor: Björn Cramer
=======================================================================*/



@media screen
and (min-width:800px)
and (max-width:1009px) {

/* ------------------------------------------------------------------- *
   [1] Textformatierungen
/* ------------------------------------------------------------------- */

html,
body {
	color: #000000;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	text-align: justify;
}

a:link,
a:visited {
	text-decoration: none;
}

a:hover,
a:active,
a:focus {
	text-decoration: underline;
}

.text_block,
.text_blockfull {
	font-size: 16px;
}

.text_block a,
.text_block a:hover,
.text_block a:active,
.text_block a:focus,
.text_blockfull a,
.text_blockfull a:hover,
.text_blockfull a:active,
.text_blockfull a:focus {
	color: #c01120;
}

.text_block ul,
.text_blockfull ul {
	padding: 0px 0px 0px 20px;
	list-style-type: disc;
	list-style-position: outside;
}

.text_block ul li,
.text_blockfull ul li {
	margin: 0px 0px 5px 0px;
}

.text_block h3,
.text_blockfull h3 {
	padding: 0px 0px 10px 0px;
	color: #c01120;
	font-size: 26px;
	font-weight: normal;
}

.text_block p,
.text_blockfull p {
	padding: 0px 0px 10px 0px;
}

.sprunganker {
	float: right;
	text-align: right;
	font-size: 11px;
}

strong,
b {
	font-weight: bold;
}

i {
	font-style: italic;
}

#kontaktdaten {
	color: #ffffff;
	font-size: 16px;
	line-height: 20px;
}

#kontaktdaten .gross {
	font-size: 18px;
}

#kontaktdaten .small{
	font-size: 14px;
}

#content_text {
	font-size: 16px;
	line-height: 22px;
}

#footer_left,
#footer_right {
	line-height: 20px;
}

#footer_left {
	color: #000000;
	font-size: 16px;
	font-weight: normal;
}

#footer_left a:link,
#footer_left a:visited {
	text-decoration: none;
	color: #666666;
}

#footer_left a:hover,
#footer_left a:active,
#footer_left a:focus {
	text-decoration: underline;
	color: #c01120;
}

#footer_right {
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
}



/* ------------------------------------------------------------------- *
   [1] Layoutelemente
/* ------------------------------------------------------------------- */

/* ------------------------------------------------------------------- *
   [1.1] Grundaufbau
/* ------------------------------------------------------------------- */

html,
body {
	height: 100%;
	width: 100%;
	background-color: #ffffff;
}



/* ------------------------------------------------------------------- *
   [1.2] Hauptnavigation
/* ------------------------------------------------------------------- */

#bodyHeader_background {
	z-index: 79;
	position: fixed;
	height: 100%;
	width: 225px;
	background-color: #ffffff;
}

#headerContainer {
	position: absolute;
	height: 100%;
	top: 0;
	width: 200px;
	background-color: #c01120;
	border-right: 4px solid #ebebeb;
}

#logo,
#hauptnavigation {
	position: absolute;
	width: 200px;
	height: auto;
	left: 0;
}

#logo {
	z-index: 99;
	top: 0;
	padding: 15px 0px 15px 0px;
	background-color: #c01120;
}

#hauptnavigation {
	z-index: 80;
	top: 200px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

#kontaktdaten {
	z-index: 90;
	position: absolute;
	width: 170px;
	height: auto;
	bottom: 0px;
	left: 0px;
	padding: 15px 15px 15px 15px;
	background-color: #981521;
	border-top: 2px solid #ffffff;
}



/* ------------------------------------------------------------------- *
   [1.3] Content-Bereich
/* ------------------------------------------------------------------- */

#bodyMain_background_image {
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
}

#bodyMain_background {
	position: absolute;
	width: 100%;
	height: auto;
	top: 350px;
	left: 0;
}

#mainContainer_image,
#mainContainer {
	padding: 0px 0px 0px 225px;
	text-align: left;
}

#content_image {
	z-index: 10;
	height: 400px;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	background-position: left top;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #ebebeb;
}

.background_image1 {
	background-image: url(../img/img_praxisbild01.jpg);
}

.background_image2 {
	background-image: url(../img/img_praxisbild02.jpg);
}

.background_image3 {
	background-image: url(../img/img_praxisbild03.jpg);
}

.background_image4 {
	background-image: url(../img/img_praxisbild04.jpg);
}

.background_image5 {
	background-image: url(../img/img_praxisbild05.jpg);
}

.background_image6 {
	background-image: url(../img/img_praxisbild06.jpg);
}

.background_image7 {
	background-image: url(../img/img_praxisbild07.jpg);
}

.background_image8 {
	background-image: url(../img/img_praxisbild08.jpg);
}

#praxislogo_schriftzug {
	z-index: 20;
	position: absolute;
	width: 480px;
	height: 150px;
	top: 50px;
	left: 300px;
	text-align: left;
	overflow: hidden;
	background-image: url(../img/praxislogo_schriftzug_klein.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#content {
	z-index: 30;
	height: auto;
	padding: 0px 0px 0px 0px;
	background-position: left 50px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.content_image1 {
	background-image: url(../img/hintergrund01.jpg);
}

.content_image2 {
	background-image: url(../img/hintergrund02.jpg);
}

.content_image3 {
	background-image: url(../img/hintergrund03.jpg);
}

.content_image4 {
	background-image: url(../img/hintergrund04.jpg);
}

.content_image5 {
	background-image: url(../img/hintergrund05.jpg);
}

.content_image6 {
	background-image: url(../img/hintergrund06.jpg);
}

.content_image7 {
	background-image: url(../img/hintergrund07.jpg);
}

.content_image8 {
	background-image: url(../img/hintergrund08.jpg);
}

.lt-ie9 .content_image1 {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_layout/img/hintergrund01.jpg',sizingMethod='scale');
	-ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_layout/img/hintergrund01.jpg',sizingMethod='scale');
}

.lt-ie9 .content_image2 {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_layout/img/hintergrund02.jpg',sizingMethod='scale');
	-ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_layout/img/hintergrund02.jpg',sizingMethod='scale');
}

.lt-ie9 .content_image3 {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_layout/img/hintergrund03.jpg',sizingMethod='scale');
	-ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_layout/img/hintergrund03.jpg',sizingMethod='scale');
}

.lt-ie9 .content_image4 {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_layout/img/hintergrund04.jpg',sizingMethod='scale');
	-ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_layout/img/hintergrund04.jpg',sizingMethod='scale');
}

.lt-ie9 .content_image5 {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_layout/img/hintergrund05.jpg',sizingMethod='scale');
	-ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_layout/img/hintergrund05.jpg',sizingMethod='scale');
}

.lt-ie9 .content_image6 {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_layout/img/hintergrund06.jpg',sizingMethod='scale');
	-ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_layout/img/hintergrund06.jpg',sizingMethod='scale');
	height: 100%;
}

.lt-ie9 .content_image7 {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_layout/img/hintergrund07.jpg',sizingMethod='scale');
	-ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_layout/img/hintergrund07.jpg',sizingMethod='scale');
}

.lt-ie9 .content_image8 {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_layout/img/hintergrund08.jpg',sizingMethod='scale');
	-ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_layout/img/hintergrund08.jpg',sizingMethod='scale');
}

#unternavigation,
#content_text {
	float: left;
	display: block;
	width: 100%;
	height: auto;
}

#text_left {
	float: left;
	display: block;
	width: 70%;
}

#text_left_inner {
	float: left;
	display: block;
	padding: 20px 25px 20px 25px;
}

.text_block {
	float: left;
	width: 100%;
	padding: 0px 0px 20px 0px;
}

.text_blockfull {
	float: left;
	width: 100%;
	padding: 20px 0px 0px 0px;
}

.text_left_image {
	float: left;
	width: 50%;
}

.text_right_content {
	float: right;
	width: 45%;
	padding: 0px 0px 0px 5%;
}

#modul_kontaktformular {
	float: left;
	width: 100%;
	padding: 25px 0px 0px 0px;
}

#modul_googlemap {
	float: left;
	width: 100%;
}

.googlemap {
	width: 100%;
	height: 500px;
}

#content_sidebar {
	float: right;
	display: block;
	width: 30%;
}

#content_sidebar_inner {
	float: left;
	padding: 20px 0px 20px 20px;
	width: 100px;
	min-width: 100px;
}

.praxisImage,
.praxisImage_right {
	float: left;
	width: 80px;
	height: 80px;
}

.praxisImage {
	margin: 0px 0px 15px 0px;
}

.praxisImage_right {
	margin: 0px 0px 15px 0px;
}

.praxisImage a,
.praxisImage_right a {
	display: block;
	float: left;
	width: 74px;
	height: 74px;
	padding: 3px;
	background-color: #bfbdbc;
}

.praxisImage a:hover,
.praxisImage a:active,
.praxisImage a:focus,
.praxisImage_right a:hover,
.praxisImage_right a:active,
.praxisImage_right a:focus {
	background-color: #c01120;
	cursor: pointer;
}



/* ------------------------------------------------------------------- *
   [1.4] Footer-Bereich
/* ------------------------------------------------------------------- */

#footernavigation {
	z-index: 80;
	float: right;
	position: relative;
	width: auto;
	height: 100px;
	bottom: 0px;
	right: 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

#footer_left,
#footer_right {
	position: relative;
	display: block;
	width: auto;
	height: 70px;
	padding: 15px 25px 15px 25px;
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* webkit browser*/
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* firefox */
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
	text-align: left;
}

#footer_left {
	float: left;
	background-color: #ffffff;
}

#footer_right {
	float: right;
	background-color: #c01120;
}

.block_footer_left1-noactive,
.block_footer_left2-noactive,
.block_footer_left3-noactive {
	display: block;
	float: left;
	padding: 0px 10px 0px 10px;
}


.block_footer_right1-noactive,
.block_footer_right2-noactive,
.block_footer_right3-noactive {
	display: block;
	float: left;
	padding: 0px 10px 0px 10px;
}



/* ------------------------------------------------------------------- *
   [2] Navigations- und Listenelemente (mit Textformatierungen)
/* ------------------------------------------------------------------- */


/* Übergreifende Navigationselemente */

#hauptnavigation ul,
#unternavigation ul {
	float: left;
}

#footernavigation ul {
	float: right;
}

#hauptnavigation ul li,
#unternavigation ul li,
#footernavigation ul li {
	list-style: none;
	float: left;
}


/* Hauptnavigation */

#hauptnavigation ul {
	width: 200px;
	padding: 0px 0px 0px 0px;
}

#hauptnavigation ul li a,
.list_abstand {
	display: block;
	width: 160px;
	padding: 12px 15px 12px 25px;
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
}

#hauptnavigation a.on,
#hauptnavigation a:hover,
#hauptnavigation a:focus {
	color: #ffffff;
	text-decoration: none;
	background-color: #981521;
	background-image: url(../img/button_hauptnavi_on.gif);
	background-position: center right;
	background-repeat: no-repeat;
}


/* Unternavigation */

#unternavigation {
	z-index: 25;
}

#unternavigation ul {
	padding: 0px 0px 0px 0px;
	text-align: center;
}

#unternavigation ul li {
	padding: 0px 0px 0px 0px;
	margin: 10px 10px 10px 10px;
	text-align: center;
}

#unternavigation ul li a.normal {
	display: block;
	width: 80px;
	height: 25px;
	padding: 25px 25px 25px 20px;
	background-color: #ffffff;
	color: #c01120;
	font-size: 18px;
	font-weight: normal;
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* webkit browser*/
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* firefox */
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
	text-align: center;
	text-decoration: none;
}

#unternavigation ul li a.normalon,
#unternavigation ul li a.normal:hover,
#unternavigation ul li a.normal:focus {
	display: block;
	width: 80px;
	height: 25px;
	padding: 25px 25px 25px 20px;
	background-color: #981521;
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* webkit browser*/
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* firefox */
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
	text-align: center;
	text-decoration: none;
}

#unternavigation ul li a.normal .unternavi_hinweis,
#unternavigation ul li a.normalon .unternavi_hinweis {
	position: absolute;
	width: 0;
	height: 0;
	bottom: -20000px;
	right: -20000px;
	overflow: hidden;
	text-decoration: none;
}

#unternavigation ul li a.normal:hover .unternavi_hinweis,
#unternavigation ul li a.normal:focus .unternavi_hinweis{
	position: absolute;
	width: 0;
	height: 0;
	bottom: -20000px;
	right: -20000px;
	overflow: hidden;
	text-decoration: none;
}

.button_weiter {
	position: relative;
	display: block;
	bottom: 15px;
	right: -10px;
	width: 85px;
	height: 14px;
	padding: 5px 10px 10px 10px;
	background-color: #c01120;
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* webkit browser*/
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* firefox */
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
	text-align: left;
}

#unternavigation ul li a.red {
	display: block;
	width: 120px;
	height: 45px;
	padding: 10px 15px 20px 15px;
	background-color: #981521;
	color: #ffffff;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* webkit browser*/
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* firefox */
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
	text-align: left;
	text-decoration: none;
}

#unternavigation ul li a.redon,
#unternavigation ul li a.red:hover,
#unternavigation ul li a.red:focus {
	display: block;
	width: 120px;
	height: 45px;
	padding: 10px 15px 20px 15px;
	background-color: #2f2f2f;
	color: #ffffff;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* webkit browser*/
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* firefox */
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
	text-align: left;
	text-decoration: none;
}

#unternavigation ul li a.red .unternavi_hinweis,
#unternavigation ul li a.redon .unternavi_hinweis {
	position: absolute;
	width: 0;
	height: 0;
	bottom: -20000px;
	right: -20000px;
	overflow: hidden;
	text-decoration: none;
}

#unternavigation ul li a.red:hover .unternavi_hinweis,
#unternavigation ul li a.red:focus .unternavi_hinweis{
	position: absolute;
	width: 0;
	height: 0;
	bottom: -20000px;
	right: -20000px;
	overflow: hidden;
	text-decoration: none;
}

.red_button_weiter {
	position: relative;
	display: block;
	bottom: 15px;
	right: -35px;
	width: 85px;
	height: 14px;
	padding: 5px 10px 10px 10px;
	background-color: #c01120;
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* webkit browser*/
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* firefox */
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
	text-align: left;
}



/* ------------------------------------------------------------------- *
   [3] Kontaktformular
/* ------------------------------------------------------------------- */

#modul_kontaktformular {
	float: left;
	display: block;
	width: 100%;
}

.select_text,
.input_submit {
	font-size: 16px;
}

.input_text,
.textarea_text,
.select_text {
	border-left: none;
	border-top: none;
	border-right: none;
}

.input_text:hover,
.input_text:focus,
.textarea_text:hover,
.textarea_text:focus,
.select_text:hover,
.select_text:focus {
	border: 2px solid #c01120;
	background-color: #ffffff;
}

.tbBeschreibung {
	width: 155px;
	padding: 5px 0px 10px 0px;
	vertical-align: middle;
	color: #000000;
	font-weight: bold;
}

.tbEingabe {
	width: 275px;
	padding: 5px 0px 10px 0px;
	vertical-align: middle;
}

.input_text {
	width: 271px;
	padding: 5px 5px 5px 5px;
	border: 2px solid #dddddd;
	background-color: #ffffff;
	color: #000000;
}

.textarea_text {
	width: 271px;
	padding: 5px 5px 5px 5px;
	border: 2px solid #dddddd;
	background-color: #ffffff;
	color: #000000;
}

.select_text {
	padding: 5px 5px 5px 5px;
	border: 2px solid #dddddd;
	background-color: #ffffff;
	color: #000000;
}

.input_submit {
	float: left;
}

.input_submit {
	padding: 5px 5px 5px 5px;
	border: 1px solid #666;
	background-color: #666;
	font-weight: bold;
	color: #ffffff;
}

.input_submit:hover,
.input_submit:focus {
 	border: 1px solid #000000;
	background-color: #000000;
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}

.input_reset {
	float: right;
}

.input_reset {
	padding: 5px 5px 5px 5px;
	border: 1px solid #666;
	background-color: #666;
	font-weight: bold;
	color: #ffffff;
}

.input_reset:hover,
.input_reset:focus {
 	border: 1px solid #000000;
	background-color: #000000;
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}


}