/* 
	CSS Document 
	Entrack Norge
*/

body { margin : 0; padding : 0; background : #fff url(../images/bg_body.png) top center repeat-x; }

/*------------------------- Text formatting */

h1 { font : normal 25px/18px "Trebuchet MS"; color : #a50000; margin : 0 0 1em; }
h2 { font : normal 20px/18px "Trebuchet MS"; color : #a50000; margin : 0 0 1em; }
h3 { font : normal 16px/18px "Trebuchet MS"; color : #a50000; margin : 0 0 1em; }

p, 
td p, 
td,
li,
input.contact,
textarea.contact { font : normal 14px/17px Arial; }

p { margin : 0 0 1em 0; }
a { text-decoration : underline; color : #bc1111; }
a:hover { text-decoration : none; color : #bc1111; }

div#maindocument img, div#maindocument a img { border: 1px solid #d7d7d7; }

div#tagmark a { text-decoration : none; color : #ccc; }
div#tagmark a:hover { text-decoration : none; color : #bc1111; }

/*------------------------- Containers */

div#wrap { width : 860px; padding : 0 20px; margin : 0 auto; background : url(../images/bg_wrap.png) top center no-repeat; }
div#header { width : 860px; height : 225px; }
div#nav { width : 860px; height : 40px; background : url(../images/bg_nav.png); }
div#content { width : 820px; padding : 40px 20px; text-align : justify; }
div#footer { width : 860px; padding : 20px 0; text-align : center; font : normal 11px/15px Tahoma; border-top : 1px solid #ccc; }
div#tagmark { text-align : center; }
div#superlogin { background-color : #fff; }

div#tagmark img { margin: 0 4px -5px; }
div#tagmark a { margin-top: -4px; }

/*------------------------- Contact form */

td.contact { margin : 0; padding : 0; }
input.contact, textarea.contact { padding : 2px; border : 1px solid #000; background-color : #fff; }

