/* DATEI: text.css			*/
/* Schriftformatierungen	*/

/* Farben fuer Links */
a:link		{
	text-decoration:none;
	color: #000000;
}
a:visited	{
	text-decoration:none;
	color: #000000;
}
a:active	{ text-decoration:none }
a:hover		{ text-decoration:underline; color:#0000FF; }

/* Fonts und Farben (allgemein) Bitte EXAKTE Font-Namen verwenden & Schreibweise beachten !!! */
body,div,p,table,td,tr,h1,h2,h3,h4,h5,h6,li,ol,ul,form,opxion,select,input,br,b
{ font-family: Verdana, Times New Roman, MS Sans Serif, Arial; font-size:12px}

/* Definition h1 bis h6 */
h1 {
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}
h2 {
	font-size:20px;
	margin: 2px;
	padding: 2px;
	text-align: center;
}
h3 { font-weight:bold; font-size:14px;}
h4 { font-weight:bold; font-size:12px;}
h5 { font-weight:bold; font-size:10px;}
h6 { font-weight:bold; font-size:8px;}

/* Schriftgroessen */
.size6  { font-size:6px; }
.size7  { font-size:7px; }
.size8  { font-size:8px; }
.size9  { font-size:9px; }
.size10 { font-size:10px;}
.size11 { font-size:11px; }
.size12 { font-size:12px; }
.size13 { font-size:13px; }
.size14 { font-size:14px; }
.size15 { font-size:15px; }
.size16 { font-size:16px; }
.size18 { font-size:18px; }

.info1			{ font-weight:bold; font-size:16px; color:#FF0000; }
.info2			{ font-weight:bold; font-size:16px; color:#000000; }
.anmelden		{ font-weight:bold; font-size:18px; color:#FFED00; }
.navi-top		{ font-weight:bold; font-size:11px; color:#FFFFFF; }
.navi-top2		{ font-weight:bold; font-size:11px; color:#FF0000; }
.navi-bottom	{ font-weight:bold; font-size:18px; color:#FC7702; }
body {
	background-color: #fdfeba;
	margin: 0px;
	padding: 0px;
}
#footer {
	width: 750px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}

