﻿/* general */
* { margin:0px; padding:0px; }
a { text-decoration:none; }
body { font-family: Verdana, Helvetica, sans-serif;
	background:none;
	width:auto; }
#center { border:none; }
.left { text-align:left; }
.right { text-align:right; }
.center { text-align:center; }
a { outline:none; }

/* header */
#header { height:50px;
	border-bottom:1px solid #CCCCFF;
	margin-bottom:5px;
	background:white url(stegidien.gif) no-repeat 5px 15px;
	padding: 65px 5px 5px 130px;
	font-variant:small-caps;
	color:#000066;
	font-style:italic;
	font-size:18px; }

/* content */
#content { padding:5px 0px;
	color:#000066;
	font-size:12px;
	line-height:20px;
	background:url(bg.jpg) no-repeat center fixed; }
#content a { color:#FF6600; }
#content h1, #content h2 { font-size:16px;
    margin-bottom:10px; }
#content h3 { font-size:14px;
	margin-bottom:10px; }
#content p, #content ul { margin:10px 0px; }
#content img { padding:2px; border:1px solid #CCCCFF; }
#content hr { height:1px;
	margin:6px 0px;
	border:none;
	border-bottom:1px solid #CCCCFF; }
#content .thumb_right { width:200px;
	height:150px;
	float:right;
	margin-left:5px;
	margin-bottom:5px; }
#content .thumb_left { width:200px;
	height:150px;
	float:left;
	margin-right:5px;
	margin-bottom:5px; }
#content table { border-spacing:0px; }
#content td { vertical-align:top; }
#watchwords { display:none; }

/* navigation */
#navigation { display:none; }

/* footer */
#footer { display:none; } 

/* Hier Aktualisierungsdatum eintragen!!! */
.update:after { content:"aktualisiert: Sonntag, 25.11.2007" }

