/* Start of CMSMS style sheet 'cf style' */
* {
	margin: 0;
	padding: 0;
}

body {
	background: url([[root_url]]/uploads/images/body_bg.jpg) #999;
	font-family: arial, sans-serif;
        font-size: 14px;
}

img {
        border: 0;
}

.search_input,
#m5email,
#m6email,
#m5username {
        background: #f4f4f4;
        border: 1px solid #7794B2;
        width: 175px;
        margin-bottom: 5px;
}

.search_button,
#m5submit,
#m6submit {
        background: #7794B2;
        color: #fff;
        border: 0;
}

h1 {
	color: #fff;
	font-size: 36px;
	font-variant: small-caps;
	letter-spacing: 1px;
	font-weight: normal;
	margin-left: 18px;
	padding-top: 6px;
}

h2, h4 {
	color: #7794b2;
	font-size: 30px;
	font-variant: small-caps;
	font-weight: normal;
	margin-bottom: 13px;
}

h2.content_headline {
        font-size: 18px;
        font-variant: normal;
}

h3 {
	color: #7794b2;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 11px;
}

h4 {
        clear: both;
	border-bottom: 2px solid #7794b2;
	margin-bottom: 11px;
}

a {
	color: #7794b2;
}

a:hover {
	text-decoration: none;
}

p {
	font-size: 14px;
	color: #444;
	margin-bottom: 1em;
        text-align: justify;
}

ol, ul {
	font-size: 14px;
	color: #444;
	margin-bottom: 1em;
	padding-left: 2em;
        text-align: justify;
}

ul li {
        padding-bottom: 0.5em;
}

ol li {
        padding-bottom: 0.5em;
}

table {
        font-size: 14px;
        color: #444;
}

thead {
        font-weight: bold;
}

tr.odd {
        background: #7794B2;
        color: #fff;
}

tr.even {
        background: #f4f4f4;
}

td {
        padding: 5px;
}

/*
*****
*/

#social_box {
	width: 32px;
	height: 200px;
	padding: 20px 0 0 6px;
	position: relative;
	left: 950px;
margin-bottom: -230px;
}

#social_menu li {
	width: 32px;
	height: 32px;
	background: url([[root_url]]/uploads/images/social_icons.jpg) 0 0 no-repeat;
	display: block;
	list-style: none;
	margin-bottom: 5px;
}

#social_menu li:hover {
	margin-left: -3px;
}

#social_menu a {
	width: 32px;
	height: 32px;
	display: block;
}

#social_menu a:hover {
}

#social_menu #rss {
}

#social_menu #google {
	background-position: -32px 0;
}

#social_menu #twitter {
	background-position: -64px 0;
}

#social_menu #mister_wong {
	background-position: -96px 0;
}

#social_menu #delicious {
	background-position: -128px 0;
}

#social_menu #kontakt {
	background-position: -160px 0;
}

/*
****
*/

#container {
	margin: 25px auto;
	width: 980px;
}

.container_top {
	width: 980px;
	height: 40px;
}

.container_top[class] {
	background: url([[root_url]]/uploads/images/container_bg_top.png);
}

.container_middle {
	width: 980px;
}

.container_middle[class] {
	background: url([[root_url]]/uploads/images/container_bg.png);
}

/* make links clickable again - stupid ie6-bug */
.container_middle_overlay {
	position: relative;
}

.container_bottom {
	width: 980px;
	height: 37px;
}

.container_bottom[class] {
	background: url([[root_url]]/uploads/images/container_bg_footer.png);
}

.container_bottom p {
	text-align: center;
	font-size: 12px;
	color: #444;
	letter-spacing: 2px;
	padding-top: 3px;
}

#header {
	width: 946px;
	height: 250px;
	padding: 0 17px;
}

#header_left {
	width: 568px;
	float: left;
}

#headline {
	width: 568px;
	height: 50px;
	background: #7794b2;
}
	
#navi {
	width: 568px;
	height: 198px;
	background: #f4f4f4;
	border-top: 2px solid #fff;
}

#navi ul {
	padding-top: 6px;
	padding-left: 18px;
	list-style: none;
        text-align: left;
}

#navi ul li {
        padding-bottom: 0;
}

#navi ul a {
	font-size: 18px;
	line-height: 23px;
	color: #444;
	text-decoration: none;
}

#navi ul a:hover {
	color: #7794b2;
}

#navi ul a.current {
	color: #7794b2;
}

#sub_navi ul {
	padding-left: 18px;
        text-align: left;
}

#sub_navi ul li {
        padding-bottom: 0.5em;
}

#sub_navi ul a {
	font-size: 14px;
	color: #444;
	text-decoration: none;
}

#sub_navi ul a:hover {
	color: #7794b2;
}
	
#header_img {
	width: 376px;
	height: 250px;
	float: right;
	background: url([[root_url]]/uploads/images/bild_2.jpg) no-repeat;
}

.psalm {
	font-size: 14px;
	color: #fff;
	text-align: right;
	margin-right: 18px;
	padding-top: 180px;
}

/*.psalm {
	font-size: 14px;
	color: #444;
	text-align: right;
	margin-right: 18px;
	padding-top: 200px;
}*/

#content {
	width: 910px;
	padding: 20px 35px;
}

.anchor_print {
        text-align: right;
}

#content_left {
	width: 540px;
	float: left;
}

#content_right {
	width: 340px;
	float: right;
}

.search {
        float: right;
        margin-bottom: 15px;
        text-align: right;
}

.newsletter {
        clear: both;
        float: right;
        text-align: right;
        margin-bottom: 15px;
}

#content_right ul {
	list-style: none;
	text-align: right;
	margin-top: -6px;
}

#content_right ul li {
        padding-bottom: 0;
}

#content_right ul a {
	font-size: 18px;
	line-height: 30px;
	color: #444;
	text-decoration: none;
}

#content_right ul a:hover {
	color: #7794b2;
}

#content_right ul a.current {
	color: #7794b2;
}
	
/* End of 'cf style' */

