/* CSS Document */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color:#ffff01;
/*
	background-image:url(../grafik/menu.jpg);
	background-repeat:no-repeat;
	background-position:right;
	background-position-y:top;
	background-position-x:right;
*/
}
/*
#hauptgrafik{
	background-image:url(../grafik/menu.jpg);
	background-repeat:no-repeat;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 125px;
	height: 106px;
	z-index:0;
	
}
*/
#tafel{

	z-index:-10;
	
}
/*
#main{
	
	background-image:url(../grafik/pinsel.gif);
	background-repeat:no-repeat;

	position:absolute;
	top: 5px;
	left: 5px;
	z-index:100;
	padding-top:25px;
	text-align:center;
	width: 100%;
}
*/
#center {
	position:absolute;
	left: 10px;
	top: 10px;
	
	z-index:0;

}

a{
	font-size:16px;
	font-weight: bold;
	text-decoration:none;
	color: #0006e1;
}

a.impressum {
	font-size:12px;
	font-family: serif, Georgia, "Times New Roman", Times;
}


.webtom {
	font-size:10px;
	font-family: serif, Georgia, "Times New Roman", Times;
}

a.webtom {
	font-size:10px;
	font-family: serif, Georgia, "Times New Roman", Times;
}

span.webtom {
	font-size:10px;
	font-family: serif, Georgia, "Times New Roman", Times;
}

h1.kontakt {
	font-size:16px;
	font-family: serif, Georgia, "Times New Roman", Times;
	font-weight: bold;
	text-align: left;
}

h2.kontakt {
	font-size:14px;
	font-family: serif, Georgia, "Times New Roman", Times;
}

span.kontakt {
	font-size:12px;
	font-family: serif, Georgia, "Times New Roman", Times;
}

a.kontakt {
	font-size:12px;
	font-family: serif, Georgia, "Times New Roman", Times;
}


h1.maintext {
	font-size:16px;
	font-family: serif, Georgia, "Times New Roman", Times;
	font-weight: bold;
	text-align: left;
}

h2.maintext {
	font-size:14px;
	font-family: serif, Georgia, "Times New Roman", Times;
}

span.maintext {
	font-size:14px;
	font-family: serif, Georgia, "Times New Roman", Times;
}

a.maintext {
	font-size:14px;
	font-family: serif, Georgia, "Times New Roman", Times;
}

.maintable {
	/*text-align:right;*/
	text-align:left; 
}

.title {
	font-size:36px;
}

.impressum {
	font-size:12px;
	font-family: serif, Georgia, "Times New Roman", Times;
}

.menuOver {
	background-color: #FFFFCC;
	padding: 1px;
	border: 1px dashed #0006e1;/**/
}

.menuOut {
	padding: 1px;
	border: 1px dashed #ffff01;/**/
}

.menuHot {
	padding: 1px;
	border: 1px dashed #ffff01;/**/
}

.line{
	background-image:url(../grafik/dot.gif);
	background-repeat:repeat-x;
}

.head_right{
	background:url(../grafik/logo_l.gif);
	background-repeat:no-repeat;
	background-position:right;
}

.eingabe {
	background-color:#FFFFFF;
	border:#0006e1 outset 2px;
}

