body {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	background: #FFFBEE url(/grafiken/postextb.gif);
	color: #009;
	margin : 5px 3%;
	padding: 0;
}

p, li, td, th {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	color: #009;
}

th, th p {
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 28px;
}

h2.gsk {
	font-size: 28px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h4.xh4 {
	color: #C11919;
	margin-top: 20px;
	margin-bottom: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

h6.headnews {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 17px;
	color: #C11919;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
}

hr {
	height : 1px;
	color : #000000;
}

pre	{
	font-family : "Courier New", Courier, monospace;
	font-size : 15px;
	color: #009;
}

big, .big {
	font-size : 18px;
}

.size1 { font-size : 10px; }
.size2 { font-size : 12px; }
.size3 { font-size : 16px; }
.size4 { font-size : 18px; }

/* Für Pfadangabe im Kopf */

p.size2 b {
	font-size : 13px;
}

blockquote {
	margin: 10px 0 10px 30px;
}

/* === Links ================== */

a { white-space:nowrap; }

a:link {
	color : blue;
	text-decoration : underline;
}

a:visited {
	color : blue;
	text-decoration : underline;
}

a:hover {
	color : red;
	text-decoration : underline;
}

a:active {
	color : red;
	text-decoration : underline;
}

a:link.xgsk, a:hover.xgsk, a[name]:hover {
	color: #009;
	text-decoration : none;
}

.blitz a:link {
	color : #F8E752;
	text-decoration : underline;
}

.blitz a:visited {
	color : #F8E752;
	text-decoration : underline;
}

.blitz a:hover {
	color : red;
	text-decoration : underline;
}

.blitz a:active {
	color : red;
	text-decoration : underline;
}

.blitz a[name]:hover {
	color : white;
	text-decoration : none;
}

/* === Listen ================== */

ul {
	list-style-type: disc;	
}

ul ul {
list-style-type: circle;
}

ul ul ul {
list-style-type: square;
}

ol li {
	list-style-type: decimal;
}

/* === eigene Klassen ================== */

.xtab, .xtab td, .xtab th {
	font-size : 14px;
}

.xfootertab {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	background-color: #FFCC33;
}

th.tableft {
	background-color: #72946B;
	color: #FFFFFF;
	text-align: left;
	border: 1px solid black;
}

th.tabcenter {
	background-color: #72946B;
	color: #FFFFFF;
	text-align: center;
	border: 1px solid black;
}

th.left {
	text-align: left;
}

tr.tr1	{ background-color: #D0D0D0; }
tr.tr2	{ background-color: #EEEEBB; }
xtr.einzel	{ background-color: #B4B995; color:black; }
tr.einzel	{ background-color: #A4B995; color:black; }

.bigblack {
	font-size: 18px;
	color : #000000;
}

.black { color : #000000; }
.red { color : #FF0000; }
.green { color : #008000; }

#inhalt	{
	min-width: 400px;
	max-width: 750px;
	text-align: left;
	margin-left: auto;
	margin-right: auto
}

#aktuelles ul li {
	margin: 20px 0 15px 0;
	padding: 0;
}

#aktuelles ul li li {
	margin: 10px 0 0 0;
	padding: 0;
}

#aktuelles ul ul { list-style-type:square }

.notextdecoration a:link, .notextdecoration a:visited { text-decoration: none }

.nobr { white-space:nowrap; }

.xmark {
	background-color: #FFC891;
	padding:0;
	margin:0;
}

.info        { width: 28em; background-color: #F8ECBC; text-align: center;
               border: 1px dotted #CFAF87; margin-left: auto; margin-right:
               auto; padding-left: 20px; padding-right: 20px; padding-top:
               10px; padding-bottom: 10px }

.info2        { width: 10em; background-color: #F8ECBC; text-align: left;
               border: 1px dotted #CFAF87; margin-left: auto; margin-right: 0px;
               padding-left: 20px; padding-right: 20px; padding-top: 10px;
               padding-bottom: 10px }

a[href ^="http://"] {
	background: url(/grafiken/external.png) center right no-repeat;
	padding-right: 13px;
}

a[href $=".jpg"], a[href $=".JPG"] {
	background: transparent;
	padding-right: 0px;
}

a[href *="www.godesbergersk.de"], a[href *="google.de"], .noexternal a[href ^="http://"] {
	background: transparent;
	padding-right: 0px;
}

div.centered { text-align: center; }

div.centered table {
	margin: 0 auto; 
	text-align: left;
}