@charset "utf-8";
/* CSS Document */


/* BODY (General styles)
---------------------------------------- */

body {
	margin:0 auto;
	background:url(../gfx/bg.gif) repeat;
	width:980px;
	padding:0px;
	
}


/* LANGUAGE TABS (On top of container)
------------------------------------------------------------------ */
#language {
	float:right;
	padding:15px 18px;
}

	.lang {
		float:left;
		background:#fff;
		margin-left:5px;
	}
	
	.langSelected {
		float:left;
		background:#fff;
		margin-left:5px;
	}


/* CONTAINER (This is the main wrapper)
------------------------------------------------------------------ */
#container {
	float:left;
	width:980px;
	background:#fff;
}


/* HEADER (Includes header with logo, slideshow and horizontal top navigation)
------------------------------------------------------------------ */
#header {
	float:left;
	width:950px;
	height:220px;
	background:white;
	padding-left:15px;
	Padding-right:15px;
}

	.logo {
		float:left;
	}
		
		.logo,
		.logo img {
			width:240px;
			height:206px;
		}

	.slide {
		width:690px;
		height:205px;
		float:right;
		margin-bottom:15px;
		overflow:hidden;

	}
	
		
#navigationTop {
	background: url(../gfx/menu_bg.jpg) repeat-x;
	width:980px;
	float:left;
	height:30px;
}

/* LEFT (Includes menu and search on the left)
------------------------------------------------------------------ */
#left {
	padding-top:20px;
	width:180px;
	float:left;
}



/* MAIN content (Includes all articles)
------------------------------------------------------------------ */
#main {
	width:785px;
	float:left;
}

#main2 {
	width:950px;
	padding:0px 15px;
	float:left;
}


/* FRONTPAGE (Styles for frontpage only)
------------------------------------------------------------------ */

#frontpageContent{
	width:965px;
	float:left;
	
}

#frontpageWrapper{
	width:770px;
	float:left;
	
}
#frontpageIntro{
	width:775px;
	float:left;
}

#frontpageBoxes{
	width:770px;
	float:left;
}

.frontpageBox_first{
	width:245px;
	float:left;
/*	height:170px;
	min-height:170px;/*!important*/
}


.frontpageBox_first img{
	float:left;
	width:245px;
	margin-bottom:5px;
}

.frontpageBox{
	width:245px;
	float:left;
	padding-left:10px;
/*	height:170px;
	min-height:170px;/*!important*/
}

.frontpageBox img {
	float:left;
	width:245px;
	height:125px;
	margin-bottom:5px;
}

#right {
	width:180px;
	padding-right:15px;
	float:left;
}



/* FOOTER (Includes adresses, copyright declarations, i-tools branding, and more)
------------------------------------------------------------------ */
#footer {
	width:945px;
	border-top: solid #F6843D 10px;
	background:#FFFFFF;
	text-align:left;
	font-size: 0.8em;
	padding:5px 18px;
}


#footerBranding {
	width:980px;
	background:none;
	text-align:right;
	font-size: 0.8em;
}
/* FIXES / TOOLBOX
---------------------------------------- */
img {
	border:none;
	outline:none;
}

.imgStyle {
	border:none;
}

.imgStyle:hover {
	border:none;
}


.bullet {
	background:url(../gfx/bullet.png) no-repeat left;
	padding-left:13px;
}

