/*--- Globale HTML-Tag-Eingenschaften -------------------------------------------------------*/

body {

	margin: 0;
	padding: 0;

	background-color: #FFFFFF;

	color: rgb(0,0,0);

	font-family: Helvetica, Arial, Sans;
	font-size: 11px;
	overflow: scroll;
}

a {
	vertical-align: texttop;
	text-decoration: underline;
	color: rgb(0,0,0);
}


a img {
	border: none;
	text-decoration: none;
}


/*--- Clear-Helper --------------------------------------------------------------------------*/

.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
}

/*--- Content -------------------------------------------------------------------------------*/

#main {
	margin-top: 36px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	height: 100%;
	width: 1120px;
}

#left_column {
	float: left;
	text-align: left;
	width: 315px;
}

#right_column {
	text-align: left;
	float: left;
	width: 315px;
}

#center_column {
	float: left;
	text-align: left;
	margin-left: 11px;
	margin-right: 11px;
	width: 450px;
}

#menu {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	color: rgb(167, 168, 170);
	height: 25px;
}

#menu a {
	color: rgb(167, 168, 170);
	margin-right: 10px;
	text-decoration: none;
}

#menu a.selected {
	color: rgb(0, 0, 0);
	text-decoration: none;
}

#project_title {
	float: left;
	color: rgb(0, 0, 0);
	font-size: 35px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 41px;
	line-height: 30px;
	margin-left: 50px;
}

#project_title a {
	text-decoration: none;
}

#project_title_grey {
	float: left;
	font-size: 35px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 41px;
	line-height: 30px;
	margin-left: 50px;
}

#project_title_grey a {
	text-decoration: none;
	color: rgb(167, 168, 170);
}

#projectlist {
	margin-left: 210px;
	font-size: 13px;
	margin-top: 40px;
}

#projectlist a {
	color: rgb(167, 168, 170);
	text-decoration: none;
}

#projectlist a.selected {
	color: rgb(0, 0, 0);
	text-decoration: none;
}

#projectlist a.top {
	font-weight:bold;
	text-decoration: none;
}


#projectlist a.selectedtop {
	color: rgb(0, 0, 0);
	font-weight:bold;
	text-decoration: none;
}

#projectlist .infodiv {
	margin-bottom: 15px;
}

#projectlist a.info {
	font-style: italic;
	text-decoration: none;
	border-bottom: solid 1px rgb(167, 168, 170);
}

#projectlist a.infoselected {
	color: rgb(0, 0, 0);
	font-style: italic;
	text-decoration: none;
	border-bottom: solid 1px rgb(0, 0, 0);
}

#content {
	margin-top: 15px;
	color: rgb(0,0,0);
	margin-bottom: 20px;
}

#content a {
	color: rgb(0,0,0);
}

#gallery_navigation {
	height: 12px;
	text-align: right;
	line-height: 12px;
	vertical-align: bottom;
	font-weight: bold;
}

#gallery_navigation .arrow {
	margin-left: 10px;
}

#picture {
	margin-top: 6px;
	margin-bottom: 20px;
}
