html, body {
	background-color:#FFDDAA;
	text-align:left;
	font: 12px/16px Verdana, Lucida, Arial, sans-serif;
	width: 800;
	height: 600;
	margin:10;
	padding:0;
	}

h1, h2	{
	font-weight:bold;
	}

h1	{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 150%;
	}

h2	{
	font-size: 125%;
	margin-top: 5px;
	margin-bottom: 5px;
	}
	
h4	{
	font-size: 150%;
	margin-top: 5px;
	margin-bottom: 5px;
	}

.hiddentxt {
	background-color:#FFDDAA;
	color:#FFDDAA;
	font-size: 4px;
}

.phpinfo	{
	margin: 0 5%;
	padding: 10px;
	width: 80%;
	border: 1px solid #000;

	text-align: justify;
	background-color: #FFC;
	font-size: 100%;
	color: #000;
	}
	
/*Design of Fulltextsearch: Prev- and Next-Links*/
#phpcmssearch {
	font-size:small;
	text-align:center;
}

.border { border-top:1px solid white; margin:0px; }

.border2 { border-bottom:1px solid black; margin:0px; }

a.no:link { text-decoration:none;  color:#000000; }
a.no:visited { text-decoration:none;  color:#000000; }
a.no:hover { text-decoration:none;  color: #000000; }
a.no:active { text-decoration:none;  color: #000000; }
a.no:focus { text-decoration:none;  color: #000000; }


a.men:link { text-decoration:none; font-weight:normal; color:#FFFFFF; }
a.men:visited { text-decoration:none; font-weight:normal; color:#FFFFFF; }
a.men:hover { text-decoration:none; font-weight:normal; background-color:#FEFF73; color: #000000; }
a.men:active { text-decoration:none; font-weight:normal; background-color:#FEFF73; color: #000000; }
a.men:focus { text-decoration:none; font-weight:normal; background-color:#FEFF73; color: #000000; }

a:link { text-decoration:none; font-weight:bold; color:#000000; }
a:visited { text-decoration:none; font-weight:bold; color:#000000; }
a:hover { text-decoration:none; font-weight:bold; color: #3AB000; }
a:active { text-decoration:none; font-weight:bold; color: #3AB000; }
a:focus { text-decoration:none; font-weight:bold; color: #3AB000; }


