body {
	xbackground-image: url(images/bg.png);
	background-color: #ffffff;
	font-family: Helvetica, Arial;
	font-size: 12px;
	line-height: 20px;
}

a:link, a:active, a:visited {
	text-decoration: underline;
	color: #515976;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	color: #a9294c;
}

img {
	border: none;
}

.name a:link, .name a:active, .name a:visited {
	text-decoration: none;
	color: #000;
	font-weight: normal;
}

.name a:hover {
	text-decoration: none;
	color: #a9294c;
}

.navigation a:link, .navigation a:active, .navigation a:visited, .navigation a:hover {
	font-weight: normal;
	text-decoration: none;
}

h1 {
	font-size: 20px;
	margin-top: 30px;
	margin-bottom: 0px;
	font-weight: normal;
	font-family: 'Helvetica Neue', Helvetica, Arial;
	color: #a9294c;
}

h2 {
	font-size: 14px;
	margin-top: 30px;
	margin-bottom: 0px;
	font-weight: bold;
	font-family: 'Helvetica Neue', Helvetica, Arial;
}

h1 + h2 {
	margin-top: 10px;
}

.webdesign h2 {
	font-weight: normal;
	font-family: 'Helvetica Neue', Helvetica, Arial;
	color: #a9294c;
	font-size: 18px;
	margin-top: 30px;
	margin-bottom: 0px;
}

.divider {
	border-bottom: 1px dashed #c0c0be;
	margin-top: 20px;
	margin-bottom: 39px;
	height: 1px;
}

.webdesign .dashed_divider {
	border-bottom: 1px dashed #c0c0be;
	height: 1px;
	width: 284px;
	margin-top: 7px;
	margin-bottom: 9px;
	margin-left: 336px;
}

.programming .dashed_divider {
	border-bottom: 1px dashed #c0c0be;
	height: 1px;
	width: 526px;
	margin-top: 7px;
	margin-bottom: 9px;
	margin-left: 174px;
}

.container {
	width: 1024px;
	margin: auto:
}

.header {
	height: 100px;
	border-bottom: 1px dashed #c0c0be;
}

.name {
	float: left;
	height: 71px;
	padding-top: 18px;
}

.name #name_title {
	font-size: 30px;
	margin-bottom: 0px;
}

.name #name_subtitle_sv {
	font-size: 14px;
	margin-top: 3px;
	margin-bottom: 0px;
}

.name #name_subtitle_en {
	font-size: 16px;
	margin-top: 4px;
	margin-bottom: 0px;
}

.navigation {
	float: right;
	font-size: 16px;
	height:16px;
	margin-top: 69px;
}

.navigation_links {
	float: left;
}

.navigation_language {
	float: right;
	margin-left: 20px;
}

.content {
	text-align: left;
	width: 700px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 40px;
}

.content p {
	margin-top: 5px;
}

.content p.p-before-list {
	margin-bottom: 5px;
}

.content ul {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: circle;
	list-style-position: inside;
}

.startpage {
	width:772px;
	margin: auto;
}
.startpage p {
	text-align: center;
	font-family: 'Helvetica Neue', Helvetica, Arial;
	font-size: 40px;
	margin-bottom: 0px;
	margin-top: 60px;
}


.image_float_left {
	float: left;
	margin-right: 20px;
	margin-bottom: 8px;
}

.image_float_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.framed_image {
	border: 1px solid #cdcfcf;
	padding: 7px;
	background-color: #fff;
}

.thumbnail {
	float: left;
	margin-right: 20px;
	margin-top: 7px;
	margin-bottom: 10px;
	
	border: 1px solid #cdcfcf;
	padding: 7px;
	background-color: #fff;
}

.webdesign {
	width: 620px;
	margin: auto;
}

.webdesign, .programming {
	margin-top: 40px;
}
.webdesign .thumbnail {
	width: 300px;
	margin-top: 0px;
	margin-bottom: 50px;
}

.programming .thumbnail {
	margin-top: 0px;
}

.webdesign h2, .programming h2 {
	margin-top: 3px;
}

.programming h1 {
	margin-bottom: 15px;
}
.programming .programming_box {
	margin-top: 0px;
	margin-bottom: 50px;
}
.clear {
	clear: both;
}

.box_float_left {
	float: left;
	margin-right: 40px;
	margin-top: 10px;
}

.box_float_left h2 {
	margin-top: 0px;
}

.box_float_left ul {
	margin-bottom: 0px;
}

