body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #007000;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	background-image: url(pics/bg.gif);
	background-repeat: repeat;	
}

#main {
	width: 680px;
	margin:0 auto 0 auto;
	background-color: #ffefef;
	border-left-style: solid;
	border-right-style: solid;
	border-color: red;
	border-width: 1px;	
}

#head {
	width: 680px;
	height: 120px;
}

#head img {
	padding:0 20px 0 20px;
}

#menue {
	width: 680px;
	height: 20px;
	background-color: #ffffff;
	font-size: 12px;
	word-spacing: 15px;
	vertical-align: middle;
	text-align: center;
	border-top: solid 1px #ff7777;
	border-bottom: solid 1px #ff7777;
	margin-bottom: 30px;
}

#leftSide {

	float: left;
	width: 120px;
	margin:10px 10px 0 5px;
}

#rightSide {
	float:right;
	width: 510px;
	margin: 10px 10px 0 10px;
	background: #ffefef url(pics/lobster1.gif) no-repeat fixed center;
}

#footer {
	clear: both;
	width: 680px;
	height: 20px;
	background-color: #ffefef;
	border-bottom: 1px red solid;
}

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

a:hover {
	color: blue;
	text-decoration:none;
}

a.active {
	color: #c30000;
}

img {
	border: 0;
}

li {
	font-size: 12px;
	font-weight: bold;
	color: #666562;
	position: relative;
	left: 15px;
}

p {
	font-size: 12px;
	font-weight: bold;
}

.box {
	border-style: solid;
	border-color: #ff7777;
	border-width: 1px;
	background-color:#dadada;
	text-align:left;
	padding: 5px;
	margin-bottom: 10px;
	font-size: 12px;
	color:#666562;
}

.normal {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	font-stretch: normal;
	color:#007000;
}

table {
	width:500px;
	border:none;
	padding:0;
	margin-bottom:5px;
}

table .normal {
	width:420px;
	height: 24px;
}

table .small {
	width:400px;
	height: 16px;
	padding-left:20px;
	margin:0;
}

.geld {
	font-size: 12px;
	font-weight: normal;
	text-align: right;
}

.gross {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	font-stretch: semi-expanded;
	color:#007000;
	word-spacing: 2px;
}

/*** IE Fix ***/
* html #leftSide {
	left: -665px;            /* RC fullwidth */
}

