/**************************************************
	kasse-oder-private.de
	Stylesheet v1.1
***************************************************/

/**************************************************
	Global
***************************************************/

* {
	margin: 0;
	padding: 0;
	}

html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

body {
	background: #86A4C5 url(/images/hg_blaugrau_verlauf_01.jpg) top center repeat-y;
	color: #444;
	text-align: center;
	padding: 15px 10px 5px 10px;
	}


/**************************************************
	Dokument-Struktur
***************************************************/

p {
	line-height: 140%;
	margin-bottom: 10px;
	}

/**************************************************
	Links
***************************************************/

a.textbutton:link,
a.textbutton:visited,
a.textbutton:active,
a.textbutton:hover {
	font-size: 11px;
	padding: 2px;
	border-top: 1px solid #F4A38B;
	border-right: 1px solid #953C21;
	border-bottom: 1px solid #632816;
	border-left: 1px solid #F08160;
	color: #FFF;
	background: #EC5F35 none;
	text-decoration: none;
	}


a.textbuttongrau:link,
a.textbuttongrau:visited,
a.textbuttongrau:active,
a.textbuttongrau:hover {
	margin: 0;
	padding: 0 3px;
	background: #7F8080;
	color: #E5E5E5;
	border: #A8A8A8 1px solid;
	text-decoration: none;
	}
	a.textbuttongrau:hover {
		color: #FFF;
		border: #FFF 1px solid;
		}

a.textbuttongrau2:link,
a.textbuttongrau2:visited,
a.textbuttongrau2:active,
a.textbuttongrau2:hover {
	margin: 0;
	padding: 0 3px;
	background: #555;
	color: #EEE;
	border: #A8A8A8 1px solid;
	text-decoration: none;
	}
	a.textbuttongrau2:hover {
		color: #FFF;
		border: #FFF 1px solid;
		}


/**************************************************
	Text-Elemente
***************************************************/

abbr, acronym {
	font-style: normal;
	border-bottom: 1px dotted;
	* border-bottom: none;
	cursor: help;
	}

address {
	margin: 0;
	padding: 0;
	font-style: normal;
	}

blockquote {
	margin: 0px 0px 0px 20px;
	}

code {
	font-family: Monaco, Courier, "Courier New", monospace;
	}

em {
	font-style: italic;
	}

strike {
	text-decoration: line-through;
	}

strong {
	font-weight: bold;
	}

	
/**************************************************
	Listen
***************************************************/

ul {
	margin-left: 12px;
	padding: 0 3px;
	}
ul li {
	margin-left: 5px;
	padding: 5px 0;
	}

ul.liste2 li {
	margin-left: 5px;
	padding: 0;
	}

ul.liste3 li {
	margin-left: 5px;
	padding: 0;
	list-style-type: circle;
	}

ul.liste4 li {
	margin-left: 5px;
	padding: 0 0 5px 0;
	list-style-type: circle;
	}

ul.liste5 li {
	margin-left: 5px;
	padding: 0 0 20px 0;
	list-style-type: square;
	}

ul.liste-pdf {
	margin: 0 0 0 29px;
	* margin: 0 0 0 20px;
	padding: 0 3px;
	list-style-image: url(/images/pdf_01.gif);
	}

ul.liste-pdf li {
	margin-left: 3px;
	* margin-left: 0;
	padding: 0 0 5px 0;
	* padding: 0 0 5px 10px;
	}

ul.liste-doppelpfeil {
	margin: 0 0 0 -7px;
	padding: 0;
	list-style-type: none;
	}

ul.liste-doppelpfeil li {
	padding: 0 0 7px 15px;
	* padding: 0 0 7px 13px;
	background: transparent url(/images/arrow_03.gif) no-repeat 5px 1px;
	}

dl.block-style {
	padding: 10px 0;
	margin: 0;
	}
	
dl.block-style dt {
	float: left;
	text-align: left;
	width: 150px;
	font-weight: normal;
	padding-top: 0;
	padding-bottom: 0;
	}


dl.block-style dd {
	margin: 0 0 10px 160px;
	text-align: left;
	padding-top: 0;
	padding-bottom: 0;
	}


dl.calendar-list2 {
	width: 100%;
	}

dl.calendar-list2 dt {
	float: left;
	width: 4em;
	}
	
dl.calendar-list2 dd {
	margin: 0 0 .33em 55px;
	}
*/

/**************************************************
	Grafiken
***************************************************/

img {
	border: 0;
	}


/**************************************************
	Formulare
***************************************************/

form {
	display: inline;
	}

fieldset {
	border: 1px solid #DDD;
	text-align: left;
	margin: 0 0 5px 0;
	padding: 5px 0;
	* padding: 0 0 5px 0;
	}

label {
	cursor: pointer;
	}

legend {
	font-weight: bold;
	margin: 0;
	* margin: 0 0 0 -7px;
	padding: 0 5px;
	* padding: 0 5px 5px 5px;
	background: #FFF;
	}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

input[type="text"],
input[type="password"],
select,
textarea {
	padding: 1px 0;
	background-color: #FFF;
	}

input[type="text"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
	background-color: #FFFFE1;
	}

input[type="submit"] {
	font-size: 11px;
	padding: 1px;
	border-top: 1px solid #F4A38B;
	border-right: 1px solid #953C21;
	border-bottom: 1px solid #632816;
	border-left: 1px solid #F08160;
	color: #FFF;
	background: #EC5F35 none;
	cursor: pointer;
	}

optgroup {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 0 5px 5px;
	font-style: normal;
	font-size: 11px;
	margin: 0;
	}

optgroup option {
	padding: 0;
	padding-left: 5px;
	margin: 0;
	font-style: normal;
	font-size: 11px;
	}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 1px 0;
	}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

.formelement40	{ width:  40px; }
.formelement50	{ width:  50px; }
.formelement60	{ width:  60px; }
.formelement70	{ width:  70px; }
.formelement80	{ width:  80px; }
.formelement100	{ width: 100px; }
.formelement110	{ width: 110px; }
.formelement120	{ width: 120px; }
.formelement170	{ width: 162px; }
.formelement250	{ width: 250px; }

.formularzeile1 {
	text-align: left;
	vertical-align: top;
	}

.formularzeile2 {
	text-align: left;
	vertical-align: top;
	}

.checkbox-longtext {
	float: left;
	margin: 0 7px 7px 0;
	}

caption.formularblock {
	width: 430px;
	background: #EEEEC5 none;
	padding-top: 5px;
	line-height: 11px;
	font-size: 11px;
	text-indent: 5px;
	border-bottom: 1px solid #FFF;
	}

hr {
	background-color: #DDD; /* Mozilla 1.4 */
	color: #DDD; /* IE 6 */
	border: #DDD; /* Opera 7.11 */
	height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
	margin: 10px 0;
	}


/**************************************************
	Page
***************************************************/

#kopfzeile {
	width: 770px;
	background: transparent url(/images/header_hg_01.gif) top center no-repeat;
	text-align: center;
	padding: 5px 5px 0 5px;
	\width: 760px;
	margin: 0 auto;
	line-height: 0;
	height: 0;
	}
	body #kopfzeile	{
		margin-bottom: -13px;
		}
	html>body #kopfzeile {
		margin-bottom: 0;
		}

#wrap {
	margin: 0 auto;
	text-align: left;
	background: transparent url(/images/wrap_hg_01.gif) top center repeat-y;
	width: 770px;
	padding: 0 5px;
	\width: 760px;
	}

#main {
	float: right;
	width: 490px;
	background: #FFF url(/images/content_hg_01.jpg) top left repeat-x;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	}

#main #schnellauswahl {
	padding: 10px 10px 0 0;
	height: 70px;
	\height: 60px;
	text-align: right;
	}

#main #header {
	padding: 0px 40px 0 0;
	margin: 0;
	background-color: transparent;
	text-align: left;
	}

#main #header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #EC5F35;
	margin-bottom: 30px;
	width: 400px;
	padding: 0;
	}

#main #header h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #545454;
	width: 400px;
	margin: 0;
	padding: 0 0 20px 0;
	}

#main #header h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #225208;
	margin: 5px 0;
	}

#main #content {
	text-align: left;
	padding: 0 60px 15px 0px;
	}

#main #content a:link,
#main #content a:visited,
#main #content a:hover,
#main #content a:active {
	text-decoration: none;
	color: #EC5F35;
	padding: 1px;
	}
#main #content a:hover {
	color: #FFF;
	background-color: #EC5F35;
	}

#main #content p {
	margin: 0;
	padding: 0 0 10px 0;
	line-height: 15px;
	}

#main #content h3 {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	}

#main #content h4 {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	}

#main #content div.infobox-kopf {
	text-align: left;
	text-indent: 8px;
	background: #EEEEC5 none;
	font-weight: normal;
	}
#main #content div.infobox-kopf h3 {
	padding-bottom: 0;
	line-height: 25px;
	}

#main #content div.infobox-zelle {
	font-weight: normal;
	text-align: left;
	background: #F6F6F1 none;
	border-top: 1px solid #FFF;
	padding: 8px;
	}

#main #content div.teaser-infos div.teaser-grafik {
	float: left;
	width: 90px
	}

#main #content div.teaser-infos div.teaser-grafik#teaser-grafik-diff {
	background: #FFF url(/images/illustrationen/apotheke_01.jpg) no-repeat top left;
	height: 90px;
	}
#main #content div.teaser-infos div.teaser-grafik#teaser-grafik-gkv {
	background: #FFF url(/images/illustrationen/krankenhaus_02.jpg) no-repeat top left;
	height: 90px;
	}
#main #content div.teaser-infos div.teaser-grafik#teaser-grafik-pkv {
	background: #FFF url(/images/illustrationen/krankenhaus_01.jpg) no-repeat top left;
	height: 90px;
	}

#main #content div.teaser-infos div.infobox-kopf {
	margin-left: 91px;
	}

#main #content div.teaser-infos div.infobox-kopf#infobox-kopf-gkv h3,
#main #content div.teaser-infos div.infobox-kopf#infobox-kopf-pkv h3 {
	color: #FFF;
	}

#main #content div.teaser-infos div.infobox-kopf#infobox-kopf-gkv {
	background-color: #CF2606;
	margin-left: 91px;
	}
#main #content div.teaser-infos div.infobox-kopf#infobox-kopf-pkv {
	background-color: #2468B9;
	margin-left: 91px;
	}
#main #content div.teaser-infos div.infobox-zelle {
	margin-left: 91px;
	}
#main #content div.teaser-infos div.infobox-zelle#infobox-zelle-gkv {
	background-color: #FDF0ED;
	margin-left: 91px;
	}
#main #content div.teaser-infos div.infobox-zelle#infobox-zelle-pkv {
	background-color: #E6EFF9;
	margin-left: 91px;
	}

div.bcheckp {
	background-color: #D1E0F3;
	margin-left: 12px;
	padding: 2px 0;
	text-indent: 3px;
	width: 297px;
	border: 1px solid #C4D6EC;
	}

div.bcheckg {
	background-color: #F4DBD5;
	margin-left: 12px;
	padding: 2px 0;
	text-indent: 3px;
	width: 304px;
	border: 1px solid #EFD0C9;
	}

#main #content div.newsblock {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #DDD;
	}
body.home #main #content div.newsblock {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
	}

#main #content div.newsblock h3 {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	}

	
/**************************************************
	Sidebar
***************************************************/

#sidebar {
	width: 270px;
	float: left;
	text-align: center;
	padding: 10px 0 15px 0;
	margin: 0;
	line-height: 140%;
	background: transparent url(/images/sidebar_hg_01.jpg) top left no-repeat;
	}

#sidebar #logozelle {
	position: relative;
	width: 235px;
	height: 180px;
	margin: 0;
	padding: 0 0 10px 0;
	}

#sidebar #logozelle a:link,
#sidebar #logozelle a:visited,
#sidebar #logozelle a:hover,
#sidebar #logozelle a:active {
	display: block;
	width: 235px;
	height: 180px;
	background: transparent none;
	text-indent: -10000px;
	text-decoration: none;
	}

#sidebar #logozelle a:hover {
	text-decoration: none;
	}

#naviblock {
	width: 192px;
	padding: 0;
	margin: 0;
	margin-left: 35px;
	* margin-left: -7px;
	border: 0;
	text-align: left;
	background-color: #FFF;
	}

#naviblock ul {
	margin: 0px;
	padding: 0;
	text-align: left;
	list-style-type: none;
	border: none;
	}
#naviblock ul li {
	text-align: left;
	line-height: 25px;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
	width: 190px;
	text-indent: 5px;
	background: #EEEEC5 none;
	font-weight: normal;
	border: 1px solid #FFF;
	}

#naviblock ul li a:link,
#naviblock ul li a:visited,
#naviblock ul li a:hover,
#naviblock ul li a:active {
	text-decoration: none;
	color: #444;
	padding-bottom: 1px;
	border: none;
	}
#naviblock ul li a:hover {
	color: #222;
	}

#naviblock ul li ul {
	background-color: #FFF;
	padding: 0;
	margin: 0;
	border: none;
	}

#naviblock ul li ul li {
	padding: 0;
	margin: 0;
	font-weight: normal;
	text-indent: 8px;
	list-style: none;
	text-align: left;
	background: #F6F6F1 none;
	line-height: 25px;
	border: none;
	border-top: 1px solid #FFF;
	}

#naviblock ul li ul li a:link,
#naviblock ul li ul li a:visited,
#naviblock ul li ul li a:hover,
#naviblock ul li ul li a:active {
	color: #444;
	text-decoration: none;
	margin: 0;
	padding: 0;
	display: block;
	width: 190px;
	border: none;
	}

#naviblock ul li ul li a:hover {
	color: #FFF;
	background-color: #EC5F35;
	}

div.sidebar-button {
	margin: 25px 0 0 37px;
	width: 190px;
	}

/**************************************************
	Footer
***************************************************/

#footer {
	width: 760px;
	background: transparent url(/images/footer_hg_01.gif) bottom center no-repeat;
	text-align: center;
	clear: both;
	padding: 0;
	margin: 0;
	}

#footerzelle {
	margin: 0 auto;
	padding-top: 5px;
	width: 760px;
	height: 55px;
	*height: 50px;
	background: #7F8080 url(/images/footer_zelle_hg_01.gif) repeat-x;
	font-size: 10px;
	color: #D9D9D9;
	text-align: center;
	}

#footerzelle a:link,
#footerzelle a:visited,
#footerzelle a:hover,
#footerzelle a:active {
	font-size: 10px;
	text-decoration: none;
	color: #D9D9D9;
	padding-bottom: 1px;
	border-bottom: 1px dotted #D9D9D9;
	* border-bottom: 1px solid #AAA;
	}
#footerzelle a:hover {
	border-bottom: 1px solid #FFF;
	color: #FFF;
	}

.pipelinks {
	padding: 8px 0;
	margin: 0;
	line-height: 10px;
	}

.pipelinks ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	}

.pipelinks ul li {
	margin-left: 0;
	padding: 1px 8px;
	border-left: 1px solid #CCC;
	list-style: none;
	display: inline;
	}

.pipelinks ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}

#footerzeile {
	width: 770px;
	background: transparent url(/images/footer_hg_01.gif) bottom center no-repeat;
	text-align: center;
	padding: 0 5px 5px 5px;
	\width: 760px;
	margin: 0 auto;
	line-height: 0;
	height: 0;
	}
	body #footerzeile {
		margin-top: -8px;
		}
	html>body #footerzeile {
		margin-top: 0;
		}


/**************************************************
	Tabellen
***************************************************/

table.kasse-vs-private {
	caption-side: top;
	width: 430px;
	border-spacing: 1px;
	border-color: #FFF;
	}
table.kasse-vs-private caption {
	text-align: left;
	padding-bottom: 10px;
	font-size: 11px;
	}
table.kasse-vs-private th,
table.kasse-vs-private td {
	padding: 5px;
	text-align: left;
	font-size: 11px;
	vertical-align: top;
	}
table.kasse-vs-private col.gkv {
	background-color: #FDF0ED;
	width: 214px;
	}
table.kasse-vs-private th.gkv {
	background-color: #CF2606;
	color: #FFF;
	text-align: center;
	font-weight: normal;
	font-size: 11px;
	}
table.kasse-vs-private col.pkv {
	background-color: #E6EFF9;
	width: 214px;
	}
table.kasse-vs-private th.pkv {
	background-color: #2468B9;
	color: #FFF;
	text-align: center;
	font-weight: normal;
	font-size: 11px;
	}


table.form-table {
	caption-side: top;
	width: 430px;
	border-color: #FFF;
	}
table.form-table caption {
	text-align: left;
	padding-bottom: 10px;
	font-size: 11px;
	}
table.form-table td {
	padding: 5px;
	text-align: left;
	border-bottom: 1px solid #FFF;
	font-size: 11px;
	vertical-align: top;
	}
table.form-table td.label-zelle {
	text-align: left;
	font-size: 11px;
	}
table.form-table col.form-labels {
	width: 130px;
	}
table.form-table col.form-felder {
	width: 280px;
	}

table.form-table span.pflichtfeld {
	color: #EC5F35;
	}


table.pkv-pakete {
	caption-side: top;
	width: 430px;
	border-color: #FFF;
	}
table.pkv-pakete caption {
	text-align: left;
	padding-bottom: 10px;
	font-size: 11px;
	}
table.pkv-pakete th,
table.pkv-pakete td {
	padding: 5px;
	text-align: left;
	font-size: 11px;
	vertical-align: top;
	}
table.pkv-pakete th {
	background: #EEEEC5;
	}

table.pkv-pakete td {
	border-bottom: 1px solid #FFF;
	vertical-align: bottom;
	}

table.pkv-pakete col.pakete {
	width: 320px;
	}
table.pkv-pakete col.beitrag {
	width: 90px;
	text-align: center;
	}
table.pkv-pakete td ul {
	margin-left: 12px;
	padding: 0 3px;
	}
table.pkv-pakete td ul li {
	margin-left: 5px;
	}
table.pkv-pakete tr.paket-1_basis {
	background-color: #F2F8FF;
	}
table.pkv-pakete tr.paket-2_standard {
	background-color: #E6EFF9;
	}
table.pkv-pakete tr.paket-3_komfort {
	background-color: #D9E8F8;
	}
table.pkv-pakete tr.paket-4_top {
	background-color: #C8DCF3;
	}


table.data-table {
	caption-side: top;
	width: 430px;
	border-spacing: 1px;
	border-color: #FFF;
	}
table.data-table caption {
	text-align: left;
	padding-bottom: 10px;
	font-size: 11px;
	}
table.data-table th {
	padding: 5px;
	font-size: 11px;
/*	background-color: #EEEEC5; */
	vertical-align: top;
	font-weight: normal;
	}
table.data-table td {
	padding: 5px;
	font-size: 11px;
	vertical-align: top;
	}

table.data-table .data-1 {
	text-align: left;
	}
table.data-table .data-2 {
	text-align: center;
	}
table.data-table .data-3 {
	text-align: right;
	}

tr.tabellenzeile1 {
	background: #F6F6F1;
	}
tr.tabellenzeile2 {
	background: #FFFFFF;
	}


/**************************************************
	diverse
***************************************************/

div.abbildung {
	width: 428px;
	border: 1px solid #ECECE7;
	padding: 10px 0;
	text-align: center;
	}
div.abbildung-text {
	width: 430px;
	padding: 5px;
	\width: 420px;
	background: #F6F6F1 none;
	}

.hide {
	display: none;
	}

.center {
	text-align: center;
	}

.underline {
	text-decoration: underline;
	}

.clearboth {
	clear: both;
	padding-bottom: 10px;
	}

.highlight {
	color: #FF9A00;
	}

div.faq-f {
	margin: 0;
	padding: 0 3px;
	background: #CC3333;
	color: #FFF;
	border: none;
	line-height: 18px;
	width: 18px;
	\width: 12px;
	text-align: center;
	float: left;
	margin: 0 8px 8px 0;
	}
div.faq-a {
	margin: 0;
	padding: 0 3px;
	background: #339966;
	color: #FFF;
	border: none;
	line-height: 18px;
	width: 18px;
	\width: 12px;
	text-align: center;
	float: left;
	margin: 0 8px 8px 0;
	}

		
/**************************************************
	Footer-Ads
***************************************************/

div.footer-ads {
	width: 728px;
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
	}

table.footer-ads-table {
	width: 728px;
	height: 90px;
	border: 1px solid #96B1CE;
	background-color: #DCE6F1;
	margin-bottom: 10px;
	}
table.footer-ads-table td {
	padding: 3px;
	text-align: left;
	vertical-align: top;
	}

table.footer-ads-table td a {
	font-size: 10px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
	}
table.footer-ads-table td a:hover {
	text-decoration: none;
	}

table.footer-ads-table td a span.footer-ads-link-titel	{
	font-size: 11px;
	font-weight: bold;
	color: #EC5F35;
	text-decoration: underline;
	}

table.footer-ads-table td.footer-ads {
	font-size: 10px;
	line-height: 12px;
	color: #333;
	background-color: #96B1CE;
	text-align: right;
	text-decoration: underline;
	padding: 0;
	}

	
/**************************************************
	Pop-ups
***************************************************/

body.popup {
	background: #FFF none;
	}
	
div.popup-content {
	width: 400px;
	padding: 5px;
	\width: 390px;
	background: #FFF none;
	text-align: left;
	}

div.popup-content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #EC5F35;
	margin-bottom: 10px;
	width: 400px;
	padding: 0;
	}

div.popup-content a:link,
div.popup-content a:visited,
div.popup-content a:hover,
div.popup-content a:active {
	text-decoration: none;
	color: #EC5F35;
	padding: 1px;
	}
div.popup-content a:hover {
	color: #FFF;
	background-color: #EC5F35;
	}
