body {
    background-image: url('../gfx/bg.jpg');
    background-attachment: fixed;
    background-repeat: repeat-x;
    background-color: #000;
}
body, td, div, span, p {
    color: #FFFFFF;
    font-family: Tahoma, calibri, trebuchet ms, verdana;
    font-size: 11px;
}
.box {
    background-image: url('../gfx/boxbg.png');
    -moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;	
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
#logo {
    background-image: url('../gfx/kunstigWebLogo.png');			
    height: 444px;
    width: 340px;
	position: absolute;
	left: -130px;
    bottom:-150px;
}

h1 {

	color: #b4ff00;
	margin: 0px 0px 10px 0px;
	font-size: 18px;

}
h2 {

	color: #b4ff00;
	margin: 0px 0px 10px 0px;
	font-size: 16px;

}

a:link, a:hover, a:visited {
	color: #ff006c; /* #ba025b; */
	text-decoration: none;
}

a:hover {
	color: #b4ff00; 
	text-decoration: underline;
}


a.menulink:link, a.menulink:hover, a.menulink:visited {
	color: #ff006c;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}

a.menulink:hover {
	color: #b4ff00; 
	text-decoration: none;
}

input {
	background-color: transparent;
	color: white;
}

.input, input {
	background-color: transparent;
	color: white;
	border:2px solid #698816;
	background-image: url('../gfx/boxbg.png');
	padding: 4px;
    -moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;	
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

button {
	border: none;
}

.button {
    background-image: url('../gfx/bargreenshade.png');
	background-repeat: repeat-x;
    -moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomleft: 3px;	
	-moz-border-radius-bottomright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	color: black;
	font-weight: bold;
	font-size: 12px;
	background-color: transparent;
	padding: 6 8 6 8;
	border: none;
}

.button:hover {
	cursor: pointer;
	cursor: hand;
	color: #92009e;
	background-color: white;
	border: none;
}

.logininputyear {
	width:40px;
}

.logininputmail {
	width:110px;
}

.postButtonContainer {
	padding:2px;
	float: left;
    background-image: url('../gfx/bargreenshade.png');
	background-repeat: repeat-x;
    -moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomleft: 3px;	
	-moz-border-radius-bottomright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;	
}

textarea.bbcode {
}


.threadLink, .threadLink:hover {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.forumUser, .forumUser:hover {
	font-weight: bold;
	text-decoration: none;

}

.currentForumPage:link, .currentForumPage:visited, .currentForumPage:hover {
	font-weight: bold;
	color: #b4ff00;
	text-decoration: none;
}