h2,h3,h4,h5,h6,div,p,body,html,input,button,td {
	font: Arial, Verdana, Helvetica, sans-serif;
	color:#000000;
}

/*Link-Config
:link = für Verweise zu noch nicht besuchten Seiten
:visited = für Verweise zu bereits besuchten Seiten
:focus = für Verweise, die den Fokus erhalten, z.B. durch "Durchsteppen" mit der Tabulator-Taste (CSS 2.0)
:hover = für Verweise, während der Anwender mit der Maus darüber fährt (CSS 2.0)
:active = für gerade angeklickte Verweise 
*/
a:link, .news-list-item a:link {
	font-weight:bold;
	color:#008000;
	text-decoration:none;
}
a:visited, .news-list-item a:visited {
	font-weight:bold;
	color:#E60005;
	text-decoration:none;
}
a:focus, .news-list-item a:focus {
	font-weight:bold;
	color:#E60005;
	text-decoration:underline;
}
a:hover, .news-list-item a:hover {
	font-weight:bold;
	color:#E60005;
	text-decoration:none;
}
a:active, .news-list-item a:active {
	font-weight:bold;
	color:#E60005;
	text-decoration:underline;
}

/*Einstellungen für ve_guestbook*/
.guestbook-list-container {
	padding:3px;
	border:1px solid #000000;
	background-color:#7198E7;
}
.guestbook-list-item {
	/* IE hack */
	height: 1%;
	line-height: 1.0;
	/* IE hack end */
	padding:3px;
	margin-top:3px;
	border:1px solid #000000;
	background-color:#EAEAEA;
}
.guestbook-list-item h3 {
	margin-bottom:3px;
}
.tx-guestbook-list-table { border-style: solid; border-color: #000000; border-width: 1px; margin:3px; }
.tx-guestbook-list-header { background-color: #539521; color: #FFFFFF; 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: #539521; color: #FFFFFF; font-weight:bold; }
.tx-guestbook-latest-row { background-color: #FFFFFF; }
.tx-guestbook-latest-small { font-size: 9px; color: #666666; }
.tx-guestbook-form-inputfield-med {
	border:1px solid #000000;
	font-size:14px;
	width:250px;
}
.tx-guestbook-form-inputfield-big {
	border:1px solid #000000;
	font-size:14px;
	width:250px;
}
.tx-guestbook-form-textarea {
	border:1px solid #000000;
	font-size:14px;
	width:250px;
}
.tx-guestbook-form-obligationfield { color: #CC0000; }
.tx-guestbook-form-error { color: #CC0000; }

/*Einstellungen für tt_news*/
/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */
.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
	clear:right;
	height:1px;
	border:1px solid #000000;
}
.news-latest-container HR.clearer {
	clear:left;
}
/*-----------------------------------  tt_news LATEST view  -----------------------------------*/
.news-latest-container {
	border:1px solid #000000;
	background-color:#7198E7;
}
.news-latest-container H2,.news-latest-gotoarchive {
	color:#000000;
	padding:3px;
	margin:3px;
	border:1px solid #000000;
	background-color:#EAEAEA;
}
.news-latest-container H3 {
	color:#000000;
	padding-top:3px;
	padding-bottom:3px;
	margin:0px;
	border:0px solid #000000;
	background-color:#EAEAEA;
}
.news-latest-gotoarchive {
	font-weight:bold;
	margin-top:3px;
}
.news-latest-item {
	/* IE hack */
	height: 1%;
	line-height: 1.0;
	/* IE hack end */
	padding:3px;
	margin:3px;
	border:1px solid #000000;
	background-color:#EAEAEA;
}
.news-latest-item IMG {
	margin-bottom:3px;
	margin-right:3px;
	border:1px solid #000000;
	float:left;
}
.news-latest-category IMG {
	float: none;
	border:none;
	margin:0px;
}
.news-latest-date,.news-latest-morelink,.news-latest-category {
	font-size:12px;
}
/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {
	padding-top:3px;
	border:1px solid #000000;
	background-color:#7198E7;
}
.news-list-item {
	/* IE hack */
	height: 1%;
	line-height: 1.0;
	/* IE hack end */
	padding-top:3px;
	margin:3px;
	border:1px solid #000000;
	background-color:#EAEAEA;
}
.news-search-form {
	padding:3px;
	margin-bottom:3px;
	border:1px solid #000000;
	background-color:#F9FFE5;

}
.news-search-emptyMsg{
	margin:3px;
}
.news-search-form FORM {
	margin:3px;
}
.news-list-container H3 {
	margin: 0px;
	padding: 3px;
	border-bottom: 0px solid #000000;
	background-color: #EAEAEA;
}
.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER {
	color:#fff;
	padding-left:2px;
}
.news-list-container H3 A {
	color:#fff;

}
.news-list-container P {
	padding-left:3px;
}
.news-list-date {
	float: right;
	color: #000000;
	width: 180px;
	text-align: right;
	height: 20px;
	margin-top: 3px;
	margin-right: 3px;
	font-size: 12px;
	font-weight: normal;
	background-color: #EAEAEA;
	}
.news-list-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;
	font-size: 12px;
}
.news-list-container IMG {
	float: right;
	border:0px solid #000000;
	margin:3px;
}
.news-list-category IMG {
	float: none;
	border:none;
	margin:3px;
}
.news-list-morelink,.news-list-category {
	font-size:12px;
	margin-left:3px;
}
.news-list-morelink  {
	margin-bottom:3px;
}
.news-list-browse {
	text-align: center;
}
/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox, .browseBoxWrap {
	margin:3px;
	border:0px solid #000000;
	padding:3px;
	background-color:#7198E7;
}
.tx-ttnews-browsebox TD {
	font-size: 12px;
}
.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
	font-weight: bold;
}
.tx-ttnews-browsebox-SCell P,.tx-ttnews-browsebox TD P{
	margin:0px;
}
.tx-ttnews-browsebox-SCell {
	margin:3px;
	background-color: #EAEAEA;
	border:1px solid #000000;
}
.news-search-emptyMsg {
	font-size: 12px;
	margin-left: 10px;
}
/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
	padding:3px;
	margin-bottom:3px;
	border:1px solid #000000;
	background-color:#EAEAEA;
}
.news-single-item H2 {
	font-size: 16px;
	font-weight:bold;
	color: #000000;
	margin: 0px;
}
.news-single-item H3 {	
	color: #000000;
	margin: 0px;
}
.news-single-img {
	float: right;
	margin-left:15px;
	margin-bottom:15px;
	clear:both;
}
.news-single-imgcaption {
	clear:both;
	margin-top:3px;
}
.news-single-category {
	float: right;
}
.news-single-backlink, .news-single-backlink a {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 3px;
	margin-top: 3px;
}
.news-single-timedata {
	float: right;
}
.news-single-timedata, .news-single-author,.news-single-imgcaption {
	font-size: 12px;
}
.news-single-author {
	padding-bottom: 0px;
}
.news-single-additional-info {
	background-color: #BBE53A;
/*	clear: both;*/
	margin-top: 15px;
	border: 1px solid #666;
	padding:3px;
	padding-bottom:0px;
}
.news-single-related,.news-single-files,.news-single-links  {
	border: 1px solid #666;
	margin:0px;
	margin-bottom: 3px;
	padding:3px;
	background-color:#F9FFE5;
}
.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;
	font-size: 11px;
	margin-left:5px;
	width:90%;
}
/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
	/*margin-top:3px;*/
	padding:3px;
	border:1px solid #000000;
	background-color:#7198E7;
}
.news-amenu-container LI {
	padding-bottom:3px;
}
.news-amenu-container UL {
	padding:3px;
	margin:0px;
	border:1px solid #000000;
	background-color:#EAEAEA;
	list-style-type: none;
}
.news-amenu-container H2 {
	color:#000000;
	padding:3px;
	margin-top:0px;
	margin-bottom:3px;
	border:1px solid #000000;
	background-color:#EAEAEA;
}
.news-amenu-item-year {
	font-weight: bold;
	border: 0px solid #000000;
	padding: 3px;
	background-color: #EAEAEA;
	color:#000000;
}
/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */


.news-catmenu  {
	padding:5px;
	margin:10px 0px 10px 10px;
	border:1px solid #666;
	background-color:#F9FFE5;
}
.news-catmenu-header {
	font-size:11px;
	font-weight:bold;
}
.news-catmenu DIV {
	font-size:10px;
	white-space: nowrap;
}
.news-catmenu DIV img, .news-catmenu img, .news-catmenu-header img {
	margin:0px;
	padding: 0px;
	vertical-align: middle;
}
.news-catmenu-ACT {
	font-weight:bold;
}

/*  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;
}
