/*________________________________Main________________________________*/

body {
	margin: 0px;
	padding: 0px;
	background-image: url('bilder/back.jpg');
	background-repeat: repeat;
	background-position: top left;
	background-color: #d0c699;
	text-align: justify;
	font-family: Calibri, Arial, sans-serif;
	font-size: 14px;
	color: #333333;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #906d32;
}

a:hover, a:active {
	color: #000000;
}

.main {
	margin: 0px auto 30px auto;
	background-image: url('bilder/main.png');
	background-repeat: repeat-x;
	background-position: top center;
	width: 85%;
}


/*________________________________Header________________________________*/

.header_back {
	height: 150px;
	position: relative;
	background: #eeeff1;
	border-left: 2px solid #897b62;
	border-right: 2px solid #897b62;
	border-bottom: 5px solid #7b6a4b;
}

.header {
	background-image: url('bilder/header_back.jpg');
	background-repeat: no-repeat;
	background-position: top;
	height: 150px;
	border-left: 2px solid #524d29;
	border-right: 2px solid #524d29;
	border-bottom: 2px solid #524d29;
}

.header a:link, .header a:visited {
	color: #000000;
}

.header a:hover, .header a:active {
	color: #aaaaaa;
}

.headermenu {
	background: #f9f9f9;
	position: absolute;
	top: 0px;
	right: 40px;
	border-left: 1px solid #adbf64;
	border-right: 1px solid #adbf64;
	border-bottom: 5px solid #849439;
	height: 70px;
	width: 98px;
	padding: 5px 10px;
}

.headermenu a:link, .headermenu a:visited {
	color: #000000;
}

.headermenu a:hover, .headermenu a:active {
	color: #aaaaaa;
}

.banner {
	margin-top: 5px;
}

.note {
	position: absolute;
	top: 0px;
	right: 37px;
}


/*________________________________Menu________________________________*/

.menu {
	position: relative;
	height: 72px;
	border-top: 5px solid #adbf64;
}

.menu_left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 5px;
}

.menu_right {
	position: absolute;
	top: 0px;
	right: 1px;
	width: 5px;
}

.menu_center {
	background-image: url('bilder/menu.png');
	background-repeat: repeat-x;
	background-position: top left;
	position: relative;
	padding: 0px 10px;
	margin: 0px 6px 0px 5px;
	height: 38px;
}

.menubutton, .menubutton_active {
	margin-right: 10px;
	padding: 9px 7px;
	float: left;
	font-size: 16px;
	text-align: center;
}
.menubutton a:link, .menubutton a:visited {
	color: #ffffff;
}
.menubutton a:hover, .menubutton a:active {
	color: #000000;
}

.menubutton_active {
	background-image: url('bilder/menu_active.jpg');
	background-repeat: repeat-x;
	background-position: top;
}
.menubutton_active a:link, .menubutton_active a:visited {
	color: #000000;
}
.menubutton_active a:hover, .menubutton_active a:active {
	color: #ffffff;
}


/*________________________________Submenu________________________________*/

.submenu {
	position: absolute;
	top: 38px;
	left: 0px;
	margin: 0px 15px 12px 15px;
	height: 27px;
}

.no_submenu {
	height: 15px;
}

.submenubutton, .submenubutton_active {
	margin: 0px 2px;
	padding: 4px 7px 3px 7px;
	float: left;
	line-height: 1.5em;
	background: #bdb79e;
	border-bottom: none;
	font-size: 13px;
	text-align: center;
}

.submenubutton {
	background: #bdb79e;
}

.submenubutton a:link, .submenubutton a:visited {
	color: #000000;
}

.submenubutton a:hover, .submenubutton a:active {
	color: #777777;
}

.submenubutton_active {
	background: #a7a188;
}

.submenubutton_active a:link, .submenubutton_active a:visited {
	color: #ffffff;
}

.submenubutton_active a:hover, .submenubutton_active a:active {
	color: #000000;
}


/*________________________________Content________________________________*/

.page {
	width: 74%;
	float: left;
}

.content {
	padding: 20px 20px 40px 20px;
	position: relative;
	border-top: 5px solid #849439;
	border-left: 1px solid #bebebe;
	border-right: 1px solid #bebebe;
	border-bottom: 1px solid #bebebe;
	background: #f9f9f9;
}

h1 {
	margin: 0px 0px 20px 0px;
	padding: 2px 0px 4px 0px;
	position: relative;
	font-size: 26px;
	font-weight: bold;
	text-align: left;
	color: #958467;

}

h2 {
	margin: 20px 0px 10px 0px;
	padding: 0px;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
}

h3 {
	margin: 20px 0px 0px 0px;
	padding: 10px 0px;
	line-height: 1.2em;
	font-weight: bold;
	text-align: left;
}

h4 {
	margin: 0px;
	padding: 4px 0px 10px 0px;
	line-height: 1.2em;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
}

p {
	padding: 0px 0px 5px 0px;
	line-height: 1.5em;
}

ul, ol {
	padding: 0px 12px;
}

li {
	padding-bottom: 10px;
	list-style-image: url(bilder/list.jpg);
}

img {
	border: none;
}

hr {
	height: 1px;
	border: none;
	background: #535353;
}

.top {
	padding-bottom: 10px;
	border-bottom: 0px solid #849439;
	background-repeat: no-repeat;
	background-position: top center;
	height: 101px;
}

.left {
	margin: 10px 10px 5px 0px;
	float: left;
}

.right {
	margin: 10px 0px 5px 10px;
	float: right;
}

.center {
	text-align: center;
}


/*________________________________Side________________________________*/

.side {
	width: 25%;
	float: right;
	text-align: left;
}

.side_title {
	margin: 0px 4px;
	padding: 4px 5px;
	position: relative;
	height: 17px;
	background: #adbf64;
	background-image: url('bilder/side_title_center.png');
	background-repeat: repeat-x;
	background-position: top center;
	font-weight: bold;
	color: #ffffff;
}
.side_title_left, .side_title_right {
	position: absolute;
	top: 0px;
	width: 4px;
	height: 25px;
	float: left;
	background-repeat: no-repeat;
	background-position: top center;
}
.side_title_left {
	left: -4px;
	background-image: url('bilder/side_title_left.png');
}
.side_title_right {
	right: -4px;
	background-image: url('bilder/side_title_right.png');
}

.side_box {
	margin: 0px 0px 10px 0px;
	padding: 10px;
	line-height: 1.5em;
	background: #ffffff;
	border-top: 2px solid #adbf64;
	border-left: 1px solid #bebebe;
	border-right: 1px solid #bebebe;
	border-bottom: 1px solid #bebebe;
}

p.side_box_item {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	line-height: 1.2em;
	font-size: 12px;
}


/*________________________________Home________________________________*/


.home_shop {
	width: 49%;
	height: 100px;
	float: left;
	background-image: url('bilder/shop.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}

.home_mitglied {
	width: 49%;
	height: 100px;
	float: right;
	background-image: url('bilder/mitglied.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}


/*________________________________Tables________________________________*/

div.table {
	margin-top: 10px;
}

table.content {
	margin: 0px 0px 20px 0px;
	padding: 10px;
	width: 100%;
	line-height: 1.5em;
	background: #f1f1f1;
	background-repeat: no-repeat;
	background-position: top left;
	border-top: 3px solid #adbf64;
	border-left: 0px solid #e5e5e5;
	border-right: 0px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
table.content_noborder {
	margin: 0px;
	padding: 0px;
	width: 100%;
	line-height: 1.5em;
}
.table_side {
	width: 110px;
	font-weight: bold;
	vertical-align: top;
}

table.bild {
	margin: 0px 0px 20px 0px;
}
table.bild_halbbreit {
	margin: 0px 2% 20px 0px;
	width: 47%;
	height: 200px;
	float: left;
}

td.bild_links, td.bild_rechts, td.bild_halbbreit_links, td.bild_halbbreit_rechts, td.bild_halbhoch_links, td.bild_halbhoch_rechts {
	margin: 0px;
	background-repeat: no-repeat;
	background-position: left 5px;
	vertical-align: top;
	text-align: right;
	font-size: 11px;
}
td.bild_links {
	padding-top: 155px;
	padding-right: 11px;
	width: 149px;
}
td.bild_rechts {
	padding-top: 155px;
	padding-left: 11px;
	width: 149px;
}
td.bild_halbbreit_links {
	padding-top: 155px;
	padding-right: 11px;
	width: 74px;
	height: 150px;
}
td.bild_halbbreit_rechts {
	padding-top: 155px;
	padding-left: 11px;
	width: 74px;
	height: 150px;
}
td.bild_halbhoch_links {
	padding-right: 11px;
	width: 150px;
	height: 75px;
}
td.bild_halbhoch_rechts {
	padding-left: 11px;
	width: 150px;
	height: 75px;
}

td.text, td.text_left, td.text_left_small {
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
	vertical-align: top;
}
td.text_left, td.text_left_small {
	text-align: left;
	padding-bottom: 5px;
}

td.text_left_small {
	font-size: 12px;
}


/*________________________________News________________________________*/

.news {
	margin: 0px auto;
	padding: 0px;
}

.newsitem {
	margin: 20px 0px;
	padding: 0px;
	border-top: 3px solid #dcdcdc;
	border-left: 0px solid #dcdcdc;
	border-right: 0px solid #dcdcdc;
	border-bottom: 1px solid #e5e5e5;
	background: #ffffff;
}

.newsdate {
	margin-top: 5px;
	padding: 4px 20px 0px 20px;
	background: #f5f5f5;
	color: #000000;
}

.newstitle {
	padding: 0px 20px 6px 20px;
	background: #f5f5f5;
	font-size: 18px;
	font-weight: bold;
	color: #849439;
}
.newstitle a:link, .newstitle a:visited {
	color: #849439;
}

.newstitle a:hover, .newstitle a:active {
	color: #000000;
}

.newscomment {
	position: relative;
	padding: 10px 20px 30px 20px;
	line-height: 1.5;
}

.mehr {
	position: absolute;
	bottom: 2px;
	right: 4px;
	height: 25px;
	width: 55px;
	background-image: url('bilder/tracks.png');
	background-repeat: no-repeat;
	background-position: top right;
}

.newsnavi {
	margin: 30px -4px 0px -4px;
	height: 25px;
	position: relative;
}

.newsnavi_left, .newsnavi_right {
	position: absolute;
	width: 240px;
}
.newsnavi_left {
	left: 0px;
	top: 0px;
}
.newsnavi_right {
	right: 0px;
	top: 0px;
}
.newsnavi a:link, .newsnavi a:visited {
	color: #ffffff;
}
.newsnavi a:hover, .newsnavi a:active {
	color: #ffffff;
}

.newsnavi_center {
	width: 130px;
	margin: 0px auto;
	line-height: 1.8em;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.newsnavi_center a:link, .newsnavi_center a:visited {
	color: #aaaaaa;
}
.newsnavi_center a:hover, .newsnavi_center a:active {
	color: #aaaaaa;
}

.newsnavibutton_left, .newsnavibutton_right, .newsnavibutton_center {
	background-image: url('bilder/button.jpg');
	background-repeat: no-repeat;
	background-position: top;
	width: 110px;
	line-height: 1.8em;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
.newsnavibutton_left {
	margin: 0px 4px;
	float: left;
}
.newsnavibutton_right {
	margin: 0px 4px;
	float: right;
}
.newsnavibutton_center {
	margin: 0px auto;
}

.rss {
	position: absolute;
	top: 0px;
	right: 35px;
	height: 30px;
	width: 95px;
	text-align: right;
	font-size: 16px;
	color: #000000;
}

img.icon_rss {
	position: absolute;
	top: -6px;
	right: 0px;
}

strong {
	margin: 2px;
	padding: 2px 4px;
	border: 1px solid #777777;
	background: #ffffff;	
}


/*________________________________Formular________________________________*/


.petition {
	margin: 0px auto;
	width: 540px;
}

.petitionPicture {
	float: left;
	margin: 5px 5px 10px 5px;
	padding: 5px;
	background: #f5f5f5;
}

.petitionButton {
	margin: 5px 5px 10px 5px;
	padding: 5px 10px 5px 5px;
	width: 220px;
	height: 65px;
	background: #eee;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #ccc;
	border-right: 1px solid #aaa;
	text-align: left;
}

.petitionButton:hover {
	background: #ddd;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #ccc;
	border-right: 1px solid #aaa;
}

.petition, .petition a {
	font-weight: normal;
	color: black;
}

.petitionButtonImage {
	clear: both;
	float: left;
	padding-right: 15px;
}

.petition_table {
	width: 100%;
}

.petition_table .table_header {
	padding: 2px 3px;
	background: #ddd;
	border: 1px solid #ccc;
}



/*________________________________Formular________________________________*/

.alert {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: none;
	font-weight: bold;
	color: #ad0c00;
}
.alert a:link, .alert a:visited {
	color: #ad0c00;
}
.alert a:hover, .alert a:active {
	color: #000000;
}

.form_row {
	height: 30px;
}

.form_side {
	width: 140px;
	font-weight: bold;
	vertical-align: middle;
}

.textfield, .textfield_red {
	margin: 0px;
	padding-left: 2px;
	height: 17px;
}
.textfield {
	background: #ffffff;
	border: 1px solid #d3d3d3;
}
.textfield_red {
	background: #ffe0e0;
	border: 1px solid #ad0c00;
}

.textarea, .textarea_red {
	margin: 5px 0px;
	padding-left: 2px;
}
.textarea {	
	background: #ffffff;
	border: 1px solid #d3d3d3;
}
.textarea_red {	
	background: #ffe0e0;
	border: 1px solid #ad0c00;
}

.radio {
	margin: 0px 10px 0px 0px;
}

.button {
	cursor: pointer;
	margin: 0px 0px 0px 20px;
	padding: 3px;
	width: 114px;
	background: #f9f9f9;
	border: 1px solid #f9f9f9;
	background-image: url('bilder/button.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
	font-family: Calibri, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
}
.button a:link, .button a:visited {
	color: #ffffff;
}
.button a:hover, .button a:active {
	color: #000000;
}

.button_center {
	margin-left: 232px;
}


/*________________________________Gallery________________________________*/

.gallery {
	margin: 0px auto;
}

.pictures {
	margin: 20px 15px;
	padding: 10px 10px 10px 7px;
	width: 140px;
	height: 150px;
	float: left;
	background: #ebe7d9;
	font-size: 12px;
	text-align: center;
}
.pictures:hover {
	background: #dad5bf;
}

.galleryimage {
	border: 2px solid #f9f9f9;
}


/*________________________________Anlässe Gallery________________________________*/

.anlaesse_gallery {
	margin: 0px -10px;
}

.anlaesse_pictures {
	margin: 5px 10px 25px 10px;
	float: left;
	background: #ebe7d9;
}
.anlaesse_pictures:hover {
	background: #dad5bf;
}

.anlaesse_galleryimage {
	border: 2px solid #f9f9f9;
}


/*________________________________Links________________________________*/

.links {
	margin: 0px 10px 10px 0px;
	padding: 10px 10px 5px 10px;
	float: left;
	background: #ebe7d9;
	font-size: 12px;
	text-align: center;
}
.links:hover {
	background: #dad5bf;
}

.links_bild {
	height: 50px;
	width: 150px;
}


/*________________________________Shop________________________________*/

.shop {
	margin: 0px auto 15px auto;
	padding: 0px;
	width: 540px;
	font-size: 12px;
	color: #cccccc;
	background-image: url('bilder/mitgliedschaft/shop_back.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
}

.item {
	padding: 232px 10px 10px 10px;
	width: 160px;
	height: 130px;
	float: left;
	background-repeat: no-repeat;
	background-position: top;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

.textfield_shop, .textfield_red_shop {
	margin: 0px 5px 8px 20px;
	padding-left: 2px;
	height: 17px;
}
.textfield_shop {
	background: #ffffff;
	border: 1px solid #494e31;
}
.textfield_red_shop {
	background: #ffe0e0;
	border: 1px solid #ad0c00;
}

.shoppingcart_button_center {
	margin: 0px auto;
	padding: 3px 32px 4px 8px;
	height: 60px;
	width: 160px;
	background-image: url('bilder/mitgliedschaft/shoppingcart_button.png');
	background-repeat: no-repeat;
	background-position: top left;
	
}

.shoppingcart_button {
	cursor: pointer;
	margin: 0px auto;
	border: none;
	width: 150px;
	background: none;
	font-family: Calibri, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
}
.shoppingcart_button a:link, .shoppingcart_button a:visited, .shoppingcart_button a:hover, .shoppingcart_button a:active {
	color: #ffffff;
}

.shoppingcart {
	margin: 0px auto 20px auto;
	padding: 40px 20px;
	border: none;
	width: 530px;
	position: relative;
	background-image: url('bilder/mitgliedschaft/shoppingcart_back.jpg');
	background-repeat: no-repeat;
	background-position: top;
}

table.shoppingcart_item {
	width: 92%;
	margin: 0px 20px;
}

td.shoppingcart_item_links {
	width: 75%;
	height: 20px;
}

td.shoppingcart_item_rechts {
	padding-right: 50px;
	text-align: right;
}

table.shoppingcart_total {
	margin: 20px 20px 0px 20px;
	width: 92%;
	height: 30px;
	border-top: 2px solid #adbf64;
	font-weight: bold;
}
td.shoppingcart_total_item_links {
	width: 75%;
	height: 20px;
}

td.shoppingcart_total_item_rechts {
	padding-right: 50px;
	text-align: right;
}


.shoppingcart_bottom {
	width: 570px;
	height: 20px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-image: url('bilder/mitgliedschaft/shoppingcart_bottom.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
}

/*________________________________Sitemap________________________________*/


.sitemap_menus {
	float: left;
}

.sitemap_menu {
	margin: 0px 2px 2px 2px;
	padding: 5px;
	width: 120px;
	background: #806f50;
	border-top: 2px solid #adbf64;
	border-left: 1px solid #adbf64;
	border-right: 1px solid #a7a188;
	border-bottom: 1px solid #a7a188;
	font-size: 13px;
}
.sitemap_menu a:link, .sitemap_menu a:visited {
	color: #ffffff;
}
.sitemap_menu a:hover, .sitemap_menu a:active {
	color: #000000;
}

.sitemap_submenulines {
	margin: -25px 10px 0px 2px;
	height: 45px;
	width: 5px;
	border-left: 1px solid #adbf64;
	border-bottom: 1px solid #adbf64;
}
.sitemap_submenu {
	margin: -12px 8px 2px 8px;
	padding: 3px;
	width: 110px;
	background: #f1f1f1;
	border-top: 2px solid #adbf64;
	border-left: 0px solid #e5e5e5;
	border-right: 0px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	text-align: left;
	font-size: 11px;
	color: #000000; 
}
.sitemap_submenu a:link, .sitemap_submenu a:visited {
	color: #000000;
}
.sitemap_submenu a:hover, .sitemap_submenu a:active {
	color: #aaaaaa;
}

/*________________________________Bottom________________________________*/

div.clear {
	clear: both;
	width: 100%;
	height: 0px;
}

.footer {
	padding: 10px 0px;
	height: 40px;
	text-align: center;
	font-size: 13px;
	color: #999999;
}

/*________________________________Error Page________________________________*/

.space {
	margin-bottom: 240px;
}