/*
Theme: Dirk Handzic - Iwama Shin Shin Aiki Shurenkai Sverige
Version: 1.2
Author: Mika Perälä
Author URI: http://mika.kfib.org/
*/


/* ---- Body --- */

body {
	margin: 0px;
	background: #666666;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}


/* ---- Links --- */

a, a:link, a:visited, a:active {
	color: #d9b127; 
	font-weight: 900;
     	text-decoration: none; 
}

a:hover {
	color: red;
     	text-decoration: underline; 
}

a img { 
	border: 0px; 
}


/* ---- wrapper, main and textbody ---- */

#wrapper {
        background: white;
	width: 724px;
	margin: 0px auto;
	padding-top: 4px;
}

#main {
	margin: 0px 2px;
} 

#textbody {
	font-size: 70%;
	line-height: 17px;
	width: 685px;
	margin: 0px 10px;
	padding: 5x;
}


/* ---- Navigation ---- */

#navigation {
	font-size: 9px;
	margin-top: 4px;
}

#navigation table {
	height: 25px;
	vertical-align: middle;
	text-align: center; 
}

#navigation td {
	border: 1px solid black;
}

#activelink {
	background: #cccccc url(../images/button-active.jpg) repeat-x;
	color: white;
	border: 1px solid black;

}

#activelink a {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	display: block;
	color: white; 
	padding: 5px;
	text-decoration: none;
}

#languagelink {
	color: black;
	background: #cccccc;
}

#link {
	color: black;
	background: #cccccc url(../images/button.jpg) repeat-x;
}

#link a, #languagelink a {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	display: block;
	color: black; 
	padding: 5px;
}

#link a:hover, #languagelink a:hover {
	border-top: 1px solid red;
	border-bottom: 1px solid red;
	color: red;
	text-decoration: none;
}

/* ---- Link table ---- */

#linktable {
	font-size: 120%;
	font-weight: bolder;
}

#linktable tr {
	height: 25px;
	vertical-align: middle;
	text-align: center; 
}

#linktable td {

}

/* ---- Images ---- */

img.pageimage {
	margin-top: 1px;
	border: 2px solid black;
	border-top: 1px solid black;
}

img.imageleft {
	margin: 5px 10px 0px 0px;
	border: 1px solid black;
	float: left;
}

img.imageright {
	margin: 5px 0px 0px 5px;
	border: 1px solid black;
	float: right;
}


/* ---- Footer ---- */

#footer {
	height: 30px;
	clear: both;
	text-align: center;
	border-top: 2px solid black;
	font-size: 50%;
	font-weight: bold;
	margin: 4px;
	line-height: 30px;
}


/* ---- Paragraphs and headers ---- */

p {
	margin: 0px 0px 15px 0px;
}

h1, h2, h3, h4 {
	font-family: Arial, Verdana, sans-serif;;
	color: #0c0c0c;
	border-bottom: 1px solid black;
	margin: 15px 0px 5px 0px;
	clear: both;
}

h1 { font-size: 220%; line-height: 31px; }
h2 { font-size: 160%; line-height: 23px; }
h3 { font-size: 120%; line-height: 18px; }
h4 { font-size: 100%; }
h5 { font-size: 90%;  }
h6 { font-size: 70%;  }
