/*  Kamuniak.com CSS  */


/* HTML body */

html {
 margin: 0px;
 padding: 0px;
 height: 100%;
}

body {
 background-color: #000000;
 margin: 0px;
 margin-left: 50px;
 margin-right: 50px;
 padding: 0px;
 height: 100%;
}

/* CSS body */

#container {
 min-height: 100%;
 position: relative;
}

#header {
 height: 0px; 
}

#body {
 padding-top: 40px;
 padding-bottom: 80px;
 padding-left: 0px;
 padding-right: 0px;
}

#footer {
 position: absolute;
 bottom: 0px;
 width: 100%;
 height: 40px; 
 padding: 0px;
 padding-top: 5px;
 border-top-style: solid;
 border-top-width: 1px;
 border-top-color: #222222;
}


/* Default texts */

body,p,table {
 font-family: Verdana,Arial,Helvetica;
 font-size: 13px;
 color: #cccccc;
 line-height: 145%;
}


/* Titles */

h1,h2 {
 font-weight: normal;
 text-align: center;
 margin-top: 40px;
 margin-bottom: 25px;
}

h1 {
 font-size: 22px;
 color: #ffffff;
 letter-spacing: +2px;
}

h2 {
 font-size: 18px;
 color: #ffffff;
 letter-spacing: +1px;
}


/* Small text */

.dim {
 font-size: 12px;
 color: #aaaaaa;
}

.footertext {
 font-size: 11px;
 color: #444444;
}


/* Links */

a:link {
 color: #4444ff;
 text-decoration: none;
}

a:visited {
 color: #8822ff;
 text-decoration: none;
}

a:hover, a:active {
 color: #8888ff;
 text-decoration: underline;
}


/* Index page Big Red text */

.bigred {
 font-size: 18px;
 color: #ff0000;
 letter-spacing: +2px;
}


/* No borders to images */

image {
 border-width: 0px;
}


/* Forms */

textarea, input {
 color: #000000;
 background: #cccccc;
 border-style: solid;
 border-color: #ffffff;
 border-width: 1px;
}

.formtext {
 font-family: Verdana;
 font-size: 13px;
 color: #000000;
 font-weight: bold;
}
