
/* Remove padding and margin */
* {margin: 0;padding: 0;}

/* Class for clearing floats */
.clear {clear:both;}
.right{float:right;}
.left{float:left;}


/* =Typography
-----------------------------------------------------------------------------*/
html>body {font-size:10pt;}

body {
	font:100% "Times New Roman", Times, serif;
}


/* =Layout
-----------------------------------------------------------------------------*/

#header {
	display: none;
}
#wrapper{
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	float: none !important;
}
#contentText {
	width: 100%;
	float: none !important;
	margin-left: -160px;
}
#contentImage, #leftColumn-menu, #footer, #iaktuid_0532_1__dummy, .ktcssmenu {
	display: none;
}

/* =Links
-----------------------------------------------------------------------------*/
a:link{
	color:#af272e;
	text-decoration:underline;
}

/* =copyright
-----------------------------------------------------------------------------*/
#copyright a:link{
	display:none;
}

#copyright p{
	font-size:12px;
	font-weight:bold;
	margin:5px auto;
	text-align:center;
	width:700px;
}

-----------------------------------------------------------------------------*/
/* Removes fieldset borders. even on Opea 7 */
fieldset {border: 1px solid transparent;}

/* =Filters
-----------------------------------------------------------------------------*/
/*[BEGIN] Clear Fix for Fire Fox*/
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/*[END] Clear Fix for Fire Fox*/

