@charset "utf-8";
/* CSS Document */

body{
	text-align: center;
	padding-top: 20px;
}
#center{ width: 412px; margin: auto}
.main{
	width: 396px;
	height: 262px;
	border: 8px solid #e5e4e4;
	margin-left: auto;
	margin-right: auto;
}
#recent_projects{
	margin-top: 40px;
	width: 412px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
img#title{ margin-bottom: 10px;}

.projekt{ margin-top: 20px;}

.projekt img{float: left; margin-right: 10px;}
	.projekt a img{ border: 1px solid #CCCCCC; padding: 1px;}
	.projekt a:hover img{ border: 1px solid #87A4A7;}
	.projekt a:active img{ border: 1px solid #CCCCCC;}

.projekt h2{
	font-weight: bold;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	margin: 0px;
}
	.projekt h2 a{color: #666666; text-decoration: none;}
	.projekt h2 a:hover{color: #3366FF;}
	.projekt h2 a:active{color: #666666;}

.projekt ul{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: left;
	margin-top: 10px;
	list-style-type: none;
}
.projekt ul div{
	font-weight: bold;
	margin-bottom: 5px;
}
.projekt ul li{
	padding-left: 5px;
}
.projekt .tech{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: left;
	margin-top: 6px;
}

.dno{
	clear: both;
}