
/*Contact-Layout*/

img.contact_imagespacer
{
	/*normal*/
	visibility:hidden;
	border-width:0;
	margin:0;
	padding:0;
	width:2000%;
	/*debug*/
}

/*Sitzt direkt unter body und sorgt für Abstand zu den Bildschirmrändern*/
div.contact_container
{
	/*normal*/
	margin-left:0.0cm;
	margin-right:0.0cm;
	margin-top:1cm;
	padding:0px;

	max-width:800px;

	/*debug*/
	/*background-color: #f00;*/
}

/* Der Bereich, in dem die beiden Spalten (links Inhalt, rechts Menüs) eingeschlossen sind */
div.contact_structure
{
	/*normal*/
	clear:left;
	border-left-width:2px;
	border-right-width:2px;
	border-top-width:0px;
	border-bottom-width:2px;
	border-color:#b5b5b5;
	border-style:solid;

	padding-left:20px;
	padding-right:20px;
	padding-bottom:34px;
	/*debug*/
	/*workaround*/
	background-color: #fff; /*dem IE6 zuliebe, der sonst aus irgendeinem Grund den Rahmen utnerbricht!*/
}

/*linker Block, wo Titel und sowas dargestellt wird*/
div.contact_titleblock
{
	/*normal*/
	
	
	vertical-align:top;
	padding-top:0.5cm;

	border-width:0;
	/*debug*/
	/*background-color:#f00;*/
	
}

/*hier wird autor, änderungsdatum usw. dargestellt*/
div.contact_infoblock
{
	/*normal*/
	
	

	text-align:right;

	border-width:0;
	/*debug*/
}

p.contact_name
{
	color : #031355;
	font-size : 18px;
	text-align:left;
	font-weight : bold;
	margin: 0;
	margin-bottom:5px;
	padding: 0;
}

p.contact_position
{
	color : #031355;
	font-size : 13px;
	text-align:left;
	font-weight : bold;
	margin: 0;
	margin-bottom:5px;
	padding: 0;
}

/*hier steht der eigentliche text*/
div.contact_text, div.contact_text
{
	/*normal*/
	clear:both;

	border-width:0;
	padding-top:20px;
	padding-left:0.5cm;
	padding-right:0.5cm;
	/*debug*/
	/*background-color:#f00;*/
}

/*Block, in dem die Adresse steht */
div.contact_address
{
	border-width:1px;
	border-style:solid;
	border-color:#fff;
	background-color:#e8e8e8;
	padding:0.125cm;
}

/*Block, in dem Telefonnummern usw. stehen*/
div.contact_tele
{
	border-width:1px;
	border-style:solid;
	border-color:#fff;
	background-color:#e8e8e8;
	padding:0.125cm;
}

/*Kleiner Knubbel mit Haus drauf in Adressblock*/
span.marker
{
	float:right;
}

/*Email-eingabeform*/
form.form-validate
{
	border-width:1px;
	border-style:solid;
	border-color:#fff;
	margin-top:1cm;
}

form.form-validate input
{
	
	
	margin:2px;
}

form.form-validate label
{
	display:inline-block;
	width:150px;
	margin:2px;
	vertical-align:top;
}

form.form-validate textarea
{
	margin:2px;
	width:200px;
	height:150px;
}

form.form-validate button
{
	margin:2px;
}

