@import "reset.css";
@import "basic.css";

/* Overwrite part of basic.css */
body {
	font: 11pt/140% Tahoma, Arial, Helvetica, sans-serif;
	text-align: left;
}

h1 {
	font-size: 20pt;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: left;
	border: none;
}


h2 {
	font-size: 16pt;
}

hr {
	background-color:#000;
}



/* ============== Layout-Container ================ */

#container {
	width: 100%;
	text-align: left;
	position: relative;
	margin: 0;
	background: none;
}

h1.logo {
	display: none;
}


#header {
	height: 1px;
	display: none;
}

#left {
	width: 1px;
	display: none;
}

#content_left {
	display: none;
}

#content {
	width: 100%;
	padding: 0;
}

#right {
	width: 1px;
	display: none;
}

#footer {
	height: 1px;
	display: none;
}

/* ================= Inhaltselemente ==================== */

.column_50 {
	width: 45%;
}

/* ================= News & Gaestebuch ==================== */

.news {
	margin-left: 0;
	width: 100%;
}

.news img {
	float: none;
	margin: 10px;
}

.blue {
	color: #000;
	margin-bottom: 10px;
	background: none;
}

.blue_top_right {
	background: none;
}

.blue_bottom {
	background: none;
	padding: 0;
}

.blue h2 {
	margin-bottom: 0;
	font: bold 14px Tahoma, Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	border: none;
}

/* ================= Formulare ==================== */

.tx-guestbook-left {
	width: 120px;
	float: left;
}

.tx-guestbook-field-entry,
.tx-guestbook-field .tx-guestbook-submit {
	float: right;
}

textarea {
	height:120px;
	width:300px;
}


input.plz {
	width:35px;
}
input.ort {
	width:60px;
}
input.text {
	width:105px;
}

label {
	display: block;
}

fieldset {
	font-weight: bold;
	margin-bottom: 20px;
	padding: 10px;
	-moz-border-radius:1%;
	border: 1px solid #000;
}

div.fehler {
	border: 1px solid red;
	color: red;
	margin-bottom: 10px;
}

/* ================= Tabellen ==================== */

table.history .td-last {
	padding-left: 25px;
}

table.history {
	margin-left: 25px;
}

/* ================= Bilder Rahmen ==================== */

.tx-a1teasermenu-pi1 img {
	border: 1px solid #000;
}

table.tx-a1teasermenu-pi1 { width: 505px; }