/* CSS Document */
* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100.01%;
}
body {
	font-size: 11px;
	color: #5e5e60;
	line-height: 18px;
	font-family: Georgia, Times New Roman, Times, serif;
	background-color: #FFFFFF;
	background-image: url(../behaimTemplate/img/rasterkreuz.gif);
	overflow: auto;
}
a {
	color: #5e5e60;
	text-decoration: none;
}

a:link {color:#5e5e60}      /* unvisited link */
a:visited {color:#5e5e60}  /* visited link */
a:hover {color:#373738}  /* mouse over link */
li.activ {color:#000000;}  /* selected link */

ul.projectList_quadrat {
}
ul {
	display: block;
	list-style-type: none;
}
img {
	border-style: none;
}
#column1 {
	position: absolute;
	top: 144px;
	left: 18px;
	width: 867px;
	overflow:visible;
/*	min-height: 400px;
	background-color:silver;*/
}
.projectBox {
	float: left;
	margin: 0 9px 4px 0;
}
#column2 {
	position: absolute;
	top: 0px;
	left: 900px;
	width: 243px;
	overflow:visible;
/*	height: 100%;
	background-color:yellow;*/
}
#logo {
	position: relative;
	top: 0px;
	left: 0px;
	height: 144px;
}
#menu {
	position: relative;
	top: 14px;
	left: 0px;
	height: 129px;
}
.submenu {
	margin: 0 0 9px 9px;
}
#textRight {
	position: relative;
	top: 30px;
	left: 0px;
}
#logo, #menu, #textRight {
	width: 243px;
}

#copyright {
	position: relative;
	top:75px;
	left:0px;
	font-size:9px;
	line-height: 14px;
	display:none;
}
