/* ====================================================================
 * Stylesheet für den aufklappendnen Teil der Internetseite des 
 * Stuckateurbetriebs Widenhorn, auf widenhorn-online.de.
 * Datei: sub.css
 * Datum: 10.11.2014
 * Autor: Matthias Stefan
 * ==================================================================*/
  @font-face {
   font-family: Vollkorn;
   local: Vollkorn;               
   src: url(\../fonts/Vollkorn-Regular.ttf);
   }
	*{
		padding: 0;
		margin: 0;
	}
	body{
		background-color: #EEE;
	}
	br.clear{
		clear:both;
	}
	a{
	font-weight: normal;
	color: #555;
	text-decoration: none;
	}
	a:hover{
		text-decoration: underline;
	}
/************************Solo Pic**************************************/
	div.solo_pic
	{
		text-align: center;
		margin: 10px;
		
	}
	div.solo_pic p{
		background-color: #CCC;
		border: 2px;
		border-radius: 3px;
		padding: 2px;
	}
	div.solo_pic img{
		max-width: 420px;
	}
/**********************Pictures with Description***********************/	
	div.pict_desc{
		padding: 15px;
	}
	div.pict_desc h1{
		font-size: 150%;
	}
	div.pict_desc br{
		margin-bottom: 10px;
	}
	div.pict_desc img{
		float: right;
		margin-left: 40px;
		margin-bottom: 20px;
	}
	div.pict_desc p{
		line-height: 1.2;
		text-align: justify;
	}
	div.pict_desc li{
		margin-left: 15px;
	}
/*************************Map******************************************/
	div.solo_pic.map img{
		max-width: 900px;
	}
	div.copyright{
		background-color: white;
		float: right;
		margin-right: 5px;
	}
	div.copyright p{
		font-size: 80%;
		padding:2px;
	}
