/* -------------------------------------------------------------------------- */
/* CSS für alle Seiten - Grundeinstellungen */
/* -------------------------------------------------------------------------- */

/*
9px  - .750em          
10px - .833em
11px - .917em
12px - 1em
13px - 1.083em
14px - 1.167em
15px - 1.250em
16px - 1.333em
17px - 1.417em
18px - 1.500em
19px - 1.583em
20px - 1.667em
21px - 1.750em
22px - 1.833em
23px - 1.917em
24px - 2.000em
25px - 2.083em
26px - 2.167em
27px - 2.250em
28px - 2.333em
*/

body {
  margin:0px;
  padding:0px;
	background-color: rgb(223,180,146);
	color: rgb(112,31,4);
  font-family: verdana,arial;
  font-size: 12px;
} 

.footer {
  height: 33px;
  text-align: center; 
	background: url(../images/bg_bottom.jpg) no-repeat rgb(223,180,146);
  font-family: verdana,arial;
  font-size: 12px;
}

.footer td {
  text-align: center; 
}

.copyright {
  color: rgb(148,52,2);
  font-size: 7pt;
}

.email_footer {
  font-size:7pt; 
  font-weight: bold;
  color: rgb(215,121,60);
}  

.datetime {
  padding-top: 5px;
  padding-right: 1px;
  padding-left: 20px;
  text-align: right;
  height: 75px;
  font-size:10pt; 
	background: url(../images/bg_date.jpg) no-repeat rgb(223,180,146);
}

.left_out {
	background: url(../images/bg_body.jpg) repeat rgb(223,180,146);
	text-align: right;
}

.right_out {
	background: url(../images/bg_body.jpg) repeat rgb(223,180,146);
	text-align: left;
}

.frame {
	background-color: rgb(155,52,9);
}

.image {
  border: 1px solid rgb(167,63,0);
}

.header_shadow {
  height: 11px;
	background: url(../images/bg_header.jpg) repeat-x rgb(223,180,146);
}

#ScrollWindow {
  background-color: transparent;
}

/* -------------------------------------------------------------------------- */
/* Main */
/* -------------------------------------------------------------------------- */
.main {
	background: url(../images/bg_main.jpg) no-repeat rgb(223,180,146);
	background-color: rgb(223,180,146);
  background-position: left bottom;
  font-size: 12px;
}

.main_text {
  padding-left: 1px; 
  padding-right: 1px; 
/*	background-color: rgb(223,180,146);*/
  font-size: 12px;
}

.main_text_impressum {
  padding-left: 15px; 
  padding-right: 15px; 
/*	background-color: rgb(223,180,146);*/
  font-size: 12px;
}

.main_text a {
  font-size: 12px;
	color: rgb(255,227,91);
}

.main_left {
	background: url(../images/bg_left.jpg) repeat-y rgb(223,180,146);
  font-size: 12px;
}

.main_right {
  padding-left: 10px;
  padding-right: 10px;
	background: url(../images/bg_right.jpg) repeat-y rgb(223,180,146);
  font-size: 12px;
}

#menu {
  border: 1px solid rgb(155,52,9);
  padding:0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
	background-color: rgb(223,180,146); 
	opacity: 0.4;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
//  _filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
}

.main_menu {
  font-size: 12px;
  border: 1px solid rgb(155,52,9);
}

/* -------------------------------------------------------------------------- */
/* Menü */
/* -------------------------------------------------------------------------- */
/* IE */
.menu_item_ie {
  height: 20px;
  vertical-align: middle;
}

.menu_item_ie a {
  padding-top: 4px;
  padding-bottom: 5px;
  height: 20px;
  display: block;
  padding-left: 8px;
  font-size: 12px;
	color: rgb(134,32,47);
	text-align: left;
  text-decoration: none;
  border: none;
}

.menu_item_ie a:link {
  text-decoration: none;
}

.menu_item_ie a:visited {
  text-decoration: none;
}

.menu_item_ie a:hover {
  font-weight: bold;
	color: rgb(255,255,210);
  background-color: rgb(167,63,0);
}

/* FF und andere */
.menu_item {
  height: 20px;
  vertical-align: middle;
}

.menu_item a {
  padding-top: 4px;
  height: 20px;
  display: block;
  padding-left: 8px;
  font-size: 12px;
	color: rgb(134,32,47);
	text-align: left;
  text-decoration: none;
  border: none;
}

.menu_item a:link {
  text-decoration: none;
}

.menu_item a:visited {
  text-decoration: none;
}

.menu_item a:hover {
  font-weight: bold;
	color: rgb(255,255,210);
  background-color: rgb(167,63,0);
}

.menu_item_text {
  position: relative;
  vertical-align: middle;
}

/* -------------------------------------------------------------------------- */
/* Seiten */
/* -------------------------------------------------------------------------- */
.page_title {
  font-size: 22px;
  font-weight: bold;
  font-style: italic;
	color: rgb(167,63,0);
}

.title { 
  font-size: 14px;
  font-weight: bold;
	color: rgb(255,255,210);
}

.title2 { 
  font-size: 12px;
  font-weight: bold;
  padding-top: 20px;
	color: rgb(255,255,210);
}

.text { 
  text-align: left; 
  font-size: 12px; 
  padding-left: 20px; 
  color: rgb(249,217,144);
}

.line {
  padding-top: 5px;
  padding-bottom: 5px;
  height: 1px;
  vertical-align: middle;
  font-size: 12px;
}

/* -------------------------------------------------------------------------- */
/* Galerie */
/* -------------------------------------------------------------------------- */
.gal_title { 
  padding-top: 4px; 
  padding-bottom: 4px; 
  padding-left: 5px; 
  padding-right: 5px; 
  font-size: 16px; 
  font-weight: bold; 
  color: rgb(255,255,210);
	background: url(../images/line2.jpg) repeat-y rgb(223,180,146);
  background-position: center top;
  vertical-align: middle;
  text-align: center;
}

.gal_title_list { 
  padding-top: 10px; 
  padding-left: 5px; 
  padding-right: 5px; 
  font-size: 16px; 
  font-weight: bold; 
  color: rgb(255,255,210);
}

.gal_title_list .gal_folder a { 
  font-weight: bold; 
  color: rgb(255,255,210);
}

.gal_title_list .gal_picture a { 
  font-weight: bold; 
  color: rgb(255,255,210);
}

.gal_comment { 
  text-align: left; 
  font-size: 12px; 
  padding-left: 45px; 
  color: rgb(167,63,0);
}

.gal_comment a { 
  text-decoration: none;
  color: rgb(167,63,0);
}

.picture_description { 
  font-size: 10px;
  color: rgb(167,63,0);
  text-align: center; 
}

