/*      sokrates.css - Main Style-Sheet
        nail.own@webbuilder.de        
        This document is (c) by Sokrates IT pg
*/

/* Positioning */
#whitecurve {
  position: absolute;
  z-index: 1;
  left: 100px;
  top: 69px;
}

/* Text definitions */
.bold {
  font-weight: bold;
  color:#00282a;
}

p, li, td {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#000000;
}

h1, h2, h3, h4, h5 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13pt;
  font-weight: bold;
  color: #00282A; /*   #111170; */
}

h2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11pt;
  font-weight: bold;
  color: #070b3e; /*   #111170; */
}

.smalltext {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.form {
    font-family: monospace;
    font-size: 14px;
    width: 250px;
    border-top: 1px gray solid;
    border-bottom: 1px black solid;
    border-right: 1px black solid;
    border-left: 1px gray solid;
}

.amenu {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
  color: #00282A;
}

/* Text links */
A:link,
 A:visited {
	color: #00282A;
  } 
  
A.footer {
	font-family:arial;
	text-decoration: none;
	color: #333399;
}

A:hover {
	text-decoration: underline;
	color: #3B868C;
}

/* Menu links */
A.menu,
 A.menu:visited {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: underline;
  color: #00282A;
}

A.menu:active {
  color: #000000;
  text-decoration: underline;
}

A.menu:hover {
  text-decoration: none;
  color: #000000;
}
