*, html, body
{
	margin:0;
	padding:0;
	font-family: 'Times New Roman',Times,serif; 
	color:#222;
	font-size:14px;
}

body
{
	background: #f8e3dc url("../images/bg.png") left top repeat-x;
}


a, a:link
{
	color:#222;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
	color:#701d00;
}

.container_width
{
	width: 980px;
}

#container
{
	margin:0 auto;
}

#header
{
    background:url("../images/header.jpg") no-repeat scroll center center white;
    color:#666666;
    font-size:14px;
    height:50px;
    margin:15px 0 4px;
    padding:120px 0 0 8px;
    width:auto;
}

#content
{
	position:relative;
	left:0px;
	top:0px;
	height:auto;
	background: #fff url("../images/content_bg.gif") left top repeat-y;
}

#footer
{
	margin:4px 0px 15px 0px;
	height:19px;
	text-align: center;
	font-size:14px;
	background-color:#fff;
}

.clear
{
	clear:both;
	margin:0;
	padding:0;
	width:auto;
	height:0px;
	overflow:hidden;

}

/** global formats **/
ul, ol
{
	margin-left:20px;
}


/** content left **/
#floating
{
	float:left;
	width:795px;
}

#content_left
{
	float:right;
	width:185px;
	padding-bottom:8px;
	font-size:14px;
}

#content_left ul
{
	list-style-type: none;
	margin-left:0px;
}

#content_left ul li
{
	padding:2px 0px 2px 20px;
}

#content_left .h2
{
	text-align:center;
	padding:0;
	margin:8px 0px;
}

#content_left .h3
{
	text-align:center;
	padding:0;
	margin:0px 0px;
}


/** content left **/
#content_middle
{
	float:right;
	width:550px;
	padding:20px 30px;	
}

#content_middle h1
{
	margin-bottom:5px;
}

#content_middle h2
{
	margin-top:15px;
	margin-bottom:4px;
}

#content_middle em, #content_middle em a
{
	font-style: normal;
	color:#360600;
}


/** content right **/
#content_right
{
	float:left;
	width:185px;
}

#content_right ul
{
	list-style-type: none;
	margin-left:6px;
}

#content_right ul li
{
	padding:2px 0px 2px 20px;
}

#content_right .h2
{
	text-align:center;
	padding:0;
	margin:8px 0px;
}

#content_right ul li .form_btn
{
	margin-top:4px;
	width:140px;
}

/** other content stuff **/
.form_btn
{
	border:1px solid #55884f;
	background-color:#701d00;
	cursor:pointer;
}

h1, .h1
{
	font-size:22px;
	font-weight:normal;
	color:#701d00;
}

h2, .h2, h2 a, .h2 a
{
	margin:0;
	padding:0;
	font-size:18px;
	font-weight:normal;
	color:#701d00;
}

h2 a, h2 a:link, .h2 a, h2 a:link
{
	color:#701d00;
}

h3, .h3, h3 a, .h3 a
{
	margin:0;
	padding:0;
	font-size:18px;
	font-weight:normal;
	color:#701d00;
	font-size:16px;
}

h3 a, h3 a:link, .h3 a, h3 a:link
{
	color:#701d00;
}

/** impressum **/
#content_middle .address
{
	margin:5px 0px 0px 20px;
	font-size:13px;
}

/** prayer category **/
.prayer_category_headline
{
}

.prayer_category_text
{
	margin-bottom:15px;
}

.prayer_list
{
	list-style-type: none;
	margin-top:26px;
	text-align:center;
}

.prayer_list li
{
	margin-bottom: 26px;
}

.prayer_list li h2
{
	margin-bottom: 6px;
}

.prayer_list li a
{
	cursor:pointer;
	display:block;
	width:auto;
	height:auto;
	outline: none;
}

.prayer_list li a:hover
{
	color:inherit;
	text-decoration:none;
}

.prayer_list li a:hover h2
{
	text-decoration:underline;
}

.acknowledgment
{
	margin-top:8px;
	color:#888;
	text-align: center;
	font-size:12px;
}

.acknowledgment strong
{
    font-size:12px;
}

.acknowledgment .license
{
    color:#666;
    font-size:10px;
    display:block;
    text-align:justify;
    width: 270px;
    margin: 0px auto;
    margin-top:6px;
}

li .acknowledgment a
{
    display:inline;
    margin:0;
    padding:0;
    text-decoration:underline;
}

/** prayer details **/
.prayer_headline
{
	text-align:center;
	margin-top:40px;
}

.prayer_text
{
	margin-top:10px;
	margin-bottom:15px;
	text-align:center;
	font-size:14px;
}

/** form **/

form .label /** label <td> **/
{
	text-align:right;
	width:96px;
	padding-right:4px;
	vertical-align: top;
}

form .label /** label <td> **/
{
	
}

/** form error **/
form .error_list
{
	margin-left:0px;
}
	
form .error_list li
{
	list-style-type: none;
	margin-left:0px;
	color:red;
	padding:2px;
}

/** success & error box **/
.success
{
	border:8px solid #ecffeb;
	background-color:#f8fff7;
	color:#043600;
	padding:10px;
	text-align:center;
	font-size:14px;
	margin: 20px;
}

.error
{
	border:8px solid #ffeceb;
	background-color:#fff8f7;
	color:#bb0400;
	padding:10px;
	text-align:center;
	font-size:14px;
	margin: 20px;
}

/** thx **/
.thx_450
{
	width:auto;
	height:405px;
	background: #ffffff url("../images/thx.jpg") center center no-repeat;
}

.poem
{
    width: 400px;
    text-align: center;
    margin: 10px auto 0px auto;
    background-color: rgb(239, 239, 239);
    padding: 20px;
}

#fb_like_btn
{
    display:block;
    height:20px;
    padding:2px;
    position:relative;
    top:-110px;
    width:300px;
}
