/*
	Basic Layout Vogt GMI
	Screen Size Small - width: 840px height: 550px
*/

body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small; color:#B1998C;}

body {
	margin:10px;
	padding:10px;
	text-align:center;
	background-color:#ffffff;
	}
#box {
	width:840px;
	margin:0px auto;
	padding:0px;
	text-align:left;
	background-color:#ffffff;
	}

#header {
	width:840px;
	height:50px;
	z-index:1;
	background-color:#ffffff;
	}

#content {
	position:relative;
	width:840px;
	height:480px;
	z-index:2;
	background-color:#ffffff;
	}

#footer {
	position:relative;
	width:840px;
	height:20px;
	z-index:2;
	text-align:right;
	font:10px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;
	background-color:#ffffff;
	}

#image_01 { position:absolute; top:0px; left:000px; width:160px; height:480px; overflow:hidden; z-index:3; background-color:#ffffff; }
#image_02 { position:absolute; top:0px; left:170px; width:160px; height:480px; overflow:hidden; z-index:3; background-color:#ffffff; }
#image_03 { position:absolute; top:0px; left:340px; width:160px; height:480px; overflow:hidden; z-index:3; background-color:#ffffff; }
#image_04 { position:absolute; top:0px; left:510px; width:160px; height:480px; overflow:hidden; z-index:3; background-color:#ffffff; }
#image_05 { position:absolute; top:0px; left:680px; width:160px; height:480px; overflow:hidden; z-index:3; background-color:#ffffff; }
#image_01 a img { border-style:none; }
#image_02 a img { border-style:none; }
#image_03 a img { border-style:none; }
#image_04 a img { border-style:none; }
#image_05 a img { border-style:none; }

#logo { position:absolute; top:000px; left:000px; width:160px; height:160px; z-index:4; background-color:#ffffff; border-style:none;}
#logo a img { border-style:none; }

#horizmenue {
  position:relative; top:10px; left:305px; width: 550px; font:17px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small; color:#B1998C;
}
#horizmenue li {
  display: inline;
  padding: 0px 10px;
}
#horizmenue a {
  padding: 2px 8px 5px;
  color:#B1998C;
  text-decoration:none;
}
#horizmenue a:hover {
  color:#674839;
  
  text-decoration:none;
}