/* RESET */

@import "reset.css";

/* PNG FIX */

@import "png_fix.css";

/* BASE */

/* BASE FONT 12px W/BASELINE GRID 12px * 1.5 = 18px */
body { 
    font: 12px/1.5 Arial, Helvetica, sans-serif;
    color: #333;
}

ul { 
    list-style: none; 
}

/* BASIC FONT SIZES */
p, ul, ol, dl, table, address, blockquote, fieldset, pre, form div {
	font-size: 12px;
}

ul ul, ol ol, ul ol, ol ul, blockquote p {
	font-size: 12px;
}

/* HEADINGS */
/* Line height and margins adjusted to comply with 18px baseline grid */
h1 { 
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 18px; 
}
h2 { 
    font-size: 20px; 
    font-weight: bold;
    line-height: 36px; 
}

/* MARGINS */
p, ul, ol, dl, address, table, blockquote, pre, fieldset {
	margin-bottom: 18px;
}
form {
	margin-bottom: 18px;
}
ul ul, ol ol, ol ul, ul ol {
	margin: 9px 0 9px 0;
}

/* LINKS */

a {
    font-weight: bold;
    text-decoration: none;
    color: #921437;
    padding: 2px 0
}
a:hover {
    text-decoration: underline;
}

p#kva { font-size: 13px; }

.container { margin: 0 auto; width: 479px; text-align: center; }
#logo { float: left; margin: 160px 5px 0 0; border-bottom: solid 1px #fff; width: 100%; }
#logo h1 { background: transparent url(../images/logo_fargar.png) no-repeat 4px 0; height: 120px; text-indent: -999em; width: 465px; }
#content { font-size: 1.2em; padding: 10px 0 20px 15px; width: 500px; min-height: 300px; text-align: right;}
#info { margin-right: 55px; }
#kontaktinfo { margin: 1em 0; font-size: 12px;}


/* DEBUG */

.debug {
    background-image: url(../images/gridbg.gif);
}

