/* CSS Document */
/* Author: Frank Beckschulte */

/*Klassen für Schrift- und Rahmen- und Hintergrundformatierung*/
.White{font-family:Arial; color:White; font-size:10pt;}
.WhiteLarge{font-family:Arial; color:White; font-size:16pt;}
.WhiteCursive{font-family:Arial; font-style:italic; color:White; font-size:10pt;}
.WhiteSmall{font-family:Arial; color:White; font-size:8pt;}
.WhiteTiny{font-family:Arial; color:White; font-size:6pt;}
.WhiteSmallWithBorder{font-family:Arial; color:White; font-size:8pt;border-color:White;border-style:solid;border-width:thin;}
.WhiteBold{font-family:Arial; color:White; font-size:10pt;font-weight:bold;}
.WhiteBoldUnderline{font-family:Arial; color:White; font-size:10pt;font-weight:bold;text-decoration:underline;}
.WhiteBoldLarge{font-family:Arial; color:White; font-size:12pt;font-weight:bold;}
.WhiteBoldBigUnderline{font-family:Arial; color:White; font-size:12pt;font-weight:bold;text-decoration:underline;}
.WhiteWithBorder{font-family:Arial; color:White; font-size:10pt;border-color:White;border-style:solid;border-width:thin;}
.WhiteWithBorderThick{font-family:Arial; color:White; font-size:10pt;border-color:White;border-style:solid;border-width:3px;}
.RedBoldBigUnderline{font-family:Arial; color:Red; font-size:12pt;font-weight:bold;text-decoration:underline;}
.YellowBoldBigUnderline{font-family:Arial; color:Yellow; font-size:12pt;font-weight:bold;text-decoration:underline;}

.YellowSmall{font-family:Arial; color:Yellow; font-size:8pt;}

.Black{font-family:Arial; color:Black; font-size:10pt;}
.BlackWithBorder{font-family:Arial; color:Black; font-size:10pt;border-color:black;border-style:solid;border-width:thin;}
.BlackBold{font-family:Arial; color:Black; font-weight:bold;font-size:10pt;}
.Background{background-color:black;background-attachment:scroll; background-repeat:no-repeat;}
.BackgroundMain{background-color:black; background-attachment:fixed; background-repeat:no-repeat;}
.TableBorderRight{border-right-color:White; border-right-style:solid;font-family:Arial; color:White; font-size:10pt;}	
.BorderBottom{border-bottom:3px solid white; font-family:Arial; color:White; font-size:10pt;}
.BorderBottomGrey{background-color:grey; border-bottom:3px solid white; font-family:Arial; color:White; font-size:10pt;}
.RowColorBlue{background-color:Blue;}

.WhiteTableRowBlink{font-family:Arial;  color:White;background-color:Black; font-size:10pt;}
.WhiteTableRowBlink tr:hover{font-family:Arial;  color:Black; background-color:White; font-size:10pt;}

.WhiteLinkNoUnderline{font-family:Arial; color:White; font-size:10pt;}
.WhiteLinkNoUnderline a:link,a:visited{text-decoration:none;}
.WhiteLinkNoUnderline a:hover,a:active{color:red; text-decoration:none;}

a:link,a:visited
{
	color:white;
	text-decoration:underline;
}
a:hover,a:active
{
	color:red;
	text-decoration:underline;
}

#TableHover{font-family:Arial; color:White; font-size:10pt;background-color:black; background-attachment:fixed; background-repeat:no-repeat;}
#TableHover a:hover,a:active
{
	background-color:grey;
}

/*Platzierung der einzelnen Elemente*/
#Main
{
	width:700;
	height:4000;
	border:0;
	border-style:solid;
	border-color:white;
}

#FolderFrame
{
	width:150;
	height:320;
	border:0;
}

#GalleryFrame
{
	width:480;
	height:320;
	border:0;
}
