/* CSS Document */

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

body#cms {
	background-image: url(/img/ly/bg.gif);
}

body, td, ht, p, li {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

p,ul,ol,table {
	margin-top: 17px;
}

li {
	margin-left: 16px;
}

ol li {
	margin-left: 30px;
}

 .errorheadline { font-size: 12px; font-weight: bold; color: #990000; font-size: 13px; padding-top:24px; display:block;}
 .errormessage  { font-size: 12px; color: #990000;}

.cleaner, .clear {
	clear: both;
	border: 0px none;
	margin: 0;
	padding: 0;
	display: block;
	background: transparent;
	font-size: 1px;
	height: 1px;
}

.required {
	color: #900;
	font-weight: bold;
}

/* top, columns, bottom etc. */

#center {
	width: 968px;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left:-488px;
}

#top {
	width: 968px;
	height: 155px;
	background-image: url(/img/ly/top1.gif);
	background-repeat: no-repeat;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#main {
	width: 968px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background-color: #fff;
	background-image:url(/img/ly/cntbg.gif);
	background-repeat:repeat-y;
}

#left {
	float: left;
	width: 222px;
	padding-top: 28px;
	padding-left: 26px;
	padding-right: 16px;
	padding-bottom: 20px;
}

#content {
	float: left;
	width: 395px;
	margin: 28px;
	color: #A0106F;
}

#content2 {
	float: left;
	width: 620px;
	margin: 28px;
	color: #A0106F;
}

#right {
	float: left;
	width: 253px;
	background-color: #fff;
}

#bottom {
	width: 957px;
	height: 21px;
	background-image: url(/img/ly/bottom-bg.gif);
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	padding-right: 11px;
	padding-top: 2px;
	text-align: right;
}

#bottom a {
	color: #FFC813;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#bottom a:hover {
	color: #fff;
}

a {
	color: #A01170;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#sos-kinderdorf {
	text-align: center;
	margin-top: 28px;
	margin-left: -10px;
}


#right h3, h3.flower {
	color: #fff;
	background-image: url(/img/ly/h3-bg-right.gif);
	background-repeat: no-repeat;
	padding-left: 32px;
	padding-top: 13px;
	padding-bottom: 5px;
	padding-right: 32px;
	line-height: normal;
	margin-bottom:0px;
}

h3.flower {
	background-image: url(/img/ly/leftflowerbg.gif);
	margin-left:-8px;
	margin-top:14px;
}

div.flower {
	background-color:#fff;
	margin-right:12px;
	padding:8px 8px 8px 32px;
	font-weight:bold;
	margin-bottom:18px;
}

div.amberger {
	height: 130px;
	background-color:#fff;
	background-image: url(/img/cnt/tn_ambergerhof.jpg);
	background-repeat: no-repeat;
	background-position: 21px 20px;
	margin-right:12px;
	padding:8px 8px 8px 32px;
	font-weight:bold;
	margin-bottom:18px;
}

div.amtext {
    margin-top: 115px;
    margin-left: -7px;
}

.container {
	padding-bottom: 6px;
	padding-top: 19px;
	width: 230px;
}

.containertxt {
	padding-left: 20px;
	padding-right: 10px;
}

#countrychoose {
	position: absolute;
	top: 132px;
	left: 425px;
	color: #FEDE88;
}

#countrychoose select {
	border: 1px solid #778CA2;
	padding: 1px;
	color: #000;
	font-size: 12px;
}

ul.laender {
	margin:0;
	padding:0;
	float:left;
	list-style-type:none;
	margin-bottom:5px;
}

ul.laender li {
	display:block;
	position:relative;
	width:85px;
	margin:0;
	margin-left:0px;
	padding:0;
	padding-left:15px;
	background-image:url(/img/laenderbullet.gif);
	background-repeat:no-repeat;
	list-style-type:none;
	background-position:left;
}


/* 1. Navigationsebene */
/*
#nav ul {
	margin: 6px 0px 6px 0px;
	padding: 0px;
	list-style-type: none;
}
#nav ul li {
	margin: 0px;
	padding: 0px;
}
#nav ul a {
	padding: 5px 0px 5px 13px;
	display: block;
	background-color: #fff;
	color: #4E6684;
	font-weight: normal;
	text-decoration: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#nav ul a:hover {
	color: #000;
	background-color: #EBEBEB;
	border-top: 1px solid #D1D1D1;
	border-bottom: 1px solid #D1D1D1;
}
#nav ul a.act {
	color: #eee;
	background-color: #999;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
#nav ul a.act:hover {
	color: #eee;
	background-color: #999;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
/* ie bugfix start */
#nav a,#nav li {
	height: 1em;
}
html>body #nav a,html>body #nav li {
	height: auto;
}
/* ie bugfix ende */


/* sonstiges */

h1 {
	color: #A01170;
	font-size: 21px;
	line-height:normal;
	font-weight: normal;
	margin-bottom: 8px;
}

h2 { 
	color: #A01170;
	font-size: 17px;
	font-weight: bold;
	margin: 18px 0px;
}

h3 {
	color: #A01170;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 18px;
}

.hilite {
	color: #A01170;
	font-weight: bold;
}


/* =========================================== */

#debug {
	color: #000;
	position: absolute;
	left: 1200px;
}


table.details td {
	padding:4px 2px 4px 3px;
	border-bottom:1px solid #ccc;
}

table.details .name {
	color:#952D4F;
	font-weight:bold;
	padding-bottom:3px;	
}

table.details .adresse {
	padding-bottom:3px;
}

table.details .tel {
	padding-bottom:3px;
}

table.details .sonderregelung {
	padding-bottom:3px;
}

table.details .web {
	padding-bottom:3px;
}

table.details .map {
	padding-bottom:3px;
}

table.details .infostitle {
	color:#952D4F;
	font-weight:bold;
	padding-bottom:3px;	
}

table.details .zeitentitle {
	color:#952D4F;
	font-weight:bold;
	padding-bottom:3px;	
}

.r1 td {
	background-color:#f1edec;
}

.details {
	border-top:1px solid #d6d6d6;
}
.details td {
	border-bottom:1px solid #d6d6d6;
}

ul {
	margin:10px 0px;
	list-style-type:square;
}

li {
	margin:3px 0px;
}

#content ul,#content2 ul {
	margin-left:14px;
	list-style-image:url(/img/bullet.gif);
}
