@charset "utf-8";
/* CSS Document */

body {  background-repeat:no-repeat;
        background-attachment:fixed;
		font-family:Arial, Helvetica, sans-serif;
		font-size:0.8em;
		margin:0px;
		padding:0px;
     }
	 
p {
	font-family:Arial, Helvetica, sans-serif;

}
a	{	color:#006349;
		text-decoration:underline;
		}

a:hover	{	color:#006349;
			text-decoration:underline;
			}

.startbild	{	width:710px;
				height:471px;
				margin:100px auto 0px auto;
				}

#head	{	background:url(../images/head_background.jpg) repeat-y #FFF;
			width:100%;
			height:150px;
			}

#navi	{	width:186px;
			height:450px;
			background:url(../images/navi_background.jpg) repeat-x #FFF;
			float:left;
			}

#content	{	width:700px;
				height:100%;
				width:70%;
				float:left;
				margin-left:10px;
				}

/* Klassen */

.clear	{	clear:left;
			height:0px;
			}
			
.bold	{	font-weight:bold;
			}

.headline	{	font-size:2.0em;
				}

.large	{	font-size:1.2em;
			}

.uberLarge	{	font-size:1.6em;
				}