﻿Body
{
	font-family: Palatino Linotype;
	letter-spacing: 1px;
	word-spacing: 1px;
	font-size: 12px;
	color: #bbbbbb;
    padding: 0px;
    margin: 0px;
    background:  #000000 url(/img/BG/Content.png) repeat-y center;
}

a
{
	color: #bbbbbb;
	text-decoration: none;
}

    a:hover 
    {
        color: #ffffff;
        text-decoration: none;
    }
    
    a img { border: 0px; }

H1
{
	display: inline;
    margin-left: 20px;
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
}

p { margin: 0px; }

hr
{
    border: 0px;
    border-bottom: solid 1px #333333;
    height: 0px;
}

/*-----------------------------------Forms--------------------------------------------*/
/* type="file" går inte att styla. Dölj => text */
/* type="submit" har ingen paddning */
input[type="text"], input[type="password"], textarea, input[type="submit"], input[type="file"]
{
    margin: 0px;
	padding: 4px;
	border: 1px solid #111111;
	background-color: #222222;
	font-family: Palatino Linotype;
	font-size: 12px;
	color: #bbbbbb;
}

textarea
{
	height: 100px;
	width: 300px;
}