/*--- Standard-Elemente ---*/
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #fff4e5;
}
td,tr {
	font-size: 14px;
}
h1 {
	font-size: 28px;
	color: #ffffff;
	text-align: right;
	font-weight: bold;
}
.smallfont {
	font-size: 11px;
}
.ws_text {
	color: #ffffff;
}
.rt_text {
	color: #ff0000;
	font-weight: bold;
}

/*--- Untertitel der Seite ---*/
.subthema {
	height: 18px;
	font-size: 12px;
	color: #ffffff;
	text-align: right;
	font-weight: bold;
}

/*--- Fußzeile ---*/
.footer {
	font-size: 11px;
	color: #ffffff;
	background-color: #8f001e;
}

/*--- Menü-Tabelle ---*/
.menutab {
	font-size: 11px;
	background-color: #f7e1c3;
	border: 1px dotted #8f001e;
	margin-bottom: 10px;
}
.menutab th {
	height: 18px;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	background-color: #8f001e;
	text-align: center;
	border: 1px solid #000000;
}
.menutab a:link {			/* noch nicht besuchte Links */
	color: #1f0a08;
	text-decoration: none;
}
.menutab a:visited {		/* besuchte Links */
	color: #1f0a08;
	text-decoration: none;
}
.menutab a:active {			/* angeklickt */
	color: #1f0a08;
	text-decoration: underline;
}
.menutab a:hover {			/* MouseOver */
	color: #1f0a08;
	text-decoration: underline;
}

/*--- Untermenü-Tabelle ---*/
.submenu {
	margin-bottom: 5px;
}
.submenu td{
	font-size: 12px;
	color: #8f001e;
}
.submenu a:link {			/* noch nicht besuchte Links */
	color: #8f001e;
	text-decoration: none;
}
.submenu a:visited {		/* besuchte Links */
	color: #8f001e;
	text-decoration: none;
}
.submenu a:active {			/* angeklickt */
	color: #8f001e;
	text-decoration: underline;
}
.submenu a:hover {			/* MouseOver */
	color: #8f001e;
	text-decoration: underline;
}

/*--- Seiteninhalt ---*/
.content {
	background-color: #f7e1c3;
	border: 1px solid #8f001e;
	padding: 5px;
	margin-bottom: 10px;
}
.content th {
	font-size: 20px;
	font-weight: bold;
	color: #8f001e;
	text-align: left;
}
.content td {
	font-size: 14px;
}
.content .hervor {
	font-size: 14px;
	font-weight: bold;
	color: #8f001e;
}
.content a:link {			/* noch nicht besuchte Links */
	color: #8f001e;
	text-decoration: none;
	font-weight: bold;
}
.content a:visited {			/* besuchte Links */
	color: #8f001e;
	text-decoration: none;
	font-weight: bold;
}
.content a:active {			/* angeklickt */
	color: #8f001e;
	text-decoration: underline;
	font-weight: bold;
}
.content a:hover {			/* MouseOver */
	color: #8f001e;
	text-decoration: underline;
	font-weight: bold;
}

/*--- Login-Box ---*/
.form input {
    font-size:11px;
    width:50px;
    height: 16px;
    border:1px solid #8f001e;
}
.form input .submit {
    font-size:11px;
    height: 18px;
    width: 140px;
	background-color: #8f001e;
}

/*--- Kontakt-Form ---*/
.kontakt .rcto {
    font-size:12px;
    width:250px;
    height: 16px;
    border:1px solid #8f001e;
}
.kontakt textarea {
	font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    width:252px;
    height: 50px;
    border:1px solid #8f001e;
}

/*--- RSS-Feed-Table ---*/
.rsstab {
	font-size: 11px;
	background-color: #f7e1c3;
	border: 1px dotted #8f001e;
	margin-bottom: 10px;
}
.rsstab th {
	height: 18px;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	background-color: #8f001e;
	text-align: center;
	border: 1px solid #000000;
}
.rsstab a:link {			/* noch nicht besuchte Links */
	color: #1f0a08;
	text-decoration: none;
}
.rsstab a:visited {			/* besuchte Links */
	color: #1f0a08;
	text-decoration: none;
}
.rsstab a:active {			/* angeklickt */
	color: #1f0a08;
	text-decoration: underline;
}
.rsstab a:hover {			/* MouseOver */
	color: #1f0a08;
	text-decoration: underline;
}

/*--- Inner-Content-Box ---*/
.icontent {
	font-size: 11px;
	background-color: #f7e1c3;
	border: 1px solid #8f001e;
	padding: 2px;
}
.icontent th {
	height: 18px;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	background-color: #8f001e;
	margin: 2px;
}
.icontent td {
	font-size: 11px;
	color: #000000;
}
.icontent a:link {			/* noch nicht besuchte Links */
	color: #1f0a08;
	text-decoration: none;
}
.icontent a:visited {			/* besuchte Links */
	color: #1f0a08;
	text-decoration: none;
}
.icontent a:active {			/* angeklickt */
	color: #1f0a08;
	text-decoration: underline;
}
.icontent a:hover {			/* MouseOver */
	color: #1f0a08;
	text-decoration: underline;
}

/*--- Inner-Content-Box ---*/
#jcontent {
	background-color: #dcdeff;
}

/*--- Inner-Content-Box ---*/
.gbuch {
	font-size: 11px;
	background-color: #f7e1c3;
	border: 1px solid #8f001e;
	padding: 2px;
}
.gbuch th {
	height: 18px;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	background-color: #8f001e;
	margin: 2px;
}
.gbuch td {
	font-size: 12px;
	color: #000000;
}
.gbuch p {
	line-height: 100%;
}
.gbuch a:link {			/* noch nicht besuchte Links */
	color: #1f0a08;
	text-decoration: underline;
	font-weight: normal;
}
.gbuch a:visited {			/* besuchte Links */
	color: #1f0a08;
	text-decoration: underline;
	font-weight: normal;
}
.gbuch a:active {			/* angeklickt */
	color: #1f0a08;
	text-decoration: underline;
	font-weight: normal;
}
.gbuch a:hover {			/* MouseOver */
	color: #1f0a08;
	text-decoration: underline;
	font-weight: normal;
}

/*----- Hyperlinks ---------*/
a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:active {
	color: #ffffff;
	text-decoration: underline;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/*----- ganze Seite ---------*/
.fullsize {
  height: 100%;
  width: 100%;
}
.fullsize .footer {
  height: 32px;
}
.fullsize .header {
	height: 119px;
	background-image: url(head_bg.jpg);
	background-repeat: repeat-x;
}

/*----- Haupt-Seitenaufteilung ---------*/
.maintable {
}
.maintable td,tr {
	font-size: 12px;
}
.maintable .header {
	height: 119px;
	background-image: url(head_pic.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.maintable .main {
	height: 400px;
}
.maintable .main2 {
	height: 400px;
	background-color: #f5f5f5;
}

/*------ Schwarzes Brett --------*/
.swbrett {
	background: url(sb_fahne_gr.gif) #000000;
	background-repeat: no-repeat;
	background-position: bottom right;
	color: #ffffff;
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
table.items ul,table.items ul li{		/* liefert die Randeinstellungen */
	list-style		:	none;
	margin			:	0;
	padding			:	0;
	font-size		:	11px;
	color			: 	#ffffff;
/*	border			: 1px dotted #8f001e;	*/
}

table.items ul li{						/* dafür zuständig, dass alles nebeneinander steht */
	width			:	180px;
	height			:	200px;
	float			:	left;
	overflow		:	hidden;
}

table.items ul li img{  				/* wichtig, um neben dem Bild zu schreiben */
	float			:	left;
	padding-right	:	6px;
	padding-bottom	:	2px;
}

table.items ul li h3{					/* steuert die Textposition neben dem Text */
	font-size		:	13px;
	margin			:	0;
	padding			:	0;
	padding-top		:	14px;
	padding-bottom	:	3px;
}

table.items ul li p{					/* steuert die Gesamthöhe eines Items */
	margin			:	0;
	padding			:	0;
	height			:	80px;
}

table.items ul a:link,table.items ul a:visited{		/* Link-Aussehen */
	text-decoration	:	none;
	color			:	#000000;
	font-family		:	Arial, Helvetica, sans-serif;
	font-size		:	11px;
	font-weight		:	bold;
}

table.items ul a:active,table.items ul a:hover{		/* Link-Aussehen */
	text-decoration	:	underline;
	color			:	#000000;
	font-family		:	Arial, Helvetica, sans-serif;
	font-size		:	11px;
	font-weight		:	bold;
}
#pin_ge {
	background:	url(pin_ge.gif) no-repeat;
	color: #000080;
	padding-top: 20px;
	padding-right: 23px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#pin_rt {
	background:	url(pin_rt.gif) no-repeat;
	color: #610101;
	padding-top: 23px;
	padding-right: 18px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#pin_gn {
	background:	url(pin_gn.gif) no-repeat;
	color: #025202;
	padding-top: 18px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 22px;
}
#pin_bl {
	background:	url(pin_bl.gif) no-repeat;
	color: #000372;
	padding-top: 18px;
	padding-right: 18px;
	padding-bottom: 3px;
	padding-left: 18px;
}

.smallest { font-size: 9px; }
.hoch {
	vertical-align: super;
	font-size: 70%;
}

.laufband {
	padding: 2px 10px;
	color: #ffffff;
	font-family: Courier New, Courier, mono;
	background-color: #8f001e;
}
td.emailadr,
td.emailadr a {
	font-size:11px;  
	font-weight: normal;
}

