/* -------------------------------------------------------------------------- */
/* 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(109,26,10);
	color: rgb(249,217,144);
  font-family: verdana,arial;
  font-size: 12px;
} 

.footer {
  height: 34px;
  text-align: center; 
	background: url(../images/bg_bottom.jpg) repeat-x rgb(109,26,10);
  font-family: verdana,arial;
  font-size: 12px;
}

.footer td {
  text-align: center; 
}

.copyright {
  color: rgb(249,217,144);
  font-size: 7pt;
}

.email_footer {
  font-size:7pt; 
  font-weight: bold;
  color: rgb(249,217,144);
}  

.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(109,26,10);
}

.left_out {
	background: url(../images/bg_left_out.jpg) repeat-y rgb(109,26,10);
	text-align: right;
	background-position: right top;
}

.right_out {
	background: url(../images/bg_right_out.jpg) repeat-y rgb(109,26,10);
	text-align: left;
}

.frame {
	background-color: rgb(71,17,5);
}

.image {
  border: 1px solid rgb(249,217,144);
}

/* -------------------------------------------------------------------------- */
/* Main */
/* -------------------------------------------------------------------------- */
.main_text {
  padding-left: 15px;
  padding-right: 15px;
	background-color: rgb(86,18,9);
  font-size: 12px;
}

.main_text_test {
	background-color: rgb(86,18,9);
  font-size: 12px;
	background: url(../images/kopfhoerer_big.jpg) no-repeat rgb(86,18,9);
  background-position: right top;
}

.main_text_technik {
	background-color: rgb(86,18,9);
  font-size: 12px;
	background: url(../images/technik.jpg) no-repeat rgb(86,18,9);
  background-position: right top;
}

.main_text_galerie {
	background-color: rgb(86,18,9);
  font-size: 12px;
	background: url(../images/galerie.jpg) no-repeat rgb(86,18,9);
  background-position: right top;
}

.main_text a {
  font-size: 12px;
	color: rgb(249,217,144);
}

.main_left {
	background: url(../images/bg_left.jpg) repeat-y rgb(109,26,10);
  font-size: 12px;
}

.main_right {
  padding-left: 10px;
  padding-right: 10px;
	background: url(../images/bg_right.jpg) repeat-y rgb(109,26,10);
  font-size: 12px;
}

.main_menu {
  font-size: 12px;
	color: rgb(249,217,144);
}

/* -------------------------------------------------------------------------- */
/* Menü */
/* -------------------------------------------------------------------------- */
.menu_item {
  display:block;
  padding-left: 12px;
  height: 31px;
	background: url(../images/menu_normal.jpg) no-repeat rgb(109,26,10);
  font-size: 12px;
	color: rgb(249,217,144);
	text-align: left;
  text-decoration: none;
  border: none;
}

.menu_item:link {
	background: url(../images/menu_normal.jpg) no-repeat rgb(109,26,10);
  text-decoration: none;
}

.menu_item:visited {
	background: url(../images/menu_normal.jpg) no-repeat rgb(109,26,10);
  text-decoration: none;
}

.menu_item:hover {
	background: url(../images/menu_highlighted.jpg) no-repeat rgb(109,26,10);
  font-weight: bold;
	color: rgb(255,255,210);
}

.menu_item_text {
  vertical-align: middle;
}

/* -------------------------------------------------------------------------- */
/* Seiten */
/* -------------------------------------------------------------------------- */
.page_title {
  font-size: 22px;
  font-weight: bold;
  font-style: italic;
	color: rgb(204,51,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;
}

/* -------------------------------------------------------------------------- */
/* Referenzen */
/* -------------------------------------------------------------------------- */
.title_referenzen { 
  padding-top: 15px; 
  font-size: 14px;
  font-weight: bold;
	color: rgb(0,255,153);
}

.host_referenzen { 
  font-size: 12px;
  font-weight: bold;
	color: rgb(255,255,210);
}

.host_referenzen a { 
  font-size: 12px;
  font-weight: bold;
	color: rgb(255,255,210);
}

.referenzen_comment { 
  text-align: left; 
  font-size: 12px; 
  padding-left: 25px; 
  color: rgb(249,217,144);
}

.referenzen_text { 
  padding-top: 10px; 
  padding-bottom: 10px; 
  text-align: center; 
  font-size: 12px; 
  color: rgb(249,217,144);
}

/* -------------------------------------------------------------------------- */
/* 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(86,18,9);
  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(249,217,144);
}

.gal_comment a { 
  text-decoration: none;
  color: rgb(249,217,144);
}

.picture_description { 
  font-size: 10px;
  color: rgb(249,217,144);
  text-align: center; 
}


