/*Site layout */
 html,body {
	margin: 0;
	padding: 0;
	background: #ad9981;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ad9981;
}

 a:link {
	color: #ad9981;
}
 a:visited {
	color: #ad9981;
}
 a:hover {
	color: #ad9981;
}
 a:active {
	color: #ad9981;
}

 table {
	width: 100%;
	height: 100%;
}

 td.tablelayout {
	vertical-align: middle;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ad9981;

}
table, td {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ad9981;
}

 div {
/*	border: 1px solid #000000;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ad9981;
}

 div.container {
	position: relative;
	vertical-align:middle;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 600px;
}

/*Main layout */
div.menu {
	position: relative;
	top: 200px;
	left: 10px;
	height: 190px;
	width:450;
}

div.logo {
	position: relative;
	left: 250px;
	top: -150px;
	heigth: 170px;
	width: 170px;
}

/*Portfolio layout */
div.portfolio {
	position: relative;
	top: 180px;
	left: 10px;
	height: 100px;
	width:750;
}

div.portfolio_buttons {
	position: relative;
	top: 190px;
	left: 10px;
	heigth: 170px;
	width: 600px;
}
/*CV layout */
body {
	background: #ad9981;
}
		
div.cv {
	position: relative;
	background-image: url('../images/layout/bg_cvtable.jpg');
	background-repeat:no-repeat;
	width: 450px;
	height: 575px;
	top: 15px;
	right: -175px;
}
			  
div.cvcontent {
	text-align:left;
  	font-family: arial;
	font-size: 11px;
	color: #ad9981;
/*	position: relative; */
	position: absolute;
	width: 275px;
	height: 555px;
	top: 5px;
/*	left: 33px; */
	left: 120px;
	padding-right: 2px;
	overflow-y: scroll;
}
div.buttons {
  	position: relative;
    top: -40px;
    left: -210px;
    width: 400px;
} 
			
/*Contactform layout */
div.contactform {
	 position: relative;
     background-image: url('../images/layout/bg_contacttable.jpg');
 	 background-repeat:no-repeat;
	 text-align:left;
	 padding-left:10px;
	 width: 380px;
	 height: 530px;
	 top: -181px;
	 left: 200px;
}

div.adresbox {
	 position: relative;
	 
     background-image: url('../images/layout/bg_contacttable_left.jpg');
	 background-repeat:no-repeat;
	 width: 100px;
	 height: 240px;
	 top: 58px;
	 right: 40px;
}
div.contact_buttons {
	position: relative;
	top: 545px;
	left: -190px;
	heigth: 100px;
	width: 450px;
}





