body, html, form {
	padding: 0;
	margin: 0;
}

a img {
	border: 0;
}

a {
	outline: none;
	color: #E47607;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #244153;
	text-decoration: underline;
}

body {
	background: url("/templates/css/../images/body-bg.jpg") repeat-x;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	color: #333333;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: normal;
	color: #3E647E;
}

h1 {
	color: #3E647E;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 180%;
	font-weight: normal;
}

h2 {
	color: #3E647E;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 120%;
	line-height: 120%;
	font-weight: normal;
}

h3, h4, h5, h6 {
	color: #3E647E;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 120%;
	line-height: 100%;
	font-weight: normal;
}

th {
	text-align: left;
}

#maps {
	width: 590px;
	height: 500px;
}

input[type=text], input[type=password], textarea {
	padding: 3px 4px;
	border: 1px #999 solid;
	color: #333;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
}

input[type=submit], input[type=button], input[type=reset] {
	background: none repeat scroll 0 0 #E57708;
	color: #FFFFFF;
	cursor: pointer;
	margin-bottom: 4px;
	margin-top: 3px;
	width: 80px;
	height: 25px;
	border: 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	input[type=submit], input[type=button] {
		padding: 4px 6px;
	}
}

#wrap {
	width: 990px;
	margin: 0 auto;
	background: url("/templates/css/../images/wrap-bg.jpg") repeat-y;
	display: table;
}

#wrap > .inner {
	background: url("/templates/css/../images/top-bg.jpg") no-repeat;
	width: 930px;
	padding: 0px 30px;
	display: table;
}

#wrap > .inner > header {
	height: 243px;
	float: left;
}

#logo {
	width: 238px;
	height: 106px;
	margin-top: 54px;
	float: left;
}

#logo-print {
	display: none;
}

#search {
	float: left;
	clear: left;
	height: 83px;
	width: 238px;
	text-align: center;
}

#search input {
	background: #E6E6E6;
	border: 1px solid #6E6E6E;
	color: #3F3F3F;
	height: 20px;
	margin-right: 1px;
	margin-top: 18px;
	padding: 2px 4px;
	width: 190px;
}

#slogan {
	float: left;
	height: 48px;
	margin: 80px 0 0 29px;
	width: 661px;
}

#slogan h2 {
	color: #BCC9D6;
	font: 34px/48px Georgia,"Times New Roman",Times,serif;
}

#slogan h2 strong {
	font-weight: normal;
	color: #FFF;
}

#breadcrums {
	float: left;
	margin: 6px 0 0 29px;
	padding-left: 10px;
	width: 651px;
	height: 31px;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
}

#breadcrums > span {
	float: left;
	padding-right: 5px;
}

#breadcrums ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#breadcrums li {
	float: left;
}

#breadcrums li a {
	float: left;
	background: url("/templates/css/../images/arrow.png") no-repeat right 2px;
	padding-right: 13px;
	margin-right: 3px;
}

#breadcrums a {
	color: #FFF;
	text-decoration: none;
}

#size {
	float: right;
	margin-top: 13px;
}

#menu {
	float: left;
	clear: left;
	width: 238px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 238px;
}

#menu li {
	float: left;
	width: 238px;
	height: 32px;
	line-height: 32px;
	background: url("/templates/css/../images/menu-bg.jpg") no-repeat;
	border-bottom: 1px #FFF solid;
}

#menu li a {
    display: block;
    font: 16px/32px Georgia,"Times New Roman",Times,serif;
    height: 32px;
    padding-left: 22px;
    padding-right: 10px;
    text-decoration: none;
    width: 206px;
	color: #FFF;
}

#menu li:hover {
	background: url("/templates/css/../images/menu-hover.jpg") no-repeat;
}

#menu li.mx_parent > a {
	background: url("/templates/css/../images/arrow-right.gif") no-repeat 221px center;
}

#menu ul ul {
	position: absolute;
	margin-left: 238px;
	margin-top: -32px;
	border-left: 1px #FFF solid;
	left: -9999px;
	z-index: 10;
}

#menu li:hover > ul {
	left: auto;
}

#menu li li {
	background: url("/templates/css/../images/submenu-bg.jpg") no-repeat;
}

#menu li li:hover {
	background: url("/templates/css/../images/submenu-hover.jpg") no-repeat;
}

aside {
	width: 238px;
	display: table;
	float: left;
	clear: left;
}

#login, #latest {
	background: #CCC;
	display: table;
	width: 218px;
	padding: 10px;
	margin-top: 15px;
}

#login div {
	margin: 3px 0px;
}

#login p {
	margin-bottom: 0px;
}

#login > a, #login form > a {
	font-size: 11px;
	float: right;
	margin-top: 8px;
}

#login ul, #latest ul {
	padding-left: 15px;
	margin-bottom: 0px;
}

#login input {
	margin: 2px 0px;
	clear: left;
}

#login input[type=text], #login input[type=password] {
	width: 208px;
}

#content {
	width: 600px;
	margin-right: 30px;
	float: right;
	line-height:1.5;
}

#content ul {
	padding-left: 15px;
}

footer {
	background: url("/templates/css/../images/footer.jpg") #FFF no-repeat top left;
	width: 960px;
	padding: 30px 30px 10px 0;
	text-align: right;
	font-size: 11px;
}

div.tab {
    background: #FFF;
    padding: 10px;
    width: 580px;
	border: 1px #CCC solid;
}
ul.tabs {
	margin: 0px;
	padding: 0px !important;
}
.tabs li {
    display: inline;
    list-style: none outside none;
}
.tabs a {
    background: #ECF0F4;
    color: #000;
    display: inline-block;
    padding: 5px 10px;
    text-decoration: none;
}
.tabs a.active {
    background: #3E647E;
    color: #FFF;
}
.tab p {
	margin-top: 0px;
}
tr.odd {
	background: #ECF0F4;
}

input[name=initials],
input[name=preposition],
input[name=date_of_birth],
input[name=private_housenumber],
input[name=private_zipcode],
input[name=company_housenumber],
input[name=company_zipcode]
{
	width: 75px;
}

input[name=private_telephone],
input[name=private_fax],
input[name=company_telephone],
input[name=company_fax],
input[name=company_cellphone]
{
	width: 100px;
}

textarea[name=company_description] {
	width: 260px;
	height: 75px;
}

.mx_photo_album, .mx_photo_album_image {
	text-align: center;
	display: block;
	width: 180px;
	height: 142px;
	float: left;
}

.mx_photo_album img, .mx_photo_album_image img {
	padding: 5px;
	border: 1px #CCC solid;
}

.mx_photo_album .mx_icon, .mx_photo_album_image .mx_icon {
	padding: 0px;
	border: 0px;
}


#mx_photo_album_slider *{
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	list-style: none;
	text-decoration: none;
}

#mx_photo_album_slider a{
	outline: none;
}

#mx_photo_album_slider span {
	border: 0 !important;
}

#mx_photo_album_slider img {
	border: 0;
}

#mx_photo_album_slider .clear{
	clear: both;
}

#mx_photo_album_slider{
	width: 800px; 
	position: relative;
	overflow: hidden;
}

#mx_photo_album_slider_visual{
	width: 800px; 
	height: 600px; 
	position: relative;
	overflow: hidden;
}

#mx_photo_album_slider_visual img{
	position: absolute;
	left: 0;
	top: 0;
}

#mx_photo_album_slider_visual .prev{
	width: 30%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	background: url("/./modules/photo_album/views/../images/blank.gif");
}

#mx_photo_album_slider_visual .prev span{
	position: absolute;
	top: 50%;
	left: 25%;
	margin: -15px 0 0 -15px;
	width: 30px;
	height: 30px;
	display: none;
	background: url("/./modules/photo_album/views/../images/nav_left.png");
}

#mx_photo_album_slider_visual .next{
	width: 30%;
	height: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
	background: url("/./modules/photo_album/views/../images/blank.gif");
}

#mx_photo_album_slider_visual .next span{
	position: absolute;
	top: 50%;
	right: 25%;
	margin: -15px -15px 0 0;
	width: 30px;
	height: 30px;
	display: none;
	background: url("/./modules/photo_album/views/../images/nav_right.png");
}

#mx_photo_album_slider_visual .navHover span{
	display: block;
}

#mx_photo_album_slider_visual p{
	width: 100%;
	height: 37px;
	font: 12px/37px 'Arial';
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	background: #000;
	display: none;
	text-align: center;
}

#mx_photo_album_slider ul{
	width: 9999999px;
	position: relative;
	left: 0;
}

#mx_photo_album_slider ul ul{
	float: left;
	width: 792px; 
	padding: 0 4px 0 4px; 
}

#mx_photo_album_slider li{
	float: left;
	padding: 10px 4px; 
}

#mx_photo_album_slider li a{
	float: left;
	position: relative;
	overflow: hidden;
	width: 80px; 
	height: 60px; 
}

#mx_photo_album_slider li a span{
	cursor: pointer;
	position: absolute;
}

#mx_photo_album_slider li img{
	float: left;
}


#mx_photo_album_slide_navigation{
	padding: 0 0 0 23px; 
}

#mx_photo_album_slider #mx_photo_album_slide_navigation li{
	padding: 0 2px;
}

#mx_photo_album_slider #mx_photo_album_slide_navigation  li a{
	width: auto;
	height: auto;
	
	padding: 0 5px;
	border: 1px solid #000;
}

#mx_photo_album_slider #mx_photo_album_slide_navigation  li.mx_photo_album_active a{
	
}

.mx_error {
	color: red;
}

.mx_checkbox, .mx_radiobutton {
	cursor: default;
}

