
* {
	border: 0;
	list-style-type: none;
	margin: 0;
	outline: 0;
	padding: 0;
	text-decoration: none;
	}

body {
	background: #fff6d9 url("../images/body_background.jpg") repeat-x;
	color: #000;
	font-size: 14px;
	font-family: Trebuchet MS, Arial, Verdana;
	}

#frame {
	background: url("../images/body_header.jpg") no-repeat;
	margin: 0 auto;
	width: 970px;
	}

.clearing {
	clear: both;
	}

.cLeft {
	clear: left;
	}


/* Header */
#ct_header {
	height: 135px;
	position: relative;
	}

#logo {
	position: absolute;
	left: 345px;
	top: 38px;
	}

#ct_menu_help {
	float: right;
	font-size: 11px;
	margin: 10px 14px 0 0;
	}

#ct_menu_help a {
	color: #000;
	}

#ct_menu_help a:hover, #ct_menu_help a.active {
	color: #C7BB33;
	}

#ct_menu_lang {
	float: right;
	margin: 10px 10px 0 0;
	}


/* Mood Image */
#ct_mood {
	background: url("../images/mood_bgr.jpg") no-repeat;
	height: 265px;
	position: relative;
	}

#ct_mood #mood {
	left: 15px;
	position: absolute;
	top: 5px;
	}


/* Main-Menu */
#ct_menu {
	background: url("../images/menu_bgr.jpg") no-repeat;
	height: 40px;
	padding: 10px 0;
	position: relative;
	}

#ct_menu ul {
	margin: 0 0 0 10px;
	}

#ct_menu ul li {
	display: inline;
	}

#ct_menu a {
	background: url("../images/menu_cut.jpg") right center no-repeat;
	color: #555811;
	display: block;
	float: left;
	font-weight: bold;
	font-size: 14px;
	height: 30px;
	padding-top: 10px;
	text-align: center;
	width: 136px;
	}

#ct_menu a:hover, #ct_menu a.active {
	background: url("../images/menu_bgr_a.jpg");
	}

#ct_menu .last a {
	width: 135px;
	}


/* Content */
#ct_content {
	background: url("../images/content_bgr.jpg") no-repeat;
	position: relative;
	}

#ct_content #contentarea {
	background: #fff;
	margin: 0 10px;
	width: 950px;
	}

#content {
	line-height: 140%;
	padding: 30px 0 50px 42px;
	width: 544px;
	}

#content h1 {
	color: #555811;
	font-size: 20px;
	font-weight: normal;
	margin: 1em 0;
	}

#content p {
	margin: 1em 0;
	}

#content a {
	color: #A4AA2D;
	}

#content a:hover {
	background: #555811;
	color: #fff;
	}

#content .gallery {
	position: relative;
	width: 550px;
	}

#content .gallery .inlineImgFrame {
	background: url("../images/imgframe.jpg") no-repeat;
	float: left;
	width: 258px;
	height: 140px;
	margin: 0 10px 4px 0;
	padding: 8px 0 0 6px;
	position: relative;
	}

#content .gallery .inlineImgFrame a {
	display: block;
	height: 130px;
	width: 250px;
	background-position: left center;
	overflow: hidden;
	}

#content .gallery .inlineImgFrame p {
	margin: 0;
	font-size: 11px;
	position: absolute;
	bottom: -12px;
	}


/* Teaserbox */
#ct_teaser {
	background: url("../images/teaser_frame.jpg") no-repeat;
	float: right;
	margin: 20px 20px 30px 0;
	padding: 14px 0 0 14px;
	width: 260px;
	}

.teaser_1, .teaser_2, .teaser_3 {
	width: 252px;
	margin-bottom: 3px;
	}

.teaser_1 {
	background: url("../images/teaser_1.jpg") no-repeat;
	height: 164px;
	padding: 6px 20px 0 20px;
	width: 212px;
	}

.teaser_1 li {
	background: url("../images/teaser_splitline.jpg") center bottom no-repeat;
	padding: 6px 0;
	}

.teaser_1 a {
	background-position: right center;
	background-repeat: no-repeat;
	color: #555811;
	display: block;
	}

.teaser_1 a:hover, .teaser_1 a.active {
	font-weight: bold;
	}

.teaser_1 #ico_1 a {
	background-image: url("../images/ico_1.gif");
	}

.teaser_1 #ico_2 a {
	background-image: url("../images/ico_2.gif");
	}

.teaser_1 #ico_3 a {
	background-image: url("../images/ico_3.gif");
	}

.teaser_1 #ico_4 a {
	background-image: url("../images/ico_4.gif");
	}

.teaser_1 #ico_5 a {
	background-image: url("../images/ico_5.gif");
	}

.teaser_1 #ico_4 {
	background: none;
	}

.teaser_2 {
	background: url("../images/teaser_2.jpg") no-repeat;
	color: #555811;
	font-size: 17px;
	height: 86px;
	line-height: 110%;
	padding: 6px 20px 0 20px;
	width: 212px;
	}

.teaser_2 p {
	margin: 0.5em 0;
	}

.teaser_3 {
	background: #C9BD31 url("../upload/teaser/teaser.jpg") no-repeat;
	border-bottom: 1px solid #eee;
	padding: 6px 20px 5px 20px;
	width: 212px;
	}

.teaser_3 h1 {
	color: #555811;
	font-size: 18px;
	font-weight: bold;
	margin: 0.4em 0;
	}

.teaser_3 p {
	line-height: 130%;
	margin: 0.6em 0 1em 0;
	}

.teaser_3 a.button {
	background: url("../upload/teaser/teaser_button.jpg") left top no-repeat;
	color: #555811;
	display: block;
	width: 212px;
	height: 30px;
	padding: 12px 0 0 10px;
	position: relative;
	left: -5px;
	margin-bottom: 5px;
	}

.teaser_3 a.button:hover {
	background-position: left bottom;
	}


/* Contact Form */
#contact fieldset {
	margin: 1em 0;
	}

#contact label {
	display: block;
	float: left;
	width: 180px;
	padding: 2px 0 4px 0;
	}

#contact input, #contact textarea {
	border: 1px solid #ccc;
	float: left;
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 12px;
	padding: 1px;
	width: 200px;
	}

#contact textarea {
	width: 260px;
	}

#contact br {
	clear: left;
	}

#contact .submit {
	background: #ddd;
	font-weight: bold;
	margin: 6px 0 0 180px;
	}

#contact .error {
	background: #F6E5E5;
	border: 1px solid #a00;
	}

#contact .okay {
	border-bottom: 1px solid #0a0;
	}

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

.inlineImgRight {
	float: right;
	margin: 4px 10px 0 6px;
	}

