
html {
	margin: 0;
	height: 100%;
}

body {
	margin: 0;
	height: 100%;
	min-width: 996px;
	background-color: #ffffff;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/*** Globals ***/

dfn, hr {
	display: none;
}

.clear {
	clear: both;
}

img {
	display: block;
	border: 0;
}

img.noblock {
	display: inline;
}


a {
	color: #000080;
	text-decoration: underline;
}

a:hover, a.on {
	text-decoration: none;
	color: #ff6600;
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.w600 {
	width: 600px;
}

.w700 {
	width: 780px;
}

.w400 {
	width: 400px;
}

.w500 {
	width: 500px;
}

.w300 {
	width: 289px;
}

.padding_l20 {
	padding: 0;
	padding-left: 20px;
}

.border {
	border: 1px solid #000080;
}

.center {
	text-align: center;
}

.black {
	color: #000000;
}

.blue {
	color: #003399;
}

.orange {
	color: #ff9933;
}

.line {
	margin: 10px 0 10px 0;
	height: 1px;
	background-color: #003399;
}

.orangelink {
	color: #ff9933;
	font-size: 12px;	
	font-weight: bold;	
}

.orangelink14 {
	color: #ff9933;
	font-size: 14px;	
	font-weight: bold;	
}

/*** Framework ***/

#container {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 100%;
	min-width: 996px;
	text-align: center;
}

#main {
	position: relative;
	margin: 0 auto;
	margin-top: 10px;
	padding: 0;
	width: 950px;
	border: 1px solid #000080;
}

.norm {
	background: left top url(../img/bg_main.png) repeat-y;
}

.tower {
	background: right top url(../img/bg_main_tower.jpg) no-repeat;
}

.tower2 {
	background: right top url(../img/bg_main_dreischeibenhaus.jpg) no-repeat;
}

.tower3 {
	background: right top url(../img/bg_main_gehry.jpg) no-repeat;
}

.tower4 {
	background: right top url(../img/bg_main_goethe.jpg) no-repeat;
}

.tower5 {
	background: right top url(../img/bg_main_hafen.jpg) no-repeat;
}

.tower6 {
	background: right top url(../img/bg_main_schauspielhaus.jpg) no-repeat;
}

.tower7 {
	background: right top url(../img/bg_main_tonhalle.jpg) no-repeat;
}



/*** Header ***/

#header {
	position: relative;
	border-bottom: 1px solid #000080;
	margin: 0;
	padding: 0;
	width: 950px;
}


/*** LEFT Navigation ***/

#leftnav {
	position: relative;
	margin: 0;
	padding: 0 0 44px 0;
	width: 200px;
	float: left;
	text-align: left;
	border-right: 1px solid #000080;		
}

.fontSize {
	padding: 5px;
}

.fontSize a.on {
	text-decoration: none;
	font-weight: bold;
}


.naviPic {
	margin-bottom: 10px;
	border-bottom: 1px solid #003399;
}

.title {
	margin-top: 5px;
	padding: 5px 10px 5px 5px;
	width: 185px;
	background: #003399 url(../img/bg_navi_corner.png) top right no-repeat;
	color: #ffffff;
	font-weight: bold;
	border-bottom: 1px solid #ffffff;
}

.menu {
	margin-bottom: 10px;
	width: 160px;
	border: 1px solid #339966;
	background-color: #dceaaa;	
}


.pflege {
	background-color: #f9d28a;
}

.zusatz {
	background-color: #a1dbf2;
}

.ausland {
	background-color: #83f3d8;
}

.wahl {
	background-color: #f4cdcd;
}

.khgeld {
	background-color: #dabcd4;
}

.kranken {
	background-color: #eae2bf;
}



#leftnav li a {
	display: block;
	padding: 5px 10px 5px 5px;
	width: 185px;
	text-decoration: none;
	color: #000080;
}

* html #leftnav ul.secondLvl li a {
	width: 125px;
}

/*
#leftnav li a:hover {
	text-decoration: underline;
}

#leftnav li a.on:hover {
	text-decoration: underline;
}
*/


#leftnav li a.on {
	color: #000080;
	text-decoration: none;
}

#leftnav ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;	
	font-weight: bold;
}

#leftnav li {
	margin: 0;
	border-bottom: 1px solid #000080;
}

#leftnav li.active {
	margin: 0;
	border-bottom: none;
}

#leftnav ul.secondLvl {
	border-top: 1px solid #000080;
	font-weight: normal;
}

#leftnav ul.secondLvl li {
	padding-left: 10px;
}

#leftnav ul.secondLvl a.on {
	font-weight: bold;
}

p.naviTeaser {
	margin: 0;
	padding: 0 0 5px 10px;
}

* html #leftnav ul li p.naviTeaser {
	margin: 0;
	padding: 0 0 5px 0px;
}


/*** Content ***/

#content {
	position: relative;
	margin: 0;
	padding: 0 0 80px 0;
	width: 749px;
	float: left;
	min-height: 400px;
	text-align: left;
}

* html #content {
	height: 400px;
}

.innerPadding {
	padding: 20px;
}

.innerPadding2 {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}



.slogan {
	position: absolute;
	bottom: 0px;
	right: 0px;
	border: 0px solid #000080;
	border-top-width: 1px;
	margin: 0;
	width: 729px;
	padding: 10px;
	text-align: right;
	font-size: 18px;
	color: #000080;
	line-height: 24px;
	min-height: 24px;
	background-color: #ffffff;
}

* html .slogan {
	height: 24px;
}

.bg_pic {
	background: #000080 top left url(../img/bg_footer_dummy.jpg) no-repeat;
}


#content h1 {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	min-height: 20px;	
	padding: 12px 230px 0 0;
}

.bgh1001 {
	background: top right url(../img/bg_h1_001.jpg) no-repeat;
}

.bgh1pos01 {
	background: top right url(../img/bg_h1pos01.jpg) no-repeat;
}

.bgh1pos02 {
	background: top right url(../img/bg_h1pos02.jpg) no-repeat;
}

.bgh1pos03 {
	background: top right url(../img/bg_h1pos03.jpg) no-repeat;
}

#content h3 {
	margin: 20px 0 0 0;
	font-size: 13px;
	font-weight: bold;
}

#content p {
	margin: 10px 0 10px 0;
	line-height: 18px;
}

#content ol {
	margin: 0;
	padding: 0 0 0 24px;
	color: #003399;
	font-weight: bold;	
}

#content ol li {
	padding-bottom: 10px;
	padding: 0;
	clear: both;
}

#content ol li p {
	color: #000000;
	font-weight: normal;
}

#content ul {
	margin: 10px 0 0 0;
	padding: 0 0 0 24px;
	color: #000080;
	list-style-type: square;
}

#content ul li {
	margin-bottom: 5px;
	padding: 0;
	clear: both;
}

#content ul li span {
	color: #000000;
	font-weight: normal;
}

.pic_right {
	padding: 2px 0 0 16px;
	float: right;
}

.pic_left {
	margin: 2px 16px 0 0;
	float: left;
}

.txt_right {
	text-align: right;
}

.txt_left {
	text-align: left;
}

.txt_center {
	text-align: center;
}

/* Tabellenuebersicht */

#versUebersicht {
	margin: 0;
	padding: 0;
	border: 1px solid #000080;
	width: 100%;
	color: #000080;
}

#versUebersicht td {
	width: 50%;
	padding: 10px;
}

#versUebersicht h2 {
	margin: 0;
	padding: 0;
	font-size: 16px;
}

.border_br {
	border-bottom: 1px solid #000080;
	border-right: 1px solid #000080;	
}

.border_b {
	border-bottom: 1px solid #000080;
}

.border_r {
	border-right: 1px solid #000080;
}

/* Kontakt */

#tabKontakt {
	margin: 0;
	padding: 0;
	border: 1px solid #000080;
	width: 100%;
	color: #000080;
}

#tabKontakt td {
	width: 50%;
	padding: 10px;
}

#tabKontakt h2 {
	margin: 0;
	padding: 0;
	font-size: 16px;
}

#tarifTable {
	width: 100%;
	border: 1px solid #000080;
}

#tarifTable td {
	padding: 4px;
	width: 20%;
}

.green01 { background-color: #bed44d; }
.green02 { background-color: #cfe47b; }
.green03 { background-color: #e1f1b2; }
.lightblue { background-color: #bcd5f4; }


.right { text-align: right; }

.border_rb { border: 1px solid #000080; border-top-width: 0; border-left-width: 0; }
.border_b { border: 0px solid #000080; border-bottom-width: 1px; }
.border_r { border: 0px solid #000080; border-right-width: 1px; }

/*** KONTAKT FORMULAR ***/

#tabKontaktform {
	width: 350px;
	margin-top: 20px;
	border: 1px solid #000080;
	padding: 20px;
	background-color: #f0f0f0;
}

#gruppeform {
	width: 350px;
	margin-top: 10px;
	border: 1px solid #000080;
	padding: 5px;
	background-color: #f0f0f0;
}

#gruppeform2 {
	width: 700px;
	margin-top: 10px;
	border: 1px solid #000080;
	padding: 5px;
	background-color: #f0f0f0;
}


#gruppeueberschrift {
	display: block;
	width: 350px;
	margin-bottom: 10px;
	border-bottom: 1px solid #000080;
	color: #000080;
	float: left;
}

#gruppeueberschrift2 {
	display: block;
	width: 700px;
	margin-bottom: 10px;
	border-bottom: 1px solid #000080;
	color: #000080;
	float: left;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

label {
	padding-top: 4px;
	display: block;
	width: 140px;
	color: #000080;
	float: left;
}


.ftxt,.fplz,.fort,.ftxtarea {	
	margin: 0 0 10px 0;
	border: 1px solid #999999;
}

.ftxt {
	width: 200px;
}

.ftxt2 {
	margin: 0 0 10px 0;
	border: 1px solid #999999;
	width: 100px;
}

.ftxt3 {
	vertical-align:top;
	margin: 0 0 10px 0;	
	width: 65px;
}

.fplz {
	width: 50px;
}

.fort {
	margin-left: 8px;
	width: 140px;
}

*+html input.fort {
	margin-left: 6px;
}

*html input.fort {
	margin-left: 6px;
}

.hint {
	margin: 20px 0 0 0;
	text-align: right;
	font-style: italic;
}

.hint2 {
	margin: 20px 0 0 0;
	text-align: left;
	font-style: italic;
}

.ftxtarea {
	float: left;
	width: 200px;
	height: 90px;
 	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	overflow: auto;
}

*html .ftxtarea {
	margin-left: 3px;
}


.fradio {
	position: relative;
	top: 2px;
	padding-top: 5px;
	margin-right: 5px;
}

.fsubmit {
	margin: 20px 0 0 140px;
	text-align: center;
}

.fsubmit2 {
	margin: 20px 0 0 250px;
	text-align: center;
}

.fhidden {
	display: none;
}

.infos {
	float: left;
	width: 200px;
}

.formbox {
	clear: both;
	width: 720px;	
	padding: 0;	
	text-align: left;
	color: #000080;
	}

.formbox label {
	padding-top: 4px;	
	width: 80px;
	color: #000080;
	float: left;	
}

.formbox2 label {
	padding-top: 4px;	
	width: 300px;
	color: #000080;
	float: left;	
}

div.error {
	margin: 10px 0 10px 0;
	width: 700px;
	border: 2px solid #ff0000;
	padding: 5px;
	background: #ebebeb top left repeat-x;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	color: #000080;
	text-align: center;	
}

div.error strong {
	font-size: 14px;
	color: #ff0000;
}

input.mainbtn,
input.mainbtn_over,
input.mainbtn_disabled {
	font-family: verdana, araial, helvetivca, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #ff0000;
	padding: 0px 5px 2px 5px;
	border: 0px;
	background: #ffffff url(../img/bg_mainbtn.gif) top left no-repeat;
	width: 170px;
	height: 25px;
	margin: 0;
	font-weight: bold;
	text-align: center;
	cursor: pointer;	
}

input.mainbtn_over {
	color: #000000;
}

*+html input.mainbtn { padding: 2px 5px 2px 5px; } /* IE7 Hack */
* html input.mainbtn { padding: 2px 5px 2px 5px; } /* IE6 Hack */

*+html input.mainbtn_over {	padding: 2px 5px 2px 5px; } /* IE7 Hack */
* html input.mainbtn_over {	padding: 2px 5px 2px 5px; } /* IE6 Hack */


input.secbtn,
input.secbtn_over,
input.secbtn_disabled {
	font-family: verdana, araial, helvetivca, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #ff0000;
	padding: 0px 5px 2px 5px;
	border: 0px;
	background: #ffffff url(../img/bg_secbtn.gif) top left no-repeat;
	width: 250px;
	height: 25px;
	margin: 0;
	font-weight: bold;
	text-align: center;
	cursor: pointer;	
}

input.secbtn_over {
	color: #000000;
}

*+html input.secbtn { padding: 2px 5px 2px 5px; } /* IE7 Hack */
* html input.secbtn { padding: 2px 5px 2px 5px; } /* IE6 Hack */

*+html input.secbtn_over {	padding: 2px 5px 2px 5px; } /* IE7 Hack */
* html input.secbtn_over {	padding: 2px 5px 2px 5px; } /* IE6 Hack */
