
.psycho {
	font-family: Arial, Verdana, 'Small Fonts', sans-serif;
	font-size: 48px;
	color: #000099;
}

#text_header{
position:relative;
left:20px;
font-family:Verdana;
font-size:14pt;
font-weight:bold;
color:#F79621;
}


            html, body {
                height: 100%;                                                                   /* Make sure the document takes up the whole window. */
                margin: 0;                                                                      /* Get rid of any default margins, which could cause the html and body elements to be larger than the window and trigger scrollbars. */
                padding: 0;   
				background-image: url(../img/bg.gif);
				background-repeat: repeat-y;        
				background-position:right;                                                        /* Get rid of any default padding, which could cause the html and body elements to be larger than the window and trigger scrollbars. */
            }


            div#shim {
                visibility: hidden;
                width: 100%;
                height: 50%;                                                                     /* Bump div#blueBox down half the height of the screen. */
                margin-top: -280px;                                                              /* Half the height of div#blueBox. */
            }


            div#position {
                /*background: blue;*/
                width: 100%;
                height: 560px;
				text-align: center;
                /*
                 *
                 * Issue: IE4 doesn't allow a negative margin-top.
                 *
                 * This code positions blueBox relatively and uses the IE4ever hack (<http://exanimo.com/css/ie4ever>) to overwrite the rule for other browsers.
                 * The content will be centered but will crop if the window is not small enough to accommodate it.
                 *
                 */
                position: relative;
                top: -250px;
                /* IE4ever Hack: Hide from IE4 **/
                    position: static;
                /** end hack */

            }
			
			div#content{
				margin: 0px auto;
				text-align: left;
				height: 560px;
				width:845px;
				overflow:hidden;
			}
			
			div#top{
			width:100%;
			height: 220px;
			background-image: url(../img/Top_verlauf.jpg);
			overflow:hidden;
			}
			
			div#bottom{
			color:#FFFFFF;
			width:100%;
			height: 340px;
			background: #FFFFFF;
			overflow:hidden;
			background-image: url(Bottom_verlauf.jpg);
			background-repeat: no-repeat;
			}
			
			div#navigation{
			float:left;
			color:#000000;
			margin:30px;
			margin-right:10px;
			width:170px;
			height: 190px;
			overflow:hidden;
			text-align:right;
			font-family: Arial, Verdana, 'Small Fonts', sans-serif;
			font-size: 9pt;
			line-height:2em;
			}
			
			div#subnavigation{
			float:left;
			color:#000000;
			margin:30px auto;
			margin-left:0px;
			width:170px;
			height: 190px;
			overflow:hidden;
			text-align:left;
			font-family: Arial, Verdana, 'Small Fonts', sans-serif;
			font-size: 9pt;
			line-height:2em;
			}
			div#superbuttons{
			float:left;
			width:400px;
			height:190px;
			margin:30px auto;
			font-family: Arial, Verdana, 'Small Fonts', sans-serif;
			font-size: 10pt;
			line-height:1.8em;
			text-align:right;
			}
			a {
			color:#000000;
			text-decoration:none;
			}
			a.white{
			color:#FFFFFF;
			font-weight:bolder;
			}
			.gold{
			color:#7d7304;
			}
			.gold_white{
			font-size: 10pt;
			color:#ded037;
			font-weight:bolder;
			}