html { height: 100%; }

body {
	padding: 0;
	margin: 0;
	height: 100%;

	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	background-color:#FFFFFF;
}

a, a:visited, a:active {
	color: #0069A3;
}

#content { position: relative; min-height: 100%; }
* html #content { height: 100%; }

#logo-spacer {
	margin: 0 auto;
	height: 40px;
}

#logo {
	width: 483px;
	height: 491px;
	margin: 0 auto;
	background-image: url('../img/linguistic_networks_home.png');
	position: relative;
}

#node-textnet, #node-textnet a {
	position: absolute;
	height: 122px;	
	width: 121px;
}

#node-textnet {
	left: 371px;
	top: 12px;
}

#node-textnet:hover {
	background-image: url('../img/linguistic_networks_home_textnet.png');
	cursor: pointer;
}

#node-sentencenet, #node-sentencenet a {
	height: 122px;
	width: 121px;	
	position: absolute;
}

#node-sentencenet {
	left: 124px;
	top: 116px;
}

#node-sentencenet:hover {
	background-image: url('../img/linguistic_networks_home_sentencenet.png');
	cursor: pointer;
}

#node-lemmanet, #node-lemmanet a {
	position: absolute;
	height: 122px;
	width: 121px;
}

#node-lemmanet {
	left: -9px;
	top: 215px;
}

#node-lemmanet:hover {
	background-image: url('../img/linguistic_networks_home_lemmanet.png');
	cursor: pointer;
}

#node-wordformnet, #node-wordformnet a {
	position: absolute;
	height: 122px;
	width: 121px;
}

#node-wordformnet {
	left: 91px;
	top: 365px;
}

#node-wordformnet:hover {
	background-image: url('../img/linguistic_networks_home_wordformnet.png');
	cursor: pointer;
}

#node-lingunet, #node-lingunet a {
	position: absolute;
	height: 238px;
	width: 244px;
}

#node-lingunet {
	left: 242px;
	top: 202px;
}

#node-lingunet:hover {
	background-image: url('../img/linguistic_networks_home_lingunet.png');
	cursor: pointer;
}


#search-spacer {
	margin: 0 auto;
	height: 30px;
}

#search {
	width: 750px;
	border: 1px solid #e4eaed;
	padding: 10px;
	margin: 0 auto;

	text-align: center;
}

#footer {
	width: 100%;
	top: 0;
	left: 0;
	border-top: 1px solid #e4eaed;
	background-color: #fcfcff;
	text-align: center;

	position: relative; 
	margin-top: -25px;
}

.lang-select, .lang-selected {
	border: none;
	padding: 3px;

	text-decoration: underline; 
	color:#0069A3;
	font-size: 15px;
}

.lang-select:hover, .lang-selected {
	background: #0069A3;
	color: white;
	cursor: pointer;
}

.logo-langs {
	font-size: 20px;
}

#logo-langs-danish {
	position: absolute;
	top: 50px;
	left: -160px;	
}

#logo-langs-german {
	position: absolute;
	top: 50px;
	right: -180px;	
}

#logo-langs-italian {
	position: absolute;
	top: 150px;
	left: -160px;	
}

#logo-langs-latin {
	position: absolute;
	top: 150px;
	right: -180px;	
}

#logo-langs-dutch {
	position: absolute;
	top: 250px;
	left: -160px;	
}

#logo-langs-romanian {
	position: absolute;
	top: 250px;
	right: -180px;	
}

#logo-langs-swedish {
	position: absolute;
	top: 350px;
	left: -160px;	
}
