/*
Language Cafe Home page
copyright: University of Southampton
Updated: 5th Nov 2008 rej
*/

body, td, th {
	font-family: "Trebuchet MS",Verdana,arial,helvetica,sans-serif;
}

body {
	font-size: small;
}

* html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
}

body {
	padding: 0;
	margin: 0;
	background-color:#666;
	text-align: center;
}


#main {
	position:absolute;
	top: 50%;
	left: 50%;
	width: 760px;
	height: 490px;
	padding: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: -240px; /*set to a negative number 1/2 of your height*/
	margin-left: -370px; /*set to a negative number 1/2 of your width*/
	border: 1px solid white;
	background-color: #333;;
	}
	

#logo {
	padding: 0;
	margin: 0;	
	position: absolute;
	top: 0;
	left: 430px
	}
	
.png{
   behavior: url("pngbehavior_home.htc");
    }

/* ---( navigation )------------------------------- */

#nav {
    position:absolute;
	top: 30px;
	left: 35px;
    padding: 0px;
	margin: 0px; 
	width: 400px;
	text-align: left;
	
}
#nav ul {
    padding: 0px;
	margin: 0px; 
	list-style-type: none;
}
#nav li {
	padding: 0px;
	margin: 0px; 
}



#nav a {
    padding: 6px 5px 6px 18px;
	margin: 0px; 
	/*display: block;*/
	line-height: 2em;
	font-weight:bold;
	font-size:150%; 
	color: #fff; 
	text-decoration: none;
}

/*#nav a:hover {
	color: #c06;
}*/

#hu {
	background: url(../images/nav_hu.gif) no-repeat 0px;
}

#hu a:hover {
	color: #c06;
}
#nl {
	background: url(../images/nav_be.gif) no-repeat 0px;
}
#nl a:hover {
	color: #0071bb;
}

#lt {
	background: url(../images/nav_lt.gif) no-repeat 0px;
}

#lt a:hover {
	color: #f33;
}

#en {
	background: url(../images/nav_en.gif) no-repeat 0px;
}

#en a:hover {
	color: #9c3;
}

#sv {
	background: url(../images/nav_sv.gif) no-repeat 0px;
}

#sv a:hover {
	color: #93c;
}

#lv {
	background: url(../images/nav_lv.gif) no-repeat 0px;
}

#lv a:hover {
	color: #008dae;
}


#de {
	background: url(../images/nav_at.gif) no-repeat 0px;
}

#de a:hover {
	color: #f93;
}

#tk {
	background: url(../images/nav_tk.gif) no-repeat 0px;
}

#tk a:hover {
	color: #c33;
}





/* ---( footer )------------------------------- */
#footer {
	position:absolute;
	margin: 0;
	padding:0;
	left: 0;
	bottom: 0;
	background-color: #fff;
	width: 100%;	
}

#text {
	float: left;
	position: absolute;
	bottom: 10px;
	left: 10px;
}


#socrates {
	float: right;
}

#footer p {	
	padding: 0;
	margin:0;
	color:#333;
	font-size: 90%;
	font-family: arial, helvetica, sans-serif;
}

#footer img {	
	padding: 10px 10px 10px 0;
	margin: 0;
	border:none;	
}


