@charset "utf-8";

/* reset */
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* IE png fix */
#main,
img {
	behavior: url(fileadmin/templates/default/iepngfix/iepngfix.htc);
}

p {
	margin: 15px 0px;
}

a {
	color: #000000;
}

ul {
	list-style-position: outside;
	margin: 5px 5px 5px 25px;
}

h2 {
	background-image: url(../images/title_bg.jpg);
	background-repeat: no-repeat;
	font-size: 15px;
	color: #ea661d;
	text-transform: uppercase;
	margin: 20px 0px 10px 0px;
	padding: 7px 0px 0px 10px;
}

h3 {
	margin: 18px 0px;
}

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.gif);
	background-position: top center;
	background-repeat: repeat-x;
}

input,
textarea {
	border: 1px solid #666666;
	padding: 1px;
}

.button,
.tx-sremailsubscribe-pi1-submit,
.tx-guestbook-submit,
.tx-mmforum-textbutton,
.tx-mmforum-button {
	font-weight: bold;
	color: #FFFFFF;

	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #465A63;
	border-bottom: 1px solid #465A63;
	padding: 2px 5px;
	text-align: center;
	background-image: url(../images/button_bg.jpg);
	background-repeat: repeat-x;
}

.button:active,
.tx-sremailsubscribe-pi1-submit:active,
.tx-guestbook-submit:active {
	padding: 3px 4px 1px 6px;
	background-image: url(../images/button_bg_over.jpg);
}

.error {
	color: #FF0000;
	font-size: 10px;
}

.clear {
	clear: both;
}

.formtable td {
	padding: 2px;
}

/* wrapper */
#wrapper {
	width: 773px;
	margin: 0px auto;
}

/* content wrapper */
#main {
	position: relative;
	background-image: url(../images/wrapper_bg.png);
	background-repeat: repeat-y;
}

/* header block */
#header {
	position: relative;
	width: 680px;
	height: 200px;
	margin: 0px auto;
}

/* logo */
#logo {
	position: absolute;
	left: 0px;
	bottom: 0px;
}

/* header image */
#headerimage {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

/* main menu */
#menu {
	clear: both;
	width: 680px;
	height: 68px;
	margin: 0px auto;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: no-repeat;
	list-style-type: none;
}

#menu li {
	display: inline;
}

#menu a,
#menu li.active {
	float: left;
	padding: 5px 7px;
	margin: 21px 0px 21px 15px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#menu a:hover,
#menu li.active {
	background-color: #ea661d;
}

/* newsletter header */
#title {
	clear: both;
	width: 680px;
	height: 68px;
	margin: 0px auto;
	background-image: url(../images/newsletter/title_bg.jpg);
	background-repeat: no-repeat;
}

#title div {
	color: #FFFFFF;
	font-size: 25px;

	padding: 17px 0px 0px 20px;
}

/* content area */
#content,
#newsletter_content {
	position: relative;
	clear: left;
	width: 445px;
	min-height: 500px;
	height:auto !important;
	height:500px;	
	margin: 0px auto;
	padding: 0px 215px 5px 20px;
	background-color: #FFFFFF;
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-y;
	background-position: right;
}

#newsletter_content {
	background-image: none;
	width: 645px;
	padding: 0px 20px 5px 20px;
}

#breadcrumb {
	position: relative;
	top: 10px;
	color: #000000;
	text-transform: uppercase;
	list-style-type: none;
	height: 20px;
	margin: 0px;
}

#breadcrumb li {
	display: inline;
	float: left;
	padding: 0px 0px 1px 0px;
	border-bottom: 1px solid #000000;
}

#breadcrumb a {
	float: left;
	color: #000000;
	text-decoration: none;
}

#breadcrumb a:hover {
	color: #EA661D;
}

/* footer */
#footer,
#newsletter_footer {
	width: 680px;
	height: 50px;
	margin: 0px auto;
	background-color: #8ca7b1;
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

#newsletter_footer {
	background-image: none;
}

/* footer menu */
#footermenu {
	list-style-type: none;
	margin: 0px 20px;
}

#footermenu li {
	display: inline;
	float: left;
	color: #FFFFFF;
	margin: 18px 0px;
	text-transform: uppercase;
}

#footermenu a {
	float: left;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
}

#footermenu a:hover {
	text-decoration: underline;
}

#copyright {
	float: right;
	margin: 18px 10px 18px 0px;
	color: #FFFFFF;
}

#copyright a {
	color: #ea661d;
	text-decoration: none;
}

#copyright a:hover {
	text-decoration: underline;
}

#footershadow {
	clear: both;
}

/* e-biz */
#e-biz {
	text-align: right;
	padding-right: 30px;
	margin-bottom: 50px;

	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
}

#e-biz a {
	text-decoration: none;

	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	font-weight: bold;
}

#e-biz a:hover {
	text-decoration: underline;

	color: #EA661D;
}

/* sidebar*/
#sidebar {
	clear: both;
	position: absolute;
	z-index: 99;
	width: 188px;
	right: 59px;
	top: 54px;
}

.sidebarelement {
	margin-bottom: 8px;
}

.sidebar-textbox {
	width: 155px;
	height: 12px;
	border: 1px solid #b3b3b3;
	padding: 2px;
	margin: 0px 0px 5px 0px;
	background-image: url(../images/textbox_shadow.gif);
	background-repeat: no-repeat;
	background-position: top left;

	color: #929292;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.sidebar-button {
	background-color: #667b83;
	margin: 0px;
	border: 0px;

	font-size: 10px;
	color: #FFFFFF;
}

#membermenu {
	margin: 20px 0px 20px 14px;
	padding: 0px;
	list-style-type: none;
	border-top: 1px solid #f3ab82;
	width: 159px;
}

#membermenu li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 11px;
}

#membermenu a,
#membermenu li.active {
	display: block;
	width: 149px;
	padding: 6px 0px 6px 10px;
	border-bottom: 1px solid #f3ab82;
	font-weight: bold;
	text-decoration: none;
}

#membermenu a:hover,
#membermenu li.active {
	background-color: #ea661d;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 11px;
}

#membermenu ul {
	margin: 0px 0px 0px 10px;
	list-style-type: none;	
}

#membermenu ul a,
#membermenu ul li.active {
	font-weight: normal;
	width: 139px;
}

#felogin {
	background-image: url(../images/member_access.gif);
	background-repeat: no-repeat;
	height: 76px;
	padding-top: 27px;
	padding-left: 16px;
}

#felogin a {
	margin-top: 3px;
}

#felogin a.loginbutton {
	display: block;
	width: 111px;
	height: 43px;
	background-image: url(../images/loginbutton.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -999em;
}

#felogin a.loginbutton:hover {
	background-position: 0 -43px;
}

#felogin a.loginbutton:focus {
	outline: none;
}

#newsletter {
	background-image: url(../images/newsletter.gif);
	background-repeat: no-repeat;
	height: 72px;
	padding-top: 25px;
	padding-left: 16px;
}

#newsletter .unsubscribe {
	background-image: url(../images/reddot.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	border: 0px;

	color: #006f9b;
	text-decoration: underline;
}

/* contact form */
#contactform input.textbox,
#contactform textarea.textarea {
	width: 300px;
}

#contactform textarea.textarea {
	height: 150px;
}

/* ve_guestbook */
.guestbook_entry {
	padding: 3px;
	border-top: 1px dotted #EA661D;
}

.guestbook_date {
	font-size: 10px;
	color: #666666;
}

.guestbook_error {
	color: #FF0000;
	font-weight: bold;
	margin: 10px 0px;
}

.guestbook_error ul li {
	color: #FF0000;
	font-weight: normal;
}

/* mm_forum */
.tx-mmforum-textbutton a,
.tx-mmforum-textbutton a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
