/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #8B6B02;
}
a:hover {
	color: #A20114;
}
body {
	background: #EBE5D1;
	color: #444;
	font: normal 11px Verdana, sans-serif;
	margin: 0;
}
table {
  margin:0px;
	padding:0px;
	border-spacing:1px;
}
input,textarea,select {
	color: #555;
	font: normal 1.1em Verdana,sans-serif;
	width:200px;
}
input.code, input.no {
  width:50px;
}
input.city, input.street {
  width:242px;
}
li.err {
  color:red;
}
p,cite,code,ul {
	font-size: 11px;
	line-height: 16px;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 18px;
	margin-bottom: 4px;
}
code {
	background: url(/grafix/bgcode.png);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #39F;
	color: #555;
	display: block;
	font: normal 1.1em Verdana, sans-serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
cite {
	background: url(/grafix/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em Verdana, sans-serif;
	padding-left: 28px;
}
h1 {
	color: #A20114;
	font: normal 18px Verdana, sans-serif;
	padding-top: 6px;
}

h2,h3 {
	color: #444;
	font: normal 12px Verdana, sans-serif;
	padding-top: 6px;
}
img {
  border:0px;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	background: url(/grafix/bg_container.png) repeat-y;
	margin: 0 auto;
	padding-bottom: 6px;
	width: 918px;
	height: 100%;
}
.header {
	/*background: url(/grafix/mhf_header.jpg) no-repeat;   */  #
    background: url(/grafix/header_hochzeitsfotografen24.jpg)
	height: 190px;
}

/* title */
.title {
	margin: 10px 0 10px 0;
}

.contactform {
	width:100px;
}

/* navigation */
.navigation {
	margin-bottom: 4px;
}
.navigation a {
	background-color: #4A91C3;
	color: #FFF;
	float: left;
	font: bold 1.2em Verdana,sans-serif;
	padding: 8px 0;
	width: 19%;
	border-right: 1px solid #FFF;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background-color: #000;
	color: #FFF;
}

/* main */
.main {
	clear: both;
	padding: 28px;
	height: 100%;
}

/* main left */
.sidenav h1,.sidenav ul {
	padding-left: 12px;
}
.sidenav {
	background: #E8DDBE;
	border: 1px solid #E8DDBE;
	float: left;
	width: 200px;
}
.sidenav h1 {
	color: #8B6B02;
	font-size: 1.2em;
	height: 20px;
	margin-top: 1.2em;
}
.sidenav ul {
	border-top: 1px solid #FAFAFA;
	background: url(/grafix/sidenav_bg.gif) repeat-x;
	margin: 0;
	padding: 0;
}
.sidenav li {
	border: 1px solid #FAFAFA;
	border-top: none;
	list-style: none;
	margin: 0;
}
.sidenav li a {
	color: #777;
	display: block;
	font-size: 10px;
	padding: 3px 6px 3px 14px;
	text-decoration: none;
}
.sidenav li a:hover {
	color: #111;
}

/* content */
.content {
	float: right;
	width: 640px;
}
.content .item {
	padding: 6px 12px;
	border: 1px solid #EDE7D3;
	background: #FFF;
	margin-bottom: 8px;
}

.content .item_x {
	padding: 6px 12px;
	border: 1px solid #EDE7D3;
	background: #F7F1E0;
	margin-bottom: 8px;
}

.content .item_x_headline {
	color: #8B6B02;
}

.content .item_resultimg {
  display:block;
	float:left;
	margin-top:2px;
}

.content .picture {
	float: right;
	margin: 0 0 0 0;
}

.content .descr {
	color: #333;
	margin-bottom: 6px;
}
.content li {
	margin-left: 18px;
}

.dataTable {
	border: 1px solid #EDE7D3;
	border-bottom: 0px;
	margin: 0 0 5px 0;
	}
.dataHeader, table.listelement th {
	color: #8B6B02;
	background: #E8DDBE;
	padding: 5px 8px 5px 8px;
	line-height: 16px;
	text-align:left;
	}
.dataContent, table.listelement td {
	background: #FFFFFF;
	padding: 5px 8px 5px 8px;
	border-bottom: 1px solid #E8DDBE;
	line-height: 16px;
	}

/* search form */
form {
	padding: 0;
}
.styled {
	border: 1px solid #DDD;
	padding: 4px;
	width:75px;
}

.search_navi_styled {
	border: 1px solid #DDD;
	padding: 4px;
	margin: 0 2px 4px 8px;
	width:140px;
}

.label {
	color: #444;
	font: normal 11px Verdana, sans-serif;
	margin: 0 5px 0 0;
}

.button {
	background: url(/grafix/search.gif) no-repeat left bottom;
	border: none;
	height: 27px;
	width: 27px;
}

.button_navi {
	background: url(/grafix/search.gif) no-repeat left bottom;
	border: none;
	height: 27px;
	width: 27px;
	margin: 0 2px 4px 0;
}

/* footer */
.footer {
	background: #FFF;
	color: #666;
	font-size: 10px;
	margin: 20px auto;
	text-align: center;
	padding: 6px;
	width: 720px;
}
.footer a {
	color: #8B6B02;
	text-decoration: none;
}
.footer a:hover {
	color: #A20114;
	text-decoration: underline;
}
.footer p {
  margin:0px;
	padding:0px;
}

/* -------------------------------------- */

form fieldset {
  border:0px;
}

form fieldset label {
  display:block;
  width:120px;
	float:left; 
}

form fieldset ul {
  list-style-type:none;
	background-image:none;
}

form fieldset ul li {
  list-style-type:none;
  padding:5px;
}

form fieldset input {
  width:300px;
}

form fieldset.buttons {
  text-align:left;
	margin:0px; margin-top:20px;
	padding:0px; padding-left:146px;	
}

form fieldset.buttons input {
  width:100px;
}

form fieldset.profilmasters {
  margin-top:10px;
}

table.gallery {
  float:left;
	border-spacing:0px;
	padding:0px;
	margin:6px 6px 0 0;
	width:106px;
	height:105px;
}

td.galleryImg {
	text-align:center;
	border: 1px solid #EDE7D3;
	background: #F7F1E0;
	padding:0px;
	margin:0px;
	width:100px;
    height:105px;
}

*+html table.gallery { 
    margin: -3px 6px 0 0;
}

td.galleryImg img {
  border:0px;
	padding:0px;
	margin:0px;
}

td.empty {
  width:10px;
	height:10px;
	background-color:lightgrey;
}

td.notempty {
  width:10px;
	height:10px;
	background-color:lightgreen;
}