/****************************
*MYWEB FULLMAN*
*****************************/

/****************************************
*   Font
*****************************************/

/****************************************
*   General
*****************************************/
body {
	background-color: #fff;
	color: #000;
	margin: 0;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style-position:inside;
	margin-left:50px;
}

p  {
	max-width:1000px;
	margin-left:50px;
}

h1 , h2 {
	margin-left:50px;
	color:#000;
}
/****************************************
* My header
*****************************************/
header {
	padding-top:10px;
	color: #fff;
	background-color: #000;
	overflow: auto;		
}

header h1 {
	font-size: 3em;	
    line-height: 0.3;
    color: #fff;
}

header h2 {
	font-size: 2em;
    font-weight: normal;
    line-height: 0.3;
    color: #fff;
}

/****************************************
* My body
*****************************************/

#fotowithtext {
	height:330px;
	font-size: 1.2em;
	overflow:auto;
	border-bottom:2px solid #000;
}

#fotowithtext .foto {
	width:227px;
	height:230px;
	margin:50px;
	float:left;
}

#fotowithtext .text {
	max-width:900px;
	margin:50px;
	padding-top:80px;
}

/****************************************
* Foto gallery
*****************************************/

#fotogallery{
	max-width:1000px;
	overflow:auto;
	margin-left:50px;
}

#fotogallery .pic {
    margin: 10px;
    border: 1px solid #ccc;
    float: left;
    width: 180px;
}

#fotogallery .pic:hover {
    border: 1px solid #777;
}

#fotogallery .pic img {
    width: 100%;
    height: auto;
}

#fotogallery .leg {
    padding: 15px;
    text-align: center;
}

/****************************************
* Footer
*****************************************/

footer {
	padding: 0 0 0 50px;
	margin-top: 30px;
	margin-bottom: 25px;
	color: #8a8a8a;
	border-top: 2px solid #000;
	position: static;
}

footer img {
	padding: 15px 5px 0px 5px;
}

#copyright {   
	padding-top: 20px;
	float:left;
}

#icons {
	width:300px;
	margin:auto;	 
}