
* {
	border: 0;
	margin: 0;
	outline: none;
	padding: 0;
	}

body {
	background: #E6E6E6 url("../images/body_background.jpg") repeat-x;
	color: #666;
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	margin-top: 14px;
	}

a {
	color: #6d3c69;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}


/*** Frame ***/
#frame_top, #frame_body, #frame_bottom {
	margin: 0 auto;
	position: relative;
	width: 911px;
	}

#frame_top {
	background: url("../images/frame_top.gif") no-repeat;
	font-size: 0;
	height: 13px;
	}

#frame_body {
	background: url("../images/frame_body.gif") repeat-y;
	}

#frame_bottom {
	background: url("../images/frame_bottom.gif") no-repeat;
	font-size: 0;
	height: 13px;
	}

#shadow {
	background: url("../images/content_shadow_left.gif") no-repeat;
	height: 280px;
	width: 8px;
	position: absolute;
	top: 0;
	left: 6px;
	}

#content_body {
	background: url("../images/content_gradient.jpg") left bottom repeat-x;
	margin: 0 14px;
	}


/*** Columns ***/
#col_left {
	background: url("../images/menu_background.gif") no-repeat;
	float: left;
	width: 230px;
	padding: 0 0 0 12px;
	}

#col_right {
	float: right;
	}


/*** Menu ***/
#logo {
	background: url("../images/logo_easy.jpg") no-repeat;
	height: 46px;
	width: 220px;
	cursor: pointer;
	margin: 20px 0;
	}

#menu {
	padding-bottom: 10px;
	}

#menu, #menu ul {
	list-style-type: none;
	margin: 12px 0 18px 0;
	line-height: 200%;
	}

#menu li {
	padding-left: 18px;
	}

#menu li ul {
	line-height: 150%;
	font-size: 11px;
	}

#menu li a {
	text-transform: uppercase;
	font-weight: bold;
	}

#menu li ul li a {
	color: #666;
	text-transform: none;
	font-weight: normal;
	background: url("../images/arrow_easy.gif") 0 5px no-repeat;
	padding-left: 12px;
	}

#menu a.active, #menu a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #6d3c69;
	}


/*** Teaser left hand ***/
#teaser {
	background: url("../images/teaser_easy.jpg") no-repeat;
	color: #fff;
	font-size: 11px;
	height: 150px;
	padding: 20px 9px 0 9px;
	width: 212px;
	}

#teaser h2 {
	font-size: 14px;
	margin-bottom: 10px;
	color: #fff;
	}

#teaser a {
	color: #fff;
	}

#teaser p {
	margin: 4px 0;
	}

#teaser p.big {
	background: url("../images/phone_easy.gif") 0px 4px no-repeat;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 12px;
	padding-left: 24px;
	}


/*** Header ***/
#heading {
	width: 641px;
	height: 176px;
	}


/*** Teaser Top ***/
a.offer {
	background: url("../images/teaser_top_easy_passive.jpg");
	border-top: 1px solid #fff;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 13px;
	font-weight: bold;
	height: 42px;
	line-height: 140%;
	padding: 6px 0 2px 40px;
	text-decoration: none;
	width: 601px;
	}

a.offer:hover {
	background: url("../images/teaser_top_easy_active.jpg");
	text-decoration: none;
	}

a.offer span {
	background: url("../images/action_arrow_easy.gif") right bottom no-repeat;
	display: block;
	float: right;
	font-size: 11px;
	font-weight: normal;
	height: 14px;
	line-height: 100%;
	margin: 8px 4px 0 6px;
	padding: 2px 48px 0 0;
	}


/*** Breadcrumb ***/
#breadcrumb {
	background: #eee url("../images/breadcrumb_background.jpg");
	color: #666;
	font-size: 11px;
	padding: 9px 0 9px 40px;
	}

#breadcrumb a {
	color: #666;
	}


/*** Content ***/
#content {
	padding: 30px 0 30px 40px;
	line-height: 150%;
	width: 570px;
	float: left;
	}

#content h1 {
	color: #6d3c69;
	font-size: 15px;
	margin: 0 0 12px 0;
	}

#content p {
	margin: 15px 0;
	}

#content a {
	text-decoration: underline;
	}

#content a:hover {
	background: #6d3c69;
	color: #fff;
	}

#content ul {
	margin: 2em 0 2em 20px;
	list-style-image: url("../images/bullet_easy.gif");
	}


/*** Footer ***/
#footer {
	background: #DBDBDB;
	border-top: 1px solid #fff;
	clear: both;
	color: #aaa;
	font-size: 11px;
	height: 18px;
	padding: 4px 0 0 24px;
	}

#footer a {
	color: #aaa;
	}



/*** Gallery ***/
#gallery a {
	behavior: url("iepngfix.htc");
	display: block;
	width: 152px;
	height: 129px;
	background: url("../images/photoframe.png") no-repeat;
	padding: 9px;
	float: left;
	margin: 0 10px 10px 0;
	text-decoration: none;
	}

#gallery a p {
	margin: 0;
	color: #00B4D5;
	font-weight: bold;
	}

#gallery a img {
	float: left;
	}

#gallery a:hover {
	background: url("../images/photoframe_hover_easy.png") no-repeat;
	}

#gallery a:hover p {
	color: #fff;
	}

#gallery .crop {
	display: block;
	height: 114px;
	overflow: hidden;
	width: 160px;
	}


/*** Form ***/
form label {
	display: block;
	float: left;
	margin-bottom: 6px;
	width: 180px;
	}

form br {
	clear: left;
	}

fieldset {
	margin-bottom: 20px;
	}

textarea, select, input {
	border: 1px solid #ccc;
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	padding: 1px 2px;
	}

input.submit {
	background: url("../images/teaser_easy.jpg");
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin: 4px 0 0 180px;
	padding: 2px;
	width: 120px;
	}

.error, .errorMessage {
	color: #a00;
	font-weight: bold;
	}

#newslist a {
	text-decoration: none;
	}

#newslist h2 {
	color: #6d3c69;
	font-size: 14px;
	margin: 0px;
	}

#newslist p {
	margin: 0 0 1.6em 0;
	}

#newslist p.date {
	margin: 0;
	font-size: 11px;
	}

