/*******************
  Copyright (c) 2004-2005 TinyWebGallery
  written by Michael Dempfle
  TWG version: 1.3b
********************/
/*
This is the stylesheet where you can do your personal settings - 
You find the most important settings to adapt the colors of your gallery! 

I recommend not to modify the style.css because if I upgrade you can still
use your stylesheet! copy the stuff you change into this css. The settings
in this file overwrite the default settings!
Remove this file if you don't use it because otherwise its transfered to the server!

To activate the example below copy the * / (no space between * and /) to the end of the description
*/
html, body.twg {
  height: auto;
  margin: 0px;
  padding: 0px;
}

table.twg_main {
  width: 750px;
  border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-align: center;
}

.twg_100_prozent {
width: 750px;
height: auto;
}

#contact_box {
	position: relative; 
	height: 27px; 
	background-color: #EBD8C4; 
	border-top: 1px solid #623A1C;
	border-right: 1px solid #623A1C;
	border-bottom: 1px solid #623A1C;
}

#contact_content_large {
	position: absolute; 
	top: 5px; 
	left: 15px; 
	font-size: 12px; 
	font-weight: bold;
}	

#contact_content_large a {
	color: #666666;
}

#contact_content_small {
	position: absolute; 
	top: 5px; 
	right: 15px; 
	font-size: 10px; 
	font-weight: bold;
}	

#menu_products_gallery {
	height: 27px; 
	overflow: hidden; 
	margin: 0; 
	text-align: left; 
	float: left;
	border-bottom: 1px solid #623A1C;
}

.menu_box {
	position: relative; 
	height: 27px; 
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 26px;
	font-weight: bold;
	overflow: hidden;
	float: left;
	border-right: 1px solid #623A1C; 
	border-bottom: 1px solid #623A1C;
	background-color: #BA9E80; 
}

.menu_box a {
	display: block;
	height: 100%;
	width: 100%; 
	color: #FFFFFF;
	background-color: #BA9E80; 
}

.menu_box a:hover {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #EBD8C4; 
	color: #623A1C;
	text-decoration: none;
}

#menu_box_1 {
	width: 128px; 
	border-left: 1px solid #623A1C; 
}

#menu_box_2 {
	width: 164px; 
}

#menu_box_3 {
	width: 91px; 
}

#menu_box_4 {
	width: 90px; 
}

#menu_box_5 {
	width: 83px; 
	border-right: 1px solid #623A1C; 
}

