/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #9F6724;
}
a:hover {
	color: #990229;
}
body {
	background: #D0A169;
	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;
}
p,cite,code,ul {
	font-size: 11px;
	line-height: 16px;
	padding-bottom: 1.2em;
	list-style-type:none;
}
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;
	list-style-type:none;
}
cite {
	background: url(/grafix/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em Verdana, sans-serif;
	padding-left: 28px;
}
h1 {
	color: #990229;
	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_mpf.gif) repeat-y;
	margin: 0 auto;
	padding-bottom: 6px;
	width: 918px;
	height: 100%;
}
.header {
	background: url(grafix/header_portraitfotografen24.jpg) no-repeat;
	height: 190px;
}

/* title */
.title {
	margin: 10px 0 10px 0;
}

/* 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: #DCC6AE;
	border: 1px solid #E8DDBE;
	float: left;
	width: 200px;
}
.sidenav h1 {
	color: #990229;
	font-size: 1.2em;
	height: 20px;
	margin-top: 1.2em;
}
.sidenav ul {
	border-top: 1px solid #FAFAFA;
	background: url(grafix/sidenav_bg_mpf.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: #EFE0CE;
	margin-bottom: 8px;
}

.content .item_x_headline {
	color: #990229;
}

.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 {

	list-style:none;
	margin-left: 18px;
}

.dataTable {
	border: 1px solid #EFE0CE;
	border-bottom: 0px;
	margin: 0 0 5px 0;
	clear:both;
	}
.dataHeader, table.listelement th {
	color: #BB894C;
	background: #EFE0CE;
	padding: 5px 8px 5px 8px;
	line-height: 16px;
	text-align:left;
	font-size: 12px;
	}
.dataContent, table.listelement td {
	background: #FFFFFF;
	padding: 5px 8px 5px 8px;
	border-bottom: 1px solid #EFE0CE;
	line-height: 16px;
  font-size: 12px;
  font-weight: normal;
	}

/* search form */
form {
	padding: 0;
}

.search_navi_styled {
	border: 1px solid #DDD;
	padding: 4px;
	margin: 0 2px 4px 8px;
	width:140px;
}
.search_navi_styled1 {
	padding: 4px;
	margin: 0 2px 4px 8px;
}
.label {
	color: #444;
	font: normal 11px Verdana, sans-serif;
	margin: 0 5px 0 0;
}
.button_login {
  /*  background: url(/grafix/search.gif) no-repeat left bottom; 
    border: none;   */
    height: 27px;
    width: 100px;
}
.button_pw {
    height: 27px;
    width: 150px;
}
.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: #9F6724;
	text-decoration: none;
}
.footer a:hover {
	color: #990229;
	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:none;
  list-style-type:none;
	background-image:none;
}

form fieldset ul li {
  list-style:none;
	margin-left:10px;
  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:120px;
}

form fieldset.profilmasters {
  margin-top:10px;
}
