/* <SCHRIFTEINSTELLUNGEN> */
		#main, #navigation, p, div, td, a{
			font-family: Verdana, Helvetica;
			font-size: 13px;
			text-align: left;
			line-height: 1.4em;
			color: #ffeedd;
		}
                a {
			font-weight: bold;
                }
/* </SCHRIFTEINSTELLUNGEN> */
	
	body {
		background: #666;
		text-align: center;
		margin: 55px 9px 9px 9px;
	}
	
	#layoutContainer {
		padding: 10px;
		margin: 0 auto;
		text-align: left;
		border: 1px dashed #dddddd;
	}
	
	#layoutTable {
		padding: 0;
	}

	#header_pic {
		padding-bottom: 10px;
	}
	
	#main {
		min-height: 600px;
		padding: 0;
		vertical-align: top;
		background: #707070 url("bg.gif") repeat center 0px;

		/* hack to avoid modern browsers with forced-dark-mode from inverting the background image bg.gif */
		background-image: 
		    repeating-linear-gradient(
		      to bottom,
		      #777777 0px,
		      #777777 2px,
		      #636363 2px,
		      #636363 4px
		    );
		background-size: 100% 4px;
		background-repeat: repeat;
		image-rendering: pixelated;
	}

	#content {
		min-height: 600px;
		height: 630px; /* für den doofen IE: die Höhe wegen dem Hintergrundbild min. 600px */
		padding: 30px 10px 10px 10px;
		background: url("pic.jpg") no-repeat top center;
	}

	#main > #content {
	        height: auto;
        }

	.content_spalten {
		border: none;
		border-collapse: collapse;
		padding: 0;
		margin: 0;
	}
	
	#content_left {
		vertical-align: top;
		padding-right: 15px;
		border-right: 1px solid #ccc;
	}
	
	#content_right {
		vertical-align: top;
		padding-left: 15px;
		border-left: 1px solid #ccc;
	}
	
	#main p {
		margin-top: 2px;
		margin-bottom: 22px;
	}
	
        div.einschub {
        	margin-left: 16px;
                font-weight: normal;
        }
        
        div.tipp {
        	display: block;
                margin-bottom: 10px;
        }
        
        div.quote {
            padding: 1em;
            border: 1px dashed black;
            color: black;
            background-color: #ccc;
            font-weight: normal;
            line-height: 1.1em;
        }
        
        div.quote a {
             background: url("icon_arrow.gif") no-repeat 1px;
             color: black;
             padding-left: 16px;
             font-weight: normal;
        }
        
	#navigation {
		width: 150px;
		height: 620px;
		padding: 4px;
		vertical-align: top;
		color: #ffbb00;
		background: #757575 url("navi_bg.jpg") repeat-y right;
	}
        
        #navigation b {
		color: #ffbb00;
		padding: 0;
		margin-bottom: 0;
		margin-top: 30px;
        	display: block;
        }
	
	#navigation p {
		color: #ffbb00;
		padding: 0;
		margin-bottom: 0;
		margin-top: 30px;
	}
	
	#navigation a {
/* 		display: block; */
		text-decoration: none;
		color: #ffeedd;
	}
	
	#navigation a:hover {
		color: #ffbb00;
	}
	
        #navigation ul, ul.nav {
                padding: 0;
                margin: 0;
        }
        #navigation ul li, ul.nav li {
                list-style-type: none;
                padding: 0 0 0 10px;
                margin: 0;
        }
        #navigation ul li a.active, ul.nav li a.active {
                color: #ffbb00;
        }
        
	input {
		padding: 2px 5px;
		border: none;
		border-bottom: 2px solid #FFBB00;
		background-color: #FFEEDD
	}
	
	textarea {
		padding: 5px;
		border: 1px solid #FFBB00;
		background-color: #FFEEDD
	}
	
	select {
		padding: 2px 5px;
		margin: 0;
		border: 1px solid #FFBB00;
		background-color: #FFEEDD
	}
	
	#antiSpamInput {
	background: #FFEEDD url("/antispam.php") no-repeat 0 0;
	font-weight: bold;
	}
	
	a.button {
		display: block;
		padding: 0 0 0 20px;
		background: url("icon_arrow.gif") no-repeat 0 0px;
		line-height: 1em;
		text-decoration: underline;
	}
	
	a.imageNav img {
		border: 0px;
	}

	div.gbEntry, div.newsEntry {
		border-top: 1px solid #ccc;
		padding: 20px 0 10px 0;
		margin: 10px 0 10px 0;
		font-weight: normal;
	}
	
	div.gbEntry b {
		font-weight: bold;
		display: block;
	}
	
        div.gbComment {
		border-left: 10px solid #ccc;
		padding-left: 10px;
                margin: 1px;
		font-weight: normal;
	}
        
        span.newsHead {
        	display: block;
                margin-bottom: 4px;
        }
        
	.rechteBreite {
		width: 180px;
	}
	
	div.commEntry {
		border-top: 1px solid #ccc;
		padding: 20px 0 10px 0;
		margin: 10px 0 10px 0;
		font-weight: normal;
	}
	
	div.commEntry b {
		font-weight: bold;
		display: block;
	}
	/**'/ * {border: 1px solid red} /**/
        
/* <PARSER-Styles> */
        pre {
            padding: 1em;
            border: 1px dashed black;
            color: black;
            background-color: #ccc;
            font-weight: normal;
            line-height: 1.1em;
            overflow: auto;
        }
        pre a {
            text-decoration: underline;
            font-weight: normal;
            color: black;
        }
        .center {
            width: 100%;
            text-align: center;
        }
        *.center * {
            margin-left: auto;
            margin-right: auto;
        }
/* </PARSER-Styles> */
        li.testBestanden {
            list-style-image: url(ok.gif);
        }
        li.testDurchgefallen {
            list-style-image: url(achtung.gif);
        }

.stale-banner {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 9999;
    background: #b71c1c;
    color: #fff;
    padding: 8px 20px;
    font: bold 15px/1.4 Arial, sans-serif;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0,0,0,.4);
}
.stale-banner a { color: #ffecb3; text-decoration: underline; }
