* {
	margin: 0;
	padding:0;
	outline:none;
}

html,
body {
	height:100%;
	width:100%;
}
 html[xmlns^="http"] {
 overflow-y: scroll;
}
body{
	
}
/* ----------------------------------> Global classes <-----------------------------*/
img{
	border:none;
}
.highlight {
	font-weight:bold;
}

.image {
	border:solid 1px #000;
	padding:1px;
}

.floatRight {
	float:right;
	margin:0 0 10px 10px;
}

.floatLeft {
	float:left;
	margin:0 10px 10px 0;
}

.clear {
	float:none;
	clear:both;
}
/* ----------------------------------> Container <-----------------------------------*/
#container {
	width: 0px;
	min-height: 100%;
	height:auto !important;
	height:100%;
	margin:0 auto -0px;
}

/* ----------------------------------> Header <--------------------------------------*/

#header {
	width:0px;
	height:0px;
}

#branding a{
	width:0px;
	height:0px;
	display:block;
	text-indent:-5000px;
	position:absolute;
	left:0px;
	top:0px;
}

.claim {
	display:none;
}
/* ----------------------------------> Navi <----------------------------------------*/
#navi {
	list-style-type:none;
}

/* ----------------------------------> NaviAdd <-------------------------------------*/
#naviAdd {
	list-style-type:none;
}


/* ----------------------------------> Content <-------------------------------------*/
#contentContainer {
	
}
/* ----------------------------------> Content Main <--------------------------------*/
#contentMain {
	
}
/* ----------------------------------> Content Sidebar <-----------------------------*/
#contentSidebar {
	
}
/* ----------------------------------> Content Column <------------------------------*/
.contentColumn {
	
}

#push {
	height:0px;
	clear:both;
	float:none;
}

/* ----------------------------------> Footer <--------------------------------------*/
#footer {
	
}

/* ----------------------------------> CMS Classes <---------------------------------*/

