﻿body {
	margin: 0;
	padding: 0;
	border: 0;
	color: #000;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 1em;
	font-style: normal;
}

#container {
	width: 95%;
	margin: 30px auto;
	padding-top: 25px;
}

#page_content {
	margin-top: 35px;
}

#masthead {
	text-align: right;
	margin: 0 15px 15px 15px;
	width: 620px;
	padding: 0;
	background-color: #D8D8D8;
}

#masthead p {
	padding-top: 10px;
	font-size: 0.8em;
}

#navigation {
	display: none;
}
#column_l {
	width: 570px;
	margin-left: 10px;
	padding: 0 10px 10px 50px;
}
#column_r {
	display: none;
}
#footer {
	display: none;
}

/* Formatvorlagen für Mastertitel */
#masthead img {
	float: left;
}
#masthead p {
	color: #000;
	font-size: x-small;
	text-align: right;
	margin: 10px 10px 0 10px;
}

/* Inhaltsformatvorlagen */
h1 {
	color: #008800;
	font-size: 1.7em;
}
h2 {
	color: #008800;
	font-size: 1.5em;
}
h3 {
	color: #008800;
	font-size: 1.25em;
}
h4 {
	color: #008800;
	font-size: 1.15em;
}
h5 {
	color: #008800;
	font-size: 0.75em;
}
h6 {
	color: #008800;
	font-size: 0.5em;
}
big {
	color: #008800;
	font-size: medium;
}
#column_r p {
	color: #000;
	font-size: x-small;
	text-align: left;
	margin: 0;
	padding: 5px;
}
#column_r h4 {
	margin-bottom: 0;
}
#column_r ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
}
#column_r ul li {
	font-size: x-small;
	display: list-item;
	list-style-position: outside;
}
/* Formatvorlagen für Hyperlinks */
a {
	color: #456;
	text-decoration: underline;
}
a:hover {
	color: #965;
	text-decoration: underline;
}

.txtstrech {
	text-align: justify;
}

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}