body {
	padding: 0;
	margin: 0;
	
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
}


/* ALLGEMEINE DEKLARATIONEN */

/* absaetze */ 
p {
	margin: 0 0 8px 0;
}

/* links */
a {
	color: #000;
}

/* kein rahmen um bilder */
img {
	border: 0;
}

/* keine abstaende um formulare */ 
form, input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

/* keine abstaende bei ueberschriften */
h1, h2, h3 {
	margin: 0;
	padding: 0;
}


/* HEADER */

#head {
	display: none;
}

/* CREDITS */
#credits {
	display: none;
}

/* MENUE RECHTS OBEN */

#head_menu {
	display: none;
}

/* HAUPTMENUE */

#main_menu {
	display: none;
}

/* HAUPTCONTENTBEREICH */

#main {
	width: 625px;
	position: absolute;
	left: 0px;
	top: 0px;
}

/* ueberschriften */
#main h2 {
	color: #417BB5;
	font-size: 11px;
	line-height: 14px;
}

/* ist auch fuer lead-absaetze */
#main h3 {
	color: #417BB5;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 16px 0;
	font-weight: normal;
}

/* fuer suchergebnisse */
#main h4 {
	margin: 16px 0 0 0;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
}

/* SUBMENUE LINKE SPALTE */

#subnav {
	display: none;
}


/* TEXT IN RECHTER SPALTE */

#text {
	width: 400px;
	float: left;
	margin-bottom: 50px;
}

div.lang_sel {
	display: none;
}

/* listen im text */
#text ul {
	margin: 16px 0 16px 0;
	padding: 0 0 0 20px;
}

#text ul li {
	margin: 0 0 8px 0;
}

td.left {
	color: #417BB5;
	text-align: left;
}

td.right {
	text-align: right;
}

/* CONTENTBLOCK */

img.contentblock {
	width: 200px;
	height: 90px;
	float: right;
    margin: 0px 0px 10px 10px;
}

p.contentblock {
    margin: -8px 0px 0px 0px;
	text-align: justify;
}

p.contentblock1 {
	text-indent: 20px;
}

li.contentblock {
	text-indent: 15px;
	background: url("../images/form_req.gif") 0px 2px no-repeat;
	list-style-type: none;
}

/* FUSSZEILE */

a.toplink {
	display: none;
}

#foot {
	display: none;
}


#foot_image {
	display:none;
}
/* SITEMAP-LISTEN */

/* floaten nach links, dh bei haelfte eine neue liste beginnen */
ul.sitemap {
	float: left;
	width: 300px;
	clear: none;
	list-style: none;
	margin: -20px 10px 0 0;
	padding: 0;
}

ul.sitemap li {
	width: 100%;
	font-weight: bold;
	float: left;
	margin: 0 0 12px 0;
	padding: 0;
}

ul.sitemap li ul {
	float: left;
	list-style: none;
	margin: 8px 0 0 0;
	padding: 0;
}
	

ul.sitemap li ul li {
	width: 250px;
	padding: 0 0 0 20px;
	font-weight: normal;
	margin: 0 0 12px 0;
}

/* KONTAKT */

#text form {
	color: #417BB5;
	margin: 16px 0 0 0;
}

#text form a {
	color: #417BB5;
	text-decoration: none;
}

#text form a:hover {
	text-decoration: underline;
}

input.req {
	border: 1px solid #417BB5;
	background: #DAE6F1;
}

textarea {
	border: 1px solid #417BB5;
}

/* fuer "required" */
p.info {
	margin: 16px 0 0 0;
	width: 30%;
	float: left;
	padding: 0 0 0 15px;
	background: url("../images/form_req.gif") 0px 2px no-repeat;
}

p.submit {
	margin: 16px 0 0 0;
	width: 30%;
	float: right;
	text-align: right;
	color: #FFF;
}

input.submit {
	color: #417BB5;
	background: #FFF;
}

/* EMPFEHLUNGSFORMULAR */

#mail body {
	background: #FFF;
}

#mail form {
	color: #417BB5;
	margin: 16px 0 0 10px;
}

#mail h2 {
	color: #417BB5;
	font-size: 11px;
	line-height: 14px;
}
