/* Color Set:
   #456c18: Background
   #598b1e: Lines
   #9abc3d: Footer font
   #ffffff: Other font, input form field, menu current
   #000000: Menu not-current
   #cbeaae: Input form background
   #253609: Input form font
   #aacb88: Second level menu not-current
   #e6c207: Headline font
*/

/************************
 ***** BASIC STYLES *****
 ************************/

* {
	border: 0;
	color: #fff;
	font-family: 'Times New Roman',Times,serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

a {
	font-size: inherit;
	text-decoration: none;
}

a img {
	border: 0;
}

body {
	background-color: #456c18;
	padding: 60px 0;
}

input {
	font-family: Verdana,Arial,sans-serif;
	font-size: 12px;
}

ul {
	list-style-type: none;
}

.cleaner {
	clear: both;
}

.hidden {
	display: none;
}

/***********************
 ***** PAGE LAYOUT *****
 ***********************/

#base-panel {
	margin: 0 auto;
	width: 900px;
}

#head-panel {
	border-bottom: 1px solid #fff;
	position: relative;
}

#top-navi-panel {
	height: 28px;
	position: relative;
}

#main-panel {
	margin: 0 0 8px 0;
}

#content {
	float: right;
	width: 755px;
}

#foot-panel {
	position: relative;
}


/************************
 ***** HEADER PANEL *****
 ************************/

#logo {
	height: 89px;
	left: 0;
	margin: 16px 0 0 478px;
	position: absolute;
	top: 0;
	width: 220px;
}

#logo img {
	margin: 0;
}

#tagline {
	background-image: url('/fileadmin/schleitzer/templates/gve-tagline.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 89px;
	left: 0;
	margin-left: 145px;
	position: absolute;
	text-indent: -10000px;
	top: 0;
	width: 230px;
}

#address {
	border-left: 1px solid #fff;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	height: 74px;
	left: 0;
	line-height: 14px;
	margin: 16px 0 8px 706px;
	overflow: hidden;
	padding: 0 0 0 8px;
	position: absolute;
	top: 0;
	width: 184px;
}

#gve-logo {
	height: 98px;
	margin-left: 38px;
/*	position: absolute; */
	width: 96px;
}

#gve-logo img {
	display: block;
	margin-bottom: 8px;
}

/********************************
 ***** TOP PANEL:NAVIGATION *****
 ********************************/

#top-navi-panel .navi {
	height: 28px;
	line-height: 28px;
	margin: 0 200px 0 145px;
}

#top-navi-panel .navi a {
/*	color: #aacb88;*/
	color: #fff;
}

#top-navi-panel .navi a.current,
#top-navi-panel .navi a:hover,
#top-navi-panel .navi a:focus {
/*	color: #fff; */
	color: #e6c207;
}

/*********************************
 ***** TOP PANEL:QUICKSEARCH *****
 *********************************/

#quick-search {
	height: 28px;
	margin: 0 0 0 700px;
	position: absolute;
	text-align: right;
	top: 0;
	width: 200px;
}

#quick-search fieldset {
	background-repeat: no-repeat;
	background-position: 45px center;
	border: none;
	margin: 4px 0 0 0;
	position: relative;
}

#quick-search fieldset.active {
	background-image: url('/fileadmin/schleitzer/templates/searchfield-active.gif');
}

#quick-search fieldset.inactive {
	background-image: url('/fileadmin/schleitzer/templates/searchfield-inactive.gif');
}

#quick-search fieldset.active input {
	color: #253609;
}

#quick-search fieldset.inactive input {
	color: #fff;
}

#quick-search input {
	background: none;
	border: 0;
	display: block;
	height: 18px;
	line-height: 18px;
	margin: 0 30px 0 50px;
	width: 120px;
}

#quick-search label {
	display: none;
}

#quick-search .button {
	left: 0px;
	margin: 0 0 0 170px;
	position: absolute;
	text-indent: -1000px;
	top: 0px;
	width: 30px;
}

/**********************
 ***** MAIN PANEL *****
 **********************/

#main-panel .navi {
	float: left;
	margin: 0 12px 100px 0;
	width: 133px;
}

#main-panel .navi ul {
	list-style-type: none;
}

#main-panel .navi ul li {
	color: #aacb88;
	text-align: right;
}

#main-panel .navi li ul {
	margin: 0 16px 16px 0;
}

#main-panel .navi a {
	color: #aacb88;
	text-decoration: none;
}

#main-panel .navi a.current,
#main-panel .navi a:hover,
#main-panel .navi a:focus {
	color: #fff;
}


/******************
 ***** FOOTER *****
 ******************/
 
#foot-panel .navi {
	color: #9abc3d;
	font-size: 11px;
	height: 18px;
	line-height: 18px;
	margin: 0 0 0 145px;
/* IE6 and below */
	_margin: 0 0 0 142px;
	widht: 755px;
}

#foot-panel .navi a {
	color: #9abc3d;
	margin: 0 20px 0 0;
}

#foot-panel .navi span {
	color: #fff;
	font-size: inherit;

	margin: 0 20px 0 0;
}

#foot-panel .navi a:hover,
#foot-panel .navi a:focus {
	color: #fff;
}

#foot-panel #alliance-logo {
	right: 0;
	position: absolute;
	top: 0;
}

/* This is for follow pages only */

.frontpage #foot-panel .special-navi {
	height: 112px;
	margin: 0 0 0 145px;
/* IE6 and below */
	_margin: 0 0 0 142px;
}

.frontpage #foot-panel .special-navi a {
	margin: 0 8px 0 0;
	padding: 0;
}

.frontpage #foot-panel .special-navi img {
	margin: 0;
	padding: 0;
}

.frontpage #foot-panel .partners {
	float: left;
	position: relative;
	width: 133px;
}

.frontpage #foot-panel .partners div {
	text-align: right;
	width: 133px;
}

.frontpage #foot-panel .partners img {
	display: block;
	margin: 0 0 0 67px;
}

.frontpage #foot-panel p {
	color: #fff;
	font-size: 12px;
	text-align: right;
}

.frontpage #foot-panel p span {
	display: block;
	height: 40px;
	padding: 0 0 0 40px;
}

.frontpage #st-logo {
	border-bottom: 1px solid #598b1e;
	left: 0;
	padding: 0 0 12px 0;
	position: absolute;
	top: -87px;
}

.frontpage #st-logo span {
	display: none;
}

.followpage #foot-panel .partners,
.followpage #foot-panel .special-navi,

.followpage #foot-panel .cleaner {
	display: none;
}

.followpage #main-panel .navi {
	margin: 0 12px 0 0;
}

.followpage #foot-panel .navi {
	margin: 0 0 0 145px;
}


/****************************
 ***** CONTENT ELEMENTS *****
 ****************************/

#content * {
	color: #fff;
	font-family: Verdana,Arial,sans-serif;
}

#content h1,
#content h2,
#content h3 {
	color: #e6c207;
	font-size: 16px;
	line-height: 14px;
	margin: 12px 12px 4px 12px;
}

#content p {
	font-size: 12px;
	margin: 4px 12px 8px 12px;
}

#content p.address {
	margin-left: 48px;
	text-indent: 0;
}

#content p.no-indent {
	text-indent: 0;
}

#content a {
	color: #9abc3d;
}

#content ul {
	list-style-type: square;
	margin: 0 26px;
	padding: 0;
}

#content ol {
	margin: 0 32px;
}


/**********************
 ***** CUSTOM FCE *****
 **********************/

/***** FCE-1: BIG IMAGE, TEXT, 4 PREVIEW *****/

#content .fce-1 {
	position: relative;
}

#content .fce-1 .left-column {
	margin: 0 189px 0 0;
}

#content .fce-1 img#big-image {
	display: block;
	height: 318px;
	margin-bottom: 3px;
	width: 566px;
}

#content .fce-1 .content {
	border: 1px solid #598b1e;
	overflow: hidden;
	height: 102px;
}

#content .fce-1 .previews {
	margin: 0 0 0 569px;
	position: absolute;
	top: 0px;
	width: 189px;
}

#content .fce-1 .previews img {
	display: block;
	height: 104px;
	margin: 0 0 3px;
	width: 186px;
}


/***** FCE-2: BIG IMAGE, TEXT, 4 PREVIEW *****/

#content .fce-2 {
	position: relative;
}

#content .fce-2 .content {
	border: 1px solid #598b1e;
	margin: 0 189px 0 0;
	overflow: hidden;
	height: 424px;
}

#content .fce-2 .previews {
	margin: 0 0 0 569px;
	position: absolute;
	top: 0px;
	width: 189px;
}

#content .fce-2 .previews img {
	display: block;
	height: 104px;
	margin: 0 0 3px;
	width: 186px;
}


/***** FCE-3: TEXT ONLY (FIXED) *****/

#content .fce-3 {
	border: 1px solid #598b1e;
	height: 417px;
}


/***** FCE-4: BIG IMAGE, TEXT, 3 PREVIEW *****/

#content .fce-4 {
	position: relative;
}

#content .fce-4 img#big-image {
	display: block;
	height: 318px;
	margin: 0 189px 3px 0;
	width: 566px;
}

#content .fce-4 .content {
	border: 1px solid #598b1e;
	overflow: hidden;
	height: 102px;
}

#content .fce-4 .previews {
	margin: 0 0 0 569px;
	position: absolute;
	top: 0px;
	width: 189px;
}

#content .fce-4 .previews img {
	display: block;
	height: 104px;
	margin: 0 0 3px 0;
	width: 186px;
}


/***** FCE-5: BIG IMAGE, TEXT, 5 PREVIEW *****/

#content .fce-5 {
	position: relative;
}

#content .fce-5 .left-column {
	margin: 0 189px 0 0;
}

#content .fce-5 img#big-image {
	display: block;
	height: 318px;
	margin-bottom: 3px;
	width: 566px;
}

#content .fce-5 .content {
	border: 1px solid #598b1e;
	overflow: hidden;
	height: 209px;
}

#content .fce-5 .previews {
	margin: 0 0 0 569px;
	position: absolute;
	top: 0px;
	width: 189px;
}

#content .fce-5 .previews img {
	display: block;
	height: 104px;
	margin: 0 0 3px;
	width: 186px;
}


/***** FCE-6: MEDIUM IMAGE, TEXT, 4 PREVIEW *****/

#content .fce-6 {
	position: relative;
}

#content .fce-6 img#big-image {
	display: block;
	height: 211px;
	margin: 0 189px 3px 189px;
	width: 377px;
}

#content .fce-6 .content {
	border: 1px solid #598b1e;
	overflow: hidden;
	height: 209px;
}

#content .fce-6 .previews-left {
	margin: 0 569px 0 0;
	position: absolute;
	top: 0;
	width: 189px;
}

#content .fce-6 .previews-right {
	margin: 0 0 0 569px;
	position: absolute;
	top: 0;
	width: 189px;
}

#content .fce-6 .previews img {
	display: block;
	height: 104px;
	width: 186px;
}


/***** FCE-7: TEXT ONLY (ENDLESS) *****/

#content .fce-7 {
	border: 1px solid #598b1e;
}


/***** FCE-8: BUSINESSCARD *****/

#content .fce-8 {
	height: 150px;
	margin: 12px 12px 0 12px;
	padding: 0;
	position: relative;
	overflow: hidden;
}

#content .fce-8 .content {
	margin: -12px 0 0 100px;
	padding: 0px;
}

#content .fce-8 .portrait {
	height: 150px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100px;
}


/*************************
 ***** CONTENT FORMS *****
 *************************/
 
#content form {
	font-size: 12px;
	margin: 8px;
}

#content form label {
	width: 160px;
}


/***************************
 ***** CONTENT SITEMAP *****
 ***************************/

#content .csc-sitemap {
	margin: 12px;
}

#content .csc-sitemap ul {
	list-style-type: none;
}

#content .csc-sitemap li ul {
	margin: 0 0 0 24px;
}

#content .csc-sitemap a:hover,
#content .csc-sitemap a:focus {
	color: #fff;
}


/******************************
 ***** EXT: MAILFORM PLUS *****
 ******************************/

#content .tx-thmailformplus-pi1 {
	background-color: #cbeaae;
	height: 417px;
	margin: -8px 0 0 0;
}

#content .tx-thmailformplus-pi1 form {
	padding: 16px;
}

#content .tx-thmailformplus-pi1 form * {
	color: #253609;
}

#content .tx-thmailformplus-pi1 legend {
	color: inherit;
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 14px;
	margin: 0 0 4px 0;
}


/*************************
 ***** EXT: SEMINARS *****
 *************************/

#content .tx-seminars-pi1 {
	margin: 0 12px 12px 12px;
}

#content .tx-seminars-pi1 h1,
#content .tx-seminars-pi1 p {
	margin-left: 0;
}

#content .tx-seminars-pi1 table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 8px 0;
	padding: 0;
}

#content .tx-seminars-pi1 table td {
	vertical-align: top;
}

#content .tx-seminars-pi1 table td.label {
	width: 160px;
}

#content .tx-seminars-pi1-listrow th {
	padding: 0 12px 8px 0;
	border-bottom: 1px solid #598b1e;
}

#content .tx-seminars-pi1-listrow tr td {
	padding-bottom: 8px;
}

#content .tx-seminars-pi1-listrow .tx-seminars-pi1-type {
	width: 140px;
}

#content .tx-seminars-pi1-listrow .tx-seminars-pi1-date {
	width: 110px;
}

#content .tx-seminars-pi1-listrow .tx-seminars-pi1-price {
	width: 100px;
}

#content .tx-seminars-pi1-listrow .tx-seminars-pi1-organizer {
	width: 100px;
}

/*********************
 ***** EXT: EFAQ *****
 *********************/
 
#content ol.faq {
	list-style-type: none;
}

#content ol.faq h3 {
	font-size: 12px;
}

/*******************************
 ***** EXT: INDEXED SEARCH *****
 *******************************/

#content .tx-indexedsearch {
	margin: 12px;
}

#content .tx-indexedsearch-searchbox {
	margin: 0;
	padding: 0;
}

#content .tx-indexedsearch-searchbox form {
	margin: 0;
	padding: 0;
}

#content .tx-indexedsearch-form {
	margin-bottom: 12px;
}

#content .tx-indexedsearch-searchbox #tx-indexedsearch-searchbox-sword {
	background-color: #cbeaae;
	color: #253609;
	padding: 2px 4px;
	width: 200px;
}

#content .tx-indexedsearch-searchbox #tx-indexedsearch-searchbox-button-submit {
	background-color: #cbeaae;
	color: #253609;
	padding: 1px 4px;
}

/****************************
 ***** EXT: DIRECT MAIL *****
 ****************************/

#content .newsletter-pi input {
	color: #253609;
}