/* CSS-Datei fuer 2sf.ch ©sf */

/* Angaben fuer Hintergrundfarbe und Standard-Schriftfarbe */
body 
{  
font-family: Tahoma, Arial, Verdana; 
font-size:10pt;
background-color: white;
color: black; 
}

frameset
{
background-color:white;
color: black; 
}

#main {
	border: 10px solid #ffffff;
	outline: 5px solid #f0f0f0;
	width: 480px;
	height: auto;
	text-align: left;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left:-240px;
	margin-top:-200px;   
}

#dhtmltooltip{
position: absolute;
width: 400px;
border: 2px solid #b60027;
padding: 2px;
background-color: #ababef;
visibility: hidden;
z-index: 100;
}

/* Angaben in <tip> */
tip
{
color:#2700d6;
text-decoration:none;
}

tip:hover
{
color:#4444ff;
text-decoration:none;
}

/* Angaben fuer <hr>, <p>,  */
hr,p,pre
{
font-size:10pt;
font-family:Tahoma, Arial, Verdana;
font-weight:normal;
color:black;
}

/* Angaben nach <td> */
td
{
font-size:10pt;
font-family:Tahoma, Arial, Verdana;
font-weight:normal;
color:black;
}

/* Angaben in <big> */
big
{
font-size:16pt;
font-family:Tahoma, Arial, Verdana;
font-weight:normal;
color:black;
}

/* Angaben in <small> */
small
{
font-size:8pt;
font-family:Tahoma, Arial, Verdana;
font-weight:normal;
color:black;
}

/* Angaben fuer links */
a:link
{
font-family:Tahoma, Arial, Verdana;
font-size:10pt;
font-weight:normal;
color:#d60027;
text-decoration:none;
}

a:visited 
{
font-size:10pt;
color:#d60027;
text-decoration:none;
}

a:active 
{
font-size:10pt;
color:#880008;
text-decoration:none;
}

a:hover 
{
font-size:10pt;
color:#880008;
text-decoration:none;
}