@charset "utf-8";
/* CSS Document */

div.Header {
	width:720px;
	height:190px;
	background:url(../images/05_gh_header.jpg) top left no-repeat;
	}

div.Right { display:none; }

div.Center { width:415px; }

div.CenterArtikel table { border-collapse:collapse; }
div.CenterArtikel table tr td { border-bottom:1px dashed #666; padding:15px 0 15px 0;}
div.CenterArtikel table tr td img { border:1px solid #666; background:#FFF; padding:5px;}

/* =============================================================================================================================== */
/* ===================================== // Kontakt // ============================================================================ */
/* =============================================================================================================================== */

table.ctr_kontakt { width:100%; border-collapse:collapse; font-size:9pt; }

table.ctr_kontakt tr td { padding:2px 2px 3px 2px; vertical-align:top; }
table.ctr_kontakt tr td.links { width:150px;}

table.ctr_kontakt tr td.links span { margin-left:5px; display:inline-block; }

table.ctr_kontakt tr td input,
table.ctr_kontakt tr td textarea.mehrzeilig { border:1px solid #999; padding:1px; margin-left:5px; width:97%; }

table.ctr_kontakt tr td textarea.mehrzeilig { height:80px; overflow:auto; }

table.ctr_kontakt tr td input.senden {
	background:#fff;
	font-weight:bold;
	color:#9c0030;
	border:1px solid #999;
	font-size:9pt;
	padding:1px 4px 1px 4px;
	width:auto;
	float:right;
	}
/*  ===================================== // Ende - Kontakt // ==================================================================== */


