@charset "utf-8";

h1 {
	font-size: 150%;
	font-weight: bold;
	color: #222222;
	}

h2 {
	font-size: 110%;
	font-weight: normal;
	color: #333333;
}

h3 {
	font-size: 200%;
	font-weight: normal;
	color: #444D88;
}

h4 {
	font-size: 80%;
	color: #666666;
}

#personel_item {
	margin-top: 10px;
	height: 110px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 5px;
	font-size: 100%;
}
#personel_imgicon{
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 1px solid #999999;
	overflow: hidden;
	text-indent: 0px;
	height: 75px;
	width: 75px;
	text-align: center;
}
#personel_text {
	line-height: 15px;
	color: #333333;
}

.projectlist {
	text-align: left;
	margin-top: 10px;
	height: 110px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 5px;
}

.projectimgicon{
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	overflow: hidden;
	text-indent: 0px;
	height: 100px;
	width: 100px;
	text-align: center;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.projectimg {
	width: 442px;
	height: auto;
	border: solid #FFFFFF 1px;
}

.projectimgsmall {
	width: 210px;
	height: auto;
}

#news {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	margin-left: 0px;
	margin-bottom: 20px;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
}
#news-links {
	font-size: 85%;
	text-align: left;
	float: left;
	border: 1px solid #777777;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-top: 3px;
	width: 210px;
	background-image: url(../main/img/trans/alpha10.png);
}
#news-date {
	margin-bottom: 2px;
	font-weight: normal;
	font-size: 90%;
	width: 100%;
}
#news-title {
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 4px;
	padding-bottom: 1px;
	text-align: left;
	width: 100%;
}
#news-img {
	margin-top: 5px;
	margin-left: 8px;
	height: 100px;
}
