﻿html, body, div, input, select, textarea, span, td, iframe
{
        font-family: 'Lato', arial, helvetica, sans-serif; 
        font-size: 15px;
        line-height: 18px;
}

.iseboxwrap{ float:left; }
/* HELA HEMLIGHETEN MED ATT SÄTTA BAKGRUNDSFÄRG PÅ EDITORN!, WRAPPA DEN I iseboxwrap och sedan ärvs färgen till table td iframe då det är den enda */
/*.iseboxwrap table td iframe{background-color:#fff;}*/


/* sätter upp default för det css resetten totalt har skurit ned */
*                           {padding:0; margin:0; line-height:1.3em;}
i               			{font-style:italic;}
b               			{font-weight:bold;}
u               			{text-decoration: underline;}
dt, dd          			{display:block; float:left;}
dt              			{clear:both;}
p, ul, ol, li, span 	    {font-size:15px;}
li              			{margin-bottom:0px;}
ul              			{margin-left:20px;list-style-type: square;}
ol              			{margin-left:20px;list-style-type:decimal;}
hr, .hr         			{height: 1px; border: none; color: #353535;background-color: #353535; margin-top:15px; margin-bottom:15px;}
textarea        			{font-family: 'Lato', sans-serif, Arial, Helvetica; font-size: 14px;}
select          			{font-family: 'Lato', sans-serif, Arial, Helvetica; font-size: 14px;}	
span            			{font-family: 'Lato', sans-serif, Arial, Helvetica;}
ul, li, ol
{
	/*font-size:14px;*/
	}
	

a:link        	{ text-decoration: none; font-weight: normal; color: #A72C16; }
a:visited     	{ text-decoration: none; color: #A72C16; font-weight: normal; }
a:hover       	{ text-decoration: none; color:#520701;}
a:active	    { color: #A72C16; text-decoration: none;}



.twitter-wrap a { color: #aaa;}
.twitter-wrap a:hover { color: #fff;}

/*#bgtexter a { color: #aaa;}*/
#bgtexter a:hover { color: #fff;}

#bgtexter, #bgtexter a     {font-size:11px;
	            line-height:24px;
	            color:#aaa;
	            text-transform: uppercase;}
	            

/*.infobox{border: 1px solid #434343; border-radius:4px; padding:20px; background-color:#000000;}*/

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Syncopate', sans-serif, Arial, Helvetica; 	
}
h1, .h1 
{
    clear:both;
	font-size:24px;
	line-height:30px;
	font-weight: normal;
	color:#000;
	margin-bottom:20px;
	text-transform:uppercase;
}

h2, .h2
{
	font-size:28px;
	line-height:30px;
	color: #000;/*#e81b23;*/
	font-weight:normal;
	margin-bottom:3px;
}
h3,.h3 {
	font-size:20px;
	line-height:24px;
	color:#000;/*#e81b23;*/
	font-weight:normal;
	margin-bottom:3px;
}
h4,.h4 {
	font-size:14px;
	line-height:20px;
	color:#000;
	font-weight:100;
	margin-bottom:3px;
    }
h5, .h5{
	font-size:11px;
	line-height:24px;
	color:#000;
	text-transform: uppercase;

    }
h6, .h6{
	font-size:11px;
	font-style:italic;
	line-height:14px;
	color:#000;
	margin-bottom:3px;
    }    
    
   
/* inputs */
input[type="button"], input[type="submit"]
{
    height:24px;
    line-height:15px;
    padding-left:10px;
    padding-right:10px;
    border: 1px solid #777;
    background-color:#eee;
    border-radius:3px;
    }
input[type="button"]:hover, input[type="submit"]:hover 
{
    border:1px solid #000;
    background-color: #eee;
    }
       
input[type="text"], select, textarea{border:1px solid #aaa; border-radius:5px; padding-left:4px;}
input[type="text"]{height:24px; line-height:24px;}
textarea{padding-top:4px;}
    
    
/* OVERRIDES FROM ABOVE / PREVIOUS FONT SETTINGS */    
.page_start h1 {font-size: 40px; line-height:40px;}
.page_start {font-size: 30px; line-height:40px;}    
.page_start a{color:#000;}


.ddwrapper select
{
    font-family: 'Syncopate', sans-serif, Arial, Helvetica; 
    display:block;
    vertical-align: middle;
	font-size:12px;
	line-height:20px;
	color:#444;
	text-transform: uppercase;
	padding-top:2px;
    }
    
