
html, body 
{
	height: 100%;
	width: 100%;
}

body 
{
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*font-family: Verdana,Geneva,Kalimati,sans-serif;*/
	background-color: #141414;
	text-align: center;
	color: #656565;
}

a
{
	color: #23a5d5;
	text-decoration: none;
}

a:link /* unvisited link */
{
	color: #23a5d5;
	text-decoration: none;
}    
 
a:visited  /* visited link */
{
	color: #126685;
	text-decoration: none;
}

a:hover /* mouse over link */
{
	color: #23a5d5;
	text-decoration: underline;
}  

a:active   /* selected link */
{
	color: #23a5d5;
	text-decoration: underline;
} 

p
{
	/*font-smooth: always; */
	font-size: 13px; 
	color: #747373;
}

p.heading
{
	/*font-smooth: always;*/
	font-size: 32px;
	color: #212121;
	font-family: "Myriad Pro", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: lighter;
	letter-spacing: -1px;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 25px;
	text-align: left; /*NY IDAG SÖNDAG 15/3*/
}

p.heading2
{
	/*font-smooth: always;*/
	font-size: 19px;
	color: #212121;
	font-family: "Myriad Pro", "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	padding-top: 0;
	margin-top: 0;
	text-align: left;/*NY IDAG SÖNDAG 15/3*/
}


p.addressfield
{
	margin-top: 3px; 
	text-align: left;
}

#td-form-text
{
	font-size: 19px;
	color: #212121;
	font-family: "Myriad Pro", "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: right;
	vertical-align: top;
}

#div-whole-page
{
	text-align: left;
	margin: 0 auto;
	width: 1000px;
	/*float: center; asdasd*/
}

/********************[ TOP SEGMENT (LOGO AND MENU) - START ]**********************/
#div-top
{
	text-align: left;
	margin: 0 auto;
	width: 1000px;
	height: 138px;
	/*float: center; asdasd*/
	/*background-image: url("background-logo.jpg");*/
	
}

#div-top-for-portfolio
{
	text-align: left;
	margin: 0 auto;
	width: 1000px;
	height: 132px;
	/*float: center; asdasd*/
	/*background-image: url("background-logo.jpg");*/
	
}

#div-top-logo
{
	width: 460px;
	height: 84px;
	float: left;
	padding: 0;
	margin: 0 auto;
}

#div-top-menu-space
{
	width: 503px;
	height: 84px;
	padding: 0;
	margin: 0;
	float: left;
	display: block;
}

#div-top-menu-right-space
{
	width: 37px;
	height: 84px;
	padding: 0;
	margin: 0 auto;
	float: right;
}

#div-top-bottom
{
	width: 100%;
	/*height: 27px;*/
	height: 54px;
	padding: 0;
	margin: 0 auto;
	float: left;
}

#div-top-bottom-for-portfolio
{
	width: 100%;
	height: 48px;
	padding: 0;
	margin: 0 auto;
	float: left;
}

#div-top-bottom-image-right
{
	float: right;
	padding: 0;
	margin: 0 auto;
	border: 0;
}

/********************[ TOP SEGMENT (LOGO AND MENU) - END ]**********************/

/********************[ MAIN PAGE SEGMENT (TEXT, FORMS ETC...) - START ]**********************/

#div-main-portfolio
{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	float: left;
	
}

#div-main-wrapper
{
	width: 1000px;
	padding: 0;
	margin: 0 auto;
	float: left;
}


.table-main
{
	padding: 0;
	margin: 0;
	table-layout: fixed;
	border: 0;
}

#td-main
{
	width: 938px;
	background-image: url("../images/main/main-background-x2.jpg");
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	min-height: 400px;
	overflow: visible;
	vertical-align: top;
}

#td-main-left
{
	width: 23px;
	background-image: url("../images/main/left-background.jpg");	
	margin: 0;
	padding: 0;
}

#td-main-right
{
	width: 37px;
	background-image: url("../images/main/right-background.jpg");
	height: auto;
	margin: 0;
	padding: 0;
}

#td-main-right-border
{
	width: 1px;
	background: #aeaeae;
	height: auto;
	margin: 0;
	padding: 0;
}

#td-main-left-border
{
	width: 1px;
	background: #aeaeae;
	height: auto;
	margin: 0;
	padding: 0;
}


#td-main-bottom
{
	width: 1000px;
	background-image: url("../images/main/bottom.jpg");
	margin: 0;
	padding: 0;
	height: 49px;
}

#td-main-bottom-copyright
{
	width: 1000px;
	margin: 0;
	padding: 0;
	font-size: 9px;
	font-family: Verdana,Geneva,Kalimati,sans-serif;
	background-color: #141414;
	color: #555555;
	text-align: center;	
}



#div-main-left
{
	width: 23px;
	height: auto;
	padding: 0;
	margin: 0 auto;
	float: left;
	background: green;
	display: block;
}

#div-main-content
{
	width: 940px;
	padding: 0;
	margin: 0 auto;
	float: left;
}

#div-main-right
{
	width: 37px;
	height: auto;
	padding: 0;
	margin: 0 auto;
	float: right;
	background: orange;
	display: block;
}

/********************[ MAIN PAGE SEGMENT (TEXT, FORMS ETC...) - END ]**********************/

.input-field-small
{
	width: 200px;
	height: 25px;
	display: block;
	border: 1px solid #7c7c7c;
	background-image: url('../images/main/input-field-small.jpg');
	background-repeat: repeat-x;
	color: #747373;
	padding-top: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	font-size: 13px;
	
	/*font: italic 11px Arial, Verdana, Helvetica, sans-serif;*/
}

.input-field-small-captcha
{
	width: 200px;
	height: 25px;
	border: 1px solid #7c7c7c;
	background-image: url('../images/main/input-field-small.jpg');
	background-repeat: repeat-x;
	color: #747373;
	
	font-size: 13px;
	
	/*font: italic 11px Arial, Verdana, Helvetica, sans-serif;*/
}


.input-field-big
{
	width: 270px;
	height: 150px;
	display: block;
	border: 1px solid #7c7c7c;
	background-image: url('../images/main/input-field-small.jpg');
	background-repeat: repeat-x;
	color: #747373;
	padding-top: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	font-size: 13px;
	
	
	/*font: italic 11px Arial, Verdana, Helvetica, sans-serif;*/
}
