﻿.bodyLargeBackground
{
    background-image: url('Hemsidan_bakgrund.jpg');
    background-repeat: repeat;
    background-position: top left;
    background-color: #ffffff;
}

img
{
    border-width: 0px;
}

div#lineTop
{
    height: 110px;
}
div#mainWindow
{
    position: absolute;
    width: 1040px;
    min-height: 680px;
    top: 40px;
    left: 5%;
    background-color: #ffffff;
    overflow: visible;
    
    /* TODO: Ta bort denna: */
    border: 1px solid #cccccc;
   }
   
div#alfaLogo
{
    float: left;
    
    margin-top: 50px;
    margin-left: 32px; 
    width: 260px;
    height: 41px;
    
  /*
    margin-top: 29px;
    margin-left: 57px;
    width: 235px;
    height: 80px;
*/
}
div#mainHeading
{
    float: left;
    margin-left: 35px;
    margin-top: 53px; /*48px;*/
    font-family: Verdana; font-size: 20px; font-weight: normal;
}
div#lineContent
{
    position: relative;
    
    width: 1030px;
    margin-top: 20px;
    overflow:auto;
}
div#mainMenu
{
    float: left;
    position: relative;
    left: 65px;
    width: 220px;
    height: 100%;
}
div#mainTextContent
{
    position: relative;
    
    margin-left: 65px;
    width: 730px; /* 130+580px;*/
    float: left;
    border-left: 1px solid black;
    min-height: 500px;
    height: auto;
}
div.mainTextruta
{
    left: 65px;
    width: 580px;
    margin-top: 20px; 
    background-color: #ffffff;       
    height: auto;
    overflow: auto;
    min-height: 500px;
}

div.limitedMainTextruta
{
    width: 465px;    
}

div.mainTextruta#KopiaEllerOriginal
{
    background-image: url('skrivbord.png');
    background-position: bottom right;
    background-repeat: no-repeat;
}
div#contact
{
    margin-top: 10px;
    width: 870px;
    height: 30px;
    margin-left: 100px;
    font-family: Verdana; 
    font-size: 10px;
}


/* == MENU == */
div.menuLeft
{
    min-height: 100%;
    height: 100%;
    float: left; 
    width: 200px; 
    padding-right: 15px; 
    text-align: right; 
    line-height: 25px;
    vertical-align: middle;
}
div.menuLeft img
{
    /*margin-bottom: 4px;    */
}
div.menuRight
{
    float: left;
    height: 360px; 
    width: 130px; 
    padding-left: 15px; 
    text-align: left; 
    vertical-align: middle; 
    line-height: 15px;
}


/* == FONTS == */
.fontMenuLarge
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    line-height: 230%;
    vertical-align: bottom;
}
.fontMenuSmall
{
    font-family: Verdana;
    font-size: 10px;
    line-height: 15px;
}
.grayFont
{
    color: #A7A7AB;
}
.blackFont
{
    color: #000000;
}
.fontTextLarge
{
    font-family: Verdana;
    font-size: 14px;
    text-transform: uppercase;
}
.fontText, .mainTextruta
{
    font-family: Verdana;
    font-size: 10px;
}
a, a:active, a:link, a:visited, a:hover, a:focus
{
    text-decoration: none;  
    color: #336699;
}

/* === FORMULAR === */
input
{
    font-family: Verdana, Arial, helvetica, Sans-Serif;
    font-size: 12px;    
}
input[type=text], input[type=password]
{
	background-color: #CCCCCC;
	color: #000000;
	border: none;
	
	margin-top: 3px;
	margin-bottom: 3px;
}
input[type=submit]
{
	color: #000000;
	
	margin-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
}
.loginForm
{
    /*border: 1px solid #cccccc;*/
    /*padding: 10px;*/
    width: 500px;
    font-family: Arial, Verdana, helvetica, Sans-Serif;
    font-size: 12px;
    color: #333;
}
.loginForm .fontTextLarge
{
    font-family: Arial, Verdana, helvetica, Sans-Serif;
    text-transform: none;
    font-size: 16px;
}
.errorText
{
    color: #990000;
}
a.lnkMenu
{
    color: #000000;
}
select.ddl300
{
    width: 300px;
}

/* ===== REGISTRATION ====  */
input[type=text].registrationTextbox 
{
    background-color: #B3B3B3;
    /*width: 200px;
    font-size: 14px;  */
        
    height: 25px; /*36px;*/
    width: 390px;/*543px;*/
    /*background-color: #B5B2AA;*/ /* PMS Cool gray 6 */
    color: #ffffff;
    font-size: 14pt; /*20pt;*/
    font-family: Verdana, Arial, Sans-Serif;
    /*border: 1px solid #ffffff;  */
}
.registrationButton
{
    background-color: #B5B2AA; /* PMS Cool gray 6 */
    color: #ffffff; 
}
div.registration
{
    background-repeat: no-repeat; 
    height: 36px; 
    /*width: 100%; */
    /*width: */
    padding-left: 70px;
    margin-bottom: 5px;
}