/* Main
----------------------- */
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body, th, td, input, textarea, select {
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    font-size: 13px;
}

/* Links
----------------------- */
a:link, a:visited {
    color: #ee005f;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #c4165c;
    text-decoration: underline;
}

/* Block & shit
----------------------- */
#mainPage {
    background-color: #fff;
    text-align: center;
}

#mainCenterColumn {
    margin: 0 auto;
    margin-top: 30px;
    width: 700px;
    background-color: #fff;
    text-align: left;
}

#mainContent {
    margin-top: 40px;
    margin-bottom: 40px;
}

#navigation {
    width: 100%;
    margin-bottom: 30px;
}

#navigation a:link, #navigation a:visited {
    color: #999;
}

#navigation a:hover {
    color: #666;
}

#contentLeft {
	min-height: 400px;
}

#contentRight {
	min-height: 300px;
	float: right;
    width: 200px;
    padding-top: 3px;
    padding-left: 20px;
    padding-bottom: 20px;
}

#footer {
	clear: both;
    margin-top: 20px;
    font-size: 10px;
    vertical-align: bottom;
}

.menu {
    width: 100%;
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px;
    overflow: hidden;
    list-style: none;
}

.menu li {
    float: left;
    padding: 0px;
    margin: 0px;
    margin-right: 10px;
}

.menu li a {
    display: block;
    padding: 3px 0px;
    border-bottom: 5px solid #eee;
}

.menu li.selected a {
    border-bottom: 5px solid #aaa;
}

.menu li a:hover {
    border-bottom: 5px solid #666;
    text-decoration: none;
}

/* Rubriker etc
----------------------- */
h1, h2, h3, h4, h5, h6 {
    font-family: Arial Black, Sans Serif;
    font-weight: normal;
    color: #999;
    margin-top: 30px;
	line-height: 0.8em;
}

h1 {
    letter-spacing: -3px;
}

h4, h5, h6 {
    margin: 0px;
    margin-top: 10px;
    margin-bottom: 3px;
    letter-spacing: -1px;
}

h1 { font-size: 48px; }
h4 { font-size: 30px; }
h5 { font-size: 26px; }
h6 { font-size: 20px; }


/* Stilmallar
----------------------- */
.caption {
    font-family: Georgia, Times New Roman, Times, Serif;
    font-size: 18px;
    margin-bottom: 15px;
}


.headlineSmallText {
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    font-size: 11px;
    margin-top: 25px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.headline {
    margin-top: 0px;
    margin-bottom: 20px;
}

.rightcolText {
    font-size: 10px;
}

/* Hacks
----------------------- */
.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
}

p {
    margin-top: 0px;
}

form {
    margin: 0;
    padding: 0;
}

/* Legacy stuff
---------------------- */
.newitem {
    margin-bottom: 15px;
}

.newshead {
    margin-bottom: 3px;
}

.newshead, .newshead a {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
}

.newshead a:hover {
    color: #c4165c;
    text-decoration: none;
}


