/* Textlinks (normal) */
a:link
{ 
	color: #9b0101; 
	font-weight: bold;
	text-decoration: none; 
}
a:visited
{ 
	color: #9b0101; 
	font-weight: bold;
	text-decoration: none; 
}
a:hover
{	color: #9b0101;
	text-decoration: none;
}
a:active
{	color: #9b0101; 
	text-decoration: none;
}

/* Textlinks (intern) */
a.adminlink
{	background-color: #f9f3ac;
}

/* Menulinks (normal: unselected) */
a.menu:link
{ 
	display: block;
	height: 27px;
	padding-left: 30px;
	padding-top: 8px;
	color: #ffffff; 
	background: url(/images/menu_normal.png);
}
a.menu:visited
{ 
	display: block;
	height: 27px;
	padding-left: 30px;
	padding-top: 8px;
	color: #ffffff; 
	background: url(/images/menu_normal.png);
}
a.menu:hover
{	color: #9b0101;
	background: url(/images/menu_hover.png);
}
a.menu:active
{	color: #9b0101;
	background: url(/images/menu_hover.png);
}

/* Menulinks (normal: selected) */
a.menu_selected:link
{ 
	display: block;
	height: 27px;
	padding-left: 30px;
	padding-top: 8px;
	color: #9b0101;
	background: url(/images/menu_hover.png);
}
a.menu_selected:visited
{ 
	display: block;
	height: 27px;
	padding-left: 30px;
	padding-top: 8px;
	color: #9b0101;
	background: url(/images/menu_hover.png);
}

/* Menulinks (intern: unselected) */
a.menu_intern:link
{ 
	display: block;
	height: 27px;
	padding-left: 30px;
	padding-top: 8px;
	color: #ffffff; 
	background: url(/images/menu_intern_normal.png);
}
a.menu_intern:visited
{ 
	display: block;
	height: 27px;
	padding-left: 30px;
	padding-top: 8px;
	color: #ffffff; 
	background: url(/images/menu_intern_normal.png);
}
a.menu_intern:hover
{	color: #9b0101;
	background: url(/images/menu_intern_hover.png);
}
a.menu_intern:active
{	color: #9b0101;
	background: url(/images/menu_intern_hover.png);
}

/* Menulinks (intern: selected) */
a.menu_intern_selected:link
{ 
	display: block;
	height: 27px;
	padding-left: 30px;
	padding-top: 8px;
	color: #9b0101;
	background: url(/images/menu_intern_hover.png);
}
a.menu_intern_selected:visited
{ 
	display: block;
	height: 27px;
	padding-left: 30px;
	padding-top: 8px;
	color: #9b0101;
	background: url(/images/menu_intern_hover.png);
}




body {
	font-size: 12px;
	font-family: Verdana, Helvetica, Sans Serif;
	color: #41535d;
	margin: 0px;
}

button {
	margin: 1px;
	color: #ffffff;
	background-color: #9b0101;
	border-width: 1px;
	border-color: #41535d;
	border-style: solid dashed;
	font-weight: bold;
}

button:hover {
	color: #9b0101;
	background-color: #f9f3ac;
}

div.line {
	height: 1px;
	margin: 1px;
	background-color: #41535d;
}

div#content {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
}

div#news {
	float: left;
	width: 720px;
	padding-top: 10px;
	color: #9b0101;
}

div#newsline {
	width: 960px;
	height: 35px;
	margin-bottom: 1px;
	background-color: #f9f3ac;
	font-size: 10px;
}

div#select_pic {
	width: 120px;
	height: 300px;
	border-width: 1px;
	border-color: #9b0101;
	border-style: solid dashed;
}

div#time {
	float: left;
	width: 190px;
	padding-top: 10px;
	padding-left: 30px;
}

div.title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}

div#shop_categories {
	width: 150px;
	margin-top: 2px;
	float: left;
	border-width : 1px;
	border-color : #9b0101;
	border-style: solid solid solid none;
}

div#shop_entries {
	width: 538px;
	margin-left: 30px;
	float: left;
}

form {
	margin: 0px;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

input {
	margin: 1px;
	font-size: 12px;
	font-family: Verdana, Helvetica, Sans Serif;
	border-width: 1px;
	border-color: #41535d;
	border-style: solid dashed;
}

input:focus {
	background-color: #f9f3ac;
}

select
{
	margin: 1px;
	font-size: 12px;
	font-family: Verdana, Helvetica, Sans Serif;
	border-width: 1px;
	border-color: #41535d;
	border-style: solid dashed;
}

select:focus {
	background-color: #f9f3ac;
}

table {
	color: #41535d;
	font-size: 12px;
	font-family: Verdana, Helvetica, Sans Serif;
}

td.bottom {
	border-color : #41535d;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-style: solid;
	text-align: right;
}

td.cal_day {
	text-align: right;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-style: solid;
}

td.title {
	color: #9b0101;
	background-color: #efefef;
	border-color : #41535d;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-style: solid;
	font-weight: bold;
	text-align: right;
}

textarea {
	margin: 1px;
	font-size: 12px;
	font-family: Verdana, Helvetica, Sans Serif;
	border-width : 1px;
	border-color : #41535d;
	border-style: solid dashed;
}

textarea:focus {
	background-color: #f9f3ac;
}

#topline {
	width: 100%;
	height: 35px;
	margin-bottom: 1px;
	background-color: #9b0101;
}

#title {
	width: 100%;
	height: 126px;
	margin-bottom: 1px;
	background: url(/images/title.jpg) left no-repeat;
}

#titletext {
	width: 300px;
	margin-left: 550px;
	padding-top: 10px;
	text-align: center;
	color: #640107;
	font-size: 20px;
}



#design_lines {
	height: 194px;
	margin-top: 156px;
	background: url(/images/design_lines.png) left;
}

#bottom {
	margin-top: 30px;
	margin-bottom: 10px;
	text-align: center;
}
