@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


#container{width: 100%; margin: 0; padding: 0}
#container_project{width: 100%; margin: 0; padding: 0; background-image: url(img/project.jpg); background-repeat: no-repeat; background-position: top right}
#container_business{width: 100%; margin: 0; padding: 0; background-image: url(img/business.jpg); background-repeat: no-repeat; background-position: top right}
#container_solution{width: 100%; margin: 0; padding: 0; background-image: url(img/solution.jpg); background-repeat: no-repeat; background-position: top right}
#container_database{width: 100%; margin: 0; padding: 0; background-image: url(img/database.jpg); background-repeat: no-repeat; background-position: top right}
#container_sibylla{width: 100%; margin: 0; padding: 0; background-image: url(img/sibylla.jpg); background-repeat: no-repeat; background-position: top right}
#menuprinc {width: 818px; margin: 0 auto; left: 50%; background-image: url(img/menu.png); background-position:top; height:52px}
#flash {width: 818px; height: 440px; margin: 0 auto; left: 50%}
#footer {width: 818px; margin: 0 auto; left: 50%; background-image: url(img/footer.jpg); background-repeat: no-repeat; background-position: top; text-align: center}

#footer img {padding-top: 40px;}
.text_footer {font-family: Euromode; font-size: 10px; text-align: center; font-weight:100}
.mail a{font-family: Euromode; font-size: 10px; color: #00CCFF; font-weight: 100}


#pointermenu2{
margin: 0;
padding: 0;
height: 50px
}

#pointermenu2 ul{
margin: 0;
margin-left: 15px; /*menu offset from left edge of window*/
padding: 0;
text-align: center;
font: bold 10px Helvetica;
height: 50px
}

* html #pointermenu2 ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
margin-bottom: 1em;
margin-left: 7px; /*menu offset from left edge of window in IE*/
}

#pointermenu2 ul li{
display: inline;
height: 50px
}


#pointermenu2 ul li a{
float: left;
color: #fff;
font-weight: bold;
padding: 9px 28px 7px 28px;
text-decoration: none;
}

#pointermenu2 ul li a:visited{
color: #fff;
}


#pointermenu2 ul li a:hover, #pointermenu2 ul li a#selected{ /*hover and selected link*/
color: #fff;
background: transparent url(img/tr_menu.png) bottom center  no-repeat;
}



a {
	font-size: 10px;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}