body {
	font-size : 11px;
	font-family : Helvetica, Arial;
	color : #666666;
	line-height : 18px;
	background-image: url(../Bilder/Texture0112-blau.jpg);
	margin-top: 2em;
}
#container {
	margin : auto;
	width : 800px;
	padding : 10px;
	border : 1px solid #999;
	color: #666666;
	background-color: #F0F0F0;
}
#header {
	height : 160px;
	background-repeat: no-repeat;
	background-position: left;
	background-image: url(../Bilder/Paper_texture_v5_by_bashcorpo.png);
}
#header h1 {
font-size : 90px;
letter-spacing : -10px;
margin : 0;
margin-right : 5px;
float : right;
}
#header h2 {
font-size : 24px;
float : left;
margin : 5px;
}
#navigation {
	padding-top : 12px;
	padding-bottom : 10px;
	border-bottom : 1px solid #999;
}
#navigation a {
padding : 5px;
padding-top : 7px;
border : 1px solid #fff;
text-decoration : none;
}
#navigation a:hover {
	padding : 5px;
	padding-top : 7px;
	border : 1px solid #666699;
	background-color : #eaeaea;
	text-decoration : none;
}
#navigation ul, #navigation li {
	display : inline;
	margin : 0;
	padding : 0;
	color : #8B8B8B;
	font-weight : bold;
}
#navigation ul li:after {
content : " | ";
}
#navigation ul li.last:after {
content : " ";
}
#body {
font-size : 110%;
}
#footer {
	padding-top : 10px;
	padding-bottom : 10px;
	border-top : 1px solid #999;
}
#column {
	width : 200px;
	float : right;
	border : 1px solid #ccc;
	padding : 10px;
	margin-left : 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-bottom: 0px;
}
#column h2 {
	margin : 0;
	color: #666666;
}
* html #column {  /* nur fuer Internet Explorer */
  margin-top:15px;     /* Version 5.x */
  ma\rgin-top:15px;    /* Version 6 */
}
/* IE 7 */
* + html #column {
   margin-top:15px;
   padding-bottom: 10px;
}
#body a {
	color : #8B8B8B;
	text-decoration : none;
	border-bottom : 1px dashed;
}
#body a:hover {
color : #000;
text-decoration : none;
}
#footer a {
color : #999;
text-decoration : none;
border-bottom : 1px dashed;
}
#footer a:hover {
color : #000;
text-decoration : none;
}
#navigation a, #navigation a:visited {
color : #444;
}
sup {
color : #777;
}
.right {
float : right;
margin-left : 5px;
padding-left : 5px;
border-left : 1px dashed #eaeaea;
}
.left {
float : left;
margin-right : 5px;
padding-right : 5px;
border-right : 1px dashed #eaeaea;
}
.post {
	text-align: left;
	padding-left: 5px;
}
.kleiner {
	line-height: 80%;
	font-size: small;
}
