/*
---------------------------
Der Fels Katholisches Wort in die Zeit
Start: 8.2.2008
Letzte Änderung: 8.2.2008
Autor: Renate Gindert
Medium: screen
---------------------------
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 120%;
}

.twoColFixRtHdr #header {
	background: #DDDDDD;
	padding: 0 10px 0 20px;  /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. Wenn im #header anstelle von Text ein Bild eingesetzt wird, sollten Sie die Auffüllung entfernen. */
	height: 150px;
	background-image: url(images/headerall.jpg);
	overflow: hidden;
	position: relative;
}

.twoColFixRtHdr #header h1 {
	margin: 0; /* Wenn Sie den Rand des letzten Elements im #header-div auf 0 einstellen, können Sie das Auftreten unerwarteter Abstände zwischen divs vermeiden. Wenn das div einen Rahmen hat, ist dies unnötig, weil dieser Rahmen die gleiche Wirkung hat. */
	padding: 10px 0; /* Durch die Verwendung der Auffüllung anstelle von Rändern lässt sich gewährleisten, dass das Element die Kanten des div nicht berührt. */
	line-height: 500px;
	overflow: hidden;
}

.twoColFixRtHdr #container {
	width: 760px;
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px solid #000000;
	text-align: left;
	font-size: 100%;
	margin-top: 50px;
}

.twoColFixRtHdr #sidebar1 {
	width: 210px;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 50px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #68b500;
	margin-top: 90px;
	margin-bottom: 50px;
	font-size: 11pt;
	top: 0px;
	float: right;
	line-height: normal;
}

.twoColFixRtHdr #container #sidebar1 h3 {
	color: #68b500;
	font-size: 18px;
}

.twoColFixRtHdr #container #maincontent #maincontent2 {
	width: 520px;
	padding-top: 50px;
	padding-bottom: 70px;
	font-size: 11pt;
	line-height: normal;
	overflow: auto;
	position: relative;
	top: 5px;
}

.twoColFixRtHdr #container #navigation #MenuBar1 {
	background-color: #FFFFFF;
	padding: 5px;
	text-decoration: none;
	height: 21px;
}

.twoColFixRtHdr #container #maincontent #maincontent2 h3 {
	color: #68b500;
	padding-left: 54px;
	font-size: 18px;
}

.twoColFixRtHdr #container #maincontent #maincontent2 table {
	text-align: center;
	border: 0;
	position: relative;
	text-decoration: none;
}

.twoColFixRtHdr #container #maincontent h2 {
	color: #68b500;
	padding-top: 40px;
	padding-bottom: 10px;
	font-size: 200%;
	font-weight: bold;
}

.twoColFixRtHdr #container #maincontent p {
	padding-left: 54px;
	padding-right: 30px;
	font-style: normal;
}

.twoColFixRtHdr #footer {
	background-image: url(images/navi.gif);
	height: 30px;
}

.twoColFixRtHdr #footer p {
	padding-left: 54px;
	text-decoration: none;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 12pt;
}

.twoColFixRtHdr #container #footer a {
	color: #FFFFFF;
	text-decoration: none;
}

.twoColFixRtHdr #container #footer a:hover {
	color: #00389a;
	text-decoration: underline;
}


.fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
	float: left;
	margin-right: 8px;
}

.twoColFixRtHdr #container #maincontent #maincontent1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #68b500;
	width: 600px;
	margin-left: 54px;
	height: 70px;
	padding-top: 0px;
}

a:link {
	color: #68b500;
	text-decoration: none;
}

a:active {
	color: #68b500;
}

a:visited {
	color: #68b500;
	text-decoration: none;
}

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

.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.twoColFixRtHdr #container #maincontent #maincontent2a h6 {
	font-weight: bold;
	color: #68b500;
	padding-left: 54px;
	font-size: 12px;
}
.twoColFixRtHdr #container #maincontent #maincontent2a ul li {
	padding-left: 54px;
	text-decoration: none;
	list-style-position: inside;
	list-style-type: none;
}
