/* Global Resetting */
html{	
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	font-size: 62.5%;
	/* reset font-sizes to 1em == 10px */
}
* {
	font-size: 1em;
	/* reset font-sizes to 1em == 10px */
	padding: 0;
	margin: 0;
	font-family:Verdana,Helvetica,sans-serif;
	list-style:none;
}
a img{
	border:0;
}
.clear{
	clear:both;
}
/* -------------------------------------------------------------- */
/* Layout CSS */
#Main {
	margin:20px auto;
	width:1130px;
}

#schatten_top {
	width:1126px;
	height:14px;
	background:url(/themes/ananamuya/images/bg_top.png) 1px 0px  no-repeat;
}

.Page,
.Home {
	width:1100px;
	padding:0 15px;
	height:auto;
	background:url(/themes/ananamuya/images/bg_vertikal.png) 1px 0px repeat-y;
	position:relative;
}

.Home {
	position: relative;
	height:640px;
}

.Home a {
	text-decoration:none;
}

#schatten_bottom {
	width:1126px;
	height:14px;
	background:url(/themes/ananamuya/images/bg_bottom.png) 1px 0px no-repeat;
}
/* -------------------------------------------------------------- */
.Home h1 {
	height:0px;
	padding-top:69px;
	width:1100px;
	height:0px;
	position: absolute;
	top:50px;
	left:60px;
	background:url(/themes/ananamuya/images/ananamuya_home.png) 15px 0px no-repeat;
	overflow:hidden;
}

.Home a p {
	text-decoration:none;
	color:#666;
	position: absolute;
	top:120px;
	left:76px;
	letter-spacing:0.15em;
	font-size:0.95em;
}

.Home p {
	color:#666;
	letter-spacing: 0.30em;
	position: absolute;
	top:125px;
	left:75px;
	font-size:0.95em;
}

.Home img {
	position: absolute;
	bottom:0px;
	right:20px;
}
/* -------------------------------------------------------------- */
.Page h1 {
	height:0px;
	padding-top:41px;
	width:597px;
	background:url(/themes/ananamuya/images/ananamuya.png) 0px 0px no-repeat;
	overflow:hidden;
}

#Header {
	clear:left;
}

	#Header h1 {
		color:#e72025;
		font-size:1.5em;
		line-height:4.5em;
		padding-left:20px;
	}
#Navigation {
	padding:120px 108px 0 0;
	width:156px;
	float:left;
}
.Home #Navigation {
	padding:161px 108px 0 0;
	position:absolute;
	z-index:90;
}

#Navigation ul li {
	float:left;
	width:141px;
	min-height:22px;
	background:url(/themes/ananamuya/images/bg_menu.png) 0px 18px no-repeat;
	text-align:right;
	padding:4px 0 5px 0;
}
#Navigation ul li.current,
#Navigation ul li.section {
}
#Navigation ul li a {
	display:block;
	color:#666;
	font-weight:200;
	font-size:1.2em;
	line-height: 1em;
	text-decoration:none;
	padding:0;
	text-transform: uppercase;
}
#Navigation ul li a:hover {
	color:#e72025;
}
#Navigation ul li.current a,
#Navigation ul li.section a {
	color:#e72025;
}

#Navigation ul.sub li {
	float:left;
	width:133px;
	min-height:10px;
	height:10px;
	text-align:right;
	padding:6px 8px 0px 0px;
	background:none;
	color:#666;
}

#Navigation ul.sub li a {
	color:#666;
}

#Navigation ul.sub li.current a,
#Navigation ul.sub li:hover a {
	color:#e72025;
}
/* -------------------------------------------------------------- */
#ContentContainer {
	position: relative;
	padding:20px 0;
	width:836px;
	min-height:480px;
	overflow: auto;
	background:url(/themes/ananamuya/images/bg_menu.png) 200px 10px repeat-x;
}

.Lesen #ContentContainer {
	min-height:670px;
}
#Content {
	float: left;
	margin-top:29px;
	width:530px
}

#Content ul.gallery-layout li {
	margin:0px;
	list-style: none;
}

#Content ul.gallery-layout li:hover {
	background:#fff;
}


#Content div.album-nav {
	border:none;
}
/* -------------------------------------------------------------- */
.Eventfeed {
	position:absolute;
	top:20px;
	right:0px;
	width:240px;
	height:auto;
	padding:0 20px 0 0;
	line-height:1.5em;
	font-size:1.2em;
}

.Eventfeed .oneevent {
	padding-bottom:10px;
}

.Eventfeed a {
	text-decoration: none;
	color:#666;
}

.Eventfeed a:hover {
	color:#E72025;
}

.Eventfeed h3 {
	color:#E72025;
	padding: 0 0 10px 0;
}

.Eventfeed div.date {
	display:inline;
}

.Eventfeed img {
	padding-top:60px;
}
/* -------------------------------------------------------------- */
div#album-list ul {
	margin:0px;
}

#album-list ul li {
	margin:0px;
}
/* -------------------------------------------------------------- */
#ContentContainer ul.perslist {
	margin:0 0 20px 0;
}

#ContentContainer ul.perslist li {
	color:#E72025;
	list-style: none;
	margin:0px;
	cursor:pointer;
}
/* -------------------------------------------------------------- */
.Personbox {
	width:300px;
	height:auto;
	padding:10px 15px 0px 15px;
	color:#666;
	border:1px solid #ccc;
	position:absolute;
	bottom:20px;
	left:0px;
}

#Contentpers {
	float: left;
	width:330px;
}

/* -------------------------------------------------------------- */
div.pers_bottom {
	height:220px;
	width:462px;
	position:absolute;
	bottom:0px;
	right:0px;
	padding-bottom:20px;
}

div.pers_bottom div {
	height:200px;
	position:absolute;
	bottom:0px;
	z-index:90;
	cursor:pointer;
}

div.pers_bottom div.Anna_trigger {
	width:120px;
	right:0px;
}

div.pers_bottom div.Muriel_trigger {
	width:70px;
	right:120px;
}

div.pers_bottom div.Andrea_trigger {
	width:80px;
	right:190px;
}

div.pers_bottom div.Yaira_trigger {
	width:80px;
	right:270px;
}

div.pers_bottom div.Anke_trigger {
	width:110px;
	right:350px;
}

#Contentpers div.halo {
	position:absolute;
}

.pers_bottom div.Anna {
	width:112px;
	height:92px;
	right:25px;
	top:20px;
}

.pers_bottom div.Muriel {
	width:108px;
	height:87px;
	right:92px;
	top:17px;
}

.pers_bottom div.Andrea {
	width:108px;
	height:87px;
	right:150px;
	top:30px;
}

.pers_bottom div.Yaira {
	width:108px;
	height:87px;
	right:225px;
	top:-5px;
}

.pers_bottom div.Anke {
	width:108px;
	height:87px;
	right:350px;
	top:-30px;
}
/* -------------------------------------------------------------- */
#calendar-main h4 {
	display:inline;
}

#calendar-main ul {
	margin:0px;
	display:inline;
}

#calendar-main ul li {
	list-style:none;
	margin:0px;
	display:inline;
}
/* -------------------------------------------------------------- */
#Content ul.youtubevideos {
	margin:0px;
}

#Content ul.youtubevideos li {
	list-style: none;
	margin:0px;
	display:block;
	width:400px;
}

#Content ul.youtubevideos li p {
	font-size:1em;
}

/* -------------------------------------------------------------- */
ul.Servicenavi {
	margin-left:15px;;
}

ul.Servicenavi li {
	float:left;
}

ul.Servicenavi li a {
	color:#666;
	text-decoration:none;
	border-bottom:1px dotted #666;
}
/* -------------------------------------------------------------- */

#jquery_jplayer {
	height:0px;
}

/* -------------------------------------------------------------- */

#Content ul {
	margin:0px;
}

#Content ul li.presseitem {
	margin:0px;
	padding:10px 0 20px 30px;
	background:url("../images/pdfIcon_30px.png") no-repeat scroll 0px 10px transparent;
	list-style:none;
	border-bottom:1px dotted #666;
}

#Content ul li.presseitem:hover {
	background:#eee url("../images/pdfIcon_30px.png") no-repeat scroll 0px 10px;
}

#Content ul li.presseitem a {
	text-decoration:none;
}

#Content ul li.presseitem a p {
	color:#666;
	font-size:12px;
}

/* -------------------------------------------------------------- */

label.required {
	display:block;
	background:#ffbebe;
	border:1px solid red;
}