body {margin:0px;}
#logo {background: url('img/logo1.jpg') no-repeat; background-size:100%; width:98%; height:240px; margin:0; 
	padding:10px; color:white; font-size:26pt; text-align: right; text-shadow: 20px 8px 9px black;}

#foto {float:left;width:160; margin-top:-5px;border-color: #ffffff; border-width: 2px;}

#name {font-size:30pt; text-shadow: 20px 8px 9px black;}

#deviz {font-size:12pt; margin-top:95px; text-shadow: none;}

#main_menu {list-style: none; margin: 0; display: flex; font-size: 16pt; }
#main_menu li:hover {background-color: #97c8df;}

//#left_menu {margin:10px; width:15%; float:left; background-color: #97c8df;}
#left_menu {margin:10px; width:15%; float:left; }

.left_menu_item {border: 1px solid black; margin:1px; padding:1px; cursor:pointer; transition: .3s linear;}
.left_menu_item a {text-decoration: none}
.left_menu_item:hover {background-color: #97c8df;}

// #main {background-color: #97c8df; float:right; width:70%; }
 #main {margin-left:16%;margin-right:10px;}

#footer {position: absolute; bottom:5px; margin:5px;}

