*{
	padding:0;
	margin:0;
}

html, body {
	height: 100%;
	font: 1.0em Verdana, Arial, sans-serif;
	color: #000;
	text-align: center;
}

ul {
    list-style-type:none;
}
#placeholder {
	width: 999px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color: #fff;
}
.header{
	height:154px;
	background: #d02333 url(images/header.jpg) no-repeat center left;

}
.navigation{
	float:left;
	left:153px;
	margin-top:77px;
	font-size:1.4em;
	position:relative;
	height:77px;
	border:0px;
}

#main_placeholder{
	float:left;
	background: #fff url(images/background.jpg) repeat-y center left;
}
#left_bar{
	width:139px;
	float:left;
	padding:10px 5px 0px 9px;
	font-size:0.7em;
	text-align:center;
}
#left_bar iframe{
	border:0px;
	frameborder:'no';
}
#left_bar a{
	color:#fff;
	text-decoration:none;
}
#left_bar a:hover{
	text-decoration:underline;
}
#right_placeholder{
	width:846px;
	float:right;
}
#main {
  	font-size:0.7em;
  	float:left;
	background: #fff url(images/main_background.jpg) no-repeat bottom left;
  	padding:8px;
  	padding-top:0px;
  	width:667px;
  	min-height:400px;
  	height:100%;
}

#esv_logo{
	background-image: url(images/esv_background.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	min-height:480px;
	_height:480px;
	vertical-align:text-top;
	vertical-align:bottom;
}

#blok img{
max-width:250px;
max-height:100px;
text-align:center;
border:0px;
margin-left:3px;
}

#right_bar{
	font-size:0.7em;
	width:153px;
	float:right;
	padding:0px 5px 0px 5px;
	text-align:center;

}

.footer_holder {
	width: 999px;
	font-size:0.6em;
	text-align:left;
	float:left;
	background: #d02333 url(images/footer.jpg) no-repeat bottom left;

}
.footer{
	color:#000;
	padding:10px 0px 10px 8px;
}
.footer a, a:hover{
	color:#000;
	text-decoration:none;
}
.footer a, a:hover{
	text-decoration:underline;
}

/* top level navigation*/
#menu{
	margin: 0;
	list-style: none;
	width:846px;
	float:left;
	}
#menu li{
	float:left;
	margin: 0;
	padding: 0;
	font-size: 0.5em;
	font-weight:bold;
}
#menu li div p a{
	float: left;
	color: #000;
	text-decoration: none;
	padding: 6px 10px 16px 10px;
}
#menu li div {
	float:left;
}
#menu li div p{
	float:left;
}
/*hover tab*/
#menu li:hover, #menu li.selected {
	background: #fff url(images/nav_corner_left.jpg) no-repeat bottom left;
}
#menu li:hover div, #menu li.selected div{
	background-image: url(images/nav_corner_right.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#menu li:hover div p, #menu li.selected div p{
	background-image: url(images/nav_corner_upper_left.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#menu li:hover div p a, #menu li.selected div p a{
	background-image: url(images/nav_corner_upper_right.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}



/*sub level navigation*/
#submenu{
	margin: 0;
	list-style: none;
	width:840px;
	margin-top:40px;
	height:37px;
	background: #d02333 url(images/sub_menu_background.jpg) no-repeat bottom left;
}
#submenu a{
	float: left;
	color: #000;
	text-decoration: none;
	padding: 6px 6px;
	padding-left:0px;
	height:25px;
	margin-left:6px;

}
#submenu li:hover, #submenu li.selected{
	background: #fff url(images/sub_left.jpg) no-repeat top left;
}
#submenu li:hover a, #submenu li.selected a{
	background: #fff url(images/sub_right.jpg) no-repeat top right;
}
#submenu li {
	float:left;
	margin: 0;
	padding: 0;
	font-size: 0.5em;
	font-weight:bold;
	margin-right:1px;
}
#calendar #calendar_header{
	margin-top:10px;
	padding-bottom:5px;
}
#calendar .calendar_item{
	padding-top:5px;
	padding-bottom:10px;
	border-top:1px solid white;
}
#calendar .calendar_item strong{
	font-size:1.2em;
}

#photo_container{
	margin-top:5px;
	padding-top:5px;
}
#photo_container p.strong{
	font-size:1.1em;
}
#photo_container div.photo_thumb{
	width:120px;
	margin-left:10px;
	padding-top:8px;
	background: #fff url(images/photo_thumb.jpg) no-repeat top left;
}
#photo_container div.photo_thumb p{
	background-image: url(images/photo_thumb_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom:8px;
}
#photo_container p.small_description{
	font-size:.2em;
}

#idee_container{
	margin-top:5px;
	padding-top:5px;
	padding-bottom:5px;
	border-top:1px solid white;
	border-bottom:1px solid white;
}
#idee_container p{
	padding-top:5px;
}

#main strong{
	font-size:1.2em;
	line-height:2em;
}
#main p.normal{
	margin-bottom:1em;
}
#main p.center_image{
	width:100%;
	text-align:center;
	padding:5px 0;
}
#main a, #main a:hover{
	color:#d02333;
	text-decoration:underline;
}

