
/*************************************

 CSS för Hemsidan.com
 Ej optimerad
 
*************************************/


/*************************************
 General stuff
*************************************/

* {
margin:0;
padding:0;
border-color: #CCC; 
}

body {
margin:0;
padding:0;
background-image:url(../graphics/backgrounds/green_stripes.png); 
background-position:center;
background-attachment:fixed;
font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif; color:#202020;
}

a img { 
border:none; 
}

p, h1, h2, h3, h4, td, span {
margin:0; padding:0;
line-height:1.4em;
}

h3, h2 {
margin-bottom:5px;
}

h1 {
font-size:2em;
}

h2 {
min-height:28px;
font-size:1.5em;
}

h3 {
min-height:28px;
font-size:1.2em;
}

h4 {
font-size:1em;
}

hr {
border:1px solid #CCC;
}

p img, p span, h2 span, h2 img, h3 span, h3 img, p input, h1 img, h4 img, h4 span, li img, li span, h3 input, h3 select { 
vertical-align: middle; 
}

h4 span.normal { 
vertical-align:inherit; 
}

a { 
text-decoration: underline; 
color:#090; font-weight:bold
}

a:hover {
text-decoration: none; 
}

table td h4 a, table td h4 a:hover  { 
color: #202020;
}

input, select, textarea {
padding:2px;
font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif; color:#202020;
}

input.button {
border:0;
padding:0;
background-color:;
}

select {
padding:2px 0;
}

table {
width:100%;
}

table td {
padding:4px 11px 4px 7px;
vertical-align:top;
/*border-left:1px solid #F2F6F6;*/
}

table tr.tbl_head td {
background-image:url(../graphics/backgrounds/tbl_head_seperator.png);
background-position:top left;
background-repeat:no-repeat;
padding-top:4px;
border:0;
}

table tr.tbl_head td.last, table tr.tbl_head td.first {
background-image:url(../graphics/backgrounds/none.png);
background-repeat:no-repeat;
border:0;
}

table td.last {
text-align:right;
padding-right:6px;
}

table tr.filled {
background-color:#F2F6F6;
}

table tr.fill:hover, table tr.filled:hover {
background-color:#D4EEC9;
}

table tr.filled2 td {
background-color:#F2F6F6;
}
