/* splitten in layout und format */
/* my-code verwendet? in print? */
/* no-print verwenden? */

body{
	background-color: #DCDCDC;
	font: 83% Verdana,Arial,sans-serif;
	background-image: url(../images/bg.png);
}
h1,h2,h3{
	letter-spacing: 0.2em;
	color: #3D598B;
	padding: 10px 10px 0px 10px;
}
h1{
	font-size:1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
h2{
	font-size: 1.2em;
}
h3{
	font-size: 1.0em;
}
p, q, pre, li{
	padding: 0px 10px 5px 20px;
	line-height: 1.7em;
	word-spacing: 0em;
	letter-spacing: 0.1em;
}
li {
	margin-bottom: 1em;
}
table {
	word-spacing: 0em;
	letter-spacing: 0.1em;
	margin-left: 20px;
	width: 760px;
}
td {
	font: 1em "Trebuchet MS",Verdana,Arial,sans-serif;
	padding: 10px;
	background-color: White;
	text-align: left;
}
.td-rechts {
	text-align: right;
}
q {
	margin-left: 20px;
	margin-right: 10px;
	padding: 20px;
	float: left;
	width: 35%;
	color: #3D598B;
	background: #DCDCDC url(../images/zitat2.gif) no-repeat 0% 100%;
	quotes: '»' '«' '›' '‹';
	font-size: 1.0em;
	font-style: italic;
	font-weight: bold;
}
.leftimage {
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	padding: 0.3em 0.3em 0.3em 0.3em;
	float: left;
	background-color: #FFFFFF;
	border: 1px solid #DCDCDC;
	font-style: italic;
}
div#content{
	width: 800px;
	margin: 0px auto;
	padding: 0px;
	background-color: #F4F4F4; 
	color: #330000;
}
div#content a:link {
	text-decoration: none;
	color: Maroon;
	background-color: White;
}
div#content a:visited {
	text-decoration: none;
	color: Maroon;
	padding-right: 17px;
	background: #FFFFFF url(../images/visited2.gif) no-repeat right;
}
div#content a.noicon:visited {
	text-decoration: none;
	color: Maroon;
	background: #FFFFFF none;
	padding-right: 0px;
}
div#content a:hover {
	background-color: #F4F4F4;
	text-decoration: underline;
}
div#map a:link, div#map a:visited , div#map a:hover {
	text-decoration: none;
	color: Maroon;
	background: transparent none;
	padding-right: 0px;
}
div#footer{
	width: 800px;
	margin: 0 auto;
	color: #3D598B;
	background-color: #DCDCDC;
}
div#footer a{
	text-decoration: none;
	color: #3D598B;
}
div#footer img{
	border: 0px;
}
.mapcode {
	font-family: "Courier New", Courier, monospace;
	background-color: White;
	line-height: 1.1em;
	}
pre.mapcode code:before {
	content: attr(title)': ';
}
pre.mapcode:hover code:before {
  content: '\20\20\20\20';
}
