﻿html  
{
    overflow-y: scroll; 
}
img { border: 0; }

p { margin-top: 12px; margin-bottom: 12px; }

body 
{
	width:1024px;
	height:768px;
	font-family:Verdana, Arial, Times New Roman, Sans-Serif;
	font-size:12px;
	text-align: center;
	background-color: #e9e6d8;
	margin: 30px auto 0 auto;	
}

#Wrapper
{
	width:850px;
	height:600px;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
}
/*I Header ligger Logon på sidan */
#Header
{
	background-image:url(../Img/BackgroundHeader1.png);
	background-repeat:no-repeat;
	width:850px;
	height:100px;
	float:left;
}
#Logo
{
	margin-top:30px;
	margin-left:30px;
	width:235px;
	height:70px;
	float:left;
}
#Logo img
{
	border:none;
}
/*Här slutar all css som finns i Header (Alltså toppen av sidan*/

/*ContentWrapper omfamnar allt innehåll på sidan samt Menyn */
#ContentWrapper
{
	background-image:url(../Img/BackgroundMain1.png);
	background-repeat:repeat-y;
	float:left;
	width:inherit;
	height:auto;
}
#MainContent
{
    margin-left:30px;
	margin-top:20px;
	width: 540px;
	min-height: 445px;
	height:auto;
	float:left;
}
#MainContent a:visited, a:link
{
	color:#0080ff;
}
#MainPicture
{
	width:520px;
	height:auto;
	margin-bottom:10px;
	float:left;	
}
#MenuWrapper
{
    width:230px;
	height:400px;
	margin-right:30px;
	margin-top:20px;
	background-image:url(../Img/BackgroundMenu.gif);
	background-repeat:no-repeat;
	background-position:right;
	float:right;
}
#MenuContent
{
    font-size:14px;
	margin-top:16px;
	height:auto;
}
/*Dessa divar är för sidorna Jurist samt admin */
#Personal
{
    margin-top:20px;
}

#JuristImg
{
	margin-right:15px;
	float:left;
	height:220px;
}

#JuristText
{
    float: right;
    width: 350px;
}


/*Här slutar all css som tillhör Jurist samt admin*/
#Menu
{
	list-style-type: none;
}

#Menu ul
{
	list-style-type: none;
}

#Menu a
{
	display: block;
	text-decoration:none;
	color:#FFFFFF;
	margin-bottom:20px;
	
}

#Menu a#current
{
	text-decoration: underline;
	font-weight:bold;
}

#Menu a#subcurrent
{
	font-weight:bold;
	font-size:12px;
	margin-top:-12px;
	margin-left:-30px;
	
}

#Menu a#subactive
{	
	font-size:12px;
	margin-top:-12px;
	margin-left:-30px;
}

#Menu a:hover
{
	font-weight:bold;
}

/*Här slutar all css som finns i ContentWrapper*/

/*I Footern finns endas information om företaget */
#Footer
{
	padding-top:15px;
	width:inherit;
	height:70px;
	text-align:center;
	background-image:url(../Img/BackgroundFooter1.png);	
	background-repeat:no-repeat;
	clear:both;
	
}

#Footer a:hover
{	

}

#Footer a:link, a:visited
{	
color: white;
}



#FooterContent
{
	width:inherit;
	height:70px;
	background-image:url(../Img/BackgroundFooterContent.gif);
	background-repeat:no-repeat;
	background-position: top center;
}
#FooterText
{
	color:white;
	font-size:11px;
	margin-top:6px;
	margin-left:56px;
	float: left;

}
/*Här slutar all css som finns i Footer*/

/*Här kommer alla klasser som finns på sidan*/
.small
{
	font-size:8px;
}

.rubrik
{
	font-family:Times New Roman;
	color:#676767;
	font-size:36px;
	margin-bottom: 10px;
}

.rubrikstartsida
{
	font-family:Times New Roman;
	color:#676767;
	font-size:26px;
	margin-bottom: 10px;
}

.litenrubrik 
{
	color: #765b4d;
	font-weight: bold;
}




/*Här slutar alla klasser som finns på sidan*/

#login 
{
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
}

#Status
{
    float:right;    
    margin-top: 43px;
    width: 220px;
}

#sigill 
{
    float:right;
    margin-right: 20px;
    margin-top: 20px;
}

fieldset
{
   
    
    padding-left: 5px;
    }
    
    legend
    {
        color:#0080ff;
        font-weight:bold;
        
        }
        
.feedback { padding: 5px; margin-bottom: 10px; }

#editImg
{
    float:right;
}

#uploadImg
{
    float:left;    
    
}

#startpagebody 
{
   float: left;
}

#startpage_iapl 
{
    float:right;
}


.deletetable { font-weight: bold; font-size: 13px; }



