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

h1, h2, h3, h4 {
	margin: 0;
	padding: 0px;
}

a {
	border: 0;
	text-decoration: none;
}

a img {
	border: 0;
}

.allOver{
	position: relative; 
	width: 930px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-left:auto;
	margin-right: auto;
	background: #ffffff;
}

.LeftCol {
	display: block;
	float: left;
	width:240px;
	margin-top: 76px;

}

.allOver div {
	/*border: 1px #0000ff solid;*/
}

.RightCol {
	display: block;
	float: left;
	width:685px;
	margin-top: 76px;
	
}

.Menu {
	padding-top: 24px;
	height: 23px;
	border-bottom: 1px #65757e solid;
	margin-left: 5px;
	margin-right: 10px;
	margin-bottom: 30px;
	_margin-bottom: 34px;
}

.Menu a {
	display: inline;
	margin-left: 100px;
	font:  bold 13px Arial, Helvetica, _sans;
	color: #65757e;
	margin-top: 24px;
}



.Menu a:hover, .Menu .Active {
	color: #a51f17;
}

.Sub {
	width: 140px;
	/*order: 1px #000000 solid;*/
	margin-bottom: 50px;
}

.Sub div {
	/*border: 1px #cccccc solid;*/
}

.Contentainer {

	width: 302px;
	background-image: url('../img/Left_Content_Container_Top.gif');
	background-repeat: no-repeat;
	padding: 24px;
	padding-top: 10px;
	_padding-top: 20px;
}

.ContentainerFooter {

	height: 5px;
	font-size: 1px;
	width: 342px;
	background-image: url('../img/Left_Content_Container_Bottom.gif');
	background-repeat: no-repeat;
}

.Contentainer  p {
	color: #65757e;
	font: normal 12px Arial, Helvetica, _sans;
	/*line-height: 18px;*/
}

.Contentainer  p span {
	display:block;
	margin-bottom: 4px;
	color: #a51f17;
	font: bold 14px Arial, Helvetica, _sans;
	/*line-height: 18px;*/
}
.Contentainer  p a{
	display:block;
	color: #a51f17;
	font: normal 12px Arial, Helvetica, _sans;
	/*line-height: 18px;*/
	text-decoration: underline;
}

.mailHeader, .mailBody {
	display: block;
	background-image: url('../img/mail_top.jpg');
	background-repeat: no-repeat;
	width: 195px;
	height: 117px;
	margin-left: 3px;
	padding: 20px;
	padding-top: 10px;
	margin-bottom: 2px;
	/*order: 1px #000000 solid;*/
}

.mailHeader p, .mailBody p {
	font: normal 12px Arial, Helvetica, _sans;
	color: #a51f17;
}

#Caller {
	display: block;
	margin: 68px 0px 0px 0px;
	_margin: 78px 0px 0px 0px;
	height: 20px;
	width: 198px;
	_width: 196px;
	background-image: url('../img/mail_up.gif');
	background-position: top right;
	background-repeat: no-repeat;
	font: normal 12px Arial, Helvetica, _sans;
	color: #65757e;
	text-decoration: none;
	cursor: pointer;
}

.mailBody p {
	display: block;
	width: 120px;
	margin: 0px 10px 5px 0px;
	color: #65757e;
}

#Sender {
	display: block;
	margin: 23px 0px 0px 10px;
	height: 20px;
	width: 195px;
	_width: 193px;
	background-image: url('../img/senden.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	font: normal 12px Arial, Helvetica, _sans;
	color: #65757e;
	text-decoration: none;
	cursor: pointer;
}

.mailBody {
	display:none;
	background-image: url('../img/mail_bottom.jpg');
	height: 298px;
	width: 210px;
	_width: 220px;
	overflow: visible;
	padding: 15px;
	_padding-right: 0px;
	 margin-top: 5px;
	 _margin-top: -8px;
	/*border: 1px #000000 solid;*/
}

.mailBody input, .mailBody textarea {
	width:198px;
	_width: 191px;
	height: 150px;
	_height: 148px;
	background-image: url('../img/textarea.jpg');
	background-repeat: no-repeat;
	color: #ffffff;
	font: normal 12px Arial, Helvetica, _sans;
	border: 0px;
	margin-left: 0px;
	padding: 5px;
	
}

.mailBody textarea {
	overflow: auto;
}

.mailBody input {
	_margin-left: 2px;
	height: 14px;
	background-image: url('../img/input.jpg');
}



