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

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

  [Media Queries] Druck-Ansicht

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


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

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

#modul_googlemap {
	position: absolute;
	width: 0;
	height: 0;
	top: -20000px;
	left: -20000px;
	overflow: hidden;
	display: none;
}

.googlemap {
	position: absolute;
	width: 0;
	height: 0;
	top: -20000px;
	left: -20000px;
	overflow: hidden;
	display: none;
}

* {
	font-family: 'Roboto Condensed', sans-serif;
}

html {
	cursor: default;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 100%;
}

body {
	font-size: 1.2em;
	line-height: 1.5;
	background-color: #ffffff;
}

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

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

.text_block,
.text_blockfull {

}

.text_block a:hover,
.text_block a:active,
.text_block a:focus,
.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-weight: bold;
}

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

.sprunganker {
	float: right;
	text-align: right;
	font-size: 2.0em;
}

strong,
b {
	font-weight: bold;
}



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

#body_usercheck {
	position: absolute;
	width: 0;
	height: 0;
	top: -20000px;
	left: -20000px;
	overflow: hidden;
	display: none;
}

#bodyHeader_background {
	position: relative;
	width: 96%;
	height: auto;
	left: 50%;
	margin-left: -48%;
	background-color: #ffffff;
	overflow: auto;
	z-index: 100;
}

#bodyMain_background {
	position: relative;
	width: 96%;
	height: auto;
	left: 50%;
	margin-left: -48%;
	z-index: 50;
	background-color: #ffffff;
}

#logo {
	float: left;
	width: 94%;
	height: auto;
	text-align: center;
	padding: 20px 3% 20px 3%;
	background-color: #c01120;
}

#kontaktdaten {
	float: left;
	width: 94%;
	height: auto;
	text-align: center;
	padding: 20px 3% 20px 3%;
}

#hauptnavigation,
#unternavigation,
#footernavigation {
	position: absolute;
	width: 0;
	height: 0;
	top: -20000px;
	left: -20000px;
	overflow: hidden;
	display: none;
}

#content_text {
	float: left;
	width: 100%;
	height: auto;
	text-align: left;
	padding: 0px 0px 0px 0px;
}

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

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

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

#content {
	float: left;
	width: 94%;
	height: auto;
	text-align: left;
	padding: 20px 3% 20px 3%;
}

#kontaktdaten {
	background-color: #c01120;
	color: #ffffff;
}

#hauptnavigation {
	background-color: #c01120;
}

#unternavigation {
	background-color: #ffffff;
}

#footernavigation {
	background-color: #981521;
	color: #ffffff;
}

#footer_left  {
	float: left;
	display: block;
	width: 100%;
	height: auto;
	border-bottom: 2px solid #ffffff;
	padding: 0px 0px 20px 0px;
}

#footer_right {
	float: left;
	display: block;
	width: 100%;
	height: auto;
	padding: 20px 0px 0px 0px;
}

#hauptnavigation ul li,
#unternavigation ul li,
#footernavigation ul li {
	padding: 8px 0px 8px 0px;
}

#hauptnavigation ul li a,
#unternavigation ul li a,
#footernavigation ul li a {
	width: 100%;
	display: block;
	padding: 10px 0px 10px 0px;
	color: #c01120;
	font-weight: bold;
	text-decoration: none;
	border: 2px solid #c01120;
}

#hauptnavigation ul li a {
	color: #ffffff;
	background-color: #981521;
}

#footernavigation ul li a {
	color: #ffffff;
	background-color: #981521;
}

#hauptnavigation ul li a:hover,
#hauptnavigation ul li a:active,
#hauptnavigation ul li a:focus {
	width: 100%;
	display: block;
	padding: 10px 0px 10px 0px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	border: 2px solid #ffffff;
}

#unternavigation ul li a:hover,
#unternavigation ul li a:active,
#unternavigation ul li a:focus {
	width: 100%;
	display: block;
	padding: 10px 0px 10px 0px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	background-color: #c01120;
	border: 2px solid #ffffff;
}

#footernavigation ul li a:hover,
#footernavigation ul li a:active,
#footernavigation ul li a:focus {
	width: 100%;
	display: block;
	padding: 10px 0px 10px 0px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	border: 2px solid #ffffff;
}

.button_weiter,
.red_button_weiter,
.unternavi_hinweis {
	position: absolute;
	width: 0;
	height: 0;
	top: -20000px;
	left: -20000px;
	overflow: hidden;
}



/* ------------------------------------------------------------------- *
   [3.2] Bildergalerie
/* ------------------------------------------------------------------- */

.praxisImage,
.praxisImage_right {
	position: absolute;
	width: 0;
	height: 0;
	top: -20000px;
	left: -20000px;
	overflow: hidden;
	display: none;
}

.praxisImage a,
.praxisImage_right a {
	position: absolute;
	width: 0;
	height: 0;
	top: -20000px;
	left: -20000px;
	overflow: hidden;
	display: none;
}

.praxisImage a:hover,
.praxisImage a:active,
.praxisImage a:focus,
.praxisImage_right a:hover,
.praxisImage_right a:active,
.praxisImage_right a:focus {
	position: absolute;
	width: 0;
	height: 0;
	top: -20000px;
	left: -20000px;
	overflow: hidden;
	display: none;
}