body {	   background-color:white;
		color:black;
           font-family:Frutiger, sans-serif;
           margin:0px;
	   padding:0px;}

a	 {	text-decoration:none;
		color:black;}

a:hover
	{
		border-bottom: 1px solid yellow;
		border-top: 1px solid yellow;
		background:#9ab7c1;
		
		}

abbr
	{
	border:0px;
	}


#rahmen {	position:absolute;
                top:10%;
                left:8%;
                width:66%;
		height: 85%;
		padding: 0px;
		margin: 0px;
	        border-top: dotted 5px #585858;
		border-left: dotted 5px #585858;
		}

#sprache {	position:absolute;
		top: 12%;
		right:3%;
		font-size:0.8em;
		color: #585858;
		}


#titel {	position:absolute;
		width:100%;
		padding-left: 25px;
		padding-top: 20px;}

#titel h1 {	font-size:1.4em;
		line-height:0.5;
		font-weight:bold;
		text-transform: uppercase;}

#titel h2 {     font-size:0.8em;
		line-height:0.5;
                font-weight:bold;
                text-transform: uppercase;}


#links {       position:absolute;
		left: 25px;
		width: 15%;
                font-size:0.8em;
                padding-top:3.5em;
                padding-bottom:0.6em;
		text-transform: uppercase;}

				

#inhalt {	position:absolute;
		right: 2em;
		width: 75%;
		padding-top:3.5em;
                padding-bottom:1.0em;
		font-size:0.8em;
		}

