/*******************************************************************************/
/*                                    MAIN                                     */
/*******************************************************************************/

body {
	background-image: url('images/ifraktal.background.gif');
	background-position: top center;
	background-repeat: repeat;
	background-color: #FFFFFF;
}

body,
h1,
h2,
h3,
p,
div,
span,
a {
	font-family: "Century Gothic", sans-serif;
	text-align: center;
	font-size: 16px;
}

h1 {
	font-weight: bold;
	font-size: 40px;
	color: #404080;
}

h2 {
	font-weight: bold;
	font-size: 25px;
	color: #804040;
}

h3 {
	font-weight: bold;
	font-size: 20px;
	color: #FF8040;
}

p {
	text-align: justify;
	margin: 0 auto;
}

div.frame {
	position: relative;
	margin-left: -505px;
	left: 50%;
	width: 1000px;
	padding: 10px;
	border: none;
	background-color: none;
}

input.mainmenu {
	background-image: url(images/img.button.gif);
	background-color: #6CB3DD;
	border: #0078C6 1px solid;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	height: 30px;
}

input.mainmenu:hover {
	color: #FFFF80;
}

/*******************************************************************************/
/*                                    LINK                                     */
/*******************************************************************************/

.textlink {
	text-decoration: underline;
	color: #404080;
}

a.textlink:hover {
	background-color: #000080;
	text-decoration: none;
	color: #FFFFFF;
}

.imglink {
	text-decoration: none;
	border-width: 1;
	border-style: solid;
	border-color: #FFFFFF;
}

.imglink:hover {
	border-width: 1;
	border-style: dashed;
	border-color: #000080;
}


/*******************************************************************************/
/*                                    FONT                                     */
/*******************************************************************************/

.bigfont {
	font-size: 20px;
}

.mediumfont {
	font-size: 14px;
}

.smallfont {
	font-size: 11px;
}


/*******************************************************************************/
/*                                    COLOR                                    */
/*******************************************************************************/

.colordarkblue {
	color: #000080;
}

.colororange {
	color: #FF8040;
}

.colordarkgreen {
	color: #008000;
}

/*******************************************************************************/

