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

  [1] Media Queries: Normalansicht

  [2] Media Queries: Smartphones und Tablets

  [3] Media Queries: Druckansicht


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



@media screen and (min-width:980px) {
/* ------------------------------------------------------------------- *
   [1] Media Queries: Normalansicht
/* ------------------------------------------------------------------- */

/* ------------------------------------------------------------------- *
   [1.1] Layoutelemente
/* ------------------------------------------------------------------- */

/* ------------------------------------------------------------------- *
   [1.1.1] Mainpage
/* ------------------------------------------------------------------- */

#contentService_right ul li {
	list-style: none;
	float: left;
	position: relative;
	display: block;
	height: 40px;
}

#contentService_right ul li a {
	display: block;
	height: 20px;
	padding: 10px 10px 10px 10px;
	color: #000000;
	font-weight: bold;
}

#contentService_right ul li a:hover,
#contentService_right ul li a:focus {
	display: block;
	height: 20px;
	padding: 10px 10px 10px 10px;
	color: #cd1619;
	font-weight: bold;
}



/* ------------------------------------------------------------------- *
   [3] Definitionen der Textelemente
/* ------------------------------------------------------------------- */


/* ------------------------------------------------------------------- *
   [3.1] Standardlinks
/* ------------------------------------------------------------------- */

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

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



/* ------------------------------------------------------------------- *
   [3.2] Sonstige Textformatierungen
/* ------------------------------------------------------------------- */

body {
	color: #000000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	line-height: 16px;
	text-decoration: none;
	text-align: justify;
}

#kontaktdaten {
	color: #909294;
}

#contentText {
	font-size: 1em;
	line-height: 1.2em;
}

#contentText a:hover,
#contentText a:active,
#contentText a:focus {
	color: #9a0e0d;
}

#contentText ul {
	padding: 4px 0px 4px 20px;
	list-style-type: disc;
	list-style-position: outside;
}

#contentText ul li {
	margin: 0px 0px 4px 0px;
}

#contentText ul li ul {
	padding: 4px 0px 4px 20px;
	list-style-type: circle;
	list-style-position: outside;
}

#contentText h3 {
	padding: 0px 0px 0px 0px;
	color: #9a0e0d;
	font-size: 1.5em;
	font-weight: normal;
}

#contentInhaltsverzeichnis h4 {
	font-weight: bold;
}

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

strong,
b {
	font-weight: bold;
}

u {
	text-decoration: underline;
}



}



@media screen and (max-width:979px) {
/* ------------------------------------------------------------------- *
   [Media Queries] Smartphones und Tablets
/* ------------------------------------------------------------------- */

html {
	cursor: default;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 100%;
}

body {
	font-size: 1.2em;
	line-height: 1.5;
}

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

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

#contentText,
#contentTitelbild {
	font-size: 1.2em;
	line-height: 1.6;
}

#contentText a:hover,
#contentText a:active,
#contentText a:focus {
	color: #9a0e0d;
}

#contentText ul {
	padding: 0px 0px 0px 20px;
	list-style-type: disc;
	list-style-position: outside;
}

#contentText ul li {
	margin: 0px 0px 5px 0px;
}

#contentText ul li ul {
	padding: 4px 0px 4px 20px;
	list-style-type: circle;
	list-style-position: outside;
}

#contentText h3 {
	padding: 0px 0px 10px 0px;
	color: #9a0e0d;
	font-size: 1.4em;
	font-weight: bold;
}

#contentText p,
#contentTitelbild p {
	padding: 0px 0px 10px 0px;
}

#contentInhaltsverzeichnis h4 {
	font-weight: bold;
}

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

strong,
b {
	font-weight: bold;
}

u {
	text-decoration: underline;
}



}



@media print {
/* ------------------------------------------------------------------- *
   [4] Media Queries: Druckansicht
/* ------------------------------------------------------------------- */

html {
	cursor: default;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 100%;
}

body {
	font-size: 1.0em;
	line-height: 1.4;
	background-color: #fff4e0;
}

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

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

#contentText {
	font-size: 1.0em;
	line-height: 1.4;
}

#contentText a:hover,
#contentText a:active,
#contentText a:focus {
	color: #9a0e0d;
}

#contentText ul {
	padding: 0px 0px 0px 20px;
	list-style-type: disc;
	list-style-position: outside;
}

#contentText ul li {
	margin: 0px 0px 5px 0px;
}

#contentText ul li ul {
	padding: 4px 0px 4px 20px;
	list-style-type: circle;
	list-style-position: outside;
}

#contentText h3 {
	padding: 0px 0px 10px 0px;
	color: #9a0e0d;
	font-size: 1.4em;
	font-weight: bold;
}

#contentText p {
	padding: 0px 0px 10px 0px;
}

#contentInhaltsverzeichnis h4 {
	font-weight: bold;
}

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

strong,
b {
	font-weight: bold;
}

u {
	text-decoration: underline;
}

#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%;
}

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



}
