/* GLOBAL RESET
********************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
	}
img, fieldset {
	border: 0;
	}
ul, li {
	list-style:none;
	}
:focus {
	outline: 0;
	}
body, select, input, textarea {
	font: 100%/140% arial, helvetica, sans-serif;
	font-size:11px;
	}
a {
	cursor:pointer;
	}
.clear { /* Use this class to clear all floats */
	clear:both;
	}
.dummy { /* Use this class in a span to vertically align images in divs */
	font-size:1px;
	overflow:hidden;
	width:1px;
	}	
	
/* LANGUAGE SELECTION SPLASHSCREEN
********************************************/
body {
	background:#ffffff url(../content/layout_images/bgTopRedSplash.gif) repeat-x left top;
	color:#737373;
	text-align:center;
	}
#siteContainer {
	margin:0 auto;
	width:950px;
	}
#content 
{
	width:950px;
}
.logoSplash {
	text-align:center;
	}
	.logoSplash img {
		margin:25px 0;
		}
.splashContent {
	background:#ffffff url(../content/layout_images/splashContentBg.gif) repeat-x left top;
	float:left;
	color:#737373;
	font-family: Arial, sans-serif;
	font-size:12px;
	text-align:center;
	height:240px;
	padding-left:233px;
	width:717px;
	}
.languageOption {
	float:left;
	margin-top:75px;
	width:190px;
	height:75px;
	}
.splashContentSeparate {
	background: url(../content/layout_images/splashContentSeparate.gif) no-repeat;
	margin:0 50px;
	height:240px;
	width:3px;
	float:left;
	}
a.klikhier { /*Frontpage button */
	background:url(../content/layout_images/btnKlikhierSplash.gif) no-repeat;
	display:block;
	float:left;
	height:17px;
	margin:25px 0 0 54.5px;
	text-decoration:none;
	width:81px;
	}
a.cliquezici { /*Frontpage button */
	background:url(../content/layout_images/btnCliquezIciSplash.gif) no-repeat;
	display:block;
	float:left;
	height:17px;
	margin:25px 0 0 54.5px;
	text-decoration:none;
	width:81px;
	}
	
#sidebarLeft
{
	width: 0px;
	display: none;
}
#footer
{
	background-image: none;
}
/*
#siteContainer
{
	text-align:center;	
}
*/
#columnContainer
{
	background-image: none;
}	
#siteFooterContainer
{
	background-image: none;
}
#siteHeader
{
	height: 95px;
}