body { background-color: #dbdbdb; }

.window { width: 1000px; height: auto; position: relative; top: 0; margin: auto; font-family: arial; font-size: 9pt; background-color: white; left: inherit; z-index: 10; }

.content { background-color: transparent; position: absolute; top: 220px; left: 220px; height: 500px; width: 548px; z-index: 101; padding: 10px; overflow: auto; border: solid 1px green; }
.sidebar { background-color: white; position: absolute; top: 166px; left: 940px; height: 600px; width: 200px; z-index: 10; display: none; }
.multimedia {
	background-color: white;
	height: 400px;
	width: 220px;
	position: absolute;
	top: 400px;
	left: 0;
	z-index: 100;
}

.bg { background-color: white; height: 558px; width: 1000px; position: absolute; top: 400px; left: 0; z-index: 0; }
#gnews {
	background-color: white;
	height: 250px;
	width: 180px;
	position: absolute;
	top: 180px;
	left: 808px;
	z-index: 105;
	overflow:scroll;
	}
	

.gall { background-color: white; height: 400px; width: 220px; position: absolute; top: 650px; left: 0; z-index: 100; visibility: hidden; }
h3 {
	text-decoration: underline overline;
}
td.zip {
	visibility: hidden;
}
a.menulink:active {
	color: white;
	font-family: "Book Antiqua", "Times New Roman";
	font-size: 12pt;
	text-decoration: none;
	font-weight: normal;
}
a.menulink:hover {
	color: green;
	font-family: "Book Antiqua", "Times New Roman";
	font-size: 12pt;
	text-decoration: none;
}
a.menulink:link {
	color: white;
	font-family: "Book Antiqua", "Times New Roman";
	font-size: 12pt;
	text-decoration: none;
	font-weight: normal;
}
a.menulink:visited {
	color: gray;
	font-family: "Book Antiqua", "Times New Roman";
	font-size: 12pt;
	text-decoration: none;
	font-weight: normal;
}
a:link {
	color: #000;
	font-family: arial;
	font-size: 9pt;
	text-decoration: none;
}
a:active {
	color: #000;
	font-family: arial;
	font-size: 9pt;
	text-decoration: none;
}
a:hover {
	color: #000;
	font-family: arial;
	font-size: 9pt;
	text-decoration: underline;
}
a:visited {
	color: #000;
	font-family: arial;
	font-size: 9pt;
	text-decoration: none;
}
input, textarea {
	width: 200px;
	font-family: arial;
	font-size: 12px;
	border-width: 1px;
	border-color: green;
	border-style: solid;
	background-color: white;
}
select {
	width: 203px;
	font-family: arial;
	font-size: 12px;
	border-width: 1px;
	border-color: green;
	border-style: solid;
	background-color: white;
}
td.order_01 {
	background-color: #3AB927;
	height: 23px;
	text-align: left;
}
td.order_02 {
	background-color: #8BE77D;
	height: 23px;
	text-align: left;
}
/*Kalendar */
td.today {
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	border: 2px solid red;
	color: black;
	text-align: center;
}
td.cal {
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	background-color: transparent;
	color: black;
	text-align: center;
}
td.weekday {
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	background-color: transparent;
	border-bottom: 1px dashed black;
	color: black;
	text-align: center;
}
td.event {
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	border: 2px dotted green;
	color: black;
	text-align: center;
}
