/* Project: LOMBA ARTE 
 * File:    screen.css
 *
 *
 * @copyright	Copyright 2011, Sofi Lomba
 * @author	Sofi Lomba
 * @link	http://www.lomba.org 
 *
 */
/* =======================================
   B E G I N   D E S   S T Y L E S H E E T S
   ======================================= */
* {
	margin: 0px;
    padding: 0px; }

a  { 
	color: #59a400;
}

.meta-menu a {
	color: white;
}
a:hover{
	color:#0a71c8;
	text-decoration:none;
}

body {
	font-family: Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
	font-size: 9pt;
	color: #2e2e2e;
}

h1,h2,h3,h4, ul.menu li a {
	font-family: Palatino,"Palatino Linotype",Palladio,"URW Palladio L","Book Antiqua","Liberation Serif",Times,serif;
	color: #48484C;
	}
	

	
h1 {
	font-size: 200%;
}
#content h1, #content h2 {
	border-bottom: 1px dotted #ddd;
}
h2 {
	font-size: 130%;
	color: #8e8e8e;
}

p ,table,#content h1, #content h2,.supp ul { 
	margin: 5px 0 10px 0;
}

table {
	background: #ddd;
	padding: 5px;
	border-collapse: collapse;
}

td,th {
	padding: 5px;
	vertical-align: top;
}

table caption, thead th {
	text-align: left;
	font-size: 80%;
}

table thead {
	background: #2e2e2e;
	color: white;
}

table tbody tr {
	background: #a6dfff;
}

table tbody tr:nth-child(even) {
	background: #60c5ff;
}

table thead th {
	border-bottom: 1px solid #999;
}

ul li {
	background: url(images/li_item.png) 0px 3px no-repeat;
	padding-left: 15px;
	margin-right: 5px;
	list-style-type: none;
	margin-bottom: 7px;
}

ul.meta-menu li {
	display: inline;
	font-size: 80%;
}

ul.menu {
	background: url(images/navi_bg.png) repeat-x;
	overflow: hidden;
	height: 51px;
	
	}
ul.menu li {
	display: block;
	float: left;
	padding: 0px;
	margin: 0px;
	background: none;
}

ul.menu li a {
	display: block; 
	padding: 15px 10px 0px 10px;
	height: 51px;
	color: white;
	text-decoration: none;
	font-size: 130%;
	border-right: 1px dotted #ddd;
}

ul.menu li a:hover{
	background: url(images/bg_navi_hover.png) repeat-x;
}

ul.menu span {
	font-size: 170%; font-weight: bold; line-height: 0px;
}

#main-container {
	background: white url(images/main_bg.png) repeat-x;
	width: 870px;
	margin: 0 auto;
	padding: 0px 30px 30px 30px;
}

#header {
	padding-top: 30px;
	position: relative;
	height: 85px;
}

#header img, #header .meta-menu {
	position: absolute;
	right: 0px;
}

#header img {
	top: 30px;
}
#header .meta-menu {
	top: 75px;
}

#teaser {
	padding-top: 20px; 
	color: white;
	overflow: hidden;
	height: 190px;
}

#teaser h2 {
	color: #ddd;
	
}

#content {
	padding-top: 15px;
}

.teaser-product {
	float: right;
	width: 264px;
	padding-left: 15px;
	border-left: 1px dotted #ddd;
}

.teaser-product img {
	float: left;
	border: 5px solid white;
	margin: 3px 5px 5px 0px;
}

.teaser-product dl dd {
	font-size: 80%;
}

.teaser-product a {
	color: #bcff6e;
}
.teaser-image {
	border: 1px solid white;
	margin-top: 3px;
}

.withsupp {
	overflow: hidden;
	margin-top: 30px;
}

.withsupp .supp {
	float: right;
	width: 265px;
	padding-left: 5px;
	}

.withsupp .body {
	float: left;
	width: 545px;
	border-right: 1px dotted #ddd;
	padding-right: 15px;
}

#bottom {
	width: 870px;
	margin: 0 auto;
	background: #ddd url(images/shadow-trans.png) repeat-x;
	padding: 10px 15px;
	font-size: 80%;
	position: relative;
}

#bottom address {
	position: absolute;
	top: 10px;
	right: 15px;
}

.gallery-item p {
	text-align: center;
}

.gallery-item img {
	padding: 5px;
	background: white;
	border: 1px solid gray;
}

.gallery-item img:hover {
	border-color: blue;
}

.gallery-item a {
	color: gray;
}
div.galerie img {
  float: left;
  padding: 4px;
  border: 1px solid #ddd;
  border-right-color: #aaa;
  border-bottom-color: #aaa;
  margin-right: 15px;
  margin-bottom: 15px;
}
.supp img {
	border:none;
}

#content form {
	background: #ddd;
	padding: 20px;
}

#content input, #content textarea {
	background: white;
	border: 1px solid gray;
	padding: 2px;
}

#content #send {
	border: 1px outset #2e2e2e;
	background: #eee;
	margin-left: 150px;
}
#content label {
	float: left; min-width: 150px; border-bottom: 1px solid gray;
}

#content #recaptcha_widget_div label {
	float: none;
}
#recaptcha_widget_div {
	margin-left: 150px;
}
#content form p {
	overflow: hidden;
}

.error {
	background: white;
	color: red; 
	border: 1px solid red;
	padding: 5px;
}

.allesok {
	color: green;
	font-size: 120%;
	font-weight: bold;
}

.hidden {
	display: none;
}
/* =======================================
   E N D E   D E S   S T Y L E S H E E T S
   ======================================= */