a:link { color: #000000;text-decoration : none;font-weight: bold;}
a:visited { color: #000000; text-decoration : none;font-weight: bold; }
a:hover {text-decoration:underline;color : #000000;font-weight: bold;}
a:active { color: #000000;text-decoration : underline;font-weight: bold;}


.CONTENTTEXT { 
	font-family: "arial", "geneva", "helvetica";
    font-size: 9pt;
    color: #000000 }
    
/* Definition der Schrift des Inhalts */
.CONTENTTEXTTOP { 
	font-family: "arial", "geneva", "helvetica";
    font-size: 11pt;
	font-weight: bold;
	color: #000000 }

H2 { 
	font-family: "arial", "geneva", "helvetica";
	margin:0px;
	padding:0px;
	padding-bottom:20px;
    font-size: 14pt;
	font-weight: bold;
	color: #000000 }

img
{
    border:0;
}

.SmallInfoText { 
	font-family: "arial", "geneva", "helvetica";
    font-size: 8pt;
    color: #000000;
 }

div#footer { 
    bottom: 0; 
    width: 100%; 
    height: 55px; 
    position: fixed; 
}

.InputBox {
	font-family: "arial", "geneva", "helvetica";
	font-size: 8pt;
	border-style : groove;
}

.CardField
{
    border: none;
    border-bottom: thin dotted Silver;
    background-color: #FFFFCC;
    width: 200px;
    font-family: "arial" , "geneva" , "helvetica";
    font-size: 8pt;
}

.ButtonStyle {
	font-family: "arial", "geneva", "helvetica";
	font-size: 8pt;
}

.CONTENTTABLETEXTHighlight {
	background-color:#FFFF99;
}
 


/* Set background picture */
img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
	
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}


@media screen and (max-width: 1024px){
	img.bg {
		left: 50%;
		margin-left: -512px; }
}


/* Container on first page */
.dock-container { position: relative; top: -35px; height: 50px; padding-left: 0px; font: 10px Arial, Serif; }
a.dock-item { display: block; width: 50px; position: absolute; bottom: 0; text-align: center; text-decoration: none; color: #333; }
.dock-item span { display: none; padding-left: 20px; color:#FFF }
.dock-item img { border: 0; margin: 5px 10px 0px; width: 100%; }


 