/*
	 @CSS by default
	 @Created by www.devspot.se
	-----------------------------------------

	 www.elogistik.se
    ----------------------------------------- 
*/


body, html 
{	
	margin: 0 auto;
	padding: 0;
}

/* Containers */
#container
{
	margin: 0 auto;
	padding: 0;

}
#maincontainer
{
	
}
#maincontainer_nosubmenu
{
	
}

/* Contents */
#topcontent
{
	display: none;
}
#menucontent
{
	display: none;
}

/* @start & news ##### */
#startcontent
{

	float: left;
	font-size: 14px;
	line-height: 21px;	
	color: #000;
}


#subcontent
{
	float: left;
	font-size: 12px;
	color: #000;
}

/* !start & news */
#maincontent
{
	font-size: 14px;
	line-height: 21px;	
}
#submenucontent
{
	font-size: 14px;
	line-height: 21px;
}
/* ############# */

#bottomcontent
{
	font-size: 14px;
	text-align: center;
}


/* Content elements such as <h>,<ul>,<li>,<a> */
#startcontent h1, #subcontent h1, #maincontent h1
{

	font-size: 16px;
	font-weight: bold;
	color: #000;
}
#startcontent h2, #subcontent h2, #maincontent h2
{

	font-size: 14px;
	font-weight: bold;
	color: #000;
}

#startcontent p, #subcontent p, #maincontent p
{
	color: #000;
}

#menucontent ul
{
	list-style-type: none;
	padding: 0;
}
#menucontent li
{
	float: left;
	color: #000;
}


#listofsubmenu
{
	text-align: center;
	color: #000;
}

#contactul
{
	list-style-type: none;
}


#startcontent div.rightimage a 
{
	border: 0;
}
#maincontainer div.centerimage a, #maincontent div.withoutborder a 
{
	border: 0;
}


.imagefloatleft
{
	float: left;
}

.imagefloat_left
{
	float: left;
	margin-right: 30px;
}

.imageleftmargin
{
	margin-left: 25px;
}
.image_medarbetare1
{
	margin-left: 25px;
	margin-bottom: 7px;
}

.image_medarbetare2
{
	margin-left: 200px;
}


.centerimage
{
	text-align: center;
	margin: 10px 0px 0px 0px;
}
.rightimage
{
	text-align: right;
	width: 350px;
	margin: 10px 0px 0px 0px;
}




