﻿/* Allgemeine Formatierungen */
html { 
	padding:0px;
	margin:0px;
}
body, td, th {
	font-family:Arial;
	font-size:12pt;
	color:#000000;
	text-align:center;
}
body {
	background-color:#ffffff;
	margin:0px;
	padding:0px;
}


/* Textformatierungen */
a, a:active, a:after, a:before, a:visited {
	color:black;
	text-decoration:none;
}
a:hover {
	color:black;
	text-decoration:underline;
}
h1, h2, h3, h4, h5 {
	margin: 5px 0px 5px 0px;
}
h1 {
	font-size: 16pt;
}
h2 {
	font-size:14pt;
}
h3 {
	font-size:13pt;
}
h4 {
	font-size:12pt;
}
h5 {
	font-size:10pt;
}

/* Bildformatierungen */
.bildlinks {
	padding:7px 7px 7px 0px;
	margin:7px 7px 7px 0px;
	float:left;
	text-align:left;
}
.bildrechts {
	padding:7px 0px 7px 7px;
	margin:7px 0px 7px 7px;
	float:right;
	text-align:left;
}


/* Anordnung der Elemente */
#maincontainer {
	padding:0px 0px 0px 25px;
	width:18cm;
}
.navigation {
	display:none;
}
#breadcrumps {
	font-size:10px;
	text-align:left;
	border-bottom:solid 1px black;
	margin-bottom:20px;
	display:none;
}
#design {
	width:100%; 
}
#logo {
	width: 100%;
	text-align: center;
	margin:0px 0px 40px 0px;
}
#header {
	display:none;
}
#content {
	text-align:left;
}
#footer {
	display:none;
}
.field_heading {
}
.field_title {
}
input {
}
.text_captcha {
}
.captcha_expl {
}
