/* Styles for Body */
body {
	background-image: url("./Pictures/TradBackground.gif");
	background-color: #ffffff;
	color: #000000;
	font-family: Tahoma,Verdana,Arial,Helvetica, sans-serif;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 16px;
	font-size: 12px;
}

@page { 
	size:landscape; ;
	margin-top:1.5cm;
	margin-bottom:1.5cm;
	margin-left:2cm;
	margin-right:2cm
}
	
/* Styles for Links */
A:link  {
	COLOR : #993300;
	FONT-WEIGHT : normal;
	TEXT-DECORATION : underline;
}

A:visited  {
	COLOR : #993300;
	FONT-WEIGHT : normal;
	TEXT-DECORATION : underline;
}

A:active  {
	COLOR : #993300;
	FONT-WEIGHT : normal;
	TEXT-DECORATION : underline;
}

A:hover  {
	COLOR : #993300;
	FONT-WEIGHT : bold;
	TEXT-DECORATION : underline;
}

/* Styles for different Elements */

.menulinks {position:relative;}
#menucont a{
	color:#993300;
	font-weight:bold;
	text-decoration:none;
	font-family : Tahoma,Verdana,Arial,Helvetica;
}
#menucont a:hover{
	color:#993300;
	font-weight:bold;
	text-decoration:underline overline;
	text-transform: uppercase;
}

FONT.reg9  {
	FONT-FAMILY : Tahoma,Verdana,Arial,Helvetica;
	FONT-SIZE : 9pt;
	color: #3300FF;
}

FONT.reg10  {
	FONT-FAMILY : Tahoma,Verdana,Arial,Helvetica;
	FONT-SIZE : 10pt;
	color: #3300FF;
}

FONT.reg12  {
	FONT-FAMILY : Tahoma,Verdana,Arial,Helvetica;
	FONT-SIZE : 12pt;
	color: #3300FF;
}

FONT.reg14  {
	FONT-FAMILY : Tahoma,Verdana,Arial,Helvetica;
	FONT-SIZE : 14pt;
	color: #3300FF;
}

FONT.reg18  {
	FONT-FAMILY : Tahoma,Verdana,Arial,Helvetica;
	FONT-SIZE : 18pt;
	color: #3300FF;
}

FONT.reg20  {
	FONT-FAMILY : Tahoma,Verdana,Arial,Helvetica;
	FONT-SIZE : 20pt;
	color: #3300FF;
}

FONT.TopOfPage  {
	FONT-FAMILY : Tahoma,Verdana,Arial,Helvetica;
	FONT-SIZE : 10pt;
	color: #3300FF;

/* Styles for Jubiläumshinweis in der Fotogallerie */
.jublinks {position:relative;}
#jublink a{
	color: Red;
	text-decoration: none;
}
#jublink a:hover{
	color: Red;
	text-decoration: none;
}

