/* Drucker brauchen ganz andere CSS angaben als Bildschirme. Aus diesem Grund
   haben wir für diese auch eine eigene CSS Datei. */
   
body {
 background: white;
 color: black;
 font-family:Verdana, Arial, Helvetica, sans-serif; 
}
#logo {
 text-align: right;
 width:600px;
 line-height: 130px;
 font-size: 3em;
 font-family: verdana, arial, sans-serif; 
 letter-spacing: -3px;
}
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	line-height:130%;
}
a { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #0B4D8C; text-decoration: underline;
} 
a:visited { color: 0B4D8C; } 

h1 { 
 font-size: 13px;
 line-height:130%;
/* padding: 0 0 0 0;*/
}
h2 {
	font-size:13px;
	line-height:130%;
	color:#0000ff;
}
#container { 
	font-size: 10px; 
	width: 600px;
	text-align:left;
	background-color: #FFFFFF;
}
/* - Der Hauptinhaltsteil - */
TABLE#maincontainer {
	width:600px;
	margin-top:10px;
}
#main {
	background: white;
	padding: 10px 0 10px 0;
	line-height: 1.5em;
	clear: left;
	float: left;
	height: auto;
	width: auto;
	font-size:0.8em;
	color:#333333;
	line-height:110%;
	border-top:  #7f9cc4 1px solid;

}
#footer {
	width:600px;
	height:22px;
	border-top:  #7f9cc4 1px solid;
	padding-top:6px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
}


.skip, #subnav, #menu { 
 display: none;
}
#main a:link:after, #main a:visited:after { 
   content: " (" attr(href) ") ";
   font-size: 0.9em; }
#main a[href^="/"]:after { 
 content: " (http://www.example.tld" attr(href) ") ";
}
.fright { 
 float: right;
 margin: 0 0 1em 1em;
}
.fleft {
 float: left;
 margin: 0 1em 1em 0;
}
.copyright {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.6em;
	color:#7f9cc4;
}
