.align-left {
    text-align: left;
}

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

.align-right {
    text-align: right;
}

.align-justify {
    text-align: justify;
}

table.leistungspaket {
    border-collapse:collapse !important;
    display:block;
 /*   position:relative;
    left:-42px;                                                 
    width:595px !important;
    width:684px !important;*/
}
                                                                         
table.leistungspaket td,                                                      
table.leistungspaket th {
	text-align:center;
	border:0;
	border-left:1px solid black;
	border-bottom:1px solid black;
	padding:5px;
	vertical-align:top !important;
	font-weight:normal;
}

table.sonderausstattung {
    border-collapse:collapse !important;
}

table.sonderausstattung td,
table.sonderausstattung th {
	text-align:center;
	border-left:1px solid black;
	border-bottom:1px solid black;
	padding:5px;
	font-weight:normal;
	vertical-align:top;
}

table.leistungspaket th,
table.sonderausstattung th {       
    background-color: #cedae0;    
}

table.leistungspaket ul, 
table.sonderausstattung ul,
table.leistungspaket ul li, 
table.sonderausstattung ul li {
	list-style-type: none;
	display: inline;
	margin-left: 0;
	list-style-position:inside;
}

table.leistungspaket ul li, 
table.sonderausstattung ul li {
background-image:url(../img/disc.gif);
background-repeat:no-repeat;
background-position:left top;
width:15px;
line-height:1.4em;
}

table.leistungspaket ul li ul li, 
table.sonderausstattung ul li ul li {
background-image:url(../img/circle.gif);
background-repeat:no-repeat;
background-position:left top;
width:15px;
}


table.sonderausstattung img,
table.leistungspaket img {
	border:0 !important;
} 

table.sonderausstattung td.weiss p,
table.leistungspaket td.weiss p,
table.sonderausstattung td.keinRandLinks p,
table.leistungspaket td.keinRandLinks p,
table.sonderausstattung td.weiss img,
table.leistungspaket td.weiss img  {
margin:0 !important;
padding:0 !important;
}

table.leistungspaket td.align-left,
table.sonderausstattung td.align-left,
table.leistungspaket th.align-left,
table.sonderausstattung th.align-left {
	text-align:left;
} 

td.weiss, th.weiss,
table.leistungspaket td.weiss, table.leistungspaket th.weiss,
table.sonderausstattung td.weiss, table.sonderausstattung th.weiss {
	background-color:#f8f7f7;
	border-left:0 !important;
	border-bottom:1px solid #f8f7f7;
}

td.keinRandLinks, th.keinRandLinks,
table.leistungspaket td.keinRandLinks, table.leistungspaket th.keinRandLinks,
table.sonderausstattung td.keinRandLinks, table.sonderausstattung th.keinRandLinks{
	border-left:0 !important;
}

td.darkblue, th.darkblue,
table.leistungspaket td.darkblue, table.leistungspaket th.darkblue,
table.sonderausstattung td.darkblue, table.sonderausstattung th.darkblue {
    background-color: #cedae0;
}

td.midblue, th.midblue,
table.leistungspaket td.midblue, table.leistungspaket th.midblue,
table.sonderausstattung td.midblue, table.sonderausstattung th.midblue {
    background-color: #e9eef1;
}

td.lightblue, th.lightblue,
table.leistungspaket td.lightblue, table.leistungspaket th.lightblue,
table.sonderausstattung td.lightblue, table.sonderausstattung th.lightblue {
    background-color: #e2e9ed;
}


