/*  
Theme Name: Kiteloop.fi
Theme URI: http://www.kiteloop.fi/
Description: kiteloop.fi theme
Version: 1.0
Author: Andreas Hamberg
*/

*
{
	margin: 0;
	padding: 0;
}


body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 10px;
	background-color:#333;
	text-align:center;
}

h1, h2 { font-size:1em; margin:0 0 2px 0; padding:0;}

h2 { font-weight:normal;}

p { margin:0 0 0 0; /* globala värden för paragrafer */
	padding:0;}

a, a:link, a:visited {
	color:#09C;
	font-weight:bold;
	text-decoration:none;
}
a.selected {
	color: #FFF;
}
a:hover {
	color:#FC0;
}
a:active {
	color: #FFF;
}


ul { list-style:none;}

div#container {
	font-size:1.1em;
	width: 750px;
	margin: 0 auto;
	text-align:left;
}
div#header {
	background-color:#000;
	background-image:url(../images/backgrounds/header.jpg);
	background-repeat:no-repeat;
	height:155px;
	width:750px;
}
div#menu {
	float:right;
	display:inline;
	text-transform:uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 135px 0 0 0;
	background-color:#000;
}

div#menu ul li{
	display:inline;
	float:left;
	background-image:url(../images/alignment/pipe.gif);
	background-position: 100% 50%;
	background-repeat:no-repeat;
	
}

div#menu ul li#yhteystiedot{
	background-image:none;
}

div#menu ul li a{
	padding: 0 8px 0 5px;
}

div#menu ul li a.selected{
	/*text-decoration:underline;*/ /* visar användaren vilken sida som är aktiv */
}


div#content {
	min-height:400px;
	float:left;
	display:inline;
	margin-left: 14px;
	padding-bottom:20px;
	width:724px;
	background-color:#000;
	border-top-width: 3px;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-position: 50% 0%;
	background-repeat:no-repeat;
}

* html div#content {/* ie6 hack : */
	height:400px; /*ie6 förstår inte min-height, men height gör samma som min-height i ie6*/
}
div#content.kiteloop { background-image:url(../images/backgrounds/background_home.jpg); }/* individuell bakgrund för sidorna*/
div#content.hinnasto {
	background-image:url(../images/backgrounds/background_hinnasto.jpg);
}/* individuell bakgrund för sidorna*/
				/* ---- GAMMAL KOD ---- */



/*Gammal kod*/

/*div#content_border {
	float:right;
	margin:0px auto;
	width:735px;
	background-color:#000000;
}
div#content_border_padding {
	margin:6px;
}

div#text_container {
	float:left;
	margin:15px;
	width:320px;
}
div#text_container_large {
	margin:0px auto;
}
div#text {
	background: url(images/structure/text_container_middle.gif) #ffffff;
	text-align:center;
	width:320px;
	margin:0px auto;
}
div#text_padding_large {
	margin:0px auto;
	text-align:left;
	width:650px;
}
div#text_padding {
	margin:0px auto;
	width:300px;
	text-align:left;
}
div#material {
	margin:0px auto;
	width:100%;
	border-color:#000000;
	background-color:#EAEAEA;
	padding-left:5px;
	border-top:dotted #000000 1px;
}
div#material img {
	float:right;
}
div#material_text {
	float:left;
	width:550px;
}
.input {
	margin: 5px;
	border:solid 1px;
	border-color: #000000;
	background-color:#CCCCCC;
	padding:3px;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
}
.submit {
	border:solid 1px;
	background-color:#CCCCCC;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	left: 20px;
}
.hr {
	border:#000000 1px solid;
}

table {
	width: 100%;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 11px;
	text-align:left;
	vertical-align:top;
}
form {
	margin-bottom:0px;
}

*/
div#content.hinnasto2 {

}

div#content.markapuvut {
	background-image:url(../images/backgrounds/background_markapuvut.jpg);
}/* individuell bakgrund för sidorna*/
div#content.laudat {
	background-image:url(../images/backgrounds/background_laudat.jpg);
}/* individuell bakgrund för sidorna*/
div#content.leijat {
	background-image:url(../images/backgrounds/background_leijat.jpg);
}/* individuell bakgrund för sidorna*/
div#content.yhteystiedot { background-image:url(../images/backgrounds/background_yhteystiedot.jpg); }/* individuell bakgrund för sidorna*/

div#footer {
	background:#000;
	float:right;
	display:inline;
	width:736px;
	color:#FFFFFF;
	text-align:center;
	padding:20px 0 20px 0;
	font-size:0.8em;
	background-image:url(../images/alignment/footer_buttom.jpg);
	background-repeat:no-repeat;
	background-position:0% 100%;
	
}

div#footer img { margin: 0 0 2px 0;}

div#footer p { margin: 0 0 5px 0; }

div#contentBoxLeft {
	margin: 15px 0 0 15px;
	padding:0;
	float:left;
	display:inline;
	width: 320px;
	background-image:url(../images/alignment/text_container_top.gif);
	background-repeat:no-repeat;
	background-position:50% 0%;
	}
	
div#contentBoxRight {
	margin: 15px 15px 0 0;
	padding:0;
	float:right;
	display:inline;
	width: 320px;
	background-image:url(../images/alignment/text_container_top.gif);
	background-repeat:no-repeat;
	background-position:50% 0%;
	}
	
div#contentBoxFooter { 
	background-image:url(../images/alignment/text_container_buttom.gif);
	background-repeat:no-repeat;
	background-position:50% 100%;
	clear:both;
	height:8px;
	float:left;
	display:inline;
	width:100%;
	}

div#textField {
	margin:8px 0 0 0;
	float:left;
	background-color:#fff;
	padding: 0px 10px 0px 10px;
	display:inline;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	width:298px;
 }
 
* html div#textField { margin:8px 0 -8px 0;}

div#textField ul.bullet{ 
	margin: 0 0 15px 15px; 
	list-style:disc;
}
div#textField ul{ 
	margin: 0 0 15px 15px; 
	list-style:none;
}
div#textField ul.plain{ 
	margin: 0 0 0 0; 
	list-style:none;
}

				/* ---- MIN KOD ---- */
				div#contentBoxLarge {
					/*min-height:400px;*/
					margin-top: 15px;
					margin-left: 20px;
					padding:0;
					float:left;
					display:inline;
					width: 683px;
					background-image:url(../images/alignment/text_container_top_large.gif);
					background-repeat:no-repeat;
					background-position:50% 0%;
					}
				div#contentBoxFooterLarge { 
					background-image:url(../images/alignment/text_container_buttom_large.gif);
					background-repeat:no-repeat;
					background-position:50% 100%;
					clear:both;
					height:8px;
					float:left;
					display:inline;
					width:100%;
					}
				div#textFieldLarge {
					margin:8px 0 0 0;
					float:left;
					background-color:#fff;
					padding: 0px 10px 0px 10px;
					display:inline;
					border-top-width: 1px;
					border-right-width: 1px;
					border-bottom-width: 1px;
					border-left-width: 1px;
					border-top-style: none;
					border-right-style: solid;
					border-bottom-style: none;
					border-left-style: solid;
					border-top-color: #000000;
					border-right-color: #000000;
					border-bottom-color: #000000;
					border-left-color: #000000;
					width:661px;
				 }
				 
				div#textFieldLarge ul.bullet{ 
					margin: 0 0 15px 15px; 
					list-style:disc;
				}
				div#textFieldLarge ul{ 
					margin: 0 0 15px 15px; 
					list-style:none;
				}
				div#textFieldLarge ul.plain{ 
					margin: 0 0 0 0; 
					list-style:none;
				}
				
				 div#footer.noSpace {padding:0 0 20px 0;}
				 
				 h1 {
				 		font-size: 13px;
						font-weight:bold;
				 }
				 h2 {
				 		font-size: 12px;
						font-weight:bold;
				 }
				 h3 {
				 		font-size: 11px;
						font-weight:bold;
				 }
				/* ---- MIN KOD ---- */
				
				/* ---- GAMMAL KOD ---- */
				.material {
					margin:0px auto;
					width:100%;
					border-color:#000000;
					background-color:#EAEAEA;
					padding-left:5px;
					border-top:dotted #000000 1px;
				}
				.material_text {
					float:left;
					width:550px;
				}
				table {
					width: 100%;
					font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
					color: #000000;
					font-size: 11px;
					text-align:left;
					vertical-align:top;
				}
				.hr {
					border:#000000 1px solid;
				}
.price {
	width: 80%;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 11px;
	text-align:left;
	vertical-align:top;
}
.tarjous {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	color: #FF0000;
	font-size: 12px;
}
