body {
	background-color: rgb(244, 241, 236);
	color: rgb(125, 125, 125);
	font-size: 13px;
    letter-spacing: 2px;
	font-family: arial, helvetica, sans;
	margin: 0px;
}


#mainouter{
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
}

#maincontainer {
	text-align: center;
	position:relative;
	vertical-align:middle;
	display:table-cell;
	height: 620px;
}

#maininner {
	width: 898px;
	height: 670px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
}


#navbar {
	position: absolute;
	bottom: 20px;
	width: 898px;
	height: 23px;
	border: solid 1px rgb(180, 180, 180);
}

table {
	border: none;
}

td {
	vertical-align: top;
	font-size: 12px;
	font-family: arial, helvetica, sans;
	letter-spacing: 2px;
	border: none;
}

td.bottom {
	vertical-align: bottom;
}

td.middle {
	vertical-align: middle;
}


input {
	padding: 2px;
	background: none;
	font-family: arial, helvetica, sans;
	letter-spacing: 2px;
    border: solid 1px rgb(180, 180, 180);
}

input.link {
	text-decoration:none;
	color: rgb(244, 241, 236);
	background-color: rgb(58, 109, 160);
	font-size: 11px;
	border: none;
	padding: 0px;
	cursor: pointer;
	font-family: arial, helvetica, sans;
	letter-spacing: 2px;
}



a { text-decoration:none; color: rgb(58, 109, 160); }

a.button { text-decoration:none; color: rgb(244, 241, 236); background-color: rgb(58, 109, 160); font-size: 11px; padding: 1px; text-align: center;}

.menu {
    font-size: 13px;
    letter-spacing: 2px;
    color: rgb(0, 80, 160);
}

.menuselect {
    font-size: 13px;
    letter-spacing: 2px;
	color: rgb(125, 125, 125);
}

.small {
	font-size: 11px;
	letter-spacing: 1.5px;
	line-height: 125%;
}

.smallgrey {
	font-size: 11px;
	letter-spacing: 1.5px;
	color: rgb(128, 128, 128);
	line-height: 125%;
}


.smallest {
	font-size: 10px;
	letter-spacing: 1.2px;
	line-height: 120%;
	color: rgb(128, 128, 128);
}


.formPicture {
	border: none;
}

.formInput {
	width: 190px;

}

.formNavigationEnable {
	color: rgb(255,0,0);
	font-weight: bold;
	font-size: 12px;

}

.formNavigationDisable {
	color: rgb(255, 160, 160);
	font-weight: bold;
	font-size: 12px;
}

.orderInput {
}

.orderInputError {
	color: rgb(255, 0, 0);
}


.styleheadline {
    font-size: 20px;
    letter-spacing: 5px;
    font-weight: 100;
}

.styleheadline2 {
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: bold;
}

.styleblack {
    color: rgb(0,0,0);
}
