@charset "utf-8";
/* CSS Document */

html, body {
	width:100%;
	height:100%;
	
	margin:0px;
	padding:0px;
	
	overflow:hidden;
}

body{	
	margin: 0px;
	padding: 0px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
}

*html div, *html img { behavior: url(templates/dwersteg/iepngfix.htc) }

b, strong {
	color: #BE9E56;
}

a {
	color:#BE9E56;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

img {
	border:none;
}

form {
	margin:0px;
	padding:0px;
}

input {
	margin:0px;
	padding:0px;
}

.align-left {
	text-align:left;
}

.align-center {
	text-align:center;
}

.align-right {
	text-align:right;
}

.align-justify {
	text-align:justify;
}

.align-bottom {
	position:absolute;
	bottom:0px;
}

.clear-left {
	clear:left;
}

.col-2 {
	width:49%;

	margin:0px 1% 0px 0px;

	float:left;
}

.col-3 {
	width:30%;
	
	margin:0px 1% 0px 0px;
	
	float:left;
}

.col-4 {
	width:24%;
	
	margin:0px 1% 0px 0px;
}

.padding-medium {
	padding:10px;
}

.row {
	clear:both;
}

label.block {
	display:block;
	float:left;
}

.relative {
	position:relative;
}

table {
	border-collapse:collapse;
	border:none;
}

table td, table th {
	margin:0px;
	padding:5px;
	
	vertical-align:top;
}

table td p {
	margin:0px 0px 10px 0px;
	padding:0px;
}