/* CSS Document */

body {
	background-color:#0a0a0a;
	margin:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#fefefe;
	text-align:center;

	/* OPTIONAL BACKGROUND IMAGE

	background-image:url(images/backgrounds/main.png);
	background-position:center;
	background-repeat:repeat-y;

	*/
}

a {
	color:#ffffaa;
         text-decoration:none;
}

a.external {
        	background-image:url(images/backgrounds/external.png);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:14px;
         min-height: 13px;
}

a.pdf {
        	background-image:url(images/backgrounds/pdf.png);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:17px;
         min-height: 14px;
}

a:hover {
	color: #aaaaff;
}

textarea,input,submit {
	background-color:#070707;
	color:#fefefe;
	padding:5px;
	border:none;
	margin:3px;
}

h1, h2, h3 {
	font-family: 'UnifrakturCook', cursive;
	font-size:200%;
	color:#fefefe;
	font-weight:normal;
}

/* THE AREA THAT CONTAINS THE IMAGE AND THE WEBSITE TITLE */

#title {
	width: 680px;
	margin:0 auto 0 auto;
	text-align:center;
}

#title p {
	font-variant:small-caps;
	letter-spacing:2px;
}

/* PROPERTIES OF THE HEADER IMAGE */

#title img {
	border:none;
	margin-bottom:15px;
}

/* THE AREA THAT CONTAINS ALL THE CONTENT OF THE WEBSITE */

#container {
	width:680px;
	text-align:left;
	margin:0 auto 0 auto;
    clear:both;	/* Kein Textumfluss um Titelbild mehr */
}

/* THE SIDEBAR WITHIN THE CONTAINER */

#sidebar {
	width:200px;
	float:right;
}

#sidebar h1 {
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	text-align:right;
	font-size:200%;
	color:#fefefe;
	border-bottom:1px dashed #fefefe;
}

#sidebar p {
	line-height:20px;
}


/* THE MENU */

#menu {
	text-align:right;
         line-height:20px;
}

#menu a {
	color:#333333;
	background-image:url(images/backgrounds/a.png);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:10px;
	text-decoration:none;
         border: none;
}

#menu a:hover {
	color:#333399;
	background-image:url(images/backgrounds/a_hover.png);
}

#counter {
	text-align:right;
         margin-top:30px;
         line-height:20px;
}

/* THE AREA NEXT TO THE SIDEBAR */

#content {
	margin-right:220px;
	padding-right:20px;
	border-right:1px solid #cccccc;
	background-image:url(images/backgrounds/content.png);
	background-position:right;
	background-repeat:repeat-y;
}

#content h1 {
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	text-align:left;
	font-size:200%;
	color:#626477;
	border-bottom:1px dashed #eeeeee;
	padding-top:15px !important;
	padding-top:0;
/*	background-image:url(images/header.png);
	background-position:top right;
	background-repeat:no-repeat;
*/
}

#content h2 {
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	text-align:left;
	font-size:150%;
	color:#626477;
	border-bottom:1px dashed #eeeeee;
	padding-top:15px !important;
	padding-top:0;
}

#content p {
	line-height:20px;
}

#content ol,ul,dt {
	line-height:25px;
}

#content li {
	list-style-image:url(images/backgrounds/li.png);
}

#content li.pdf {
	list-style-image:url(images/backgrounds/pdf.png);
}

#content li.doc {
	list-style-image:url(images/backgrounds/doc.png);
}

#content img {
	float: left;
         margin: 1em;
         border: none;
}

#content dt {
	font-weight: bold;
}

#content #gruss {
	font-size: 150%;
         text-align:center;
}

#content #gruss img {
       	float: none;
}


#content .kirche {
	color: #9F0000;
}

/* THE FOOTER */

#footer {
	width:580px;
	margin:0 auto 0 auto;
	padding:10px;
	text-align:center;
	border-top:1px dashed #cccccc;
         clear:both;	/* Kein Textumfluss mehr */
}

.menu {font-size: 100%; } 
.grey	{ background-color: #333333; padding: 0.2em; }
.copyright {color: white;  font-size: 0.71em; }

