/* @group General Styles */

body {
	text-align: center;
	padding: 0;
	margin: 0 0 20px;
	font: 100.01% Verdana, "Lucida Grande", Lucida, sans-serif;
}

#body_bg {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 489px;
	z-index: 0;
	overflow: hidden;
}

p {
}


b, strong {

}

a:link, a:visited {
	color: #362f2d;
}

a:hover, a:active {
	text-decoration: none;
}

img {
}

.image-left {
	float: left;
	margin: 3px 10px 3px 0;
}

.image-right {
	float: right;
	margin: 3px 0 3px 10px;
}
	
/* @end */

/* @group Layout */
#container {
	margin: 0px auto;
	margin-top: 5px;
	text-align: left;
	position: relative;
	z-index: 1;
	border-bottom: 3px solid;
	border-left: 3px solid;
	border-right: 3px solid;
	background: #fff url(images/content_top_bg.png) repeat-x left 176px;
	font: 0.8em/1.6em Verdana, "Lucida Grande", Lucida, sans-serif; 
}

#container p.align-center {
	text-align: center;
}

.clearer {
	clear: both;
}

#pageHeader {
	display: block;
	height: 245px;
	position: relative;
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
}

#pageHeader img {
	position: absolute;
	left: 17px;
	top: 10px;
}

#pageHeader #top_grad {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 219px;
	overflow: hidden;
	z-index: 2;
}

#pageHeader #top_grad #headerslideshow {
	position: absolute;
	left: 235px;
	top: 0px;
}

div.tqSlideshow-Wrapper .item {
	height: 219px;
}

#headerslideshow img {
	left: 0px;
	top: 0px;
}

#pageHeader #bar {
	position: absolute;
	left: 0;
	top: 220px;
	display: block;
	width: 100%;
	height: 25px;
	overflow: hidden;
	border-top: 1px solid;
}

#pageHeader #bar img {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 23px;
}

#pageHeader h1 {
	position: absolute;
	top: 42px;
	left: 30px;
	z-index: 3;
	font-size: 2.7em;
}

#pageHeader h2 {
	position: absolute;
	top: 87px;
	left: 30px;
	z-index: 3;
	font-weight: normal;
	font-size: 1.3em;
}

#contentContainer {
	background-repeat: no-repeat;
}

.contentSpacer {
	height: 300px;
	float: right;
	width:1px;
}

#contentContainer #content {
	padding: 10px;
	padding-top: 20px;
}

#content_left {
	position: relative;
	width: 520px;
	float: left;
	padding: 10px;
}

#content_right {
	position: absolute;
	height: 300px;
	width: 180px;
	right: 0px;
	padding: 10px;
	padding-right: 0px;
}

#content_right h1 {
		background-color: #FFEFBB;
		padding: 3px;
}

#content_right 	p {
		background-color: #FFEFBB;
		margin: 0px;
		margin-bottom: 10px;
		padding: 3px;
}

#sidebarContainer {
	width: 235px;
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	z-index: 5;
	padding-bottom: 235px;
}

#sidebarContainer #sidebar {
	position: absolute;
	bottom: 0px;
	padding: 0px;
	padding-bottom: 4.6em;
}
/*
#sidebarContainer .sideHeader,
#sidebarContainer h1,
#sidebarContainer h2,
#sidebarContainer h3,
#sidebarContainer h4 {
	font-style: italic;
}

#sidebarContainer .sideHeader,
#sidebarContainer h1 {
	font-size: 1.3em;
}
*/

#sidebarContainer h2 {
	font-size: 1.2em;
}

#sidebarContainer h3 {
	font-size: 1.15em;
}

#sidebarContainer h4 {
	font-size: 1.1em;
}

#footer {
	border-top: 0.3em solid;
	padding: 1.35em 0;
	font-size: 0.95em;
}

#footer_left {
	position: absolute;
	float: left;
}

#footer_right {
	position: relative;
	left: 210px;
	width: 786px;
}


#footer p {
	margin: 0;
	padding: 0 30px;
}

#footer a:link, #footer a:visited {

}

#footer a:hover, #footer a:active {
}
	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	position: relative;
	z-index: 4;
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0 30px;
}

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {

}

#breadcrumbcontainer a:hover {

}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	padding: 30px 30px 0;
}

#navcontainer .current {
	padding-right: 36px;
	background-position: right 3px;
	background-repeat: no-repeat;
	font-weight: bold;
}

#navcontainer .current2 {
	font-weight: bold;
}

#navcontainer .current:hover {
}

#navcontainer .currentAncestor {
	padding-right: 36px;
	background-position: right 3px;
	background-repeat: no-repeat;
	font-weight: bold;
}

/* Parent - Level 0 */

#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navcontainer li {

}

#navcontainer a {
	text-decoration: none;
}

#navcontainer a:hover {
	color: #8f1519;
}

#navcontainer a:active {
	color: #8f1519;
}

/* Child - Level 1 */
/* All browsers will use this code, it will make the pop out menus work */
#navcontainer ul ul {
	margin: 3px 0 3px 10px;
}

#navcontainer ul ul li {
}

#navcontainer ul ul a {
}

#navcontainer ul ul a:hover {
}

#navcontainer ul ul .current{
}


/* Child Level 3 */

#navcontainer ul ul ul {
}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a {
}

#navcontainer ul ul ul ul a:hover{

}

/* @end */

/* @group Global Classes */

blockquote, .standout {
	margin: 0;
	font: italic 1.2em/1.5 Verdana, Georgia, "Times New Roman", Times, serif;
}

h1 {
	letter-spacing: 0.4px;
	font: 1.5em Verdana, Georgia, "Times New Roman", Times, serif;
	font-weight: 100;
/*	color: #8f1519; */
	color: #a7474a;
	margin: 0 0 5px;
}

h2 {
	font: italic normal 1.4em Verdana, Georgia, "Times New Roman", Times, serif;
	margin: 0 0 5px;
}

h3 {
	letter-spacing: -1px;
	font: 1.2em Verdana, Georgia, "Times New Roman", Times, serif;
	margin: 0 0 5px;
}

h4 {
	font: italic normal 1.1em Verdana, Georgia, "Times New Roman", Times, serif;
	margin: 0 0 5px;
}

.imageStyle {

}

/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
}

ul.disc {
	list-style-type: disc;
}

ul.circle {
	list-style-type: circle;
}

ul.square {
	list-style-type: square;
}

ol.arabic-numbers {
	list-style-type: decimal;
}

ol.upper-alpha {
	list-style-type: upper-alpha;
}

ol.lower-alpha {
	list-style-type: lower-alpha;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}
/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
}

#sidebarContainer #sidebar li {
}


/* Table Styles */
table {
	font-size: 1em;
}
/* @end */


/* @group Contact Form */
form {
	margin: 0;
}
.message-text {
	font-weight: bold;
	font-style: italic;
} 

.required-text {
} 

.form-input-field {
	background: #f4f4f4;
	font-size: 1em;
	width: 98%;
} 

.form-input-button {
	font-size: 1.3em;
} 
/* @end */

input,
select,
textarea {
	border: 1px solid #CCC;
	background: #F8F8F8 none;
	-moz-box-shadow: 0 0 5px #EEE inset;
	-webkit-box-shadow: 0 0 5px #EEE inset;
	padding: 2px;
}

/*
input, textarea, select {
	border: 1px solid #54634E;
	margin-bottom:5px;
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	font-size: 1.0em;
	padding:1px;
}
*/

div.tx-guestbook-field label {
	float:left;
	display:block;
	width:100px;
}

/*
div.tx-guestbook-field input, textarea, select {
	float:left;
	display:block;
	width:250px;
	border: 1px solid #54634E;
	margin-bottom:5px;
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	font-size: 1.0em;
	padding:1px;
}
*/
/*clearing all floats and fix firefox and ie backgroundcolor-bug */

div.tx-veguestbook-pi1 {
	line-height: 1.4em;
}

div.tx-veguestbook-pi1 h2.tx-guestbook-header {
	background-color: #54634E;
	font-weight: normal;
	color: #ffffff;
	font-size: 1em;
	margin: 0;
	padding: 5px;
}

div.tx-veguestbook-pi1 div.tx-guestbook-left {
	height: 100%;
	padding: 0.5em;
	background: none;
}

div.tx-veguestbook-pi1 div.tx-guestbook-left p {
	font-size: 1.em;
	font-weight: normal;
	margin: 0;
}

div.tx-veguestbook-pi1 div.tx-guestbook-right {
	height: 100%;
	padding: 0.5em;
}

div.tx-veguestbook-pi1 div.tx-guestbook-right p.tx-guestbook-date {
	font-size: 1.em;
	font-weight: normal;
	margin: 0;
}

div.tx-guestbook-clear {
	clear: both;
}


  /* example styles */
    .tx-guestbook-list-header { background-color: #C5D6E6; color: #000000; font-weight:bold; }
    .tx-guestbook-list-row { background-color: #FFFFFF; }
    .tx-guestbook-list-rowleft { background-color: #EEEEEE; }
    .tx-guestbook-list-entrycomment-title {font-weight: bold; }
    .tx-guestbook-list-entrycomment { font-style: italic; }
    .tx-guestbook-list-small { font-size: 9px; color: #666666; }
    .tx-veguestbook-pi1-browsebox TD { font-size: 9px; color: #666666; }
    .tx-veguestbook-pi1-browsebox-strong, .tx-ttnews-browsebox-SCell { font-weight: bold; }
    .tx-veguestbook-pi1-browsebox-SCell { background-color: #EEEEEE; }
    .tx-guestbook-latest-header { background-color: #54634E; color: #FFFFFF; font-weight:bold; }
    .tx-guestbook-latest-row { background-color: #FFFFFF; }
    .tx-guestbook-latest-small { font-size: 9px; color: #666666; }



/* ***************  *****************
 *          powermail               *
 * ***************  *****************/

fieldset.tx-powermail-pi1_fieldset {
	/* Disable border */
	border: 1px solid #FFEFBB;
	border-radius: 5px 5px 5px 5px;
	background-color: white;
	margin-top: 10px;
}

.tx-powermail-pi1 .tx-powermail-pi1_fieldset legend {
/*	display: none; */
}


.tx-powermail-pi1 .tx-powermail-pi1_fieldset legend {
	background: none repeat scroll 0 0 #FFC318;
	font-weight: lighter;
    border-radius: 5px 5px 5px 5px;
    color: white;
   	font-size: 1.1em;
    padding: 5px;
}


fieldset.tx-powermail-pi1_fieldset input,
fieldset.tx-powermail-pi1_fieldset select,
fieldset.tx-powermail-pi1_fieldset textarea {
	/* Style input fields */
	width: 200px;
	margin-left: 10px;
}

fieldset.tx-powermail-pi1_fieldset input#uid18 {
	width: 300px;
}

div.tx_powermail_pi1_fieldwrap_html fieldset {
	margin: 0px;
}

.tx-powermail-pi1 .tx-powermail-pi1_fieldset legend.tx_powermail_pi1_fieldwrap_html_radio_title {
	/* versteckt Legende */
	display: block;
	/* color: #8f1519; */
	color: #294E1C;
	background-color: white;
	margin: 0px;
	width: 130px;
	font-size: 1em;
	padding: 10px 0px;
	
}

fieldset.tx-powermail-pi1_fieldset label {
	/* Style labels */
	display: block;
	/* color: #8f1519; */
	color: #294E1C;
	width: 130px;
	float: left;
	clear: both;
	font-weight: normal;
}

.powermail_mandatory {
	padding-left: 2px;
}

fieldset.tx-powermail-pi1_fieldset .powermail_check_inner, fieldset.tx-powermail-pi1_fieldset .powermail_radio_inner {
	margin-left: 140px;
	clear: both;
}

fieldset legend.tx_powermail_pi1_fieldwrap_html_radio_title {
	display: inline;
	float: left;
	width: 130px;
}

fieldset div.powermail_radio_inner {
	display: block;
	float: left;
	clear: none;
	margin-left: 130px;
}

fieldset div.powermail_radio_inner label {
	display: inline;
	float: left;
	clear: none;
	margin-left: 0;
	width: 30px;
}

div.powermail_radio_inner input {
	float: left;
	width: 30px;
}

fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	margin-left: 140px;
}

input#uid15 {
	vertical-align: top;
}

/* fancy style
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	background: -moz-linear-gradient(top, #8f1519 0%, #c5726b 50%, #c4726c 51%, #cf9c9d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8f1519), color-stop(50%,#c5726b), color-stop(51%,#c4726c), color-stop(100%,#cf9c9d));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f1519', endColorstr='#cf9c9d',GradientType=0 );
}
*/

div.tx_powermail_pi1_fieldwrap_html {
	/* Increase margin between every field */
	margin: 10px 0;
}





