/* CSS Document */
img {display: block; border:none;}
* {margin:0px; padding:0px;}
body{
	background-color: #FFFFFF;
	margin: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}
#content_holder{
	margin: 0 auto;
	width: 750px;
	padding: 0px;
	height: 100%;
}
#content_holder_margin
{
	padding: 9px;
	background-color: #e8e8e8;
	border: 1px solid #000000;
	width: 100%;
}
#container {
	position: relative;
	width: 750px;
	height: auto;
	z-index: 2;
	background-color: #252525;
	margin:0px;
	padding:0px;
}
#header {
	width: 748px;
	height: 136px;
}
#splash_holder {
	width: 748px;
	height: 284px;
	background-image: url(../images/splash_bg.jpg);
	background-repeat: no-repeat;
	z-index: 8;
	position: relative;
	border: 1px solid #000000;
}
.IE #splash_holder_undersida {filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/splash_undersida_bg.png',sizingMethod='image');}
.normal #splash_holder_undersida {background-image: url(../images/splash_undersida_bg.png);}

#splash_holder_undersida {
	position: relative;
	float: none;
	width: 100%;
	height: 501px;
	background-repeat: no-repeat;
	background-position: bottom;
	z-index: 8;
}
.IE #splash_holder_undersida {filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/splash_undersida_bg.png',sizingMethod='image');}
.normal #splash_holder_undersida {background-image: url(../images/splash_undersida_bg.png);}
#menu {
	position: absolute;
	left: 20px;
	top: 8px;
	width: 200px;
	height: 276px;
	z-index: 5;
	background-repeat: no-repeat;
	text-align: center;
}
.IE #menu {filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/menu.png',sizingMethod='image');}
.normal #menu {background-image: url(../images/menu.png);}
#menu_undersida {
	position: relative;
	float: left;
	left: 20px;
	top: 224px;
	width: 200px;
	height: 276px;
	z-index: 5;
	background-repeat: no-repeat;
	text-align: center;
}
.IE #menu_undersida {filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/menu.png',sizingMethod='image');}
.normal #menu_undersida {background-image: url(../images/menu.png);}
#main_content {
	position: relative;
	float: right;
	width: 460px;
	height: 100%;
	z-index: 8;
	position: right;
	margin: 20px;
	padding: 10px;
	overflow: auto;
}
#main_content_index {
	position: relative;
	float: none;
	width: auto;
	height: auto;
	z-index: 8;
	padding: 40px !important;
}

.rightcolumn
{
	float: left;
	width: 460px;
	height: 100%;
}

#footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	color:#999999;
	width: 100%;
	text-align:center;
	margin: 10px;
}

/* main_content styles ---------------------------------- */
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFFFFF;
	margin-bottom: 20px;
	/*margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;*/
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	/*margin: 20px;*/
}

.rightcolumn p, .rightcolumn h1
{
	margin: 10px 20px 20px 20px;
}

a {
	color:#999999;
}
a:hover {
	color:#FFFFFF;
}

#splash_text {
	position: absolute;
	top: 30px;
	left: 40px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#999999;
	text-align:left;
	cursor: default;
	width: 340px;
	font-weight:bold;
}
#splash_text .vision{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#CCCCCC;
}
.stripe_bar {
	width: 749px;
	height: 10px;
	position: static;
}
.IE .stripe_bar {filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/stripe_bar.png',sizingMethod='image');}
.normal .stripe_bar {background-image: url(../images/stripe_bar.png);}

.logo {
	width: 678px;
	height: 136px;
	position: static;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	behavior: url(/template_1_v2/MyPng.htc);
	margin-left: 35px;
}

.IE .logo {filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.png',sizingMethod='image');}
.normal .logo {background-image: url(../images/logo.png);}

.clearfloats { clear: both; }