/* ---------- Allgemein ---------- */
html, body
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
body
{

}
frame{
    border: none;
	border-style: hidden;
}
frameset{
    border: none;
	border-style: hidden;
}
frameborder {
 border: none;
 border-style: hidden;
}
body, table, input, textarea
{
	font-family :Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5E5E5E;
}

a, a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5E5E5E;
	text-decoration : none;
}
a:active, a:hover
{
	color: #3565A9;
	text-decoration: underline;
}

/* ---------- Rand vom Frameset ---------- */
body.rand
{
	background-color: #848484;
}
body.top2
{
	background: #d3d3d3 url(pic/hgtop2.gif) repeat top left;
}
body.logo
{
	background: #d3d3d3 url(pic/hglogo.jpg) no-repeat top left;
}
body.top
{
	background: #d3d3d3 url(pic/top.jpg) no-repeat top left;
}
table.top_hintergrund
{
	width: 100%;
	height: 100%;
	border: 0;
	border-collapse: collapse;
	padding: 0;	
}
table.top_hintergrund td.hg
{
	background: url(pic/hgtop.jpg) top right no-repeat;
}

/* ---------- Menue ---------- */
body.menue
{
	background: #dfdfdf url(pic/hgmenue.gif) no-repeat top right;
	background-attachment: fixed;
}
table.menuetabelle
{
	width: 100%;
	height: 100%;
	border: 0;
	border-collapse: collapse;
	padding: 0;
}
table.menuetabelle td
{
	font-weight: bold;
	vertical-align: middle;
	border-collapse: collapse;
	padding: 3px 0 0 0;
}

/* ---------- Startseite/Inhaltsseiten ---------- */
body.start
{
	background: #EFEFEF url(pic/hg.gif);
	background-attachment: fixed;
}
table.start_hintergrund
{
	width: 100%;
	height: 100%;
	border: 0;
	border-collapse: collapse;
	padding: 0;	
}
table.start_hintergrund td.hg
{
	background: url(pic/hgstart.jpg) top left no-repeat;
	background-attachment: fixed;
}

.ueberschrift
{
	font-size : 20px;
	color : #3565A9;
	line-height:25px;
	font-weight:bold;
}
.ueberschrift1
{
	font-size : 16px;
	font-weight:bold;
	text-align:center;
	color : #3565A9;
}
.ueberschrift2
{
	font-size : 14px;
	font-weight:bold;
	color : #3565A9;
	padding-left:7px; 
}
.textfeld
{
	color : #3565A9;
	border: 1px solid #5E5E5E;
	width: 210px;
	height:22px;
}
.textarea
{
	font-size : 12px;
	color : #3565A9;
	border: 1px solid #5E5E5E;
	width: 400px;
	height:70px;
}
.button
{
	font-size : 12px;
	color : #3565A9;
	font-weight:bold;
	border: 1px solid #5E5E5E;
	width: 100px;
	background-color:#CCCCCC;
	height:24px;
}




/* ---------- Kontaktformular ---------- */

.stopfloat
{
	display: block;
	float: none;
	clear: both;
	height: 1px;
	font-size: 0px;
	line-height: 0px;
}
.bold
{
	font-weight: bold;
}
.hinweis, .hinweis a
{
	font-size: 10px;
}

form
{
	padding: 0;
	margin: 0;
}
 
fieldset
{
	width: 90%;
	padding: 0 10px;
	margin: 10px 0 30px 0;
	border: 0;
}
legend
{
	display: none;
}

p.formular
{
	margin: 3px 0 3px 30px;
	border: 0px solid red;
}

label.bezeichnung
{
	display: block;
	float: left;
	width: 120px;
	font-weight: bold;
	text-align: left;
	padding: 0 10px 0 0;
}

.eingabefeld
{
	background-color: #fff;
	border: 1px solid #5e5e5e;
	max-width: 210px;
    float: left;
    width: 210px;
	margin: 0;
	padding: 2px;
}
.eingabefeldklein
{
	background-color: #fff;
	border: 1px solid #5e5e5e;
	width: 40px;
}

textarea
{
	background-color: #fff;
	border: 1px solid #5e5e5e;
	height: 80px;
	width: 400px;
}

.button1
{
	background-color: #ccc;
	border: 1px solid #5e5e5e;
	color: #3565A9;
	font-weight: bold;
	margin: 2em 0 0 13em;
	padding: 3px 8px;
	float: left;
}

.feldsf /* feld, das versteckt wird, als Bot-Schutz */
{
	display: none;
}
.imgsf /* img als Bot-Schutz */
{
	text-align: center;
	vertical-align: text-bottom;
}

.sternchen /* Pflichtfeld-Sternchen in allen Formularen */
{
	color: #093;
}

.errorfeld,
textarea.errorfeld /* fehlerhafte Felder in Formularen */
{
	background-color: #fff;
	border: 1px solid #093;
}

.errortext
{
	color: #093;
	font-size: 12px;
	font-weight: bold;
}
