@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	background:#d4d2cc;
	text-decoration: none;
	margin:0;
	padding:0;
	text-align:center;
}

img {
	border:none;
}



.topSpace {
	height:30px;
}

.holder {
	width:935px;
	height:540px;
	margin:0 auto;
}

.holder .top {
	background:url(../images/topShadown.gif) no-repeat;
	width:935px;
	height:12px;
	margin:0 auto;
}

.content {
	background:url(../images/contentBg.gif) repeat-y;
	width:935px;
	height:490px;
	margin:0 auto;

}

.content div.topLeft {
	float:left;
	width:29px;
	height:490px;
}

.content div.spacer {
	width:866px;
	height:458px;
	padding:16px 0;
	float:left;
}

.content div.logoHolder {
	height:302px;
}

.content div.pageNavigation {
	float:left;
	width:150px;
	height:458px;
	vertical-align:bottom;
	padding-bottom:1px;
	background:#43537b;
}

.content div.textPlace {
	width:449px;
	float:left;
	height:458px;
	vertical-align:top;
	text-align:left;
}

.content div.textControll{
	width:20px;
	height:20px;
	float:left;
	vertical-align:bottom;
	padding-top:438px;
}

.content div.imageHolder {
	width:231px;
	height:458px;
	float:left;
	margin-left:16px;
	text-align:right;
	
}

.content div.topRight {
	width:40px;
	height:490px;
	float:left;
}

.content p {
/*	padding-left:21px; */
	text-align:justify;
	padding-top:0;
	margin-top:0;
/*	padding-right:20px; */
}
h1 {
	font-size:14px;
	line-height:14px;
	height:14px;
	font-weight:bold;


}

.rubrik {
	font-size:14px;
	line-height:14px;
	height:14px;
	font-weight:bold;
	padding-top:0px;
	margin-top:0px;

}


.content p.generalTitle {
	font-size:14px;
	line-height:14px;
	height:14px;
	font-weight:bold;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	padding-bottom:0;
	margin-bottom:0;
	padding-left:21px;
	padding-right:20px;

}
.content p.subTitle {
	font-weight:bold;
	padding-bottom:0;
	margin-bottom:0;
}

.holder .bottom {
	background:url(../images/bottomShadown.gif) no-repeat;
	height:13px;
	width:935px;
	margin:0 auto;
	color:#000000;
	padding-top:25px
}

.holder .bottom a:link {
	color:#000;
	text-decoration:none;
}

.holder .bottom a:hover {
	color:#000;
	text-decoration:underline;
}
.holder .bottom a:visited {
	color:#000;
	text-decoration:none;
}
