/*
	CSS for DAVIT v.1.0 - T4.0 screen

	Andr Mller - die musteradresse
	www.musteradresse.com

*/
																/* GL0BaL */

html {
	font-size		:100.1%;
	height			:100%;
	width			:100%;
	padding			:0;
	margin			:0;
}

body {
	height			:100%;
	padding			:0;
	margin			:0;
	color			:#4c4d4e;
	background		:#535761 url(../images/bg-body-2.jpg) top center repeat-x;
	font-family		:Verdana, Helvetica, sans-serif;
	font-size		:11px;
}

div, img,
table, tr, th, td,
p, h1, h2, h3, h4, h5, hr, a, blockquote,
dl, dt, dd  {
	margin			:0;
	padding			:0;
	border			:none;
	text-align		:left;
	font-size		:1.0em;
	line-height		:1.0em;
}

img {
}

ul, ol, li {
	margin-top		:0;
	margin-bottom	:0;
	padding-top		:0;
	padding-bottom	:0;
	border			:none;
	text-align		:left;
	font-size		:1.0em;
}

table {
	empty-cells		:show;
	border-spacing	:0;
	border-collapse	:collapse;
}

tr, th, td {
	vertical-align	:top;
}

form, input, select, textarea, fieldset, legend, label {
	margin			:0;
	padding			:0;
	font-size		:1.0em;
}

fieldset, legend, label {
	border			:0;
}

.clear {
	clear			:both;
}

.markred {
	color			:#cc0000;
	font-weight		:bold;
}

.hide {
	display			:none;
}

.print {
	display			:none;
}


																/* LAyOUT */

#frame {
	width			:880px;
	height			:100%;
	margin			:2em auto 0 auto;
	padding			:0 0 25px 0;
	background		:#ffffff;
}	html>body #frame {
	min-height		:100%;
	height			:auto;
}


#header {
	height			:168px;
	background		:#ffffff url(../images/bg-header-7.jpg) top center no-repeat;
}

#quicknav {
	display			:none;
	background		:#dddddd url() top right no-repeat;
	padding			:1em;
}


#logo {
}

#mainnav {
	clear			:both;
	height			:1em;
	padding			:1em;
	background		:#abb1b0;
}

#subnav {
	clear			:both;
	height			:0;
	padding			:0;
	font-size		:0;
}

#content {
	clear			:both;
	height			:1%; /* IE */
	padding			:0 0 2em 0;
	background		:#dde3e0 url(../images/bg-content.gif) top right repeat-y;
	border-top		:solid 1px #ffffff;
}	html>body #content {
	height			:auto;
}

.normal {
	position		:relative;top:-1px;
	width			:438px;
	float			:left;
	padding			:0;
	margin-right	:1px;
}

.left {
	position		:relative;top:-1px;
	width			:220px;
	min-height		:1em;
	float			:left;
	padding			:0;
	margin-right	:1px;
}

.right  {
	position		:relative;top:-1px;
	width			:220px;
	float			:left;
	padding			:0;
}



#footer {
	padding-top		:1em;
	background		:#ffffff url(../images/bg-footer.gif) top no-repeat;
	color			:#798180;
}


#footernav {
	padding			:0.6em 1em;
	font-size		:0.9em;
}

#footercontent {
	padding			:1em;
	font-size		:0.9em;
}

/* ----------------------------------------------------------------------------------- NAVI */

#mainnav dl {
	margin			:0;
	padding			:0;
}

#mainnav dd {
	display			:inline;
}

#mainnav a {
	display			:block;
	float			:left;
	color			:#ffffff;
	/*text-transform	:uppercase;*/
	text-decoration	:none;
	font-weight		:bold;
	font-style		:italic;
	font-size		:12px;
	margin-right	:1em;
}

#mainnav a.act,
#mainnav a.cur {
	color			:#000000;
}



#subnav dl {
	margin			:0;
	padding			:0 1em;
	height			:2.2em;
	background		:#ffffff;
	font-size		:10px;
	font-style		:normal;
	font-weight		:bold;
}

#subnav dd {
	display			:inline;
}

#subnav a {
	display			:block;
	float			:left;
	color			:#000000;
	margin-right	:1em;
	padding			:1em 0 1em 0;
}

#subnav a.act,
#subnav a.cur {
	color			:#798180;
}

#subnav a:hover {
	color			:#f68e41;
}

#footer a {
	color			:#000000;
}
#footer a.act, 
#footer a.cur {
	color			:#798180;
}
#footer a:hover {
	color			:#f68e41;
}

/* ----------------------------------------------------------------------------------- TAGS */


a {
	color			:#f68e41;
	text-decoration	:none;
}

#content a {
	font-weight		:bold;
}

#content a:hover {
	color			:#000000;
}

#content p {
}

p,li,dt,dd,
ul, ol, dl,
h1, h2, h3, h4, h5, h6, table, form {
	margin-bottom	:1.00em;
	line-height		:1.25em;
}

ul {
	margin			:0;
	padding			:0;
}

ul li {
	/*list-style-image:url(../images/bg-right-dd-link.gif);*/
	margin-left		:1.5em;
} html>body ul li {
	margin-left		:1.3em;
}

ol li {
}

/*
h1 {
	font-family		:"Times New Roman", Times, serif;
	font-size		:21px;
	font-style		:italic;
	font-weight		:bold;
	color			:#999999;
	text-align		:center;
	border-bottom	:solid 1px #929a99;
	padding-bottom	:.1em;
	margin-bottom	:1em;
}

h2 {
	font-family		:"Times New Roman", Times, serif;
	font-size		:21px;
	font-style		:italic;
	font-weight		:bold;
	color			:#798180;
	text-align		:left;
	margin-bottom	:.5em;
}

h3 {
	margin-bottom	:.75em;
}

h4  {
	margin-bottom	:.75em;
}

h5 {
	margin-bottom	:.0em;
}
*/
small {
	font-size		:1.0em;
	/*color			:#798180;*/
}

strong {
	font-weight		:bold;
	color			:#6f7581;
}

b {
	font-weight		:bold;
	color			:#6f7581;
}

em {
	font-style		:italic;
}

i {
	font-style		:italic;
}

hr {
	display			:none;
}

abbr,
acronym,
span.tx-acronymmanager {
	border-bottom	:solid 1px;
	text-decoration	:none;
	cursor			:help;
	/*background		:#ccd1cc;*/
}

q,
cite {
	font-style	:normal;
	font-weight	:inherit;
}

address[title],
q[title],
cite[title]  {
	cursor		:help;
}

q:lang(de)			{quotes: "»"  "«"  "›"  "‹"}
q:lang(de-de)			{quotes: "„"  "“"  "‚"  "‘"}
q:lang(de-DE)			{quotes: "„"  "“"  "‚"  "‘"}
q:lang(de_DE)			{quotes: "»"  "«"  "›"  "‹"}
q:lang(de-ch)			{quotes: "«"  "»"  "‹"  "›"}
q:lang(de_CH)			{quotes: "«"  "»"  "‹"  "›"}
q:lang(fr)			{quotes: "«\2009" "\2009»" "‹\2009" "\2009›"}
q:lang(en)			{quotes: "“"  "”"  "‘"  "’"}
q:before,blockquote:before	{content:open-quote;}
q:after,blockquote:after	{content:close-quote;}
cite.tm:after			{content: "™"}
cite.reg:after			{content: "®"}
cite.copy:before		{content: "© "}


/* ----------------------------------------------------------------------------------- cObj */

.csc,
.csc-frame {
	padding			:1em;
	border-top		:solid 1px #ffffff;
}

/* ----------------------------------------------------------------------------------- cObj Header */

.csc-header {
	margin			:0;
	padding			:1em;
	/*background		:#d3dbd7;*/
	border-top		:solid 1px #ffffff;
}

.csc .csc-header,
.csc-frame .csc-header {
	margin			:-1em -1em 1em -1em;
	border-top		:0;
	border-bottom	:0;
}

h1, .csc h1 {
	background		:#d3dbd7;
}
h2, .csc h2 {
	background		:#d3dbd7;
}
h3, .csc h3 {
	color			:#798180;
	background		:#eef2f0;
}
h4, .csc h4 {
	padding-bottom	:0;
}
h5, .csc h5 {
	padding-bottom	:0;
	margin-bottom	:0;
}


.csc-header-date {
}

.csc-header-date p {
	text-align		:right;
}

p.csc-subheader	{
	margin			:-1em -1em 1em -1em;
	padding			:1em;
	border-top		:solid 1px #ffffff;
	font-weight		:normal;
	color			:#798180;
	background		:#eef2f0;
}
p.csc-subheader	strong {
	color			:#798180;
}

/* ----------------------------------------------------------------------------------- Rahmen */

.csc-frame .csc {
	padding			:0;
	border-top		:0;
}

/* ----------------------------------------------------------------------------------- cObj imagetext */

.csc-textpic {
	clear				:both;
	margin				:0;
	padding				:0;
	line-height			:0;
}

.csc-img {
	clear				:both;
	margin				:0;
	padding				:0;
	line-height			:0;
}

.csc-imgtxt {
	clear				:both;
	margin				:0;
	padding				:0;
	line-height			:0;
}

.csc-img .csc-header,
.csc-imgtxt .csc-header {
	margin			:0;
}

.csc-textpic-header {
}

.csc-img .csc-textpic-header {
}

.csc-textpic-text {
	padding				:1em;
}

.csc-textpic .csc-textpic-imagewrap {
	margin				:0;
	padding				:0;
	line-height		:0;
	font-size		:0;
}

.csc-textpic .csc-textpic-imagecolumn { /* Needed for noRows setting */
	display				:inline;
	float				:left;
}

.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
	float				:left; /* This will place the images side by side */
	/*background			:#ff00ff;*/
}

.csc-textpic .csc-textpic-imagewrap .csc-textpic-image .csc-textpic-img {
	line-height			:0;
}

.csc-img .csc-textpic .csc-textpic-imagewrap .csc-textpic-image .csc-textpic-img,
.right .csc-textpic .csc-textpic-imagewrap .csc-textpic-image .csc-textpic-img,
.left .csc-textpic .csc-textpic-imagewrap .csc-textpic-image .csc-textpic-img {
	margin			:0;
	padding			:0;
	border-bottom	:solid 1px #ffffff;
}

.csc-textpic .csc-textpic-imagewrap .csc-textpic-image .csc-textpic-img div {
}

.csc-textpic .csc-textpic-imagewrap .csc-textpic-image .csc-textpic-img img {
	margin			:0;
	padding			:0;
}

.csc-textpic-caption,
.right .csc-textpic-caption {
	font-size		:10px;
	line-height		:1.0em;
	margin			:0;
	padding			:1em;
	/*color			:#798180;
	background		:#eef2f0;
	border-top		:solid 1px #ffffff;
	border-bottom	:solid 1px #ffffff;*/
}



/* Margins around images:*/

/* Pictures on left, add margin on right */
.csc-textpic-left .csc-textpic-imagewrap .csc-textpic-image,
.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap .csc-textpic-image,
.csc-textpic-intext-left .csc-textpic-imagewrap .csc-textpic-image {
	display				:inline; /* IE fix for double-margin bug */
	margin-right		:0px;
}

/* Pictures on right, add margin on left */
.csc-textpic-right .csc-textpic-imagewrap .csc-textpic-image,
.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap .csc-textpic-image,
.csc-textpic-intext-right .csc-textpic-imagewrap .csc-textpic-image {
	display				:inline; /* IE fix for double-margin bug */
	margin-left			:0px;
}

/* Pictures centered, add margin on left */
.csc-textpic-center .csc-textpic-imagewrap .csc-textpic-image {
	display				:inline; /* IE fix for double-margin bug */
	margin-left			:0px;
	line-height			:1.25em;
}



/* Space below each image (also in-between rows) */
.csc-textpic .csc-textpic-imagewrap	.csc-textpic-image {
	margin-bottom		:0px;
}
.csc-textpic-equalheight .csc-textpic-imagerow {
	margin-bottom		:0px;
	display				:block;
}
.csc-textpic .csc-textpic-imagerow {
	clear				:both;
}

/* No margins around the whole image-block */
.csc-textpic .csc-textpic-imagewrap	.csc-textpic-firstcol {
	clear				:both;
	margin-left			:0px;
}
.csc-textpic .csc-textpic-imagewrap	.csc-textpic-lastcol {
	margin-right		:0px;
}

/* Add margin from image-block to text (in case of "Text w/ images") */
/*
.csc-textpic-intext-left .csc-textpic-imagewrap {
	margin-right		:1em;
}
.csc-textpic-intext-right .csc-textpic-imagewrap {
	margin-left			:1em;
}
.csc-textpic-intext-left-nowrap .csc-textpic-text {
	margin-left			:1em;
}
.csc-textpic-intext-right-nowrap .csc-textpic-text {
	margin-right		:1em;
}
*/

/* Positioning of images:*/
/*
.csc-textpic-above .csc-textpic-text {
	clear			:both;
	margin-top		:1em;
}

.csc-textpic-below .csc-textpic-text {
	margin-bottom	:1em;
}
*/

/* Center (above or below) */
.csc-textpic-center {
	text-align		:center; /* IE-hack */
}
.csc-textpic-center .csc-textpic-imagewrap {
	margin			:0 auto;
}
.csc-textpic-center .csc-textpic-imagewrap .csc-textpic-image {
	text-align		:left; /* Remove IE-hack */
}
.csc-textpic-center .csc-textpic-text {
	text-align		:left; /* Remove IE-hack */
}

/* Right (above or below) */
.csc-textpic-right .csc-textpic-imagewrap {
	float			:right;
}
.csc-textpic-right .csc-textpic-text {
	clear			:right;
}

/* Left (above or below) */
.csc-textpic-left .csc-textpic-imagewrap {
	float			:left;
}
.csc-textpic-left .csc-textpic-text {
	clear			:left;
}

/* Left (in text) */
.csc-textpic-intext-left .csc-textpic-imagewrap {
	float			:left;
}

/* Right (in text) */
.csc-textpic-intext-right .csc-textpic-imagewrap {
	float			:right;
}

/* Right (in text, no wrap around) */
.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
	float			:right;
	clear			:both;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html .csc-textpic-intext-right-nowrap .csc-textpic-text {
	height			:1%;
}
/* End hide from IE5/mac */

/* Left (in text, no wrap around) */
.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
	float			:left;
	clear			:both;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html .csc-textpic-intext-left-nowrap .csc-textpic-text {
	height			:1%;
}
/* End hide from IE5/mac */
/*
.right .csc-textpic-intext-left .csc-textpic-text,
.right .csc-textpic-intext-right .csc-textpic-text,
.right .csc-textpic-intext-right-nowrap .csc-textpic-text,
.right .csc-textpic-intext-left-nowrap .csc-textpic-text,
.left .csc-textpic-intext-left .csc-textpic-text,
.left .csc-textpic-intext-right .csc-textpic-text,
.left .csc-textpic-intext-right-nowrap .csc-textpic-text,
.left .csc-textpic-intext-left-nowrap .csc-textpic-text {
	display			:none;
}
*/
/*
.csc-frame .csc-textpic img {
	border				:solid 1px;
}
*/

/* ----------------------------------------------------------------------------------- cObj table */

.csc-table,
.left .csc-table {
	padding				:0;
}

caption {
	font-size			:0.9em;
	text-align			:left;
	padding-bottom		:1em;
}

table.contenttable {
	table-layout		:auto;
	empty-cells			:show;
	border-spacing		:0;
	border-collapse		:collapse;
	border				:solid 0px;
	width				:100%;
}

table.contenttable tr {
	background		:#f9f9f9;
}

table.contenttable tr.tr-odd {
	background		:#efefef;
}

table.contenttable th, table.contenttable td {
	padding				:.5em;
	border-right		:solid 1px #929a99;
}

table.contenttable th.td, table.contenttable td.td {
}

table.contenttable th {
	font-family			:"Times New Roman", Times, sans-serif;
	font-size			:14px;
	font-style			:italic;
	font-weight			:bold;
	border-bottom		:solid 1px #999999;
	background			:#ffffff;
	color				:#798180;
	padding				:.2em .5em .5em .5em;
}

table.contenttable tr.tr-odd th {
}

table.contenttable th.td-0, table.contenttable td.td-0 {
}

table.contenttable th.td-last, table.contenttable td.td-last {
	border-right		:solid 0px #999999;
}

table.contenttable .tr-last th, table.contenttable .tr-last td {
/*	padding				:.5em .5em .2em .5em;*/
}

table.contenttable tfoot td {
	font-size			:0.9em;
}

/* ----------------------------------------------------------------------------------- cObj mailform */

.csc-form {
	padding				:0;
	margin				:0;
}

.csc-form form,
.tx-danewslettersubscription-pi1 form {
}

.csc-form-label-req,
.tx-danewslettersubscription-pi1-req,
.tx-guestbook-form-obligationfield {
	color				:#f68e41;
	font-weight			:bold;
}

.csc-mailform-field,
.tx-danewslettersubscription-pi1-form-field {
	clear				:both;
	margin-bottom		:1em;
	color				:#798180;
}

.csc-form label,
.tx-danewslettersubscription-pi1 label {
	display				:block;
	margin				:0;
	line-height			:1em;
}

.csc-form input,
.csc-form textarea,
.csc-form select,
.tx-danewslettersubscription-pi1 input,
.tx-danewslettersubscription-pi1 textarea,
.tx-danewslettersubscription-pi1 select,
.news-search-form input {
	width				:192px;
	border				:solid 1px #929a99;
	margin-top			:2px;
	font-family			:Verdana, Helvetica, sans-serif;
	font-size			:1.0em;
	padding				:2px 0px 2px 4px;
	background			:#ffffff;
	color				:#000000;
}

.news-search-form input {
}

.csc-form textarea, .csc-form select {
	border				:solid 1px #929a99;
	background			:#ffffff url(../images/bg-form-input.gif) top left repeat-x;
	color				:#000000;
}

.csc-form option {
	font-family			:Verdana, Helvetica, sans-serif;
}

.csc-form form p {
	clear				:both;
	font-weight			:normal;
}

.csc-mailform-field-radio {
	margin-bottom		:0em;
	color				:#798180;
}

.csc-mailform-field-radio fieldset label {
}

.csc-mailform-field-radio fieldset {
	border				:0;
	padding				:0;
	margin				:0;
}

.csc-mailform-field-radio fieldset legend {
	display				:none;
}

.csc-mailform-field-radio fieldset label {
}

.csc-mailform-field-radio fieldset input {
	float				:left;
	width				:auto;
	margin-top			:-0.5em;
	margin-right		:0.2em;
	border				:0;
	padding				:0;
	background			:#dde3e0; /* IE */
	line-height			:1.0em;
}	html>body .csc-mailform-field-radio fieldset input {
	margin-top			:-0.0em;
}

.csc-mailform-field-check {
	background			:url(../images/hg-form-field-check.gif) left top no-repeat;
	margin-top			:.5em;
	margin-bottom		:1em;
}

.csc-mailform-field-check label {
	display				:inline;
}

.csc-mailform-field-check input {
	width				:auto;
	margin-top			:0.0em;
	margin-right		:0.4em;
	border				:0;
	padding				:0 0 0 0;
	background			:#dde3e0; /* IE */
}	html>body .csc-mailform-field-check input {
	margin-top			:0.1em;
}

.csc-mailform-field-submit input, 
input.submit,
input.tx-danewslettersubscription-pi1-submit,
.tx-gsifeuserlist-pi1-searchbox-button,
.news-search-form .submit {
	width			:auto;
	padding			:0;
	font-family		:Verdana, Helvetica, sans-serif;
	font-size		:1em;
	font-weight		:bold;
	text-align		:left;
	border			:solid 0px #ffffff;
	color			:#f68e41;
	background			:#dde3e0;
}

.news-search-form .submit {
	margin			:0;
}

.csc-mailform-field-submit input:hover, 
input.submit:hover,
input.tx-danewslettersubscription-pi1-submit:hover,
.tx-gsifeuserlist-pi1-searchbox-button:hover,
.news-search-form .submit:hover {
	color			:#f68e41;
}


/* ----------------------------------------------------------------------------------- cObj Men/Sitemap */

.csc-menu {
}

.csc-menu-subpages-abstract {
}

.csc-menu dt {
	margin-bottom		:.5em;
	padding-left		:1em;
	background			:url(../images/link.gif) no-repeat;
}

.csc-menu dd {
	margin-bottom		:.5em;
	padding-left		:1em;
}

.csc-menu a {
}

.csc-menu-subpages dt {
}

.csc-menu-subpages-abstract dt {
	margin-bottom		:0em;
}

.csc-menu-subpages dd {
	background			:url(../images/link.gif) no-repeat;
}

.csc-menu-subpages-abstract dd {
}

.csc-menu-subpages-abstract a {
}

.csc-menu a:hover,
.csc-menu a.act,
.csc-menu a.cur {
}

.csc-menu a.act,
.csc-menu a.cur {
	color			:#000000;
}



.csc-section {
}

.csc-sitemap {
}

.csc-sitemap ul  {
}

.csc-sitemap li {
}

.csc-sitemap li a {
	font-weight		:bold;
}


.csc-sitemap li ul  {
	margin-bottom	:.5em;
}

.csc-sitemap  li li {
	font-size		:.9em;
}

#content .csc-sitemap li li a {
	font-weight		:normal;
}



/* ----------------------------------------------------------------------------------- cObj Fileleft */

table.csc-uploads {
	width			:auto;
	table-layout	:auto;
	background		:transparent;
	border-spacing	:0;
	border			:0;
}

table.csc-uploads td {
	width			:auto;
	padding-right	:8px;
	padding-bottom	:4px;
	vertical-align	:bottom;
}

td.csc-uploads-fileName {
}

td.csc-uploads-fileName small {
}

td.csc-uploads-fileName a, td.csc-uploads-fileName a:hover {
/*	background			:transparent url(../images/bg-link.red.gif) left center no-repeat;
	padding-left		:12px;
*/
	font-weight			:bold;
	padding-left	:15px;
	background		:url(../images/bg-dd-link.gif) top left no-repeat;
}

td.csc-uploads-icon {
	display			:none;
	width			:5%;
	text-align		:center;
}

td.csc-uploads-icon img {
	padding			:0;
	border			:none;
}

td.csc-uploads-fileSize {
	width			:10%;
	text-align		:right;
	white-space		:nowrap;
	padding-right	:0;
}

/* ----------------------------------------------------------------------------------- cObj Kleinkram */

.csc-sword {
}

p.csc-toplink {
}

p.csc-toplink a {
/*	font-weight		:normal; */
}

/* ----------------------------------------------------------------------------------- ext: tt_news / timtab / ve_guestbook */
/* ----------------------------------------------------------------------------------- Latest */

.news-latest {
	border-top		:0;
}

.news-latest-img {
	display			:inline;
	float			:right;
	border			:0;
}

.news-latest-img img {
	margin			:0 0 1em 1em;
	border			:solid 1px #ffffff;
}

.news-latest-item {
	clear			:both;
	padding-bottom	:.5em;
}
/* ----------------------------------------------------------------------------------- List */

.news-list .csc-header {
/*	color			:#798180;
	background		:#eef2f0;
*/}

.news-list-item {
}

.news-list-img {
	display			:inline;
	float			:right;
	margin			:0 11px 11px 0;
	margin			:0 0 11px 11px;
	padding			:0;
	border			:solid 1px #ffffff;
	line-height		:0;
	font-size		:0;
}
.news-list-img img,
.news-list-img a {
	display			:inline;
	margin			:0;
	padding			:0;
	line-height		:0;
	font-size		:0;
}

.news-list-item p {
	/*padding-left	:110px;*/
}

.news-list-category {
	/*padding-left	:110px;*/
	font-weight		:bold;
}

.news-list-info {
	margin			:0;
	font-weight		:bold;
	color			:#6f7581;
}

.news-list-comments {
	display			:none;
	font-weight		:bold;
	color			:#6f7581;
}

.news-list-item-3 .news-list-comments,
.news-list-item-75 .news-list-comments {
	display			:block;
}

.news-list-category b,
.news-list-comments b,
.news-list-info b {
	font-weight		:normal;
}

.news-list-rsslinks {
	display			:none;
	clear			:both;
}

.news-list-rsslinks small {
	font-size		:.9em;
}

.news-list-item-74 .news-list-more {
	display			:none;
}

/* ----------------------------------------------------------------------------------- single */


.csc h3.news-single-datetime {
	border-top		:solid 1px #ffffff;
}

.left .news-single-item img {
	border-top		:solid 1px #ffffff;
}

.news-single-blogadd small,
.news-single-backlink small,
.news-single-rsslinks small {
	font-size		:.9em;
}

.news-single-backlink {
}

.news-single-rsslinks {
	display			:none;
	float			:right;
}

p.news-mess {
	border-top		:0;
}

/* ----------------------------------------------------------------------------------- ext: ve_guestbook */


.tx-veguestbook-pi1 {
	padding			:1em;
}

p.tx-guestbook-result,
p.tx-guestbook-noentry {
	clear			:both;
	margin			:-1em -1em 1em -1em;
	padding			:1em;
	border-top		:solid 1px #ffffff;
	border-bottom	:solid 0px #ffffff;
	background		:#eef2f0;
	color			:#798180;
	font-weight		:bold;
}
p.tx-guestbook-noentry {
	margin			:-1em -1em -1em -1em;
}

.tx-guestbook-comment {
}

.tx-guestbook-entry {
}
.tx-guestbook-entry br {
	display			:none;
}
.tx-guestbook-entry q {
	font-style		:normal;
	font-weight		:normal;
	/*color			:#6f7581;*/
}
.tx-guestbook-entry cite {
	display			:block;
	font-style		:italic;
	font-weight		:normal;
	color			:#6f7581;
}

.tx-guestbook-email,
.tx-guestbook-www {
	display			:none;
}


/* ----------------------------------------------------------------------------------- ext: timtab */

table#timtab-calendar {
	table-layout		:fixed;
	empty-cells			:show;
	border-spacing		:0;
	border-collapse		:collapse;
	width				:220px;
	/*margin				:0;*/
}

#timtab-calendar caption {
	padding				:1em;
	border-top			:solid 1px #ffffff;
	color			:#798180;
	background		:#eef2f0;
	font-size		:1em;
	font-weight		:bold;
}
#timtab-calendar tr {}
#timtab-calendar th {
	border				:solid 1px #ffffff;
	border-left				:0;
	padding				:0.5em;
	background		:#d3dbd7;
	font-weight		:normal;
}
#timtab-calendar td {
	border				:solid 1px #ffffff;
	border-left				:0;
	padding				:0.5em;
	text-align			:center;
	vertical-align		:middle;
}
#timtab-calendar td.pad {
	border				:0;
}
#timtab-calendar td#next {
	border				:0;
	padding				:1em;
	text-align			:right;
}
#timtab-calendar td#prev {
	border				:0;
	padding				:1em;
	text-align			:left;
}
#timtab-calendar td#today {
	background		:#eef2f0;
}


.tx-timtab-pi1 {}

.tx-timtab-pi1 ul {
	padding			:1em;
}
.tx-timtab-pi1 ul li {}
.tx-timtab-pi1 ul li a {}

/* ----------------------------------------------------------------------------------- browse */


.browseBox {
	padding			:1em;
	border-top		:solid 1px #ffffff;
	font-size		:.9em;
}

.browseBox p.showResults {
	float			:left;
}

dl.browseLinks {
	float			:right;
}

dl.browseLinks dt {
	display			:none;
}

dl.browseLinks dd {
	float			:left;
	margin-right	:0.5em;
	font-weight		:bold;
}








