/**
* @site          Schürers Tafelhaus
* @link          http://www.restaurant-tafelhaus.de
* @style         Standard Layout
* @media         screen
* @version       0.5
* @date          2010-03-09
* @lastmodified  2010-08-02
* @author        Marco Ziesing, marco.ziesing@s402.de
*/


/*
* @section	reset
* @see		http://meyerweb.com/eric/tools/css/reset/
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
/* remember to define focus styles! */
:focus { outline: 0; }
/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }


/*
* @section	clearfix
* @see		http://www.positioniseverything.net/easyclearing.html
*/

.clearfix:after { content: ".";display:block;height:0;clear:both;visibility:hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }	


/**
* @section default styles and helper/workarounds
*/

body {
	background: #fff;
	font: 12px Arial, Helvetica, sans-serif;
	color: #FEF3DD;
}

a { color: #FEF3DD; text-decoration: none; }

.clearer { height: 0.1px; font-size: 0.1px; line-height: 0.1px; clear: both; margin-bottom:10px; margin-top:10px; }


/**
* @section layout
*/

#skiplinks { display: none; }

#wrapper {
	position: relative;
	margin: 0 0 20px 0;
}

#wrapper.bg_white {
	background: #FFFFFF;	
}

/**
* @section header
*/

#header {
	position: relative;
	height: 240px;
	width: 100%;
	background: #8C062B url(../img/bg_header.jpg) no-repeat;
}

#logo {
	position: absolute;
	left: 0px;
	top: 70px;
	width: 198px;
}

#logo a {
	width: 198px;
	height: 49px;
	background: url(../img/logo_restaurant-tafelhaus.png) no-repeat;
	display: block;
}

#logo a span {
	display: none;
}


/**
* @section navigation
*/

#nav {
	position: absolute;
	left: 150px;
	top: 210px;
}

#nav ol {
	display: block;
	text-align: center;
	font-size: 16px;
	float: left;
}

#nav ol li {
	margin: 0 0 0 25px;
	display: inline;
}

#nav a {
	color: #FEF3DD;
}

#nav a:hover {
	color: #fff;
}

#nav a.active {
	font-weight: bold;
}

#nav .language_select {
	float: right;
}


/**
* @section sub navigation
*/

#subnav {
	position: absolute;
	left: 42px;
	top: 252px;
	padding: 10px;
	background: transparent url(../img/bg_layer.png) repeat;
}	

#subnav ol {
	width: 200px;
	display: block;
}

#subnav li li {
	margin: 0 0 0 10px;
}

#subnav a {
	color: #fff;
	line-height: 200%;
}

#subnav a.active {
	font-weight: bold;
}

.bg_white #subnav {
	background: none;
}

.bg_white #subnav a {
	color: #000;
}


/**
* @section content
*/

#content_wrap {
	/*min-height: 720px;
	/*background: #fff;*/
	background: url(../img/bg_header_bow.png) no-repeat 0 0;
	padding: 12px 0 0 0;
}

#content_wrap.lounge {
	/*background: url(../img/bg_content_lounge.jpg) no-repeat;*/
}

#content {
	position: realtive;
	margin: 0 0 0 310px;
	/*left: 510px;
	top: 252px;*/
	width: 510px;
	padding: 15px;
	color: #fff;
	background: transparent url(../img/bg_layer.png) repeat;
}

.bg_white #content {
	color: #000;
	background: 0 none;
}

#content h2 {
	margin: 0 0 15px 0;
	font-size: 16px;
	font-weight: bold;
}

#content p {
	margin: 0 0 10px 0;
}

#content a {
	color: #FEF3DD;
	text-decoration: underline;
}

.tx_lumogooglemaps_pi1_infobox {
	color: #000;
}


/**
* @section footer
*/

#footer {
	padding: 5px 0 0 0;
}

#footer li {
	margin: 0 10px 0 0;
	display: inline;
	float: left;
}

#footer .totop {
	float: right;
}


/*
* @section supersized
*/

#loading {
	position: absolute;
	top: 49.5%; 
	left: 49.5%;
	z-index: 3;
	width: 24px; 
	height: 24px;
	text-indent: -999em;
	background-image: url(img/progress.gif);
}

#supersize{
	position:fixed;
}

#supersize img, #supersize a{
	height:100%;
	width:100%;
	position:absolute;
	z-index: 0;
}


/*
* @section default styles for extension "tx_veguestbook_pi1"
*/
.tx-veguestbook-pi1 {
	font-size: 100%;
}
/* error handling */
.tx-veguestbook-pi1 p.tx-guestbook-form-error {
	font-weight: bold;
	color: #c00;
}
/* display of result count */
.tx-veguestbook-pi1 .tx-guestbook-result {
	font-weight:bold;
	float:left;
}
/* pagination */
.tx-veguestbook-pi1 .tx-guestbook-pagination {
	font-size: 75%;
	font-weight: bold;
	float: right;
}
/* styles for list mode */
.tx-veguestbook-pi1 h2.tx-guestbook-header {
	clear: both;
	color: #000;
	display: block;
	font-size: 100%;
	font-weight: bold;
}
.tx-veguestbook-pi1 .tx-guestbook-left {
	float: left;
	width: 14em;
	min-height: 4em;
	margin: 1em;
	font-size: 9px;
}
.tx-veguestbook-pi1 .tx-guestbook-left {
	height:4em;
}
.tx-veguestbook-pi1 .tx-guestbook-left p {
	color:#333;
}
.tx-veguestbook-pi1 .tx-guestbook-right {
	float: left;
	width: 27em;
	padding: 1em;
}
/* styles for latest mode */
.tx-veguestbook-pi1 .tx-guestbook-latest p,  .tx-veguestbook-pi1 .tx-guestbook-right p {
	color: #333;
}
.tx-veguestbook-pi1 .tx-guestbook-latest p.tx-guestbook-date,  .tx-veguestbook-pi1 .tx-guestbook-right p.tx-guestbook-date {
	font-weight: bold;
}
.tx-veguestbook-pi1 .tx-guestbook-right h3 {
	font-size:100%;
	color:#990000;
	font-weight:bold;
	background:none;
}
.tx-veguestbook-pi1 .tx-guestbook-right .tx-guestbook-comment {
	font-size:75%;
	color:#333;
	font-style: italic;
}
.tx-veguestbook-pi1 .tx-guestbook-latest {
	display:block;
	padding:0.25em;
	clear:both;
}
/* form styles */
.tx-veguestbook-pi1 .tx-guestbook-field {
	clear:both;
	width:100%;
	display:block;
	padding: 1em 0;
}
.tx-veguestbook-pi1 .tx-guestbook-field label {
	clear: both;
	display: block;
	float: left;
	width: 10em;
}
.tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-med {
	float:left;
	width:10em;
}
.tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-big {
	float:left;
	width:20em;
}
.tx-veguestbook-pi1 .tx-guestbook-field textarea.tx-guestbook-form-textarea {
	width: 30em;
	display: block;
	float: left;
}
.tx-veguestbook-pi1 .tx-guestbook-field span.tx-guestbook-form-obligationfield {
	color:#c00;
}
.tx-veguestbook-pi1 fieldset {
	border:none;
}
.tx-veguestbook-pi1 legend {
	display:none;
}
.tx-veguestbook-pi1 .tx-guestbook-freecap {
	float:left;
	display:block;
	border:1px solid #CCC;
}
.tx-veguestbook-pi1 .tx-guestbook-freecap {
	margin-left:2.25em;
}
.tx-veguestbook-pi1 .tx-guestbook-freecap img {
	float:left;
	display:block;
	padding-left:0.25em;
}
.tx-veguestbook-pi1 .tx-guestbook-freecap input {
	float:left;
}
.tx-veguestbook-pi1 .tx-guestbook-freecap label {
	clear:both;
	display:block;
	float:none;
	width:10em;
	margin-bottom:0.5em;
}
.tx-veguestbook-pi1 .tx-guestbook-freecap p {
	font-size:75%;
	padding:0.25em;
}
.tx-veguestbook-pi1 .tx-guestbook-freecap h3 {
	display:none;
}
.tx-veguestbook-pi1 .tx-guestbook-freecap span.tx-srfreecap-pi2-cant-read {
	color:#c00;
}
.tx-veguestbook-pi1 .tx-guestbook-clear {
	clear:both;
	display:block;
}
.tx-veguestbook-pi1 input.tx-guestbook-submit {
	width:auto;
	display:block;
}



/* default styles for extension "tt_news" */



.news-single-rightbox, .news-single-imgcaption, .news-latest-date, .news-latest-morelink, .news-latest-category, .news-list-category, .news-list-author, .news-list-imgcaption, .news-list-date, .news-list-browse, .news-amenu-container, .news-catmenu {
	font-size:10px;
}
/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-latest-container HR.clearer, .news-list-container HR.clearer, .news-list2-container HR.clearer, .news-list3-container HR.clearer, .news-single-item HR.cl-left, .news-single-item HR.cl-right {
	clear:right;
	height:1px;
	border:none;
	padding:0;
	margin:0;
}
.news-list2-container HR.clearer, .news-list3-container HR.clearer {
	clear:both;
}
.news-single-item HR.cl-left {
	clear:left;
}
/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {
	padding:10px;
}
.news-latest-gotoarchive {
	padding:3px;
	margin:3px;
	background-color:#f3f3f3;
}
.news-latest-container H2 {
	padding: 0 0 2px 0;
	margin:0;
}
.news-latest-item {
	padding:3px;
	margin:0;
}
.news-latest-item IMG {
	margin: 0 5px 5px 0;
	float:left;
	border: none;
}
.news-latest-category IMG {
	float: none;
	border:none;
	margin:0px;
}
.news-latest-item > p {
	margin:0;
	padding:0;
}
/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {
	padding: 0;
}
.news-list-item {
}
#content_top .news-list-container h3, .news-list-container h3 {
	margin: 0;
	font-size: 14px;
}
.news-list-date {
	/*float: right;*/
	margin: 20px 0 5px 0;
	display:block;
	font-size: 12px;
	font-weight: bold;
}
.news-list-imgcaption {
	padding:3px 3px 0 0;
}
.news-list-container IMG {
	float: right;
	margin:0 2px 5px 5px;
	border: none;
}
.news-list-category IMG {
	float: none;
	border:none;
	margin:0px;
}
.news-list-morelink {
	padding-left:5px;
}
/*---------------------------------  tt_news Page-Browser ---------------------------------*/

.news-list-browse {
	text-align:center;
	margin-bottom:20px;
}
.activeLinkWrap {
	font-weight:bold;
}
.disabledLinkWrap {
	color: #999;
}
.disabledLinkWrap, .browseLinksWrap a, .activeLinkWrap {
	padding:0 1px;
}
/*--------------------------------- tt_news SINGLE view  ---------------------------------*/


.news-single-item {
	padding:5px;
	margin-bottom:5px;
}
.news-single-img {
	float: right;
	margin:10px 0 0 10px;
	padding:0;
}
.news-single-img img {
	border:none;
}
.news-single-imgcaption {
	padding: 1px 0 3px 0;
	margin:0;
}
.news-single-rightbox {
	float: right;
	width:160px;
	text-align:right;
	clear:both;
}
.news-single-backlink {
	padding: 10px;
}
.news-single-additional-info {
	margin-top: 15px;
	padding:3px;
	clear:both;
}
.news-single-related, .news-single-files, .news-single-links {
	margin: 0;
	margin-bottom: 3px;
	padding: 3px;
}
.news-single-related DD, .news-single-links DD, .news-single-files DD {
	margin-left: 20px;
}
.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold;
	margin-left: 5px;
}
.news-single-files DD A {
	padding:0 3px;
}
/*--------------------------------- SINGLE2  ---------------------------------*/


.sv-img-big img, .sv-img-small img {
	border:none;
}
.sv-img-big {
	float: right;
	padding: 10px 0 2px 10px;
}
.sv-img-small-wrapper {
	padding:15px 0;
}
.sv-img-small {
	float: left;
	padding: 0 10px 10px 0;
}
/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
	width:165px;
	padding:0;
	margin-left:10px;
}
.news-amenu-container LI {
	padding-bottom:1px;
}
.news-amenu-container LI:hover {
	background-color: #f3f3f3;
}
.news-amenu-container UL {
	padding:0;
	margin:0;
	margin-top:5px;
	list-style-type: none;
}
.news-amenu-item-year {
	font-weight: bold;
	margin-top:10px;
	padding: 2px;
	background-color: #f3f3f3;
}
.amenu-act {
	background:#fff;
	font-weight:bold;
}
/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */

.news-catmenu {
	padding:10px;
}
ul.tree {
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
}
ul.tree A {
	text-decoration: none;
}
ul.tree A.pm {
	cursor: pointer;
}
ul.tree img {
	vertical-align: middle;
}
ul.tree ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 17px;
}
ul.tree ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 10px;
	white-space: nowrap;
}
ul.tree ul li.expanded ul {
	background: transparent url('../typo3/gfx/ol/line.gif') repeat-y top left;
}
ul.tree ul li.last > ul {
	background: none;
}
ul.tree li.active, ul.tree ul li.active {
	background-color: #ebebeb !important;
}
ul.tree li.active ul, ul.tree ul li.active ul {
	background-color: #f7f3ef;
}
/*  Styles for catmenu mode "nestedWraps" */
.level1 {
	padding:1px;
	padding-left:10px;
	background-color:#ebf8bf;
	border-left:1px solid #666;
	border-top:1px solid #666;
}
.level2 {
	padding:1px;
	padding-left:10px;
	background-color:#ddf393;
	border-left:1px solid #666;
}
.level3 {
	padding:1px;
	padding-left:10px;
	background-color:#cae46e;
	border-left:1px solid #666;
	border-top:1px solid #666;
}
.level4 {
	padding:1px;
	padding-left:10px;
	background-color:#b0cb51;
	border-left:1px solid #666;
}



/* default styles for extension "tx_cssstyledcontent" */
	/* Captions */
DIV.csc-textpic-caption-c .csc-textpic-caption {
	text-align: center;
}
DIV.csc-textpic-caption-r .csc-textpic-caption {
	text-align: right;
}
DIV.csc-textpic-caption-l .csc-textpic-caption {
	text-align: left;
}
/* Needed for noRows setting */
DIV.csc-textpic DIV.csc-textpic-imagecolumn {
	float: left;
	display: inline;
}
/* Border just around the image */
DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
	border: 2px solid black;
	padding: 0px 0px;
}
DIV.csc-textpic-imagewrap {
	padding: 0;
}
DIV.csc-textpic IMG {
	border: none;
}
/* DIV: This will place the images side by side */
DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image {
	float: left;
}
/* UL: This will place the images side by side */
DIV.csc-textpic DIV.csc-textpic-imagewrap UL {
	list-style: none;
	margin: 0;
	padding: 0;
}
DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI {
	float: left;
	margin: 0;
	padding: 0;
}
/* DL: This will place the images side by side */
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image {
	float: left;
}
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT {
	float: none;
}
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD {
	float: none;
}
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG {
	border: none;
} /* FE-Editing Icons */
DL.csc-textpic-image {
	margin: 0;
}
DL.csc-textpic-image DT {
	margin: 0;
	display: inline;
}
DL.csc-textpic-image DD {
	margin: 0;
}
/* Clearer */
DIV.csc-textpic-clear {
	clear: both;
}
/* Margins around images: */

/* Pictures on left, add margin on right */
DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,  DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,  DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-right: 10px;
}
/* Pictures on right, add margin on left */
DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,  DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,  DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-left: 10px;
}
/* Pictures centered, add margin on left */
DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-left: 10px;
}
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
	margin: 0;
}
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
	margin: 0;
}
/* Space below each image (also in-between rows) */
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 5px;
}
DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow {
	margin-bottom: 5px;
	display: block;
}
DIV.csc-textpic DIV.csc-textpic-imagerow {
	margin-bottom: 5px;
	clear: both;
}
/* No margins around the whole image-block */
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol {
	margin-left: 0px !important;
}
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol {
	margin-right: 0px !important;
}
/* Add margin from image-block to text (in case of "Text w/ images") */
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,  DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
	margin-right: 10px !important;
	margin-bottom: 10px !important;
}
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,  DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
	margin-left: 10px !important;
	margin-bottom: 10px !important;
}
/* Positioning of images: */

/* Above */
DIV.csc-textpic-above DIV.csc-textpic-text {
	clear: both;
}
/* Center (above or below) */
DIV.csc-textpic-center {
	text-align: center; /* IE-hack */
}
DIV.csc-textpic-center DIV.csc-textpic-imagewrap {
	margin: 0 auto;
}
DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
	text-align: left; /* Remove IE-hack */
}
DIV.csc-textpic-center DIV.csc-textpic-text {
	text-align: left; /* Remove IE-hack */
}
/* Right (above or below) */
DIV.csc-textpic-right DIV.csc-textpic-imagewrap {
	float: right;
}
DIV.csc-textpic-right DIV.csc-textpic-text {
	clear: right;
}
/* Left (above or below) */
DIV.csc-textpic-left DIV.csc-textpic-imagewrap {
	float: left;
}
DIV.csc-textpic-left DIV.csc-textpic-text {
	clear: left;
}
/* Left (in text) */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap {
	float: left;
}
/* Right (in text) */
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap {
	float: right;
}
/* Right (in text, no wrap around) */
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
	float: right;
	clear: both;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text {
	height: 1%;
}
/* End hide from IE5/mac */

/* Left (in text, no wrap around) */
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
	float: left;
	clear: both;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html DIV.csc-textpic-intext-left-nowrap .csc-textpic-text {
	height: 1%;
}
/* End hide from IE5/mac */
	
DIV.csc-textpic DIV.csc-textpic-imagerow-last {
	margin-bottom: 0;
}
/* Browser fixes: */

/* Fix for unordered and ordered list with image "In text, left" */
.csc-textpic-intext-left ol, .csc-textpic-intext-left ul {
	padding-left: 40px;
	overflow: auto;
	height: 1%;
}


/*
* @section Powermail
*/

/* Form */
span.powermail_mandatory {
	/* Color of mandatory error message */
	color: red;
}
input.validation-failed, textarea.validation-failed {
	/* Background color if validation failed 
	background-color: red;*/
	background-image: url(/typo3conf/ext/powermail/img/icon_exclamation.gif);
	background-repeat: no-repeat;
	background-position: 98% 1px;
}
div.powermail_mandatory_js {
	/* DIV container of errormessage */
	color: red;
	margin: 3px 0 15px 200px;
}
fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */
	/*padding: 10px;*/
}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	font-weight: bold;
	color: black;
}
fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	display: block;
	width: 100px;
	float: left;
	clear: both;
	font-weight: bold;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_text, fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea, fieldset.tx-powermail-pi1_fieldset select.powermail_select {
	/* Input and textarea */
	width: 300px;
	border: 1px solid #000;
}
fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea {
	height: 100px;
}
fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_radio input.powermail_radio {
	/* Radiobuttons */
	margin: 5px 0;
}
div.tx_powermail_pi1_fieldwrap_html {
	/* DIV container arround every field */
	margin: 10px 0;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	/* submit button */
	margin: 10px 0 5px 100px;
	font-weight: bold;
}
p.tx_powermail_pi1_fieldwrap_html_checkbox_title, p.tx_powermail_pi1_fieldwrap_html_radio_title {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
div.countryzone {
	margin: 10px 0 0 200px;
}
div.tx_powermail_pi1_fieldwrap_html label a, div.tx_powermail_pi1_fieldwrap_html p a {
	/* Description */
	cursor: help;
	text-decoration: none;
}
div.tx_powermail_pi1_fieldwrap_html label a dfn, div.tx_powermail_pi1_fieldwrap_html p a dfn {
	/* Description */
	display: none;
	text-decoration: none;
}
div.tx_powermail_pi1_fieldwrap_html label a:hover dfn, div.tx_powermail_pi1_fieldwrap_html p a:hover dfn {
	/* Description on mouseover */
	display: block;
	position: absolute;
	width: 250px;
	padding: 5px;
	border: 1px solid red;
	color: black;
	text-decoration: none;
	font-size: 0.8em;
	text-decoration: none;
}
div.tx_powermail_pi1_fieldwrap_html img.icon_info {
	/* Description icon */
	padding: 2px 2px 0 2px;
}
fieldset.tx-powermail-pi1_fieldset div.even {

}
/* Confirmation */
td.powermail_all_td {
	padding: 3px 10px 3px 0;
}
/* THX */
td.powermail_all p.bodytext {
	margin: 0;
}
/* wt_gallery */
div.clear {
	clear: both;
}
div.wtgallery_list_area div.wtgallery_list, div.wtgallery_category_area div.wtgallery_categories {
	float: left;
}
div.wtgallery_list_area div.wtgallery_list_firstofrow, div.wtgallery_category_area div.wtgallery_category_firstofrow {
	clear: left;
}

legend {display: none;}
.csc-header {clear:both;}

#content .connect_widget_text {
	color: #FEF3DD;
}


	