body {
	margin: 0px;
  	padding: 0px;
	background: url('../images/layout/main.bg.png') fixed no-repeat 0% 100%;
}


/* --- MAIN --- */

	/* Kopf fuer Print-Ansicht ausblenden */
	#printhead {
		display: none;
    }


    /* Kopf */
	#main-table {
        padding-top: 20px;
		padding-left: 30px;
		padding-right: 30px;
    }

	#head-text {
        height: 82px;
		width: 425px;
		vertical-align: top;
        background: url('../images/layout/head.text.bg.png') 0px 0px repeat-x #FFFFFF;
		color: #333333;
    }

	#head-menue {
		padding-top: 10px;
		vertical-align: top;
        font-size: 11px;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
		color: #555555;
		background: url('../images/layout/head.menu.bg.png') 0px 0px repeat-x #FFFFFF;
		white-space: nowrap;
    }

	#head-menue ul {
        list-style:none;
		white-space: nowrap;
		margin: 0px;
		padding: 0px;
    }

	#head-menue li {
		display: inline;
    }

	#head-menue .spacer {
		color: #AAAAAA;
		background: transparent;
    }


	#head-menue a:link,
	#head-menue a:visited
	{
        color: #666666;
		text-decoration: none;
		border-bottom: 0px solid #FFFFFF;
    }

	#head-menue a:active,
	#head-menue a:hover
	{
		color: #AA0000;
		text-decoration: underline;
		border-bottom: 0px solid #FFFFFF;
    }


	#head-menue .linkcolor {
		color: #666666;
    }

	#main {
		padding-top: 30px;
		padding-left: 20px;
		padding-right: 20px;
    }

	/* Footer */
	#footer {
		font-size: 11px;
		text-align: center;
		margin: 10px 0px 10px 0px;
    }


	#footer a:link,
	#footer a:active,
	#footer a:visited {
		color: #8F8F8F;
    }


	#footer a:hover {
		color: #8F8F8F;
		background: transparent;
		text-decoration: underline;
    }


	/* Submenue */
	#submenue {
        margin-left: auto;
		margin-right: auto;
		position: relative;
		top: -20px;
		margin-bottom: 10px;
    }

	#submenue-active {
        background: url('../images/layout/subheader.png') no-repeat -1px 0px;
		height: 18px;
		border-bottom: 2px solid #AA0000;
		padding-left: 22px;
		font-weight: bold;
		color: #666666;
		text-decoration: none;
		display: block;
		width: 150px;
		text-align: left;
    }

	.submenue-inactive {
        background: url('../images/layout/subheader.greyout.png') no-repeat -1px 0px;
		height: 18px;
		border-bottom: 2px solid #CCCCCC;
		padding-left: 22px;
		font-weight: bold;
		color: #AAAAAA;
		text-decoration: none;
		display: block;
		width: 150px;
		text-align: left;
    }

	#submenue-active:link,
	#submenue-active:active,
	#submenue-active:visited,
	#submenue-active:hover {
        color: #666666;
		text-decoration: none;
    }

	.submenue-inactive:link,
	.submenue-inactive:active,
	.submenue-inactive:visited {
        color: #AAAAAA;
		text-decoration: none;
    }

	.submenue-inactive:hover {
        background: url('../images/layout/subheader.png') no-repeat -1px 0px;
		border-bottom: 2px solid #AA0000;
		color: #666666;
		text-decoration: none;
    }




/* --- Website-Weite Formatierungen --- */

	.clearbr {
    	clear: both;
		line-height: 0px;
		margin: 0;
		padding: 0;
    }

	/* fetter Text */
	.bold {
		font-weight: bold;
    }


	/* kursiver Text */
	.italic {
    	font-style: italic;
	}


	/* zentrierter Text */
	.center {
        text-align: center;
    }

	/* rechtsbuendiger Text */
	.right {
        text-align: right;
    }


	/* horizontaler Trennstrich */
	.divider {
		margin-top: 10px;
		margin-bottom: 10px;
		padding-top: 0px;
		padding-bottom: 0px;
		line-height: 1px;
		font-size: 0px;
		border-bottom: 1px dotted #AA0000;
    }


	/* kein Zeilenumbruch */
	.nowrap {
		white-space: nowrap;
		padding-right: 10px;
    }


	/* oben ausgerichteter Inhalt */
	.valigntop {
		vertical-align: top;
    }


	/* Markierung fuer externe Links */
	.extlink {
		padding-left: 15px;
		background: url('../images/extlink.gif') no-repeat 2px 3px;
	}


	.text-image {
		margin: 10px;
		border: 1px solid #AAAAAA;
    }

	.image {
        border: 1px solid #AAAAAA;
    }


	/* Subbox */
	.subbox {
		/*border-bottom: 2px solid #AA0000;*/
		background: url('../forum/images/cellpic.gif') #084590 repeat-x left top;
    }

	.subbox-title {
        font-weight: bold;
/*		color: #666666;*/
		color: #f0f0f0;
		line-height: 18px;
		padding: 2px 10px 1px 5px;
    }

	.subbox-img {
        position: relative;
		left: -1px;
    }



	h4 {
        border-bottom: 2px solid #AA0000;
		font-weight: bold;
		color: #666666;
		font-size: 10pt;
/*		background: url('../images/layout/subheader.png') no-repeat -1px -1px;
			padding-left: 22px;*/
		padding-bottom: 1px;
		margin-bottom: 5px;
    }

	h4.notopspace {
        margin-top: 0px;
    }
    
    /* ausgegrauter Text */
    .greyout,
	 .greyout > ul {
        text-decoration: line-through;
	 }



/* --- Startseite --- */
	#start-events {
		overflow: auto;
		height: 200px;
		width: 104%;
    }


	/* horizontaler Trennstrich unter Newstitel */
	.newsdivider {
		margin-top: 1px;
		margin-bottom: 5px;
		border-bottom: 2px solid #A00;
    }

	.newsdivider-bottom {
        margin-top: 0px;
		margin-bottom: 3px;
/*		border-bottom: 1px dotted #093B78;*/
		border-bottom: 1px solid #EAEAEA;
    }

	.newslink a:link,
	.newslink a:active,
	.newslink a:visited {
        color: #666666;
    }

	.start-rssicon {
        width: 16px;
		text-align: center;
		padding-right: 3px;
		float: left;
    }

	.start-rssicon img {
        border: none;
    }



/* --- Flugplatz --- */
	.cursorch {
		cursor: crosshair;
    }


/* --- Jugendarbeit --- */
	.jugend-statusimg {
		padding: 8px 5px 12px 15px;
		width: 30px;
		vertical-align: top;
    }

	.jugend-statustext {
		padding: 10px;
    }

	.jugend-okrahmen {
		border-top: 2px solid #08438a;
		border-bottom: 1px solid #08438a;
		background-color: #ebf0f5;
    }


	.jugend-okfarbe {
		color: #08438a;
    }


	.jugend-failedrahmen {
		border-top: 2px solid #AA0000;
		border-bottom: 1px solid #AA0000;
		background-color: #faf0f0;
    }


	.jugend-failedfarbe {
		color: #AA0000;
    }


	.jugend-evtlrahmen {
		border-top: 2px solid #ffdc00;
		border-bottom: 1px solid #ffdc00;
		background-color: #fffceb;
    }


	.jugend-evtlfarbe {
		color: #ffdc00;
    }


	.jugend-stand {
		text-align: right;
		color: #8F8F8F;
		font-weight: bold;
		width: 85%;
		margin-left: auto;
		margin-right: auto;
    }


/* --- Berichte --- */
	.berichte-linkbox {
    	text-align: right;
		font-size: 8pt;
		font-weight: bold;
		padding-right: 10%;
	}

	.bericht-imgline {
    	width: 100%;
	}

	.bericht-imgbox {
		float: left;
		width: 23%;
		padding: 10px 5px 10px 5px;
		text-align: center;
	}

	.bericht-imgdesc {
		border: 1px dotted #093B78;
		font-size: 8pt;
		text-align: center;
    }

	.bericht-img {
        border: 1px dotted #AA0000;
		height: 100px;
		text-align: center;
    }

	.bericht-img a {
        margin: 0px;
		padding: 0px;
    }

	.bericht-img img {
		border: 1px solid #AAAAAA;
	}

	.bericht-d {
    	font-weight: bold;
		font-size: 8pt;
	}

	.bericht-ph {
		font-weight: normal;
	    color: #999999;
	}

	.bericht-img a span {
		visibility: hidden;
        position: absolute;
		width: 20px;
		height: 20px;
		background: url('../images/lupe.gif') no-repeat 4px 4px;
    }

	.bericht-img a:hover span {
		visibility: visible;
    }

	.linkdivider {
		margin-top: 5px;
		margin-bottom: 7px;
    }

/* --- Impressum --- */

	a > #commat {
		background: url('../images/comat.gif') no-repeat left top;
		padding-right: 10px;
		font-size: 10px !important;
    }

	a:hover > #commat {
        background: url('../images/comat.hover.gif') no-repeat left top;
		padding-right: 10px;
		font-size: 10px !important;
    }

