@charset "utf-8";
/*************************/
/* TILAK Patienportal    */
/* agindo 10.12.08. pd   */
/*************************/

/* 1 Pixel Hack für FF3 */
html>/**/body, x:-moz-any-link, x:default { position:relative; left:-0.1px; }

body{
	background:#F8F9F1;
	text-align:center;
	font: normal 11px Arial;
	margin:0;
	padding:0;
}
/*************************/
/* Haupt ID's            */
/*************************/
#delShadow{
	width:889px;
	background:url(/img/bg_body.png) repeat-y;
	margin:0 auto;
}
#delCenter{
	width:865px;
	margin:0 12px;
	text-align:left;
}
#delHead{
	margin:0;
	padding:0;
	border-bottom:2px solid #D8DCB2;
	height:109px;
}
#delMenue{
	background:#D8DCB2 url(/img/bg_menue.png) repeat-x;
	border-bottom:1px solid #BBBF90;
	height:33px;
	padding:0 17px;
}
.mainMenue{
	float:left;
}
.mainMenue a{
	font-weight:bold;
}
.metaMenue{
	padding:10px 0 0 0;
	float:right;
}
.metaMenue a{
	margin-left:12px;
	font-size:10px;
	text-decoration:underline;
}
.menueItem, .menueItemLast{
	float:left;
	background:url(/img/split_menue.png) right bottom no-repeat;
	height:21px;
	padding:11px 12px 0 0;
	margin-right:12px;
}
.menueItemLast{
	background: none;
}
#delCont{
	padding:9px 17px 25px;
	background:url(/img/bg_cont.png) repeat-x;
	min-height:500px;
}
#delCrumbs{
	color:#003D66;
	font-weight:bold;
	height:22px;
}
#delCrumbs a{
	font-weight:normal;
	text-decoration:underline;
	padding:0 5px;
}
#delLeft{
	float:left;
	width:228px;
}
#delMain{
	float:right;
	width:590px;
}
#delMain h1{
	font-size:11px;
	font-weight:bold;
	margin:8px 0 2px;
	padding:0;
}
#delMain h2{
	font-size:11px;
	font-weight:normal;
	text-transform:uppercase;
	margin:0 0 2px;
	padding:0;
}
#delMain p{
	margin:0 0 8px;
	padding:0;
}
.delInfoBox, .delBookBox{
	border:1px solid #4D7BA0;
	background: #F2F5F6 url(/img/bg_box.png) repeat-x;
	/*min-height:176px;*/
	margin-bottom:12px;
	position:relative;
}
.delInfoBox p{
	padding:0;
	margin:0;
}
.delInfoBox ul{
	margin:0 0 0 0;
	padding:0;
}
.delInfoBox li{
	margin:0 0 3px 0;
	padding:2px 6px 1px 9px;
	list-style:none;
	border-top:1px solid #B1C6D7;
}
.delInfoBox a{
	color:#000000;
	text-decoration:underline;
}
.delInfoBox a:hover{
	color:#000000;
	text-decoration:none;
}
.lastList{
	border-bottom:none !important;
	margin-bottom:0 !important;
}
p.angAlle{
	padding:0;
	margin:0 0 0 9px;
}
.bookHeight{
	height:205px !important;
}
.standardHeight{
	height:176px;
	min-height:176px;
}
.delBoxTitel{
	background:#4D7BA0;
	padding:0 0 0 9px;
	height:36px;
}
.titText{
	margin-top:11px;
	float:left;
}
.titBtn{
	float:right;
	margin:7px 14px 0 0;
}
.ftBtn{
	text-align:right;
	margin:36px 0 0 0;
}
.angReise{
	float:left;
	padding:0;
	margin:0;
}
.angPreis{
	float:right;
	padding:0;
	margin:0;
}
.delVideo{
	margin:9px;
}
.delBookBox{
	border-color:#54A3C4;
	background:#EAF0F1;
}
.boxEins{
	width:287px;
	float:left;
	height:176px !important;
}
.boxZwei{
	width:287px;
	float:right;
	height:176px !important;
}
.infoTxt{
	margin:12px 0 6px 12px;
	/*height:70px;*/
}
.infoHeader{
	min-height:20px;
	*height:20px;
}
.infoTxt p{
	margin:0;
	padding:0;
}
.delWeiter{
	position:absolute;
	right:13px;
	bottom:10px;
}
.smallPicRow{
	padding:0;
	margin:14px 0 14px 14px;
	float:left;
}
.smallPicRowFirst{
	padding:0;
	margin:14px 0 14px 14px;
	*margin:14px 0 14px 7px;
	float:left;
}
*+html .smallPicRowFirst{
	margin:14px 0 14px 14px;
}
/* Footer  */
#delFooter{
	background: #FFFFFF url(/img/bg_footer.png) repeat-x;
	height:40px;
	border-top:1px solid #E1E1E1;
	padding:0;
}
#delFtText{
	margin:19px 0 0 17px;
	float:left;
	color:#959595;
}
#delFtMenue{
	margin:19px 18px 0 0;
	float:right;
}
#delFtMenue a{
	margin-left:25px;
	font-weight:bold;
}
/* Base    */
#delBase{
	width:889px;
	background:url(/img/bg_base.png) no-repeat;
	height:19px;
	display:block;
}

/*** Infoboxen allgemeines Styling ***/
.boxContent {
	padding: 7px 4px 2px 9px;
}

/*************************/
/* allgemein Klassen     */
/*************************/
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a.button {
	color:#003558;
	font-weight:bold;
	background:#FFAE00;
	border:1px solid #003558;
	padding:2px 9px;
	line-height:20px;
}
a:hover.button{
	background:#FFCC00;
}
#ContentBox{
	border:1px solid #54A3C4;
	background-color:#EAEFF2;
}
#ContentBoxHeadline{
	background-color:#4E7CA0;
	padding-left:10px;
	padding-right:10px;
	padding-top:12px;
	padding-bottom:12px;
}
#ContentBoxContent{
	padding:10px;
}
/*************************/
/* tags                  */
/*************************/
#delHead img, 
.delInfoBox img {
	/* für IE unterlängen trouble */
	display:block;
}

img {
	border:none;
	margin:0;
	padding:0;
	/* aw20081219: IE unterlängen trouble klassenspezifisch gemacht */
	/*
	display:block;
	*/
	/*** Für MSIE6 Transparenz ***/
	behavior: url("/css/pngbehavior.htc");
}
*+html img{
	behavior: none;
}

a {
	text-decoration:none;
	color:#003D66;
}
a:hover{
	text-decoration:underline;
}