body {

	color: #333;
	font-family: arial;
	background-color: #ddd;

}

#container {

	/*background: url(img/container_bg.png);*/
	background-color: white;
	width: 960px;
	height: 1600px;
	margin: auto;
	/*border: 1px solid silver;*/
	padding-left: 15px;
	margin-bottom: 10px;
	background-color: white;
		box-shadow: 0 0 4px rgb(0,0,0);
-webkit-box-shadow: 0 0 4px rgb(0,0,0);
-moz-box-shadow: 0 0 4px rgb(0,0,0);	

}

#logo {
	
	width: 960px;
	margin: auto;
	margin-bottom: 35px;
	position: relative;
	left: -50px;
	top: 10px;

}

h3 {

	

}


.logo_icons {
	
	margin-left: 15px;

}

.competences {

	float: left;
	position: relative;
	left: 330px;
	top: -172px;
	

}

#about {
	height: 220px;
	width: 300px;
	margin: auto;
	font-size: 12px;
	margin-bottom: 70px;
	text-align: left;
	float: left;
	margin-left: 5px;
	

}


.telephone {
	
	color: grey;
	float: left;
	margin-right: 15px;
	font-size: 10px;
	margin-top: 20px;
	font-weight: 600;
}

#projectcontainer {

	width: 960px;
	text-align: center;
	margin: auto;
	margin-top: 30px;

}

#projects_row {

	float: left;
	margin-bottom: 140px;

}


.project {

	width: 300px;
	height: 150px;
	float: left;
	margin-right: 20px;

}


.projecttitle {
	
	padding-bottom: 5px;
	
	padding-right: 5px;
	
	padding-top: 5px;
	
	background-color: #c6212f;
	
	width: 292px;
	color: white;
	/* background:url(img/projectsbar_top.png); */
	height: 15px;
	padding-left: 5px;
	text-align: left;
	text-transform: uppercase;
	margin: 0px;
	font-size: 13px;

}

.projectimg {

	border-color: gray;

	border-width: 1px;

	border-style: solid;
	background-color: white;
	width: 300px;
	height:150px;
	margin: 0px;

}

.categorytag {

	font-size: 10px;
	text-align: left;
	color: #C72230;

}

.projekter {

	position: relative;
	top: -135;
	
	
	}

.alignleft {

	text-align: left;
	font-size: 10px;
	height: 30px;

}

.alignright {

	float: right;
	margin-bottom: 25px;

}

.right {

	float: right;
	padding-right: 15px;
	position: relative;
	top: -81px;

}

.right img {

	border: none;

}

#footer {

	
	background-repeat: repeat-y;

	
	font-size: x-small;
	padding: 10px;
	padding-top: 0px;
	width: 957px;
	height: 400px;
	text-align: left;
	margin: auto;
	color: white;
	background: url(img/footer_bg.png);	

}

#footer h4 {
	
	color: white;
	background:#C72230;
	padding: 2px; 

}

.footer_row {

	width: 200px;
	float: left;
	margin-right: 25px;
	padding-left: 12px;
	
}

.footer_row ul {

	list-style: none;
	padding: 0px;
	
	
}

.footer_row ul li {

	text-decoration: none;
	padding-bottom: 10px;

}

a:link {color: #c7222f;}
a:visited {color: #bc212e;}
a:active {color: white;}
a:hover {}
a {text-decoration: none;}
