/* globale Schriftart Handel Gothic */
@font-face { font-family:HandelGothic; src:url(HANDGOTN.TTF), url(HANDGOTN.TTF); }

 {
	margin: 0;
	padding: 0;
}

/* Hintergrundfarbe und -Bild, Ersatzchriftart(?), ...??? */
body {
	background: #000000 url(images/img01.gif) repeat-x;
	
	/* Lauftext */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffcc90;
}

/* Zeilenabstand allgemein von den Überschriften zum Text */
/* Warum sind diese Definitionennicht weiter unten bei Header??? Ich hätte diese Definitionen mit den einzelnen Definitionen in Header, etc. verbunden */
h1, h2, h3 {
padding-bottom: 0px;
}

/* Schriftgröße von Layout 1 */
h1 {
	letter-spacing: 1px;
	font-size: 2em;
}

/* Schriftgröße und Abstand von Layout 2 */
h2 {
	letter-spacing: 1px;
	font-size: 1.5em;
	margin-bottom:0px;
	padding-bottom:0pt;
}

h3 {
	font-size: 1em;
	font-style:oblique;
}

h4 {
	letter-spacing: 1px;
	font-size: 1.3em;
	color:#FF0000;
}

p, ul, ol {
	margin-top: 1.8em;
	line-height: 180%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	
	font-size:13px;
	color: #CCCCCC;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

hr {
	display: none;
}

/* Header */
/* Mal wieder Definitionen der Überschriften. Die sind ja im Typo als "Normal", "Layout1", etc. bennannt */

#header {
	width: 960px; /* Höhe und Breite vom Bild */
	height: 80px;
	margin: 0 auto;
	background: url(images/img02.jpg);
	font-family: HandelGothic;
}

#header h1, #header h2 {
	float: left;
	margin: 0;
	text-transform: uppercase;
	color: #FFFFFF;
}

#header h1 {
	padding: 30px 0 0 20px;
	font-size: 3em;
}

#header h2 {
	padding: 47px 0 0 8px;
	font-size: 1.8em;
	font-style: italic;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */
/* Logischerweise die Menü Leiste. Hier könnte ich dann über einen over Effekt was basteln? */

#menu {
	width: 960px;
	height: 51px;
	margin: 0 auto;
	background: url(images/img03.jpg);
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 12px 10px 0 20px;
}

#menu a {
	text-decoration: none;
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;
}

/* Page */
/* Was ist das??? */

#page {
	width: 920px;
	margin: 0 auto;
	padding: 20px 20px 20px 20px;
	background: url(images/img04.jpg) no-repeat;
}

/* Content */
/* Das müßte ja der normale Text in den Beiträgen sein */

#content {
	float: left;
	width: 605px;
}

/* was macht die Post da??? */
.post {
	margin-bottom: 40px;
}

.post .title {
	border-bottom: 1px solid #454545;
}

.post .title a {
	text-decoration: none;
}

.post .entry {
	padding: 0 20px;
}

.post .meta {
	height: 20px;
	padding: 15px 20px;
	background: url(images/img05.gif) no-repeat;
	line-height: normal;
}

.post .meta a {
	text-decoration: none;
	font-weight: bold;
}

.post .meta a:hover {
	text-decoration: underline;
}

.post .meta .byline {
	float: left;
}

.post .meta .comments {
	float: right;
}

/* Sidebar */
/* Das sollte wohl dann die rechte Leiste sein */

#sidebar {
	float: right;
	width: 295px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 0 0 20px 20px;
	list-style: square inside;
}

#sidebar h2 {
	height: 50px;
	padding: 13px 20px 0 20px;
	background: url(images/img03.gif) no-repeat;
	font-size: 1.6em;
}

/* Calendar */

#calendar {
	padding-bottom: 20px;
}

#calendar table, #calendar caption {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

#calendar caption {
	text-transform: uppercase;
	letter-spacing: .25em;
	font-weight: bold;
}

#calendar thead th {
	background: #333333;
}

#calendar tbody td {
	background: #111111;
}

#calendar a {
	text-decoration: none;
	font-weight: bold;
}

#calendar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 940px;
	margin: 0 auto;
	padding: 20px 0px 0px 20px;
	background: url(images/img07.gif) no-repeat;
}

#footer p {
	margin: 0;
	line-height: normal;
	text-align: center;
}

/* =Forms
---?????????--------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
 border: 0px solid transparent;
 font-size: 12px;
}

label {
 display: block;
}

input {
 width: 300px;
}

input.csc-mailform-check {
 width: auto;
}

input.csc-mailform-submit {
 float: clear;
 width: auto;
 margin-top: 15px;
}

.tx-newloginbox-pi1 input { width:85%; }

.tx-newloginbox-pi1 th { background:#ccc; padding:4px; text-align:right; white-space:nowrap; width:25%; }

.tx-newloginbox-pi1 td { background:#eee; padding:4px; }


.tx-guestbook-list-header { background-color: #539521; color: #FFFFFF; font-weight:bold; }
.tx-guestbook-list-row { background-color: #FFFFFF; }
.tx-guestbook-list-rowleft { background-color: #EEEEEE; }
.tx-guestbook-list-small { font-size: 9px; color: #666666; }
.tx-veguestbook-pi1-browsebox TD { font-size: 9px; color: #666666; }
.tx-veguestbook-pi1-browsebox-strong, .tx-ttnews-browsebox-SCell { font-weight: bold; }
.tx-veguestbook-pi1-browsebox-SCell { background-color: #EEEEEE; }
.tx-guestbook-latest-header { background-color: #539521; color: #FFFFFF; font-weight:bold; }
.tx-guestbook-latest-row { background-color: #FFFFFF; }
.tx-guestbook-latest-small { font-size: 9px; color: #666666; }
.tx-guestbook-form-inputfield-med { border-style: solid; border-width: 1pt; border-color:#539521; font-size:12; color:#333333; width:100; height:20; }
.tx-guestbook-form-inputfield-big { border-style: solid; border-width: 1pt; border-color:#539521; font-size:12; color:#333333; width:150; height:20; }
.tx-guestbook-form-textarea { border-style: solid; border-width: 1pt; border-color:#539521; font-size:12; color:#333333; width:250; }
.tx-guestbook-form-obligationfield { color: #CC0000; }
.tx-guestbook-form-error { color: #CC0000; }

