body	{
		background-color: #ffffff; 
		color: #000000; 
		font-family: Verdana, Arial, Helvetica; 
		background-image:url('@images/cool_paper.gif');
		background-repeat:repeat;
		background-attachment:fixed; 
		
		margin:0pt; 
		padding:0pt 
		
		}

hr { color:#ff0000; }

h1 { font-size:120%; color:#ff0000; }
h2 { font-size:110%; color:#ff0000; }
h3 { font-size:105%; color:#ff0000; }
h4 { font-size:103%; color:#ff0000; }
h5 { font-size:102%; color:#ff0000; }
h6 { font-size:101%; color:#ff0000; }

a:link    { color:#000000; text-decoration: underline; }
a:visited { color:#000000; text-decoration: underline; }
a:active  { color:#ff0000; text-decoration: none; }
a:hover   { color:#ff0000; text-decoration: none; }



th			{
/*			background-image:url('/traisental/@images/stones.gif'); */
			background-color:#303030; 
			color: #ffffff;
			text-align: left;
			}

th h1		{
			color: #ffffff;
			}
			
th a:link	{
			font-weight:bold; 
			color: #ffffff; 
			}

th a:visited	{
			font-weight:bold; 
			color: #ffffff; 
			}

th a:active	{
			font-weight:bold; 
			color: #ffffff; 
			}

th a:hover {
			font-weight:bold; 
			color: #ffffff;
			text-decoration:none; 
			}	
			
.Minipage *	{
			font-size: 10pt;			
			}

.TT_navigation 
	{
	font-size: 10px; 
	color: #FFFFFF; 
	font-weight: bold;
	text-decoration: none; 
	height: 400px;
	}

.TT_navigation a:link
	{
	font-size: 10px; 
	color: #FFFFFF; 
	font-weight: bold;
	text-decoration: none; 
	}

.TT_navigation a:visited 
	{
	font-size: 10px; 
	color: #FFFFFF; 
	font-weight: bold;
	text-decoration: none; 
	}

.TT_navigation a:active  
	{
	font-size: 10px; 
	color: #FFFFFF; 
	font-weight: bold;
	text-decoration: none; 
	}

.TT_navigation a:hover   
	{
	font-size: 10px; 
	color: #FFFFFF; 
	font-weight: bold 
	}


@media print {
  /* ... Formatdefinitionen zum Drucken ... */
  .txt4scr { display:none; }
}
@media screen, handheld {
  /* ... Formatdefinitionen zur Bildschirmausgabe ... */
  .txt4prt { display:none; }
}

/* CMS */

.CMS_Form th	{
				background-color: #ff0000;
				color: #ffffff;
				text-align: left;
				}

.prompt			{
				font-weight: bold;
				text-align: right;
				}

button	{
		font-family : Verdana,Arial,Helvetica;
/*		width : 50px; */
		width : auto; 
		height : auto; 
		font-size : 8pt; 
		font-weight : bold; 
		background-color: #ff0000;
		color: #ffffff;
		text-align : center; 
		border-width: 0;
/*		border-bottom : thin solid black; */
/*		border-top : thin solid black; */
		padding : 0px; 
		} 
		
.CMS_List a		{
				font-weight: bold;
				}

.CMS_List th	{
				background-color: #ff0000;
				text-align: left;
				font-color: #ffffff;
				}


.CMS_List td	{
				font-color: #000000;
				}


.LineHigh	{
			background-color: #eeeeee;
			color: #000000;
			}

.LineLow	{
			background-color: #dddddd;
			color: #000000;
			}

.LineDelete	{
			background-color: #ffcccc;
			color: #000000;
			}