body {
	background-image: url(../images/body-bg.jpg);
	background-repeat:repeat-x;
	background-color: #ffffff;
}

.header {
	background-image: url(../images/header-bg.jpg);
	background-repeat: no-repeat;
}

.toolbox {
	height: 61px;
	line-height: 61px;
	text-align: right;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.toolbox a {
	color: #000000;
	text-decoration: none;
}

.toolbox a:hover {
	text-decoration: underline;
}

.banner {
	height: 158px;
}

.menu-1 {
	height: 32px;
	line-height: 32px;
	background-image: url(../images/menu-1-bg.jpg);
	background-repeat:repeat-x;
	text-indent: 10px;
}

.menu-1 a {
	color: #000000;
	text-decoration: none;
}

.menu-1 a:hover, .menu-1 .activ {
	text-decoration: underline;
}

.main {
	background-color: #ffffff;
	padding: 20px 0;
	color: #818181;
}

.main a {
	color: #818181;
}

.main a:hover {
	text-decoration: none;
}

.menu-2 a {
	display: block;
	border-bottom: 1px solid #e0d1bc;
	padding: 5px 5px 5px 19px;
	color: #000000;
	text-decoration: none;
	font-size: 11px;
	background-image: url(../images/menu-2-bg.jpg);
	background-repeat: no-repeat;
}

.menu-2 a:hover, .menu-2 .activ {
	text-decoration: underline;
}

.menu-2 .level_2, .menu-2 .activ_2 {
	background-image: url(../images/menu-2-bg.jpg);
	background-repeat: no-repeat;
	background-position: 19px 0;
	padding-left: 38px;
}

.menu-2 .activ_2 {
	text-decoration: underline;
}

.breadcrumb {
	height: 40px;
}

.breadcrumb a {
	color: #818181;
	text-decoration: none;
}

.breadcrumb a:hover {
	text-decoration: underline;
}

.searchbox {
	padding-left: 28px;
	margin-bottom: 20px;
	background-image: url(../images/searchbox-bg.jpg);
	background-repeat: no-repeat;
}

.searchbox input[type=text] {
	margin-bottom: 5px;
}

/* teaser */

.teaser {
	background-color: #e7d8d1;
}

.teaser p, .teaser h1, .teaser h2, .teaser h3, .teaser h4, .teaser h5 {
	padding: 0 10px;
}

.teaser h1, .teaser h2, .teaser h3, .teaser h4, .teaser h5 {
	margin: 0px;
	background-image: url(../images/teaser-h1-bg.jpg);
	background-repeat: no-repeat;
	background-position: 9px center;
	padding-left: 35px;
	font-size: 16px;
	line-height: 40px;
}

.grid_6.teaser img {
	width: 340px;
}

.grid_4.teaser img {
	width: 220px;
}

.grid_3.teaser img {
	width: 160px;
}

.csc-textpic-caption {
	font-size: 80%;
	padding: 0 5px;
}

.footer {
	height: 107px;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: repeat-x;
	background-color: #e5e0dc;
}

.footer-box {
	background-image: url(../images/footer-small-bg.jpg);
	background-repeat: repeat-x;
	padding-top: 15px;
	color: #5b4e46;
}

.footer-box a {
	color: #5b4e46;
	text-decoration: none;
}

.footer-box a:hover {
	text-decoration: underline;
}

.csc-frame-rulerAfter {
	border-bottom: 1px solid #818181;
	margin-bottom: 10px;
}

#mailform label, #mailform input, #mailform select, #mailform textarea {
	display: block;
	width: 300px;
	float: left;
	margin-bottom: 10px;
}

#mailform input[type=submit], #mailform input[type=checkbox] {
	width: auto;
}

#mailform label {
	text-align: right;
	width: 100px;
	padding-right: 20px;
}
 
#mailform br {
	clear: left;
}


.csc-mailform-label {
	width: 420px;
	margin-bottom: 10px;
	font-size: 80%;
}
