/*
 *  Created by
 * 		Cyprys Webbyrå 2006
 * 		Daniel Nibon 
 *  	daniel.nibon@cyprys.com
 *  	www.cyprys.com
 *	Used for
 *		www.aets.se
 */

body, td, th {
	font-family: arial;
	font-size: 10pt;
	color: #222;
	}
	
/* Headers */
h1, h2 {text-transform: uppercase;}
h1 {font-size: 110%;}
h2 {font-size: 100%;}

/* Links */
a, a:link, a:visited, a:active {color:#009;text-decoration:none;}
a:hover {text-decoration:underline;}
	
/* Page layout */ 
#pageWrapper {width:946px;}
#header {width:100%;float:left;background: url('/img/bgtop.png') left top no-repeat}	
#footer {width:100%;height:200px;float:left;background: url('/img/bgbottom.png') top no-repeat;}

/* Main content */
#contentWrapper {padding:30px 0; min-height:300px;background: url('/img/logo.png') right bottom no-repeat}
#content {width:397px;margin-left:32px;line-height: 150%;}

/* Main menu */
#navHem {width:59px;}
#navOversattning {width:107px;}
#navGranskning {width:127px;}
#navKorrektur {width:127px;}
#navDummy {white;width:82px;background: #B00 url('/img/bgred.png');padding: 10px 0;}
#navPris {width:107px;}
#navKontakt {width:127px;}
#navOm {width:107px;}
#navDummy2 {margin-right:0;width:71px;padding: 10px 0;background: #B00 url('/img/bgred.png');}

.mMenu {
	font-size: 8pt;
	display:block;
	margin: 0; padding: 0;
	margin-top:147px;
	color: #FFF;
	list-style-type: none; 
	list-style-image: none;
	}
.mMenu li {
	display:block;
	float:left;
	text-align:center;
	width:116px;
	margin-right:4px;
	}
.mMenu li a,
.mMenu li a:link,
.mMenu li a:visited, 
.mMenu li a:active {
	display:block;
	color: #FFF;
	background: #B00 url('/img/bgred.png');
	padding:10px 0;
	text-decoration:none;
	font-weight: bold;
	text-transform: uppercase;
	}
.mMenu li a:hover {text-decoration:underline;}

/* Contact table */

#contact {margin:10px 0;}
#contact th {text-align:left;font-weight:bold;width:150px;}
