﻿/* -------------------- Bestimmung der Schriftarten --------------------------- */
/* Format für Überschrift */
#h1 {
text-align:center;
font-family:"Comic Sans MS";
font-size:22px;
color:#ff0000;
} 

/* Format für normalen Text */
#font1 { 
text-align:center;
font-family:"Comic Sans MS";
font-size:16px;
color:#0000ff;
}

/* Format für Kontakt zu Moderator */
#font2 { 
text-align:center;
font-family:"Comic Sans MS";
font-size:20px;
color:#ea2452;
}

/* Format für Text im Sendeplan Tag und Zeit */
#fontsende1 { 
text-align:center;
font-family:"Comic Sans MS";
font-size:16px;
color:#0000ff;
}

/* Format für Text im Sendeplan Sendungsankündigung */
#fontsende2 { 
text-align:center;
font-family:"Comic Sans MS";
font-size:16px;
color:#0B2D6A;
}

/* -------------------- Bestimmung der Tabellenrahmen --------------------------- */

/* Format für Tabellenrahmen */
#subtable {
margin:auto;
border-width:2px;
border-style:outset;
border-color:#0066FF;
}

/* Format für Zellenrahmen */
#td {
border-width:2px;
border-style:inset;
border-color:#ff0000;
}

/* Format für Haupttabelle */
#maintable {
margin:auto;
border-width:0px;
border-style:outset;
border-color:#0B2D6A;
}

/* Format für Sendeplanrahmen Farbe1 */
#sende1 {
margin:auto;
border-width:1px;
border-style:outset;
border-color:#0B2D6A;
}

/* Format für Sendeplanrahmen Farbe2 */
#sende2  {
margin:auto;
border-width:1px;
border-style:outset;
border-color:#0B2D6A;
}

/* -------------------- Bestimmung der restlichen Sachen --------------------------- */

/* Keine Ränder mehr */
* {
  margin:0;
  padding:0;
}

/* Format für Bildposition mittig */
#img {
text-align:center;
}

/* Format für Seitenlayout (Hintergrund usw) */
body {
background:url(homepagebilder/bg_content.png);
background-repeat:repeat-x;
background-position:top;
background-attachment:fixed;
}

/* Format für Links */
a:link { font-weight:bold; color:blue; text-decoration:underline; }
a:visited { font-weight:bold; color:blue; text-decoration:underline; }
a:focus { font-weight:bold; color:red; text-decoration:underline; }
a:hover { font-weight:bold; color:green; text-decoration:none; }
a:active { font-weight:bold; color:lime; text-decoration:underline; }


/* -------------------- Bestimmung der Grusskarte --------------------------- */
.postkartetextfeld {
	border: 1px solid blue;
	height: 15px;
	width: 250px;
	font-size: 12px;
	color: #0033FF;
	font-family: "Courier New", Courier, mono;
	padding-left: 3px;
}
.postkartetextarea {
	border: 1px solid blue;
	height: 95px;
	width: 250px;
	font-size: 12px;
	color: #0033FF;
	font-family: "Courier New", Courier, mono;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 3px;
	text-align: left;
}
.postkartetextfeldspam {
	border: 1px solid blue;
	height: 15px;
	width: 140px;
	font-size: 12px;
	color: #000000;
	font-family: "Courier New", Courier, mono;
	margin-right: 45px;
	text-align: center;
}
.postkartebutton {
	background-color: #ffffff;
	height: 20px;
	width: 100px;
	border: 1px solid blue;
	text-align: center;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
}
#postkartelinks {
	height: 340px;
	width: 280px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 10px;
	border-top: 2px solid blue;
	border-right: 1px solid blue;
	border-bottom: 2px solid blue;
	border-left: 2px solid blue;
	float: left;
}
#postkarterechts {
	padding: 5px;
	height: 340px;
	width: 280px;
	border-top: 2px solid blue;
	border-right: 2px solid blue;
	border-bottom: 2px solid blue;
	border-left: 0px solid blue;
	float: left;
	clear: right;
}
#postkartealles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #blue;
	border: #ccc;
	margin: 10px;
	text-align: left;
	clear: both;
	width: 660px;
}
.postkarteempfaenger {
	float: left;
	width: 190px;
	margin-left: 30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: blue;
	border-right-color: blue;
	border-bottom-color: blue;
	border-left-color: blue;
	font-size: 14px;
	vertical-align: bottom;
	margin-bottom: 10px;
	clear: both;
	text-align: left;
}
