/*
	Stylesheet von zurueckzurkirche.de
	
	@author: Sebastian May <sebastian@decide.de>
	@copyright: decide Internet Services GmbH - http://decide.de <info@decide.de>
	@date: 2010-03-12

	Based on 960 Grid System - http://960.gs/
*/

/*
	Colors:
	
	Fonts: 
	
*/

body {
	background: #949ccb url(../images/body_bg.png) repeat-x top center;
	color: #0d4f96;
	font-family: Helvetica,Arial,Verdana,sans-serif;
	font-size: 14px;
	font-weight: normal;
}

a {
	text-decoration: underline;
	color: #0d4f96;
	/*font-weight: bold;*/
}

.carousel-control { display:none; }
.carousel-wrap { width: 170px; }
.carousel li { display: inline; float: left; }

a:hover {
	text-decoration: none;
}

.box_nav a {
	text-decoration: none;
	color: #0d4f96;
	/*font-weight: bold;*/
}

.box_nav a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5 {
	margin-bottom: 10px;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

#site {
	background: url(../images/site_bg.png) repeat-y top center;
	/*background-color: #949CCB;*/
	/*background-color: #ead3c3;*/
	min-height: 600px;
}

#header_outer {
	background: url(../images/header_bg.png) no-repeat top center;
	height: 200px;
}

#header {
	background: url(../images/header1.png) no-repeat top center;
	height: 200px;
}

#header #headline a {
	display: block;
	height: 150px;
	left: 10px;
	margin: 0;
	padding: 0;
	position: absolute;
	text-indent: -9999px;
	top: 25px;
	width: 300px;
}

#content .box_small_header {
	background: url(../images/box_small_header.png) no-repeat bottom center;
	height: 12px;
	margin: 10px 10px 0 10px;
}
#content .box_small_footer {
	background: url(../images/box_small_footer.png) no-repeat bottom center;
	height: 12px;
	margin: 0 10px 20px 10px;
}
#content .box {
	/*background: #E9F3FE url(../images/box_bg.png) repeat-x bottom center;*/
	background: #e8f2fe url(../images/box_small_content.png) repeat-x bottom center;
	height: 173px;
	margin: 0 10px;
	padding: 5px 20px 20px 20px;
	/*-moz-border-radius: 10px;*/
}
#content .box_nav {
	/*background: #E9F3FE url(../images/box_bg.png) repeat-x bottom center;*/
	background: #e8f2fe url(../images/box_small_content.png) repeat-x bottom center;
	min-height: 197px;
	margin: 0 10px;
	padding: 20px;
	/*-moz-border-radius: 10px;*/
}

#content .box p {
	margin-top: 20px;
	margin-bottom: 35px;
}

#content .box_wide_header {
	background: url(../images/box_wide_header.png) no-repeat bottom center;
	height: 12px;
	margin: 10px 10px 0 10px;
}
#content .box_wide_footer {
	background: url(../images/box_wide_footer.png) no-repeat bottom center;
	height: 12px;
	margin: 0 10px 20px 10px;
}
#content .box_wide {
	/*background: #E9F3FE url(../images/box_bg.png) repeat-x bottom center;*/
	background: #e8f2fe url(../images/box_wide_content.png) repeat-x bottom center;
	min-height: 197px;
	margin: 0 10px;
	padding: 5px 20px;
	/*-moz-border-radius: 10px;*/
}

#footer .box {
	/*background: #E9F3FE url(../images/box_bg.png) repeat-x bottom center;*/
	background: url(../images/box_footer.png) repeat-x bottom center;
	margin: 10px;
	padding: 20px 20px 15px;
	/*-moz-border-radius: 10px;*/
}

#footer_background {
	background: url(../images/site_bg_people2.png) no-repeat bottom left;
	height: 140px;
}

#footer p.copyright {
	float: left;
}

#footer ul.service {
	float: right;
	list-style-type: none;
	margin: 0;
}

#footer ul.service li {
	float: left;
	border-right: 1px solid black;
	margin: 0;
	padding: 0px 10px 0 10px;
}

#footer ul.service li.last {
	border-right: none;
}

.side_nav li {
	margin-bottom: 10px;
}

.csc-header {
	margin-bottom: 10px;
	margin-top: 20px;
	clear: right;
}

.box_wide p {
	margin-bottom: 9px;
	margin-left: 10px;
}

.box_wide ul,
.box_wide ol {
	margin-bottom: 5px;
	list-style-type: decimal;
}

.box_wide li {
	margin-bottom: 5px;
	margin-left: 50px;
}

.box_wide p,
.box_wide li {
	line-height: 14pt;
}

.box h2 {
	font-size: 13pt;
}

.box_wide .csc-menu li {
	margin-bottom: 5px;
	line-height: 12pt;
}
.csc-linkToTop {
	float: right;
}

