* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

body {
 	font: 12px/19px arial, sans-serif;
	background: #e6e6e6;
}

a {
	color: #000;
}
a:link   { font-size: 12px; line-height: 19px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
a:visited   { font-size: 12px; line-height: 19px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
a:hover      { color: #ffa501; font-size: 12px; line-height: 19px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: underline }

h1 {
	width: 480px;
	height: 22px;
	background: url(../img/headline_bg.gif) no-repeat;
	color: #fff;
	font: 16px/19px arial, sans-serif;
	padding-left: 48px;
	padding-top: 8px;
}

/* =================================================================================== WRAPPER */

#wrapper {
	width: 932px;
	margin: 0 auto 40px auto;
}


/* =================================================================================== HEADER */

#homelink {
	position: absolute;
	width: 200px;
	height: 85px;
	left: 50%;
	margin-left: 235px;
	top: 57px;
}

#homelink a {
	display: block;
	width: 200px;
	height: 85px;
}

#header {
	width: 932px;
	height: 89px;
	padding-top: 25px;
	padding-left: 4px;
	background: url(../img/mkw_header_bg.png) no-repeat;
}

#header a.hs {
	margin-left: 20px;
	text-decoration: none;
	color: #666;
}


/* =================================================================================== MENU */

#menu {
	height: 50px;
		margin-bottom: -3px;
}



/* =================================================================================== SUBMENU */

#submenu {
	background: #fff url(../img/submenubg.gif) no-repeat 3px 240px;
	width: 143px;
	float: left;
	min-height: 438px;
  	height: auto !important;
  	height: 438px;
}

* html div #submenu {
	margin-right: -3px;
}

#submenu ul {
	list-style: none;
	margin-left: 3px;
	margin-top: 4px;
}

#submenu ul li {
	border-bottom: 1px solid #ffa501;
	width: 144px;
	padding: 2px 0;
}

#submenu ul li.first {
	border-top: 1px solid #ffa501;
}

#submenu ul li a {
	color: #002a84;
	text-decoration: none;
	background: url(../img/square_inactive.gif) no-repeat 7px 3px;
	padding-left: 22px;	
	font-weight: bold;
}

#submenu ul li a:hover, #submenu ul li a.active {
	color: #ffa501;
	background: url(../img/square_active.gif) no-repeat 7px 3px;
}

#submenu ul li ul {
	margin: 0;
}

#submenu ul li ul li {
	border: none;
	padding: 0;
	height: 16px;
}

#submenu ul li ul li.first {
	border-top: 1px dotted #ffa501;
}

#submenu ul li ul li.last {
	margin-bottom: 20px;
}

#submenu ul li ul li a {
	font-size: 10px;
	font-style: italic;
	padding-left: 30px;	
	color: #ffa501;
	background: url(../img/arrow_inactive.gif) no-repeat 22px 2px;
}

#submenu ul li ul li a:hover, #submenu ul li ul li a.active {
	color: #d64c02;
	background: url(../img/arrow_active.gif) no-repeat 22px 2px;
}


/* =================================================================================== CONTENT */

#content {
	width: 924px;
	background: #fff url(../img/bg.gif) 1px 0;
	padding: 0 4px;
	min-height: 438px;
  	height: auto !important;
  	height: 438px;
	padding-top: 5px;
}

#textwrapper {
	margin-left: 155px;
}

* html div #textwrapper {
	margin-left: 152px;
}

#left1 {
	margin-left: 27px;
	float: left;
	width: 214px;
}

* html div #left1 {
	margin-right: -3px;
	margin-left: 15px;
}

#right1 {
	margin-left: 214px;
}

* html div #right1 {
	margin-left: 211px;
}

#right1 p {
	margin-left: 56px;
}

#left2 {
	margin-left: 27px;
	float: left;
	width: 232px;
}

* html div #left2 {
	margin-right: -3px;
	margin-left: 15px;
}

#right2 {
	margin-left: 232px;
	background: url(../img/mkw_detail_01_bg.jpg) no-repeat 80px 199px;
	height: 400px;
}

* html div #right2 {
	margin-left: 229px;
}

#right2 p {
	margin-left: 35px;
}

#imprint {
	margin: 40px 0 0 27px;
	padding-top: 20px;
	border-top: 1px solid #666;
	width: 500px;
}

#imprint p {
	padding-top: 20px;
}

/* =================================================================================== GALERIE */

#gal ul {
	list-style: none;
	position: absolute;
	width: 493px;
	margin-top: 7px;
}

#gal ul li {
	float: left;
	display: inline;
}

#gal ul li a {
	display: block;
	width: 160px;
	height: 92px;
	background: #fff;
}

#gal ul li a img.small {
	width: 160px;
	height: 92px;
	display: block;
}

#gal ul li a:hover {
	position: relative;	
}

#gal ul li a:hover img.small {
	position: absolute; 
	width: 200px;
	height: 118px;
	left: -25px; 
	top: -18px;	 
	border: 5px solid #fff;
	z-index: 30;
}

#gal ul li a img.largeimg {
	position: absolute;	
	display: none;
	width: 0;
	height: 0;
	top: 0px;
	left: 0;
}

* html div #gal ul li a img.largeimg {
	display: block;
	width: 0;
	height: 0;
}

#gal ul li a:active img.small, #gal ul li a:focus img.small {
	visibility: hidden;
}

#gal ul li a:active, #gal ul li a:focus {
	position: static; 
	outline: 0;
}

#gal ul li a:active img.largeimg, #gal ul li a:focus img.largeimg  {
	display: block;
	width: 491px;
	height: 291px;
	border: 1px solid #c6c6c6;
	z-index: 20;
}




#gal2 ul {
	list-style: none;
	position: absolute;
	width: 493px;
}

#gal2 ul li {
	float: left;
	display: inline;
}

#gal2 ul li a {
	display: block;
	width: 493px;
	height: 163px;
	background: #fff;
}

#gal2 ul li a img.small {
	width: 493px;
	height: 225px;
	display: block;
}

#gal2 ul li a:hover {
	position: relative;	
}

#gal2 ul li a:hover img.small {
	position: absolute; 
	width: 533px;
	height: 243px;
	left: -25px; 
	top: -18px;	 
	border: 5px solid #fff;
	z-index: 30;
}

#gal2 ul li a img.largeimg {
	position: absolute;	
	display: none;
	width: 0;
	height: 0;
	top: 0px;
	left: 0;
}

* html div #gal2 ul li a img.largeimg {
	display: block;
	width: 0;
	height: 0;
}

#gal2 ul li a:active img.small, #gal2 ul li a:focus img.small {
	visibility: hidden;
}

#gal2 ul li a:active, #gal2 ul li a:focus {
	position: static; 
	outline: 0;
}

#gal2 ul li a:active img.largeimg, #gal2 ul li a:focus img.largeimg  {
	display: block;
	width: 600px;
	height: 273px;
	border: 1px solid #c6c6c6;
	z-index: 20;
}




#gal3 ul {
	list-style: none;
	position: absolute;
	width: 493px;
}

#gal3 ul li {
	float: left;
	display: inline;
}

#gal3 ul li a {
	display: block;
	width: 237px;
	height: 158px;
	background: #fff;
}

#gal3 ul li a img.small {
	width: 237px;
	height: 158px;
	display: block;
}

#gal3 ul li a:hover {
	position: relative;	
}

#gal3 ul li a:hover img.small {
	position: absolute; 
	width: 277px;
	height: 185px;
	left: -25px; 
	top: -18px;	 
	border: 5px solid #fff;
	z-index: 30;
}

#gal3 ul li a img.largeimg {
	position: absolute;	
	display: none;
	width: 0;
	height: 0;
	top: 0px;
	left: 0;
}

* html div #gal3 ul li a img.largeimg {
	display: block;
	width: 0;
	height: 0;
}

#gal3 ul li a:active img.small, #gal3 ul li a:focus img.small {
	visibility: hidden;
}

#gal3 ul li a:active, #gal3 ul li a:focus {
	position: static; 
	outline: 0;
}

#gal3 ul li a:active img.largeimg, #gal3 ul li a:focus img.largeimg  {
	display: block;
	width: 491px;
	height: 328px;
	border: 1px solid #c6c6c6;
	z-index: 20;
}





#gal4 ul {
	list-style: none;
	position: absolute;
	width: 493px;
	margin-top: 20px;
}

#gal4 ul li {
	float: left;
	display: inline;
}

#gal4 ul li a {
	display: block;
	width: 100px;
	height: 75px;
	background: #fff;
}

#gal4 ul li a img.small {
	width: 100px;
	height: 75px;
	display: block;
}

#gal4 ul li a:hover {
	position: relative;	
}

#gal4 ul li a:hover img.small {
	position: absolute; 
	width: 140px;
	height: 105px;
	left: -25px; 
	top: -22px;	 
	border: 5px solid #fff;
	z-index: 30;
}

#gal4 ul li a img.largeimg {
	position: absolute;	
	display: none;
	width: 0;
	height: 0;
	top: 0px;
	left: 0;
}

* html div #gal4 ul li a img.largeimg {
	display: block;
	width: 0;
	height: 0;
}

#gal4 ul li a:active img.small, #gal4 ul li a:focus img.small {
	visibility: hidden;
}

#gal4 ul li a:active, #gal4 ul li a:focus {
	position: static; 
	outline: 0;
}

#gal4 ul li a:active img.largeimg, #gal4 ul li a:focus img.largeimg  {
	display: block;
	width: 491px;
	height: 368px;
	border: 1px solid #c6c6c6;
	z-index: 20;
}


/* =================================================================================== FOOTER */

#clearer {
	clear: both;
	height: 40px;
	background: #fff;
	background: #fff url(../img/bg.gif) 1px 0;
}

#footer {
	width: 932px;
	height: 5px;
	background: url(../img/mkw_fuss.gif) no-repeat;
}



input {
	border: 1px solid #ccc;
	width: 212px;
	font: 12px/19px arial, sans-serif;
}

textarea {
	border: 1px solid #ccc;
	width: 269px;
	height: 140px;
	font: 12px/19px arial, sans-serif;
}

input.button {
	width: auto;
	margin-top: 10px;
	margin-left: 2px;
}