body,
html
{
	background: url(../images/INSTIFT_main_bg.jpg) center top no-repeat;
	background-color: #f5f5f5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/**
	Layout
*/
#wrapper{
	background-color: #fff;
}
#header{
border-top: 3px solid #002760;
background: url(../images/INSTIFT_bild_top.jpg) right top no-repeat;
}
#header .inside{
}
#logo{
	float: left;
	clear: left;
	margin: 20px 25px 0 30px;
}
#title{
	float: left;
	clear: none;
	margin: 35px 0 0 0;
}
#container{

}
#main{
background: url(../images/INSTIFT_bild_bott.jpg) right top no-repeat;
}
#main .inside{
	padding: 30px 30px 0 30px;
}
#intro{
	float: left;
	clear: left;
	margin-bottom: 20px;
	padding: 0px 230px 30px 30px;
	border-bottom: 1px solid #ccc;
}
#callOut{
	/* background-color: fuchsia; */
	float: left;
	clear: left;
	width: 187px;
	padding: 0 20px 0 0;
	border-right: 1px solid #ccc;
}
#contact{
	/* background-color: aqua; */
	float: left;
	clear: right;
	width: 455px;
	padding: 0 0 0 35px;
}
#footer{
	margin: 10px 0 0 0;
	background: url(../images/INSTIFT_footer_bg.jpg) left top no-repeat;
}
#footer .inside{
	padding: 30px 30px 0 30px;
}
#contactInfo{
	float: right;
	text-align: right;
	color: #fff;
}

/**
	Sidelement
*/
#contactForm #formLeftCol{
	float: left;
	clear: left;
	width: 180px;
	margin: 0 20px 0 0;
	/* background-color: green; */
}
#contactForm #formRightCol{
	float: left;
	clear: right;
	width: 255px;
	/* background-color: maroon; */
}
#contactForm .submit_container{
	float: right;
	clear: both;
	margin: 10px 0 0 0;
}
#contactForm input.text{
	width: 178px;
	height: 15px;
	margin: 0 0 5px 0;
	border: 1px solid #ccc;
	color: #999;
	background-color: #f2f2f2;
}
#contactForm input.last{
	margin: 0;
}

#contactForm textarea{
	width: 253px;
	height: 92px;
	margin: 0;
	border: 1px solid #ccc;
	color: #999;
	background-color: #f2f2f2;
}

/**
	Typografi
*/

h1,
h2,
h3,
h4,
h5,
h6
{
	color: #002760;
}

h1#mainTitle{
	margin: 0;
	padding: 0;
	font-size: 21px;
}
h1#titleByline{
	margin: 0;
	padding: 0;
	font-size: 16px;
}
h1{
	margin: 0 0 6px 0;
	font-size: 18px;
}
h2{
	margin: 0 0 10px 0;
	font-size: 16px;
}
h3 {
	color: #9d0d15;
	margin: 2px 0 2px 0;
	font-size: 26px;
}
#contactInfo h1, #contactInfo h4{
	color: #fff;
}
#contactInfo h1{
	behavior: url(/css/iepngfix.htc);
	padding: 0 0 0 30px;
	font-size: 26px;
	background: url(../images/INSTIFT_phone_ico.png) left top no-repeat;
}
#contactInfo h4{
	margin: 0;
	font-size: 12px;
}
#contactInfo a{
	color: #fff;
}