/*
CSS-CODE BY MONDFABRIK
LAST CHANGED: 20-5-05
*/

@import url("layout_2017-07-11.css");

/* Allgemeines */

html, body {
	padding: 0;
	text-align: center;
	margin: 0; font: normal 12px/1.4em arial,sans-serif;
}

h1, h2, h3 {
	text-align: left;
}

a {
	text-decoration: none;
}

.active,
a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;
	color: #000
}

.fixfloat	{
	float					:	none;
	clear					:	both;
	width					:	1px;
	margin					:	0;
	padding					:	0;
	font-size				:	0;
	line-height				:	0;
	height					:	0;
}

img, a img {
	border: 0;
}

.no_styles {
	display: none;
}

p {
	font-size: 12px;
	text-align: left;
	margin-bottom: 12px;
}

pre {
	text-align: left;
}

code {
	text-decoration: none;
	font-family: 'Monaco', 'Courier', monospace;
}


/* Headlines */
h1 {
	text-transform: uppercase;
	text-align: left; color: #003A7D;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	border: none;
	margin-top: 5px;
}

h2 {
	/*text-transform: uppercase;*/
	text-align: left; color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	border: none;
	margin-top: 5px;
}

h2 a:link, h2 a:visited, h2 a:active  {
	/*text-transform: uppercase;*/
	text-align: left; color: #0075b0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: none;
	margin-top: 2px;
	text-decoration:none;
}

h2 a:hover {
	text-decoration:underline;
}

h3 {
	color: #003A7D;
	/*text-transform: uppercase; */
	clear: both;
	font-weight: bold;
	margin-top: 12px;
	font-size: 12px;
}

.onlineeditor h3 {
     clear: none;
}

h4 {
	margin: 20px 25px 5px 7px;
	padding: 0;
	border-bottom: 1px solid #7E7E7E;
	color: #7E7E7E;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: normal;
	text-align: left;
}

h5 {
	clear: both;
	margin: 0;
	padding: 2px;
	border-bottom: 1px dotted #7E7E7E;
	color: #7E7E7E;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: normal;
	text-align: left;
}

h6 {
	clear: both;
	margin: 0;
	padding: 2px;
	border-bottom: 1px dotted #7E7E7E;
	color: #7E7E7E;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: normal;
	text-align: left;
}

form {
	padding: 0;
	margin: 0;
}

.software_folder_0 {
    padding-left:0px;
}

.software_folder_1 {
    padding-left:10px;
}

.software_folder_2 {
    padding-left:20px;
}

.software_line_0 {
    padding-left:0px;
}

.software_line_1 {
    padding-left:10px;
}

.software_line_2 {
    padding-left:20px;
}