body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #7f8296;
	background-image: url(../../../background-color.jpg);
	height: 101%;
}

/* Block Tags */
h1, h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 30px;
	color: #56657a;
	margin: 0px 13px 7px 0px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #000;
	margin: 0px 0px 3px 0px;
}

h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #708895;
	margin: 0px 0px 15px 0px;
	font-size: 11px;
	padding-top: 44px;
	font-weight: bolder;
}

p {
	margin: 0px 0px 15px 0px;
	line-height: 19px;
	text-align: left;
}

ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px 0px 15px 32px;
}

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px 0px 15px 25px;
	list-style-type: square;
}

li {
	line-height: 17px;
	margin-bottom: 5px;
}

hr {
	display: none;
}


/* Inline Tags */
a {
	color: #7f8296;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #7f8296;
	text-decoration: none;
	font-weight: bold;
}

cite, em, q {
	font-style: italic;
}

strong, b {
	font-weight: bold;
}

i {
	font-style: italic;
}

/* Layout */
#container {
	/* Ganzer Inhalt zentrieren - Teil 2 */
	margin: 30px auto 30px auto;
	width: 728px;
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	background-color: #ebeff6;
	background-attachment: fixed;
}

#header {
	background-repeat: no-repeat;
	height: 180px;
	text-align: right;
	background-image: url(../../../christen_header_1.jpg);
	border-color: #333333;
	border-width: thin;
	background-position: 0px;
}

#header h1 {
	font-size: 20px;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 20px;
	margin: 0;
}

#left-col {
	float: left;
	width: 210px;
	/* Ruler als background-image zum Entwickeln */
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-left: 10px;
	margin-top: 61px;
	background-color: #ebeff6;
}

#right-col {
	margin-left: 385px;
	background-color: #FFFFFF;
	height: 500px;
	margin-top: 0px;
	padding-top: 30px;
}

#menu {
	margin-top: 0px;
}

/* Formatierungen für die Navigation */
#menu div {
	margin-top: 0px;
	margin-left: 19px;
	font-size: 11px;
	line-height: 30px;
}

#menu div a {
	font-weight: bold;
	color: #708895;
}

#menu div a:hover {
	color: #AEBCD7;
}

#menu div a.hier_bin_ich {
	color: #56657a;
}

#content {
	padding: 0px 15px 0px 29px;
}

#footer {
	height: 70px;
	text-align: left;
	margin: 0px 19px 0px 19px;
	background-color: #FFFFFF;
	display: none;
}

#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding-top: 10px;
}

