/*formate fuer uebergang cayambe.de*/

* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #fff;
}

strong   {
  font-weight: bold;
   }

body * { font-family: "Trebuchet MS", Verdana, sans-serif; } /*serifenlos*/

h1, h2, h3		{ color: #111111; } 	/*blau*/
p, ul 				{ color: #000; } 	/*schwarz*/



p
{
  font-size: 13px;
}


img { border:0px;}



#uebergang	{
		position: absolute; top: 150px; left: 50%;
		width: 600px;
		z-index:15;
		margin: 0px 0px 0px -300px;
text-align: center;
		}

#uebergang a:link    { color: #000000; text-decoration: underline; }
#uebergang a:visited { color: #000000; text-decoration: underline; }
#uebergang a:hover   { color: #111111; text-decoration: none; }
#uebergang a:active  { color: #111111; text-decoration: none; }
#uebergang a:focus   { color: #111111; text-decoration: none; }



