/* allgemein */

@page querformat {size: landscape;}

BODY.main {
	page: querformat;
  background-color: #CC99CC;
}
TABLE.main {
  border-style: none;
  border-width: 0px;
  background-color: #CC99CC;
  padding: 0px;
}

*.bgmain {
	background-color: #663399;
}

/* Navigation */

#nav_table TABLE {
  width: 94%;
  border-style: none;
  text-align: left;
  background-color: #CC99CC;
  padding: 0px;
  margin-left: 4px;
  margin-right: 2px;
}

A:link.nav {
  font-family: 'Trebuchet MS', 'Verdana', 'sans-serif';
	font-weight:bold;
	font-size:12pt;
	color:#663399;
  text-decoration: none;
}
A:link.nav_u {
  font-family: 'Trebuchet MS', 'Verdana', 'sans-serif';
	font-size:10pt;
	color:#663399;
  text-decoration: none;
}	
A:visited.nav {
  font-family: 'Trebuchet MS', 'Verdana', 'sans-serif';
	font-weight:bold;
	font-size:12pt;
	color:#663399;
  text-decoration: none;
}
A:visited.nav_u {
  font-family: 'Trebuchet MS', 'Verdana', 'sans-serif';
	font-size:10pt;
	color:#663399;
  text-decoration: none;
}	
A:hover.nav {
  font-family: 'Trebuchet MS', 'Verdana', 'sans-serif';
	font-weight:bold;
	font-size:12pt;
	background-color:#CCCCCC;
  color:#111111;
  text-decoration: none;
}
A:hover.nav_u {
  font-family: 'Trebuchet MS', 'Verdana', 'sans-serif';
	font-size:10pt;
	background-color:#CCCCCC;
  color:#111111;
  text-decoration: none;
}	
A:active.nav {
  font-family: 'Trebuchet MS', 'Verdana', 'sans-serif';
	font-weight:bold;
	font-size:12pt;
	background-color:#663399;
  color:#FFFFFF;
  text-decoration: none;
}
A:active.nav_u {
  font-family: 'Trebuchet MS', 'Verdana', 'sans-serif';
	font-size:10pt;
	background-color:#663399;
  color:#FFFFFF;
  text-decoration: none;
}		

/* Visitenkarte */

#vis_table TABLE {
  border-style: none;
  width: 94%;
  text-align: left;
  padding: 0px;
  margin-left: 4px;
  margin-right: 2px;
}

TABLE.visitenkarte {
  background-color: #CC99CC;
  width: 100%;
  font-style: normal;
  color:#663399;
}

*.vis_titel {
	font-family: 'Century Schoolbook', 'Century Schoolbook L', 'Helvetica', 'Bookman', 'serif';
  	font-weight:bold;
  	font-size: 12pt;
}
		 
*.vis_anschrift {
	font-family: 'Arial', 'News Gothic MT', 'Lucida', 'Trebuchet MS', 'Helvetica', 'sans-serif';
  	font-weight:bold;
	font-size: 8pt;
}
		
*.pfad_aktuell {
	font-style: normal;
	font-size: 8pt;
	font-family: 'Verdana', 'Helvetica', 'Arial', 'sans-serif';
	color:#000000;
}	

/* Inhalt */

TABLE.inhalt {
  width: 98%;
  border-style: none;
  border-width: 0px;
}

TD.inhalt {
  background-color: #E7B5CE;
  border-style: solid;
  border-width: 1px;
}

TD.homesite {
  background-color: #663399;
  border-style: solid;
  border-width: 1px;
}

*.linklist_1 {
  background-color: #D1CBBA ;
  text-align: left;
  font-size: 11pt;
  
}

*.linklist_2 {
  background-color: #F7F0DD ;
  text-align: left;
  font-size: 11pt;
}

*.schrift_ugross {
  font-family: 'Georgia', 'Times New Roman', 'serif';
  font-size: 18pt;
  font-weight: bold;
	color:#663399;  
}

*.schrift_uklein {
  font-family: 'Georgia', 'Century Schoolbook L', 'Georgia', 'serif';
  font-size: 14pt;
  font-weight: normal;
}

*.schrift_text {
  font-family: 'Charter', 'Times New Roman','serif';
  font-size: 11pt;
  font-weight: normal;
  color:#663399;
}  

*.ueberschrift_1 {
	font-family: 'Arial',sans-serif;
/* 	font-style: italic;*/
	font-size: 16pt;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	color:#663399;
}

*.ueberschrift_2 {
	font-family: 'Arial',sans-serif;
/* 	font-style: italic;*/
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	color:#663399;
}

*.absatz  {
   font-family: 'Charter', 'Times New Roman','serif';
   font-size: 14pt;
   font-weight: bold;
   color:#663399;
} 

*.inhalt {
	font-family: 'Charter', 'Times New Roman','serif';
  font-size: 12pt;
  font-weight: normal;
	color:#663399; 
}

*.referenten {
	font-family: 'Charter', 'Times New Roman','serif';
  font-size: 12pt;
  font-weight: bold;
	color:#663399;  
}