/* @override 
	http://baden-international-school.com/wordpress/wp-content/themes/bis/style.css
	http://baden-international-school.com/wp-content/themes/bis/style.css
*/

/*  
Theme Name: MIS Theme
Theme URI: http://metropolitan-international-school.com/
Description: Designed for MIS.
Version: 0.1
Author: RS
*/
body {
	background: url(images/mis-fond222.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

#page {
	width: 800px;
	text-align: left;
}

#header {
	
}
#header h1 {
	display: none;
}
#header h1 a {
	display: none;
}	

#startpics {
	position: relative;
	margin: 0;
	padding: 0px;
	top: -10px;
	left: -10px;
}

#topnav {
	display: none;
}

#nav {
	display: none;
}

#wrapper {
	position: absolute;
	top: 120px;
	left: 20px;
	width: 750px;
	height: 507px;
	background: url(images/mis-kugel22.gif) no-repeat;
	background-position: 0px 0px;
}

#backnav {
	display: none;
}

.entry {
	position: absolute;
	top: 190px;
	left: 595px;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: green;
	float: left;
	padding: 0 28px;
	width: 200px;
	height: 100px;
}

.bis {
	position: absolute;
	top: -80px;
	left: -700px;
	width: 260px;
	height: 150px;
}

.mis {
	position: absolute;
	top: -10px;
	left: -115px;
	width: 260px;
	height: 150px;
}

#bisname {
	position: absolute;
	top: 100px;
	left: -700px;
	width: 250px;
	height: 85px;
	text-indent: -9999px;
	background: url(images/bis-name.gif) no-repeat;
}
#biscircle {
	position: absolute;
	top: 110px;
	left: 150px;
	width: 420px;
	height: 150px;
	text-indent: -9999px;
	background: url(images/bis-circle-name.gif) no-repeat;
}


#misname {
	position: absolute;
	top: -130px;
	left: -150px;
	width: 256px;
	height: 77px;
	text-indent: -9999px;
	background: url(images/mis-name.gif) no-repeat;
}
#miscircle {
	position: absolute;
	top: -100px;
	left: 150px;
	width: 420px;
	height: 150px;
	text-indent: -9999px;
	background: url(images/mis-circle-name.gif) no-repeat;
}

#footer {
	position: absolute;
	bottom: 0px;
	right: -395px;
	width: 250px;
	height: 30px;
}
#footer p {
	font-size:11px;
	color: white;
	float: right;
}
#footer a {
	color: white;
}
#footer a:hover {
	text-decoration: underline;
}