* {
	font-family: monospace !important;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

#printer {
        top: 0px;
        left: 0px;
        height: 16px;
        background-color: #000000;
        text-align: center;
        padding-right: 20px;
        padding-left: 20px;
}

#printer a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
#printer a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
}
#printer p {
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

#menu {
	position: relative;
	left: 0px;
	top: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	height: 16px;
	width: 450px;
	padding: 0px 2px 2px 20px;
	background-image: url(/fileadmin/jamesdo/template/main/images/bg_menu.gif);
	background-repeat: no-repeat;
}
#menu a {
        text-decoration: none;
        color: #000000;
}
#menu a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #000000;
}
#chooser {
	position: absolute;
	float: left;
	top: 50px;
	left: 656px;
	width: 79px;
	overflow: hidden;
}
#chooser ul {
	padding: 0px;
	margin: 0px;
}
#chooser li {
	list-style-image: none;
	list-style-type: none;
	padding: 0px 0px 2px;
	margin: 0px;
}
.submit {
	text-align: center;
}
.image {
	margin-left: 16px;
	margin-top: 4px;
	margin-bottom: 4px;
}
.center {
	 text-align: center;
}

#second {
         position: absolute;
         z-index: 0;
         right: 0px;
         bottom: 0px;
         padding: 20px;
         float: left;
}
.black {
          color: #999999;
          text-align: right;
}