/* FAMILIENKATECHESE - CSS-STYLESHEET */
/* (c) artif orange, 2006 */

body {
	margin: 0;
	text-align: center;
	font: 62.5%/1.3em "Trebuchet MS", Helvetica, sans-serif;
	color: #333;
	background: #FFF url(images/hg_body.gif) 0px 104px repeat-x;
	}

a {
	color: #4F6EA8;
	}

a:hover {
	color: #234179;
	text-decoration: underline;
	}

#container {
	width: 795px;
	margin: 0 auto;
	text-align: left;
	background: transparent url(images/hg_sidebar.gif) right top repeat-y;
	}

#header {
	height: 250px;
	background: #FFF url(images/hg_header.jpg) left bottom no-repeat;
	position: relative;
	}

#logo a {
	display: block;
	width: 260px;
	height: 45px;
	text-indent: -10000px;
	background: transparent url(images/logo_hell.gif) left bottom no-repeat;
	}

#logo a:hover {
	background: transparent url(images/logo_dunkel.gif) left bottom no-repeat;
	}

#content {
	float: left;
	width: 530px;
	padding: 40px 0 0;
	background-color: transparent;
	}

#sidebar {
	width: 240px;
	float: right;
	padding: 30px 0 0;
	/*background-color: #FAA;*/
	background-color: transparent;
	}

#nachrichten,
#termine {
	padding: 10px 15px 20px;
	}

#footer {
	clear: both;
	width: 795px;
	margin: 0 auto;
	padding: 50px 0 10px;
	background: transparent url(images/hg_sidebar_bottom.gif) right top no-repeat;
	}

/* ----- ///// HAUPTNAVIGATION ///// ----- */

#mainnav {
	width: 530px;
	padding-top: 30px;
	font-size: 1.4em;
	}

#mainnav li {
	display: inline;
	float: left;
	position: relative;
	}

#mainnav a {
	display: block;
	padding: 6px 34px 4px 0;
	font-weight: bold;
	color: #F1411D;
	background-color: #FFF;
	}

#mainnav a:hover {
	color: #4F6EA8;
	text-decoration: none;
	/*padding: 2px 34px 8px 0;*/
	}

#mainnav a.last,
#mainnav a.last:hover {
	padding-right: 0;
	}

#mainnav ul {
	position: absolute;
	left: 0;
	top: 15px;
	width: 10em;
	padding-top: 15px;
	}

#mainnav ul li {
	display: block;
	width: 100%;
	font-size: 0.9em;
	line-height: 1.3;
	}

#mainnav ul li a {
	background: transparent url(images/hg_dropdown_off.png) left top repeat;
	padding: 5px 10px;
	width: 100%;
	border: 1px solid #FFF;
	border-width: 0 1px 1px;
	/*display: block;
	font-weight: 300;
	padding: 6px 34px 4px 0;
	color: #F1411D;
	background-color: #FFF;*/
	}

#mainnav ul li a:hover {
	padding: 5px 10px;
	background: transparent url(images/hg_dropdown_on.png) left top repeat;
/*padding: 2px 34px 8px 0;
	text-decoration: none;
	color: #4F6EA8;*/
	}
	
#mainnav li ul { 
	left: -999em;
	/*display: none;*/
	}

#mainnav li:hover ul,
#mainnav li.hover ul { 
	left: auto;
	/*display: block;*/
	}
	
#metanav {
	position: absolute;
	top: 0;
	right: 0;
	padding-top: 5px;
	font-size: 1.1em;
	}

#metanav li {
	float: left;
	display: inline;
	padding-right: 10px;
	}

#metanav a {
	color: #B1B1B1;
	}

#suche p {
	margin: 14px 10px 0 15px;
	}

#suche input.textfeld {
	width: 150px;
	border: 1px solid #A7B6D3;
	margin: 0;
	padding: 3px;
	background: #F3F5FA;
	}

#suche>p .button {
	height: 19px;
	width: 48px;
	text-indent: -10000px;
	border: none;
	background: transparent url(images/button_suchen_grau.gif) left top no-repeat;
	}

#suche>p .button:hover {
	background-image: url(images/button_suchen_blau.gif);
	cursor: pointer;
	cursor: hand;
	}

/* ----- ///// CONTENT-BEREICH ///// ----- */
	
#content h1 {
	margin: 20px 0 10px;
	font-size: 1.7em;
	line-height: 1.3em;
	font-weight: 500;
	color: #234179;
	}
	
#content h2 {
	margin: 0 0 5px;
	font-size: 1.5em;
	line-height: 1.3em;
	font-weight: 600;
	color: #234179;
	}
	
#content h3 {
	margin: 15px 0 5px;
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: 600;
	color: #234179;
	}
	
#content h4 {
	margin: 15px 0 2px;
	font-size: 1.2em;
	line-height: 1.3em;
	font-weight: 600;
	color: #333;
	}
	
#content p,
#content ul,
#content ol {
	font-size: 1.2em;
	line-height: 1.4;
	margin: 0 0 10px;
	}

#content ul {
	margin-left: 20px;
	}
	
#content ul ul {
	font-size: 1.0em;
	}

#content ol {
	margin-left: 20px;
	list-style: decimal inside;
	}

#content ul li {
	padding-left: 20px;
	background: transparent url(images/hg_listenpunkt.gif) left 0.5em no-repeat;
	}
	
#content img {
	float: left;
	margin: 0 10px 5px 0;
	padding: 10px;
	background: #D3DAE9;
	border: 0;
	}
	
#content img.rechts {
	float: right;
	margin: 0 0 5px 10px;
	}

#content form {
	border: 1px solid #DFE4EF;
	margin: 20px 20px 10px 0;
	padding: 10px;
	}

#content form h2 {	
	margin: 10px 0 20px;
	}

#suche input,
#content input,
#content textarea {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 1.0em;
	color: #555;
	}

#content input.textfeld {
	width: 220px;
	border: 1px solid #A7B6D3;
	margin: 0;
	padding: 3px;
	}
	
#content textarea {
	width: 400px;
	border: 1px solid #A7B6D3;
	margin: 0;
	padding: 3px;
	}

#content input.textfeld:focus,
#content textarea:focus {
	background: #F3F5FA;
	}

#content label {
	display: block;
	font-size: 1.0em;
	margin: 0;
	}

/*#content input.csc-mailform-submit {
	background: #FFFFFA;
	border: 3px double #A9C3C8;
	padding: 2px;
	cursor: pointer;
	cursor: hand;
	background: transparent url(images/button_senden_grau.gif) left top no-repeat;
	text-indent: -10000px;
	}*/

* html #suche p .button,
* html #mailform p .button {
	width: 7em;
	padding: 1px 0;
	border: 3px double #A7B6D3;
	background: #F1F3F8;
	color: #234179;
	font-size: 1em;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
	}

* html #suche p .button {
	width: 46px;
	padding: 0 1px;
	}

#mailform>p .button {
	height: 21px;
	width: 95px;
	text-indent: -10000px;
	border: none;
	background: transparent url(images/button_senden_grau.gif) left top no-repeat;
	}

#mailform>p .button:hover {
	background-image: url(images/button_senden_blau.gif);
	cursor: pointer;
	cursor: hand;
	}
	
/* ----- ///// SIDEBAR ///// ----- */

#sidebar #subnav {
	margin: 10px 0 20px;
	}

#sidebar #subnav li {
	font-size: 1.2em;
	}

#sidebar #subnav li a {
	display: block;
	padding: 0 15px;
	height: 30px;
	line-height: 30px;
	background: transparent url(images/hg_subnav_off.gif) left bottom repeat-y;
	}

#sidebar #subnav li a:hover {
	text-decoration: none;
	background: transparent url(images/hg_subnav_on.gif) left bottom repeat-y;
	}

/* ----- Suche ----- */

form#suche {
	width: 240px;
	height: 41px;
	position: absolute;
	bottom: 146px;
	left: 555px;
	background: transparent url(images/hg_suche.gif) right bottom no-repeat;
	}

#sidebar #nachrichten h2,
#sidebar #termine h2 {
	height: 18px;
	margin: 0 0 10px;
	text-indent: -1000px;
	}

#sidebar #nachrichten h2 {
	background: transparent url(images/titel_nachrichten.gif) left top no-repeat;
	}

#sidebar #termine h2 {
	background: transparent url(images/titel_termine.gif) left top no-repeat;
	}

#sidebar p {
	margin: 0 0 10px;
	font-size: 1.2em;
	line-height: 1.3;
	}

#sidebar p.datum {
	margin: 15px 0 3px;
	font-size: 1.1em;
	line-height: 1.3;
	text-transform: uppercase;
	color: #B1B1B1;
	}

#sidebar h3 {
	/*margin: 0 0 5px;*/
	font-size: 1.3em;
	line-height: 1.3;
	}

#sidebar p.morelink {
	margin: 15px 0 10px;
	padding: 5px 0;
	background: transparent url(images/hg_strich.gif) left top no-repeat;
	}

#sidebar p.morelink a.nachrichten {
	padding-left: 20px;
	background: transparent url(images/hg_textseite.gif) left center no-repeat;
	}

#sidebar p.morelink a.termine {
	padding-left: 20px;
	background: transparent url(images/hg_kalender.gif) left center no-repeat;
	}


/* ----- ///// FOOTER ///// ----- */

#footer p {
	padding: 10px 0 20px;
	font-size: 1.1em;
	color: #B1B1B1;
	border-top: 1px solid #DDD;
	}

/* ----- ///// CLEARFIX ///// ----- */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
