@charset "utf-8";
/* CSS Document */

html{
	height:100%;
	overflow:auto;
	padding:0;

}

body{
height:100%;
width:100%;
margin:0;
font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
font-size:11px;
background-color:#8b8f90;
}

body#guestbook{
background-color:#f9f9f9;
}

h2 {
	color:#000;
	background-color:#f2f2f2;
	font-size:11px;
	padding:2px 2px 2px 5px;
	margin:0px;
}	

h1 {
	color:#000;
	background-color:#f2f2f2;
	font-size:14px;
	padding:2px 2px 2px 5px;
	margin-bottom:15px;
}	

a:link, a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: underline;
	}

/*home*/
.item{
	float:left;
	padding:0px;
	margin-top:25px;
	margin-left:25px;
	background-color:#FFFFFF;
}
.itemthumb{
	float:left;
	width:128px;
	height:128px;
	background-image:url(../../../Gregor/Diego%20Gregor/web-content/media/imgthumb.jpg);
	background-repeat:no-repeat;
}

.itemthumb img {
	border: 1px solid #ccc;
	margin: 2px 6px 6px 2px;
}

.discription{
	float:right;
	width:490px;
	margin: 0px 0px 0px 10px;
	
}
.discription p{
	margin: 5px;
	padding-left: 0px;
	padding-right: 0px;
	text-align:justify;
}

/*photogallery*/

#photos {
	position:absolute;
	width:650px;
	left:25px;;
	top:20px;

}
.thumbnail {
	float:left;
	width: 102px;
	height: 102px;
	margin:7px;
	background-image:url(../../../Gregor/Diego%20Gregor/web-content/media/img.jpg);
	background-repeat:no-repeat;
}

.thumbnail img {
	border: 1px solid #ccc;
	margin: 3px;
}	


/*links*/
#links {
	position:absolute;
	width:650px;
	left:25px;
	top:20px;
}

.linkthumb{
	float:left;
	width:128px;
	height:128px;
	margin: 16px 15px 20px 15px;
	background-image:url(../../../Gregor/Diego%20Gregor/web-content/media/linkthumb.jpg);
	background-repeat:no-repeat;
	text-align:center;
}

.linkthumb img {
	border: 1px solid #ccc;
	margin: 2px 6px 6px 2px;
}	

.clearboth { 
	clear: both; 
}

/*Guestbook*/
#iframe {
	position:absolute;
	height:100%;
	width:100%;
}
.gb_content{
	margin-bottom: 6px;
	line-height: 1.2em;
}

.gb_content table p{
	margin: 0px;
}

.homepage{
	font-size:11px;
}

.message{
	font-size:11px;
}
.seperate {
	border-top:1px dashed;
	padding:0px;
	margin: 0px;

}

.date{
	font-size:10px;
	color:#666666;
}

.copyright {
	font-size:9px;
	color:#999999;
}

.error{
	color:#8D0104;
	font-weight:900;
}
#gb td{
	padding:4px;
}

/*contact*/
#contact {
	position:absolute;
	width:650px;
	left:25px;
	top:20px;
}

.address {
	float: left;
	width: 210px;
	margin: 0px 6px 10px 0px;
	padding-bottom:8px;
	line-height: 1.2em;
}

.address p, .form p  {
	margin: 4px;
	padding-left: 8px;
}

.form{
	width: 375px;
	margin: 0px 6px 10px 5px;
	line-height: 1.2em;
	float:right;
	
}
.field, .button {
	background-color:f2f2f2;
	border: 1px solid #ccc;
	margin-top: 0;
	font-size: 11px;
}

.error{
	color:red;
}


/*LAYOUT*/
#page{
position:relative;
width:700px;
height:100%;
margin:auto;
background-color:#f9f9f9;
}

#header{
position:absolute;
width:100%;
height:206px;
top:0px;
}

#footer{
position:absolute;
bottom:0px;
width:100%;
height:166px;
}

#content{
position:absolute;
width:100%;
top:206px;
bottom:166px;

overflow:auto;

}

#left{
position:relative;
top:0px;
left:50%;
margin-left:-492px;
width:142px;
height:100%;
background-color:#8b8f90;
float:left;
}

#top{
position:absolute;
width:100%;
height:206px;
top:0px;
background-image:url(../../../Gregor/Diego%20Gregor/web-content/media/top.jpg);
}

#bottom{
position:absolute;
width:100%;
height:166px;
bottom:0px;
background-image:url(../../../Gregor/Diego%20Gregor/web-content/media/bottom.jpg);
}
