html, body {
	height: 100%; /* Required */
	width: 100%
}

body {
	margin: 0px;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial,
		sans-serif;
	color: #888;
	font-size: 12px;
}

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

a.active, a:hover {
	color: #0098DB;
	text-decoration: none;
}

.smallTitle {
	padding-top: 18px;
	font-size: 12px;
	color: #666666;
}

.hint{
	font-size: 10px;
	color: #0098DB;
}

.content {
	font-weight: normal;
	font-size: 12px;
	color: #666666;
	font-style: normal;
}

#content {
	padding-top: 18px;
	margin-top: 18px;
	font-weight: normal;
	font-size: 12px;
	color: #666666;
	font-style: normal;
}

#navi {
	height: 18px;
	padding-left: 12px;
	padding-right: 12px;
	background: transparent url(../img/background_navi.gif) repeat-x left
		top !important;
}

table {
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
	background-repeat: no-repeat;
	border: none !important;
}

#container {
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
	background-repeat: no-repeat;
	border: none !important;
	width: 100%;
}

.button {
	background: #0098DB;
	border-color: #0098DB;
	color: #F5F5F5;
	line-height: 30px;
	text-align: center;
	display: block;
	border-width: 0px;
	border-style: solid;
	width: auto;
}

input, textarea {
	border: 1px solid #C8C8C8;
	background: #F5F5F5;
	font-weight: normal;
	color: #666666;
	width: 290px;
}

input:focus, textarea:focus {
	border-color: #0098DB;
	background: #FFFFFF;
}

img {
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
	border: none !important;
}

td {
	border: none;
	padding-left: 12px;
}

/* ################################ SM ####################################### */
@media screen and (min-width: 768px) {
	.default-logo {
		width: 250px;
		height: 30px;
		margin-top: 18px;
	}
	

}

@media screen and (min-width: 1024px) {
	.default-logo {
		width: 590px;
		height: 30px;
	}
	

}