﻿A:link {
	color: #1C687E;
	text-decoration: none;
	font-weight: normal;
}
A:visited {
	color: #1C687E;
	text-decoration: none;
	font-weight: normal;
}
A:active {
	color: #1C687E;
	text-decoration: none;
	font-weight: normal;
}
A:hover {
	color: #1C687E;
	text-decoration: underline;
	font-weight: normal;
}
html {
	overflow-y: scroll;
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/background.jpg);
	background-color: #FFE7A7;
	background-repeat: repeat;
	font-family: "Monotype Corsiva", Arial;
	font-size: large;
	color: black;
}
/* Orangener Bereich ganz außen herum*/
div.maindiv {
	border-style: none solid solid solid;
	border-width: 1px;
	border-color: #FF8F2C;
	margin: 0px auto;
	position: static;
	width: 750px;
	z-index: 1;
	top: 0px;
	background: #FFE7A7;
}
.imagestyle {
	border-width: 0;
}
/* Bilder links */
div.leftdiv {
	margin: 0px;
	padding: 0px;
	border: 0px;
	position: relative;
	z-index: 1;
	background: #FF8F2C;
	width: 175px;
}
.table_main {
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}
/* Enthält den Seiteninhalt */
div.maindiv_body {
	margin: 0px;
	padding: 10px 8px 10px 12px;
	border: 0px;
	position: relative;
	z-index: 1;
	width: 555px;
	background: #FFE7A7;
	background-repeat: repeat-x;
	background-image: url('images/main_bg.jpg');
}
img.bildumrandet {
	border: 1px black solid;
}
.zitat {
	font-size: medium;
}
.schriftgross {
	font-size: larger;
}
.zitat_verfasser {
	font-size: small;
}
div.zitat {
	border: thin solid #FF8F2C;
	padding: 5px;
	margin-left: 10px;
	width: 350px;
}
