
/*	Rudiments */

* {
	padding: 0px;
	margin: 0px;
}

body {
	padding-top: 0px;
	background-repeat: no-repeat;
	background-color: #0A72BA;
	background-position: center top;
	width: 98%; 
}

body, select, textarea, table, input {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 11px;
	color: #787878;
}

a {
	color: #0665b4}

a:hover {
	color: #FFA500}

h1 {
	color: #805313;
	font-size: 18px;
	padding-bottom: 10px;
}

h2 {
	font-size: 12px;
}

h3 {
	font-size: 12px;
	color: #0073B5;
}

h4 {
	font-size: 12px;
}

p {
	padding-bottom: 15px;
	line-height: 16px;
}

img {
	border: 0px;
}

.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
}

.error {
	color: red;
}

#wrap {
	width: 777px;
	position: relative;
	left: 50%;
	margin-left: -390px;
}

/*	Startseite */
#splashMotiv {
	background-image: url(/css/bilder/splash_motiv_test.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

#splashMotiv .navigation {
	padding-bottom: 30px;
}

#splashMotiv .navigation li {
	display: inline;
	font-size: 14px;
	font-weight: bold;
	background-image: url(/css/bilder/pfeil2.gif);
	background-repeat: no-repeat;
	padding: 0px 10px 0px 20px;
}

#splashMotiv .navigation li.button {
	background-image: none;
	padding: 0px 90px 0px 75px;
	
}

#splashMotiv .container {
	clear: both;
	padding: 0px 0px 15px 50px;
}

#splashMotiv h1 {
	font-size: 14px;
	color: #FF9420;
	padding-bottom: 10px;
}

#splashMotiv .teaser {
	width: 450px;
	float: left;
	margin-right: 50px;
}

#splashMotiv .checkin {
	padding: 28px 0px 0px 505px;
}

.checkin p {
	padding-top: 5px;
}

.checkin td {
	padding: 0px 5px 2px 0px;
}

/*	Linke Spalte*/
#linkeSpalte {
	background-color: ;

	float: left;
	width: 150px;
}

#linkeSpalte h2 {
	background-color: #448CCA;
	background-image: url(/css/bilder/navigation_topic_background.gif);
	background-repeat: repeat-y;
	color: #FFFFFF;
	text-align: center;
	padding: 3px 0px 3px 0px;
	margin-bottom: 5px;
}

#linkeSpalte .container {
	padding: 5px;
	background-color: #FCF8EA;
	margin-bottom: 10px;
}

#linkeSpalte #loginarea {
	background-color: #f1f8fd;
}

#linkeSpalte .container input.text {
	width: 65px;
}

#linkeSpalte .container input.submit {
	padding: 0px 5px 0px 5px;
}

#linkeSpalte .container td {
	padding-bottom: 2px;
	font-size: 9px;
}

#linkeSpalte .statistics td {
	font-size: 11px;
	padding: 5px 5px 5px 0px;
}

#linkeSpalte .statistics td.arrow {
	background-image: url(/css/standardbilder/pfeil3.gif);
	background-position: 7px 9px;
	background-repeat: no-repeat;
	padding-left: 20px;
}
    
#linkeSpalte .statistics a {
	color: #9e7136;
}
    
/*	Hauptnavigation */

#hauptnavigationTop{
	position:absolute;
	left:-10px;
	width:156px;
}

#hauptnavigationTop li{
		background-image: url(/css/bilder/button_hauptnavigation.gif);
		padding:15px;
		background-position: 0px 0px;
		text-align:center;
		font-size:14px;
		font-weight:bold;
		text-decoration:none;
}

#hauptnavigationTop li a {
	color: #FFF;
}

#hauptnavigationTop ul {
	list-style-type: none;
}

.hauptnavigation {
	padding: 5px;
	background-color: #F1F8FD;
}

.hauptnavigation ul {
	list-style-type: none;
	margin-bottom: 10px;
}

.hauptnavigation li {
	background-color: #FFFFFF;
	border-bottom: 1px solid #F1F8FD;
	padding: 5px 5px 5px 10px;
	background-image: url(/css/standardbilder/pfeil3.gif);
	background-position: 7px 9px;
	background-repeat: no-repeat;
}

.hauptnavigation li.ebene2 { 
	padding-left: 33px;
	background-position: 20px 9px;
	background-color: #F7FCFF;
}

.hauptnavigation li.selected {
 	background-color: #438BC9;
}

.hauptnavigation li.ebene2Selected {
	background-color: #81B2DC;
	padding-left: 33px;
	background-position: 20px 9px;
} 

.hauptnavigation li a {
	text-decoration: none;
}

.hauptnavigation li.selected a, .hauptnavigation li.ebene2Selected a {
	color: #FFFFFF;
}

/*	Tour-Navigation */
#tourSteps {
	list-style-type: none;
}

#tourSteps li {
	display: inline;
	border: 1px solid #C9DFED;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	margin-right: 5px;
	border-bottom: 0px;
}

#tourSteps li.active {
	padding: 12px 10px 5px 10px;
	background-color: #F1F8FD;
	font-size: 12px;
}

#tourSteps li a {
	color: #FFA500;
}

#tourSteps li.active a {
	color: #2A72AD;
	margin-top: -3px;
	position: relative;
}

/*	Testen */
#testHeader {
	height: 260px;
	background-image: url(/css/bilder/test_header.jpg);
	background-repeat: no-repeat;	
}

#testHeader .price {
	text-align: right;
	padding: 13px 35px 0px 0px;
	color: #0066AB;
}

/*	Inhaltsbereich */
#contentArea {
	padding: 0px 20px 0px 20px;
}

#content, .contentDefacto {
	padding: 20px;	
	background-color: #FDF7EA;
	margin-left: 136px;
	margin-right: -9px;
	position: relative;
}

.contentDefacto {
	margin-left: 0px;
	position: static;
}

#content .teaser p, .contentDefacto .teaser p {
	color: #AC8E64;
	padding-left: 2px;
}

#content ul.bullet, #content ul.bulletSmall, #content ul.tree, #content ul.bigarrows {
	list-style-type: none;
}

#content ul.bullet li {
	background-image: url(/css/bilder/bullet_arrow.gif);
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: normal;
	padding: 0px 10px 10px 35px;
	color: #805313;
}


#content ul.bulletSmall li {
	background-image: url(/css/standardbilder/pfeil3.gif);
	background-repeat: no-repeat;
	padding: 5px 0px 5px 20px;
	background-position: 7px 9px; 
}

#content ul.tree li {
	background-image: url(/css/standardbilder/pfeil3.gif);
	background-repeat: no-repeat;
	padding: 8px 0px 0px 20px;
	background-position: 7px 13px;
	color: #0665B4;
}

ul.arrows {
	padding-bottom: 15px;
}

ul.arrows li { 
 	display: inline;
 	padding: 0px 5px 0px 15px;
 	background-image: url(/css/standardbilder/pfeil3.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

ul.arrows li a { 
 	color: #FF8800;
}

#infoBlueCard, #infoPlatCard {
	padding-left: 210px;
	background-repeat: no-repeat;
	background-position: 20px 20px;
}

#infoBlueCard h3, #infoPlatCard h3 {
	padding-bottom: 20px;
}

#infoPlatCard h3 {
	color: #787878;
}


#infoBlueCard {
	background-image: url(/css/bilder/info_bluecard.jpg);
	color: #1D4682;
}

#infoPlatCard {
	background-image: url(/css/bilder/info_platcard.jpg);
}

/*	Leistungen */
.leistungen {
	width: 99%;
}

.leistungen td {
	padding: 4px 0px 4px 0px;
	border-bottom: 1px dotted #CCCCCC;
	border-right: 7px solid #FFFFFF;
}

.leistungen td.noborder {
	border-bottom: 0px;
}

.leistungen td a {
	color: #787878;
}

.leistungen td.noborder a {
	color: #FFA500;
}

/*	Kategorien */
#partnerMenu {
	width: 150px;
	float: right;
}

#partnerMenu h3 {
	padding: 10px;
	font-size: 12px;
	text-align: center;
	color: #0665B4;
	background-color: #FFFFFF;
	margin: 10px 0px 5px 0px;
	border: 1px solid #B2C9DD;
}

#partnerMenu ul {
	border: 1px solid #B2C9DD;
	list-style-type: none;
	background-color: #FFFFFF;
}

#partnerMenu ul.each {
	border: 0px;
	background: transparent;
}

#partnerMenu ul li {
	text-align: center;
	padding: 5px;
}

#partnerMenu ul.each li {
	margin-bottom: 5px;
	border: 1px solid #B2C9DD;
	background-color: #FFFFFF;
}

/*	Grafische Elemente */
.inhaltsbox, .inhaltsboxSelected {
	background-color: #FFFFFF;
	padding: 20px;
	margin-bottom: 15px;
	border: 1px solid #E4DCD3;
	background-repeat: no-repeat;
	background-position: 20px 20px;
}

.inhaltsboxSelected {
	background-color: #f9fcfe;
}

.inhaltsbox h2 {
	background-color: #0A72BA;
	color: #FFFFFF;
	padding: 3px 10px 3px 10px;
	margin-bottom: 10px;
}

.inhaltsbox h2.grey {
	background-color: #67717B;
    text-align: center;
}

.inhaltsbox h2.center {
    text-align: center;
}

.nextStep {
	text-align: right;
	background-image: url(/css/bilder/next_step.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 5px 25px 5px 0px;
}
.nextStepTop {
	text-align: left;
	background-image: url(/css/bilder/next_step.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 5px 25px 5px 0px;
}



.prevStep {
	background-image: url(/css/bilder/prev_step.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 0px 5px 25px;
}


.indent {
	padding-left: 70px;
}

#opener {
	background-repeat: no-repeat;
	background-position: 5px 20px;
	padding: 20px 20px 20px 20px;
}

#bigOpener {
	background-image: url(/css/bilder/bigOpener_background.jpg);
	background-repeat: no-repeat;
	height:	377px;
	padding: 0px 200px 0px 30px;
	cursor: pointer;
}

#bigOpener img.animation {
	margin: 30px 0px 15px 0px;
}

#bigOpener h2 {
	font-size: 16px;
	color: #FF8E1F;
	padding-bottom: 5px;
}

#bigOpener p {
	padding: 0px 50px 0px 0px;
}

#bigOpener ul.features {
	list-style-type: none;
	padding-top: 28px;
}

#bigOpener ul.features li {
	float: left;
	text-align: center;
}

#bigOpener ul.features li.first {
	padding: 0px 0px 0px 3px;
}

#bigOpener ul.features li.second {
	padding: 0px 0px 0px 28px;
}

#bigOpener ul.features li.third {
	padding: 0px 0px 0px 27px;
}

#bigOpener ul.features li h3 {
	padding-bottom: 3px;
}

#bigOpener a {
	text-decoration: none;
}

#bigOpener a {
	color: #FF8E1F;
}

#memberonly {
	background-image: url(/css/standardbilder/member_only.gif);
	background-repeat: no-repeat;
	background-position: 350px 20px;
	padding: 20px 220px 20px 20px;
}

#opener h1 {
	display: none;
}

.feature {
	/*background-image: url(/css/bilder/box_feature.gif); */
	background-color: #FFFFFF;
	border: 1px solid #C9DFED;
	height: 115px;
	width: 515px;
	margin-bottom: 15px;
}

.feature .imgWrap {
	padding: 10px 5px 5px 10px;
	background-repeat: no-repeat;
	background-position: 6px 7px;
}

.feature .imgWrap img {
	margin-right: 10px;
}

.feature h4 {
	font-size: 18px;
	font-weight: normal;
	color: #0665B4;
	padding-bottom: 10px;
}

.feature p {
	padding-bottom: 8px;
}

.feature .test, .bigbutton {
	background-image: url(/css/bilder/button_sparen.gif);
	background-repeat: no-repeat;
	background-position: 155px 0px;
	padding: 2px 0px 5px 165px;
	font-weight: bold;
}

.feature .test a, .bigbutton a, .bigbutton a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.bigbutton {
	background-image: url(/css/bilder/button_leer_big.gif);
	background-position: 0px 0px;
	padding-left:26px;
	padding-top:4px;
	width:144px;
	height:25px;
	font-size:12px;
}

.orange {
	color: #FFA500}

.zweiSpalten {
	width: 99%;
}

.zweiSpalten td {
	width: 50%;
}

#activateSteps {
	background-image: url(/bilder/strich_aktivierung.gif);
	background-repeat: no-repeat;
	background-position: 70px 22px;
}
	
#activateSteps td {
	vertical-align: top;
	text-align: center;
}

#activateSteps td .schriftKlein, #activateSteps td .schriftKleinHighlight {
 	font-size: 11px;
 	padding: 3px 23px 3px 23px;
}

#activateSteps td .schriftKleinHighlight { 
 	color: #FF8800;
}

#cardDate {
	padding: 32px 0px 110px 262px;
}

.soFuntioniertGrafik {
	width: 99%;
	margin-bottom: 15px;
}

.soFuntioniertGrafik td {
 	text-align: center;
 	vertical-align: middle;
}

.naviOnlineControll {
	padding: 5px 0px 5px 20px;
	background-color: #FFFFFF;
	background-image: url(/css/standardbilder/pfeil3.gif);
	background-position: 7px 9px;
	background-repeat: no-repeat;
}

.small {
	font-size: 10px;
}


/*	Besondere Tabellen */
table.normal td {
	vertical-align: top;
}

.tabellarisch, .formular {
	background-color: #E6EFF7;
	color: #0665B4;
	width: 99%;
	margin-bottom: 15px;
}

.tabellarisch th, .formular th {
	background-color: #FFFFFF;
	padding: 5px 5px 5px 20px;
	text-align: left;
	font-size: 12px;
	background-image: url(/css/bilder/icon_arrow_down.gif);
	background-repeat: no-repeat;
	background-position: 7px 10px;
}

.tabellarisch td, .formular td {
 	padding: 5px ;
 	vertical-align: middle;
 	border: 1px solid #FFFFFF;
 	background-color: #F9FCFE;
 	vertical-align: top;
}

.tabellarisch td {
 	text-align: center;
}

.tabellarisch tr.alternative td, .formular tr.alternative td {
	background-color: #F3F9FD;
}

.tabellarisch tr.rollover td, .formular tr.rollover td {
	background-color: #F3F9FD;
}

.tabellarisch tr.empty td, .formular tr.empty td {
	background-color: #FFFFFF;
}

/*	Footer*/
#footer {
	text-align: center;
	padding-left: 100px;
	color:white;
}

a.footer {
	color:white;
}

/*	Formulare*/
textarea {
	background-color: #FFFFFF;
}

select {
	color: #000000;
}

select>option {
	padding-right: 5px;
}

textarea {
	background-color: #FFFFFF;
}

input {
	color: #000000;
}

input.submit, .formular input.submit {
	border: 1px solid #FFFFFF;
	background-color: #FFA500;
	color: #FFFFFF;
	padding: 2px 10px 2px 10px;
}

.pager_button {
    cursor:pointer;_cursor:hand;
    border:1px solid #BCDDF3;
    background-color:#F9FCFE;
    color: #000000;    
    padding: 1px 1px 1px 1px;
    text-align:center;
    
}

.pager_buttonOFF {
    border:2px solid #666666;
    background-color:#FFFFFF;
    color: #000000;
    font-weight:bold;
    text-align:center;
}


input.text {
	background-color: #FFFFFF;
	border: 1px solid #787878;
	color: #787878;
}

.formular input.error, .formular select.error {
	background-color: #ffcccc;
	color: #4e4e4e;
	border: 1px solid #ff9999;
}

.formLabel {
	padding: 5px 5px 5px 0px;
}

.formular td {
	text-align: left;
}

.formular input, .formular select {
	background-color: #FFFFFF;
}

.formular td td {
 	padding: 0px;
 	border: 0px;
}