/*
CSS-CODE BY MONDFABRIK
LAST CHANGED: 20-5-05
*/

@import url(layout.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:link {
	color: #000;
	text-decoration: underline;
}

a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a:active {
	color: #000;
	text-decoration: underline;
}

strong {
	font-weight: bold;
	color: #000
}

.fixfloat	{
	float					:	none;
	clear					:	both;
	width					:	1px;
	margin					:	0;
	padding					:	0;
	font-size				:	0px;
	line-height				:	0px;
	height					:	1px;
}

img, a img {
	border: 0;
}

.no_styles {
	display: none;
}

p {
	font-size: 12px;
	text-align: left;
}


code {
	text-decoration: none;
	font-family: 'Monaco', 'Courier', monospace;
}


/* Headlines */
h1 {
	text-transform: uppercase;
	text-align: left; color: #000;
	font-size: 20px;
	margin-top: 10px;
}

h2 {
	text-transform: uppercase;
	text-align: left; color: #000;
	font-size: 16px;
	border-bottom: 1px solid #900; /* margin-left: -12px; */
	margin-top: 10px;
}

h3 {
	color: #000;
	/*text-transform: uppercase; */
	clear: both;
	font-weight: bold;
	margin-top: 10px;
}

h4 {
	margin: 20px 25px 5px 7px;
	padding: 0;
	border-bottom: 1px solid #7E7E7E;
	color: #7E7E7E;
	font-size: 11px;
	font-weight: bold;
	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: 11px;
	font-weight: bold;
	letter-spacing: normal;
	text-align: left;
}

form {
	padding: 0;
	margin: 0;
}
