@font-face
{
	font-family: AJsPoesieSchriftart; src:local(President), url(http://fineartofguitar.com/download/presdntn.ttf) format("truetype");
}



body {
	background-color: #000000; /* Hintergrundfarbe: Schwarz */
	color: #dfdfdf; /* Schriftfarbe: hellgrau */
}

a, ul, ol, li, td, th, p {
	font-family: sans-serif; /* Schriftart: serifenlose (z.B. Arial) */
	font-weight: normal; /* Schriftgewicht: normal (i.G.z. fett) */
	font-size: 10pt; /* Schriftgröße: 10 Punkt */
	text-decoration: none; /* Keine Unterstreichung etc. */
}

a.intern {
	text-decoration: underline
}

a.intern:hover {
	font-style: italic
}

a:visited, a:active, a:link {
	color: #ffffff;
}

a:hover {
	text-decoration: underline; /* Überfahren mit Mauszeiger: unterstreichen */ 
}

table.content {
	width: 755px;
	height: 489px;
}

table.contentframe {
	width: 100%;
	height: 100%;
}

textarea, html, body, iframe {
	scrollbar-base-color:#000000;
	scrollbar-3d-light-color:#FF0000;
	scrollbar-arrow-color:#FF0000;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:#000000;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#000000;
	scrollbar-track-color:#000000;
}

body.content
{
	padding-left: 2%;
	padding-right: 2%;

	width: 90%;

	text-align: justify;
	vertical-align: middle;

	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center left;
	background-attachment: fixed;
}

iframe.content
{
	width: 100%;
	height: 100%;
	border-width: 0;
	border-style: hidden;
/*	background-image: url(../images/bg.gif); background-repeat: no-repeat; background-position: middle left; background-attachment: fixed; */
}

td.content
{
/*	background-image: url(../images/bg.gif); background-repeat: no-repeat; background-position: middle left; background-attachment: fixed; */
}

td {
	margin: 0px;
	padding: 0px;
}

tr.banner {
	height: 65px;
	vertical-align:bottom;
	padding: 0;
	margin: 0;
}

td.banner img {
	margin: 0;
	padding: 0;
}

td.border {
	width: 1px;
}

tr.border {
	height: 1px;
}

img.border {
	width: 754px;
}

.caption
{
	text-align: center;
	font-size: 100%;
	padding-top: 1ex;
	padding-bottom: 1ex;
}

.fontSize1
{
	font-size: 12pt;
}

.fontSize2
{
	font-size: 14pt;
}

.fontSize3
{
	font-size: 16pt;
}


.fontstylebold

{
  font-style: bold;
}



.alignCenter
{
  text-align: center;
}

.contentframe
{
	text-align: justify;
	vertical-align: middle;
	padding-bottom: 1ex;
}

.zitat
{
	text-align: justify;
	vertical-align: middle;
	padding-bottom: 1ex;
	font-style: italic; 
}

.poesie
{
	text-align: center;
	vertical-align: middle;
	padding: 4ex 1ex 4ex 1ex;
	font-family: AJsPoesieSchriftart, cursive;
	font-size: 200%;
}

.footnote
{
	text-align: justify;
	font-size: 50%;
	padding-top: 1eX;
}

.LinkButton
{
  display:          block;
  margin-bottom:    5px;
  text-align:       center;
  width:            16ex;
  border-style:     ridge;
  border-width:     3px;
  padding:          2px;
  text-decoration:  none;
  color:            #00F;
  background-color: #111;  
}


