/* Denna kod tar bort all margin och padding*/
* {padding: 0;	margin: 0;}

/* Det två raderna nedan ser till att font-size motsvarar 1em=10px och blir därför relativa värden om em används */
html {font-size: 125%;}
body {font-size: 50%;}

.hidden{display: none;}
body {margin: 0px; padding:0px;}
#wrapper {clear:none; margin: auto; padding: 0px; width: 860px; height:auto; padding-top:100px}

/*DIVAR*/
#sidebar {float:left; width:160px; height: 500px}
#products {float:left; width:220px; height: 500px; margin-left:20px; overflow:hidden}
#tools {float:left; width:220px; height: 500px; margin-left:10px; overflow:hidden}
#machines {float:left; width:220px; height: 500px; margin-left:10px; overflow:hidden}
#footer {float:left;; width:860px; height: 26px;}
#content {float:left; width:450px; height: 500px; margin-left:10px}
#productscontent {width:450px; height: 325px; margin-top:117px}
#toolscontent {width:450px; height: 125px; margin-top:317px}
#machinecontent {width:450px; height: 205px; margin-top:187px}
#aboutcontent {width:450px; height: 20px; margin-top:372px}
#contactcontent {width:200px; height: 315px; margin-top:145px; float:left}
#iframe {width:250px; height: 310px; margin-top:180px; float:left}


/*MENY*/
#homelink{margin-top:318px}
#contacthomelink{margin-top:383px}
#productlink{margin-top:3px; margin-left:10px}
#toollink{margin-top:3px; margin-left:10px}
#machinelink{margin-top:3px; margin-left:10px}
#aboutlink{margin-top:5px}
#contactlink{margin-top:5px}
#menulogo{margin-top:10px}



/*TEXTKODNING BÖRJAR HÄR!*/
a.menu {text-decoration:none;font-family:Georgia, "Times New Roman", Times, serif; font-size: 14px;; color:#666;}
a.presentmenu {text-decoration:none;font-family:Georgia, "Times New Roman", Times, serif; font-size: 14px; color:#000066;}
a.menu:hover {text-decoration:none; color:#000066;}
a img{border:none}
a img:active {text-decoration:none;}

a.submenu {font-family:Georgia, "Times New Roman", Times, serif; font-size: 12px; color:#666; text-decoration:none}
a.submenu:hover {text-decoration:none; color:#000066;}

a.submenupresent {font-family:Georgia, "Times New Roman", Times, serif; font-size: 12px; color:#000066; text-decoration:none}
a.submenupresent:hover {text-decoration:none; color:#000066;}

a.madeby {font-family:"Times New Roman", Times, serif; font-size:10px; color:#666; text-align:right; text-decoration:none}

a.contactlist {font-family:"Times New Roman", Times, serif; font-size:14px; color:#666; line-height:16px; margin-left:5px; margin-bottom:3px; margin-top:5px; text-decoration:none}
a.contactlist:hover {font-family:"Times New Roman", Times, serif; font-size:14px; color:#000066; line-height:16px; margin-left:5px; margin-bottom:3px; margin-top:5px; text-decoration:none}

a.productbanner {display:block; width: 220px; height: 550px;}
a.productbanner:hover {margin-left: -230px}

a.toolbanner {display:block; width: 220px; height: 550px;}
a.toolbanner:hover {margin-left: -230px}

a.machinebanner {display:block; width: 220px; height: 550px;}
a.machinebanner:hover {margin-left: -230px}

p {font-family:"Times New Roman", Times, serif; font-size:12px; margin-top:2px; color:#666; line-height:13px}
p.copyright {font-family:"Times New Roman", Times, serif; font-size:11px; color:#666; text-align:right}
p.list {font-family:"Times New Roman", Times, serif; font-size:13px; color:#666; line-height:14px; margin-left:5px; margin-bottom:9px}
p.customers {font-family:"Times New Roman", Times, serif; font-size:13px; margin-top:2px; color:#666; line-height:14px; margin-left:5px; margin-top:4px}
p.ingress {font-family:"Times New Roman", Times, serif; font-size:12px; margin-top:2px; color:#666; line-height:13px; margin-top:5px}
p.contactingress {font-family:"Times New Roman", Times, serif; font-size:15px; margin-top:5px; color:#666; line-height:13px;}
p.contactlist {font-family:"Times New Roman", Times, serif; font-size:14px; color:#666; line-height:16px; margin-left:5px; margin-bottom:3px; margin-top:5px;}

h1 {font-family:Georgia, "Times New Roman", Times, serif; font-size: 30px; color:#666; font-weight:normal; line-height:90%}
h2 {font-family:Georgia, "Times New Roman", Times, serif; font-size: 15px; color:#666; font-weight:normal; margin-top:2px; line-height:90%}
h3 {font-family:Georgia, "Times New Roman", Times, serif; font-size: 22px; color:#666; font-weight:normal; margin-top:5px}

