body {
	font-family:  Tahoma, Verdana, Arial;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #191919;
	background-image: url(design/korona_header.jpg);
	background-repeat:no-repeat;
	background-position:top;
	color: #ffffff;
	
}


a {
	text-decoration: none;
	font-weight: bold;
	color: #fe4c00;
	border: 0px;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0px 0px 0px 0px;
	position: relative;
}

input {
	font-size: 12px;
	background-color: #fe4c00;
	border:1px solid #ffffff;
	color: #ffffff;
	background:url(design/textbox.jpg);
}

.button_gb_hellip {
	border: none;
	padding: 1px 3px 0px 3px;
	height: 12px;
	font-size: 9px;
	float: left;
	margin: 1px;
	text-align: center;
}

.button_gb_active {
	padding: 0px 3px 0px 3px;
	height: 12px;
	font-size: 9px;
	font-weight: bold;
	float: left;
	margin: 1px;
	text-align: center;
}

.button_gb_deactive {
	padding: 0px 3px 0px 3px;
	height: 12px;
	font-size: 9px;
	float: left;
	margin: 1px;
	text-align: center;
}

a.button_gb {
	\\display: block;
	height: 12px;
	padding: 0px 3px 0px 3px;
	font-size: 9px;
	margin: 1px;
	float: left;
	text-align: center;
}

img {
	border: none;
}

img.png {
    background-image: expression(
        this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = "design/pixel.gif"
    );
}

span.hide { 
	display:none; 
}
