/* CSS mall*/

/* GLOBAL------------------------------------------- */
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, li, ol, dl, address, frameset, frame, div, img, a, href {
	margin:0;
	padding:0;
}

a img {
	border:none;
	padding: 0;
	margin: 0;
}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}
a:active {text-decoration: none;}

html, body { overflow:hidden; }/* detta borde bort */

body {
	background: #FFFFFF;
	font-family: "arial", "san-serif";
	font-size:	12px;
	color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6, p  {
	font-size: 12px;
	line-height: 140%;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
}

h1, h2, h3, h4, h5, h6 {text-decoration: none; color: #FFFFFF;}
h1, h2, h3, h4, h5, h6 {text-decoration: none; color: #FFFFFF;}
h1, h2, h3, h4, h5, h6 {text-decoration: none; color: #FFFFFF;}
h1, h2, h3, h4, h5, h6 {text-decoration: none; color: #FFFFFF;}

/* GENERAL ------------------------------------------- */

#frame_bottom {
	position:fixed;
	left:0px;
	bottom:0px;
	z-index:300;
	height:0px;
	width:100%;
}
#frame_right {
	position:fixed;
	right:0px;
	top:0px;
	z-index:300;
	height:0px;
	width:0px;
}


/* COMMON ----------------------------------- */
.uppercase { text-transform:uppercase; }
.italic {font-style:italic;}
.serif {font-family: "Georgia", "serif";}
.cursor_default {cursor:default;}
.overflow_auto{ overflow:auto; }
.text_align_right {text-align:right;}
.text_align_center {text-align:center;}
.bold {font-weight:bold;}

.inline { display: inline;}
.float_left {float:left;}
.float_right {float:right;}
.clear_both {clear:both; height:1px; width:100%;}
.display_none {display:none;}
.display_block {display:block;}

.border_none { border: 0; border-bottom:0; border-top:0; border-left:0; border-right:0}

/* SIZES ----------------------------------- */
.size10 { font-size:10px; line-height: 160%;}
.size11 { font-size:11px; line-height: 160%;}
.size12 { font-size:12px; line-height: 150%;}
.size13 { font-size:13px; line-height: 150%;}
.size14 { font-size:14px; line-height: 130%;}
.size15 { font-size:15px; line-height: 120%;}
.size16 { font-size:16px; line-height: 115%;}
.size17 { font-size:17px; line-height: 100%;}
.size18 { font-size:18px; line-height: 100%;}
.size20 { font-size:20px; line-height: 100%;}
.size22 { font-size:22px; line-height: 100%;}
.size24 { font-size:24px; line-height: 100%;}
.size26 { font-size:26px; line-height: 100%;}

/* COLORS ----------------------------------- */
.pink {
	color: #ED319B;
}
.pink  a:link {text-decoration: none; color: #ED319B;}
.pink  a:visited {text-decoration: none; color: #ED319B;}
.pink  a:hover {text-decoration: underline; color: #ED319B;}
.pink  a:active {text-decoration: none; color: #ED319B;}

.blue {
	color: #4780AC;
}
.blue  a:link {text-decoration: none; color: #4780AC;}
.blue  a:visited {text-decoration: none; color: #4780AC;}
.blue  a:hover {text-decoration: underline; color: #4780AC;}
.blue  a:active {text-decoration: none; color: #4780AC;}

.green {
	color: #78B617;
}
.green  a:link {text-decoration: none; color: #78B617;}
.green  a:visited {text-decoration: none; color: #78B617;}
.green  a:hover {text-decoration: underline; color: #78B617;}
.green  a:active {text-decoration: none; color: #78B617;}

.black {
	color: #222222;
}
.black  a:link {text-decoration: none; color: #222222;}
.black  a:visited {text-decoration: none; color: #222222;}
.black  a:hover {text-decoration: underline; color: #222222;}
.black  a:active {text-decoration: none; color: #222222;}

.white {
	color: #FFFFFF;
}
.white  a:link {text-decoration: none; color: #FFFFFF;}
.white  a:visited {text-decoration: none; color: #FFFFFF;}
.white  a:hover {text-decoration: underline; color: #FFFFFF;}
.white  a:active {text-decoration: none; color: #FFFFFF;}

.turk {
	color: #17B65A;
}
.turk  a:link {text-decoration: none; color: #17B65A;}
.turk  a:visited {text-decoration: none; color: #17B65A;}
.turk  a:hover {text-decoration: underline; color: #17B65A;}
.turk  a:active {text-decoration: none; color: #17B65A;}



