@charset "ISO-8859-1";

html,body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 0.9em;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	border: none;
	height: 100%;
}

body {
	background-image: url(../images/pages/background_body.jpg);
	background-repeat: repeat-x;
}

body#blank
{
	background: #ffffff;
}

body#agb
{
	margin: 5px;
	background: #ffffff;
	font-size: 0.8em;
}

body#agb table#agb{
	padding: 2px;
}

body#agb table#agb td{
	vertical-align: top;
	font-size: 0.8em;
	min-width: 30px;
}

body#Calendar {
	background: none;
}

form {
	margin: 0px;
	padding: 0px;
}

a {
	color: #7c510a;
	text-decoration: none;
}

input.small {
	font-size: 0.9em;
	padding: 0px;
}

a:hover {
	text-decoration: underline;
}

h2 {
	color: #911611;
	font-size: 1.2em;
}

h3 {
	color: #911611;
}

h4 {
	color: #911611;
	padding: 0px;
	margin: 0px;
}

h5 {
	font-size: 1.0em;
	color: #911611;
	font-variant: small-caps;
	border: 0px solid #911611;
	border-bottom-width: 1px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

select{
	margin: 0px;
}

table#agb{
	padding: 2px;
}

table#agb td{
	vertical-align: top;
	min-width: 30px;
}

table#meta{
	font-size: 0.8em;
}

table#meta select{
	font-size: 0.9em;
}

table#galleries_list{
	width: 100%;
}

table#galleries_list td{
	width: 50%;
	text-align: center;
	padding-top: 50px;
}

table#forumlist {
	width: 100%;
	border: 1px solid #a67731;
}

table#forumlist td {
	background: #f5ebe2;
	padding: 4px;
}

table#forumlist td.sticky {
	background:#df6e0a;
}

table#forumlist td.sticky a {
	color:#f5ebe2;
}


table#forumlist td.small {
	font-size: 0.8em;
}

table#forumlist td.stickysmall {
	background:#df6e0a;
	font-size: 0.8em;
}

table#forumlist td.stickysmall a {
	color:#f5ebe2;
}


table#forumlist thead th {
	padding: 0px;
	padding-left: 5px;
	color: #eee2d2;
	height: 20px;
	background-image:  url(../images/pages/forum_header_bg.jpg);
}

table#forumlist thead th.sticky {
	padding: 0px;
	padding-left: 5px;
	color: #eee2d2;
	height: 20px;
	background-image:  url(../images/pages/forum_header_sticky_bg.jpg);
}

img#teaser{ 
	margin-top: 5px;
	border: 1px solid #000000;
}

img.title{
	margin-top:20px;
}

img#memberimage{
	border: 1px solid #000000;
}

img.sub_title{
	margin-top:10px;
	margin-bottom:0px;
}

#BodyFrameWithSideBar {
	margin: 0 auto;
	width: 955px;
	padding: 0px;
	min-height: 300px;
	background: url(../images/pages/background_header_sidebar.jpg) no-repeat;
}

#BodyFrame {
	margin: 0 auto;
	width: 955px;
	padding: 0px;
	min-height: 300px;
	background: url(../images/pages/background_header.jpg) no-repeat;
}


div#HeaderFrame {
	width: 100%;
	background-image: url(../images/pages/background_header.jpg);
	height: 200px;
}

div#HeaderFrameWithSideBar {
	width: 100%;
	background-image: url(../images/pages/background_header_sidebar.jpg);
	height: 200px;
}

div#SideBar {
	float: left;
	width: 285px;
	min-height: 400px;
	margin: 0 0 0 23px;
	background: url(../images/pages/background_sidebar_footer.jpg) no-repeat 0px 200px;
}

div#SideBarContent {
	width: 226px;
	margin: 0px 0px 0px 18px;
	padding: 80px 10px 0 10px;
}

div.SideBarContentContainer {
	font-size: 0.85em;
	color: #777777;
	width: 230px;
	margin: 0;
	padding: 20px 0 0 0;
}

div.SideBarContentContainer h5 {
	color: #777777;
	border-color: #777777;
}


div.SideBarContentContainerRed {
	font-size: 0.85em;
	color: #911611;
	width: 224px;
	margin: 0px 0px 40px 0px;
	padding: 20px 0 0 0;
}

div.SideBarContentContainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div.SideBarContentContainer ul li a {
	font-size: 1em;
}

div#ContentWithSideBar a.birthdate {
	color: #241ccc;
}

div#ContentWithSideBar a.karneval {
	color: #000000;
}

div#ContentWithSideBar a.intern {
	color: #911611;
}

div#ContentWithSideBar a.extern {
	color: #7c510a;
}

div#ContentWithSideBar a.event {
	color: #911611;
}

div#ContentWithSideBar a.birthdate:hover {
	text-decoration: underline;
}

div#ContentWithSideBar a.karneval:hover {
	text-decoration: underline;
}

div#ContentWithSideBar a.intern:hover {
	text-decoration: underline;
}

div#ContentWithSideBar a.extern:hover {
	text-decoration: underline;
}

div#ContentWithSideBar a.event:hover {
	text-decoration: underline;
}

div#SideBarContentContainer ul li a.birthdate {
	color: #241ccc;
}

div#SideBarContentContainer ul li a.karneval {
	color: #000000;
}

div#SideBarContentContainer ul li a.intern {
	color: #911611;
}

div#SideBarContentContainer ul li a.extern {
	color: #7c510a;
}

div#SideBarContentContainer ul li a.event {
	color: #911611;
}

div#SideBarContentContainer ul li a.birthdate:hover {
	text-decoration: underline;
}

div#SideBarContentContainer ul li a.karneval:hover {
	text-decoration: underline;
}

div#SideBarContentContainer ul li a.intern:hover {
	text-decoration: underline;
}

div#SideBarContentContainer ul li a.extern:hover {
	text-decoration: underline;
}

div#SideBarContentContainer ul li a.event:hover {
	text-decoration: underline;
}

div#SideBarContent a {
	font-size: 1em;
	text-decoration: none;
}

div#SideBarContent a:hover {
	color: #911611;
}

div#SideBarContent a.meta {
	display: block;
	color: #7c510a;
}

div#SideBarContent a.meta:hover {
	color: #911611;
}

div#SideBarContent h3 {
	color: #777777;
	font-variant: small-caps;
	border: 0px solid #999999;
	border-bottom-width: 1px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

div#ContentWithSideBar {
	float: left;
	width: 644px;
	min-height: 200px;
	margin: 180px 0 0 0;
}

div#Footer {
	text-align: center;
	position: relative;
	margin: auto;
	width: 955px;
	top: -28px;
	font-size: 0.85em;
	color: #7c510a;
}

div#Footer a {
	font-variant: small-caps;
	padding: 0px 5px 0px 5px;
	text-decoration: none;
	color: #704f23;
}

div#Footer a:hover {
	text-decoration: underline;
}

div#SideBarNavigation {
	font-size: 1em;
	color: #7c510a;
	width: 224px;
	margin: 80px 0 0 0;
	padding: 0px;
}

div#SideBarNavigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div#SideBarNavigation div.SubMenu ul {
	margin: 0px 0px 10px 15px;
	list-style: circle;
}

div#SideBarNavigation a {
	color: #704f23;
	font-variant: small-caps;
}

div#SearchFrame {
	width: 100%;
	height: 44px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/pages/background_searchform.jpg);
}

div#SearchFrame input.Frameless {
	position: relative;
	left: 44px;
	top: 6px;
	background: transparent;
	width: 160px;
	border: none;
}

div#SearchFrame input.SearchButton {
	background: url(../images/pages/background_searchbutton.jpg);
	position: relative;
	top: 4px;
	left: 40px;
	border: none;
	color: #d7d7d7;
	font-size: 10px;
	width: 20px;
	height: 29px;
	cursor: pointer;
}

div#NavigationFrameWithSideBar {
}

#navigation {
	width: 100%;
	margin: 0 0 20px 36px;
}

#navigation ul {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#navigation ul li {
	float: left;
	font-size: 1em;
	color: #7c510a;
}

#navigation ul li:hover {
	background-color: #ece1cf;
}

#navigation ul li a {
	letter-spacing: 1px;
	word-spacing: 1px;
	white-space: pre-wrap;
	padding: 0px 6px 4px 6px;
	text-decoration: none;
	color: #7c510a;
	font-variant: small-caps;
}

#navigation ul li a:hover {
	color: #911611;
}

#navigation ul.submenu {
	position: absolute;
	background-color: #ece1cf;
	display: none;
}

#navigation ul.submenu li
{
	clear: both;
	white-space: normal;
	font-variant: small-caps;
}


#navigation ul.submenu a:hover {
	color: #911611;
}

table.DateList {
	margin: 10px 0px 40px 0px;
	border: none;
	width: 100%;
}

table.DateListPast {
	margin: 10px 0px 40px 0px;
	border: none;
	width: 100%;
}

table.Container {
	color: #911611;
	margin: 0px 0px 10px 0px;
	border: none;
}

table.ContainerPast {
	color: #777777;
	margin: 0px 0px 10px 0px;
	border: none;
}

table.DateList td.ContainerTopLeft1 {
	background-image: url(../images/pages/edge_brush_top_left_1.jpg);
	width: 27px;
	height: 20px;
}

table.DateListPast td.ContainerTopLeft1 {
	background-image: url(../images/pages/edge_brush_top_left_1_Past.jpg);
	width: 27px;
	height: 20px;
}

table.DateList td.ContainerTopLeft2 {
	background-image: url(../images/pages/edge_brush_top_left_2.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 20px;
}

table.DateListPast td.ContainerTopLeft2 {
	background-image: url(../images/pages/edge_brush_top_left_2_Past.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 20px;
}

table.DateList td.ContainerTopRight1 {
	background-image: url(../images/pages/edge_brush_top_right_1.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

table.DateListPast td.ContainerTopRight1 {
	background-image: url(../images/pages/edge_brush_top_right_1_Past.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

table.DateList td.ContainerTopRight2 {
	background-image: url(../images/pages/edge_brush_top_right_2.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	width: 27px;
}

table.DateListPast td.ContainerTopRight2 {
	background-image: url(../images/pages/edge_brush_top_right_2_Past.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	width: 27px;
}

table.DateList td.ContainerTopLeft3 {
	background-image: url(../images/pages/edge_brush_top_left_3.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 27px;
	height: 25px;
}

table.DateListPast td.ContainerTopLeft3 {
	background-image: url(../images/pages/edge_brush_top_left_3_Past.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 27px;
	height: 25px;
}

table.DateList td.ContainerTopRight3 {
	background-image: url(../images/pages/edge_brush_top_right_3.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	width: 27px;
}

table.DateListPast td.ContainerTopRight3 {
	background-image: url(../images/pages/edge_brush_top_right_3_Past.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	width: 27px;
}

table.DateList td.ContainerBottomLeft1 {
	background-image: url(../images/pages/edge_brush_bottom_left_1.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 27px;
	height: 20px;
}

table.DateListPast td.ContainerBottomLeft1 {
	background-image: url(../images/pages/edge_brush_bottom_left_1_Past.jpg)
		;
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 27px;
	height: 20px;
}

table.DateList td.ContainerBottomRight1 {
	background-image: url(../images/pages/edge_brush_bottom_right_1.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 27px;
}

table.DateListPast td.ContainerBottomRight1 {
	background-image:
		url(../images/pages/edge_brush_bottom_right_1_Past.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 27px;
}

table.DateList td.ContainerBottomLeft2 {
	background-image: url(../images/pages/edge_brush_bottom_left_2.jpg);
	width: 27px;
	height: 25px;
}

table.DateListPast td.ContainerBottomLeft2 {
	background-image: url(../images/pages/edge_brush_bottom_left_2_Past.jpg)
		;
	width: 27px;
	height: 25px;
}

table.DateList td.ContainerBottomLeft3 {
	background-image: url(../images/pages/edge_brush_bottom_left_3.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 20px;
}

table.DateListPast td.ContainerBottomLeft3 {
	background-image: url(../images/pages/edge_brush_bottom_left_3_Past.jpg)
		;
	background-repeat: no-repeat;
	background-position: top left;
	height: 20px;
}

table.DateList td.ContainerBottomRight2 {
	background-image: url(../images/pages/edge_brush_bottom_right_2.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

table.DateListPast td.ContainerBottomRight2 {
	background-image:
		url(../images/pages/edge_brush_bottom_right_2_Past.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

table.DateList td.ContainerBottomRight3 {
	background-image: url(../images/pages/edge_brush_bottom_right_3.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	width: 27px;
}

table.DateListPast td.ContainerBottomRight3 {
	background-image:
		url(../images/pages/edge_brush_bottom_right_3_Past.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	width: 27px;
}

table.DateList td.ContainerContent {
	color: #000000;
	font-size: 1em;
	padding: 0px 0px 0px 2px;
}

table.DateList td.ContainerContentPast {
	color: #777777;
	font-size: 1em;
	padding: 0px 0px 20px 2px;
}

table.Container h2 {
	font-size: 1em;
	color: #911611;
}

table.ContainerPast h2 {
	font-size: 1em;
	color: #777777;
}

label.required {
	color: #911611;
}

.meta_red {
	color: #911611;
	font-size: 0.8em;
}

.meta_grey {
	color: #777777;
	font-size: 0.8em;
}

td.message {
	border-bottom: 1px solid #777777;
	padding: 5px;
}

td.message_meta {
	width: 152px;
	padding: 5px;
	color: #777777;
	height: 70px;
}

td.message_meta_small {
	font-size: 0.8em;
	color: #777777;
}

.guestbookimage {
	width: 150px;
	border: 1px solid #000000;
	margin: 0px 0px 10px 0px;
}

div.PageNavigator {
	color: #7c510a;
	font-size: 0.8em;
	width: 100%;
	text-align: center;
}

div.PageNavigator a.active {
	text-decoration: underline;
}

div#OrderConfirmation {
	width: 100%;
	margin-top: 10px;
}

div#OrderConfirmationAddress {
	float: left;
}

div#OrderConfirmationBarcode {
	float: right;
	margin: 80px 0px 0px 0px;
	text-align: right;
	height: 140px;
}

div#OrderConfirmationAddress h2 {
	margin-top: 90px;
	color: #000000;
}

table#recipe {
	border-spacing: 0px;
	margin-bottom: 20px;
}

table#recipe th {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-align: left;
}

table#recipe tbody tr td {
	padding: 0px 0px 60px 0px;
}

table#recipe tfoot tr td {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

table#login{
	margin-top:100px;
	border: solid 1px #911611;
	background: #e2c4aa;
	width: 300px;
	padding: 0px;
}

table#login th {
	background-image: url(../images/pages/LoginHeaderPublic.jpg);
	background-repeat: no-repeat;
	color: #911611;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 1.2em;
	height: 39px;	
}

p.button_divider {
	padding: 20px 0px 20px 0px;
	margin: 40px 0px 40px 0px;
	text-align: center;
	border-top: 1px solid #777777;
	border-bottom: 1px solid #777777;
}

div#DatePicker {
	position: absolute;
	border: none;
}

iframe#SendMail {
	margin: 10px;
	height: 500px;
	width: 100%;
	border: none;
	overflow: hidden;
}

iframe#DatePicker {
	height: 165px;
	width: 141px;
	border: none;
	overflow: hidden;
}

table#DatePicker {
	text-align: center;
	font-size: 10px;
	background-color: #FFFFFF;
	border: 1px solid #8FA6DF;
}

table#DatePicker select {
	font-size: 10px;
}

table#DatePicker tbody td.date {
	cursor: pointer;
}

table#DatePicker tbody td.today {
	cursor: pointer;
	border: 1px solid #ff0000;
}

table#DatePicker tbody td a {
	text-decoration: none;
	color: #000000;
}

table#DatePicker tbody td a:hover {
	text-decoration: underline;
}

table#DatePicker tbody th {
	font-weight: bold;
	text-align: center;
}

table#DatePicker tbody td {
	text-align: center;
}

table#EventList {
	width: 100%;
}

table#EventList th {
	text-align: left;
	border-bottom: 1px solid #000000;
}

table#EventList tbody tr {
	cursor: pointer;
}

table#EventList tbody tr:hover {
	background-color: #dddddd;
}

table#SwitchView td {
	border: 1px solid #911611;
	font-size: 0.8em;
}

table#SwitchView td a {
	text-decoration: none;
	color: #911611;
}

table#SwitchView td.selected {
	background-color: #911611
}

table#SwitchView td.selected a {
	color: #ffffff;
}

input.readonly {
	color: #888888;
}

span#username_fail {
	color: #c72b15;
}

p#maplink {
	clear: both;
	color: #911611;
	font-size: 0.8em;
}

p#maplink a {
	color: #911611;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,.progressBarComplete,.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(../images/pages/cancelUpload.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}

#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox img {
	width: auto;
	height: auto;
}

#lightbox a img {
	border: none;
}

a#mail {
	font-weight: bold;
	line-height: 3;
	vertical-align: top;
}

#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer {
	padding: 10px;
}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav {
	left: 0;
}

#hoverNav a {
	outline: none;
}

#prevLink,#nextLink {
	width: 49%;
	height: 100%;
	background-image: url(data:image/gif;base64,AAAA);
	/* Trick IE into showing hover */
	display: block;
}

#prevLink {
	left: 0;
	float: left;
}

#nextLink {
	right: 0;
	float: right;
}

#prevLink:hover,#prevLink:visited:hover {
	background: url(../images/pages/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover,#nextLink:visited:hover {
	background: url(../images/pages/nextlabel.gif) right 15% no-repeat;
}

#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
}

#imageData {
	padding: 0 10px;
	color: #666;
}

#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}

#imageData #caption {
	font-weight: bold;
}

#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}

#imageData #bottomNavClose {
	width: 113px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}

div#formContainer {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
}

td.lightbox_frame {
	background: url(../images/pages/dia.jpg) left top no-repeat;
	text-align: center;
	vertical-align: middle;
	width: 140px;
	height: 140px;
}

.lightbox_image {
	border-width: 4px;
	border-style: inset;
	border-color: #dddddd;
}
div.SideBarContentContainer a.event {
	color: #911611;
}
