body {
  background-color: #f0f3f7;
  padding: 0;
  margin: 0;
  font: 12px Arial, Helvetica, sans-serif; 
}

body, html { height: 100%; }

/* LINKS */
a:link, a:visited, a:hover, a:active {
  font-weight: bold;
  text-decoration: none;
  font-size: inherit;
  color: #557aae;
}
a:hover {
  text-decoration: underline;
  color: #808080;
}

/* panels 343498 */

.main_wrap {	
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 50px 0px 20px;
}
.content_wrap {
  margin: 0 auto;
  width: 721px;
  text-align: center;
  display: block;
  background: #fff url(../Images/cornerWrap.gif) bottom right no-repeat;
	padding: 10px 20px 0px;
}

.live_chat { padding: 0px 20px; }

.menu { background: #557aae url(../Images/bg_dunkel.gif); }
.menucorner {	background: url(../Images/cornernav.gif) bottom right no-repeat; width:16px;}

.SubThemaOrange {	background: #fe9900 url(../Images/corner.gif) bottom right no-repeat; }
.SubThemaGrey {	background: #e9eef4 url(../Images/corner.gif) bottom right no-repeat; }
.SubThemaGrey2 {	background: #eee url(../Images/corner.gif) bottom right no-repeat; }
.SubThemaBlue {	background: #343498 url(../Images/corner.gif) bottom right no-repeat; }

.PaneHeaderRight {}

.footer {
	color: #666;
	padding: 5px 0px 10px;
}
.footerRow {
	border-top: 1px solid #ccc;
	margin-top: 25px;
}

/* TYPOGRAPHY */

h4
{
	color: #557aae;
	font: bold 13px Arial, Helvetica, sans-serif;
	padding: 0px 0px 6px;
}
h3 {
	color: #557aae;
	font: bold 14px Arial, Helvetica, sans-serif;
	padding: 0px 0px 13px;
}
p {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}

/* LISTS */ 
ul.list 
{ 
	list-style: none;
	margin: 0;
	padding: 0;
}
	ul.list li 
	{ 
		font: bold 12px Arial, Helvetica, sans-serif;
		color: #777;
		background: url(../Images/arrow.jpg) center left no-repeat;
		padding-left: 15px;
		margin: 6px 0px 0px;
	}
	
/* OTHERS */

.corner {	background: transparent url(../Images/corner.gif) top left no-repeat; }
.pd { padding: 5px 0px; }
