p { }
td { }
a:link { color: maroon; font-size: 10px; }
a:visited { color: navy; font-size: 10px; }
a:hover { color: maroon; font-size: 10px; }
a:active { color: navy; font-size: 10px; }
a {		font-family: Arial;
  		font-size: 12px;
		font-weight: normal;
		color:#005984;
		text-decoration: none;
		}
a.navi {
		font-family: Arial;
	  	font-size: 12px;
		font-weight: bold;
		color:navy;
		text-decoration: none;
		}
 body {
		WIDTH: 920px; MARGIN: 0 auto;
	 	font-family: Arial;
  	 	font-size: 12px;
	 	font-weight: normal;
	 	word-wrap: break-word; 
	 	color:#005984;
	 	text-decoration: none;
		}
#container { width:100%; padding: 0; }

#content_frame{
	 	width: 540px;
 		position: relative; 
		top: 120px; 
		left: 190px; 
		/*border: 1px solid green;*/ 
	}			
#content{/*	border: 1px solid green; */
	}
	
/*			
#logo {
		width: 100%;
		clear: both;
		border: 0px solid black;
		color: black;
		background-color: #ffffff;
		vertical-align: center;
		}*/
#logo{
		position: fixed;
		top: 2px;
		}
#logorahmen { 
       width: 540px;
		\width: 540px;
		w\idth: 540px;	
		height: 80px;
		margin: 0;
		margin-left: 180px;
		margin-right: auto;
		height: 80px;
      	background-color: #f5f9fc; 
      	border: double 7px navy; }
#navigation_frame {
		position: fixed;
		}      	
#navigation {
		width: 150px;
		height: 400px;
		padding: .5em;
		border: 0px solid black;
		color: black;
		background-color: #ffffff;
		position: relative;
		top: 100px;
		float:left;
		}


	
span.logotext {
 		background-color: #f5f9fc;
		font-family: Arial;
  		font-size: 30px;
		font-weight: bold;
		color:navy;
		padding-left: 20px;
		}
span.slogan {
	 	background-color: #f5f9fc;
		font-family: Arial;
	  	font-size: 16px;
		font-weight: bold;
		color:navy;
		padding-left: 20px;
		}
span.text {
 		background-color: #f5f9fc;
		font-family: Arial;
  		font-size: 12px;
		font-weight: bold;
		color:navy;
  		padding: 5px
		}
#rahmen { width: 150px; background-color: #f5f9fc; border: double 7px navy; }
.copy {
  		font-size: 9px;
		padding-top: 30px;
		}

/* Internet Explorer and the Expanding Box Problem.
It's an unfortunate fact that Internet Explorer will 
always incorrectly expand any dimensionally restricted block 
element so that oversize content is unable to overflow, as the specs 
require that content to do. The W3C says a rigidly sized block box 
should allow oversize content to protrude or overflow beyond the edges of the sized box.
The following rule instructs Internet Explorer 5.5 and 6 to break words 
into the next line instead of expanding the block element.
*/

