@charset "UTF-8";
/*
** ****************************************************************************
** t3core - stylesheet
** ****************************************************************************
*/

html {
}

body {
	background: #ffffff url(../images/bg.jpg) no-repeat center top;
	color: #444;
	overflow: auto; 
	margin: 0;
	font-size: 85%;
	font-family:"Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	line-height: 1.2;
}

#maincontainer {
	position: relative;
	min-height:100%;
	height: 100%;
	z-index: 2;
	padding: 0;
}

div#toprow {
	position: absolute;
	z-index: 4;
	top: 0;
	height: 26px;
	width: 100%;
	overflow: hidden;
	background: transparent url(../images/toprow-bg.jpg) repeat-x left top; 
}

div#flash-background {
	height:100%;
	position:fixed;
	text-align:left;
	top:0;
	width:100%;
	z-index:0;
}

#header {
	background: transparent url(../images/header.png) no-repeat left top; 
	width:940px;
	height:124px;
	margin: 26px auto 0 auto;
}

#header a, #header a:link, #header a:active, #header a:visited {
	position: relative;
	text-decoration: none;
	display: block;
	width: 200px;
	height: 124px;
	text-indent: -999px;
}

#header a:hover {
	
}

#navigationContainer {
	float: left;
	height: 100px;
	overflow: hidden;
}

#footer {
	margin-top: 30px;
	padding-bottom: 10px;
	position:relative;
	font-size: 80%;
	background: transparent;
	float: left;
	color: #FF0000;
}

.contentbox {
	background: #ffffff;
	padding: 15px;
	border:1px solid #EEEEEE;
	margin-bottom: 15px;
}

.minheight {
	min-height: 150px;
}

div#logorow {
	float: left;
	margin: 30px 0 20px 0;
}

#logorow div.contentbox {
	padding: 0;
}


#logorow a, #logorow a:link, #logorow a:active, #logorow a:visited {
	position: relative;
	text-decoration: none;
	display: block;
	width: 140px;
	height: 50px;
	text-indent: 0;
}

#logorow a:hover {
	
}

#empty1, #empty2, #empty3, #empty4, #empty5, #empty6 {
	display: none;
}

#tasf {
	background: transparent url(../images/tasf.jpg) no-repeat left top;
}

#typo3 {
	background: transparent url(../images/typo3.jpg) no-repeat left top;
}

#mysql {
	background: transparent url(../images/mysql.jpg) no-repeat left top;
}

#openerp {
	background: transparent url(../images/openerp.jpg) no-repeat left top;
}

#linuxfoundation {
	background: transparent url(../images/linuxfoundation.jpg) no-repeat left top;
}
