/*	Desc: casparmartig.ch
	Author: mark nolan || marknolan.ch
	Date: December 2011
	+ Colours
	- *colour hex* *colour name* (*purpose*)
=== === === === === === === === === === */
/*=STRUCTURE
=== === === === === === === === === === */

html, body, form {
	line-height: 80%;
	height: 100%;
	width: 100%;
	min-height: 760px;
	margin: 0;
	padding: 0;
}

body {
	background: url(../cssimg/bg_vertical.png) repeat-y;
}

/*=COMMON
=== === === === === === === === === === */
* {
	padding: 0;
	margin: 0
}
p,
li {
	
}
#masthead h1 {
	text-indent: -9999px;
	font-size: 1%
}
img {
	border: 0
}

p {
	font: 10px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 3px;
	color: #666633;
	text-decoration: none;
	padding-left: 2px;
}

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

#floater {
	float:left; 
	height:50%; 
	margin-bottom:-350px;
	border: 0px solid #bababa;
	position: relative;
}

#vertical{
	float:left;
	height:48%;
	margin-top:-324px;/* half vertical height*/
	width:100%;
}

#content {
	clear:both; 
	height:648px;
	min-width: 1270px;
	width: 100%;
	border-bottom: 1px solid #663300;
}

#content-wrap {
	width: 1230px;
}

#left {
	width: 566px;
	float: left;
	border-right: 0px solid #663300;
}

#left-top {
	width: 566px;
	height: 648px;
	border-bottom: 0px solid #663300;
}

#right{
  height:648px;
  vertical-align: bottom; 
  display: table-cell;
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 0%;
  position: relative;
}

#right img { 
	bottom: 0px;
	padding-bottom: 0px;
}

#navigation {
	width: 320px;
	height: 645px;
	margin-left: 200px;
	text-align: left;
	border: 0px solid #663300;
	
}

#subnavigation {
	width: 320px;
	text-align: left;
	margin-left: 200px;
	border: 0px solid #663300;
	margin-top: 10px;
	float: left;
}

#subnavistretch {
	text-align: left;
	border: 0px solid #663300;
}

#subnavistretch img {
	padding-right: 5px;
}

#imgrightlarge {
	width: 455px;
	float: left;
	margin-top: 100px;
	margin-left: 0px;
	text-align: left;
}


#bildbeschrieb {
	width: 320px;
	margin-left: 16px;
	margin-top: 10px;
	float: left;
}

#bildbeschrieb p {
	padding-left: 0px;
}

/*=SPANS
=== === === === === === === === === === */



#home span.home,
#kunden span.customers,
#mitarbeiter span.employees,
#arbeiten span.sets,
#links span.links,
#kontakt span.contact {
	border-left: 1px solid #663300;
}

p.firstrow {
	margin-bottom: 18px;
}

p.secondrow {
	line-height: 15px;
	margin-bottom: 18px;
}

p.contact {
	margin-left: 3px;
	line-height: 14px;
}

p.employees {
	margin-left: 3px;
	line-height: 14px;
	margin-bottom: 1px;
}

p.customers {
	margin-bottom: 8px;
}

p.customers {
	margin-bottom: 5px;
}

p.sets {
	margin-bottom: 3px;
}

p.links {
	margin-bottom: 3px;
}

p.setdescription {
	margin-left: 3px;
	color: #565656;
}

p.numbers {
	line-height: 5px;
}

p.arrows {
	margin-bottom: 2px;
	margin-top: 10px;
}

.image-navi-wrapper {
	position: relative;
}

.image-navi-back {
    cursor: pointer;
    left: 0;
    top: 0;
}

.image-navi-forward {
    cursor: pointer;
    left: 50%;
    top: 0;
}

.image-navi {
    height: 100%;
    position: absolute;
    width: 50%;
}

/*=LINKS
=== === === === === === === === === === */

a.top {
	font: 12px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 3px;
	color: #663300;
	text-decoration: none;
	border-left: 1px solid #ffffff;
	padding-left: 2px;
}

a.top:hover {
	font: 12px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 3px;
	color: #663300;
	text-decoration: none;
	border-left: 1px solid #663300;
	padding-left: 2px;
}

span.small {
	font: 9px Georgia, "Times New Roman", Times, serif;
}

a.navigation {
	font: 10px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 3px;
	color: #663300;
	text-decoration: none;
	border-left: 1px solid #fff;
	padding-left: 2px;
}

a.navigation:hover {
	font: 10px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 3px;
	color: #663300;
	text-decoration: none;
	border-left: 1px solid #663300;
	padding-left: 2px;
}

a.items {
	font: 10px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 3px;
	color: #666633;
	text-decoration: none;
	border-left: 1px solid #fff;
	padding-left: 2px;
}

a.items:hover {
	font: 10px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 3px;
	color: #666633;
	text-decoration: none;
	border-left: 1px solid #666633;
	padding-left: 2px;
}

a.numbers {
	font: 8px "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: 1px;
	color: #666633;
	text-decoration: none;
	border-left: 1px solid #fff;
	padding-left: 2px;
}

a.numbers:hover {
	font: 8px "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: 1px;
	color: #666633;
	text-decoration: none;
	border-left: 1px solid #666633;
	padding-left: 2px;
}

a.itemsclose {
	font: 10px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	color: #666633;
	text-decoration: none;
	border-left: 1px solid #fff;
	padding-left: 2px;
}

a.itemsclose:hover {
	font: 10px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	color: #666633;
	text-decoration: none;
	border-left: 1px solid #666633;
	padding-left: 2px;
}


a.cst {
	font: 10px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 3px;
	color: #663300;
	text-decoration: none;
	border-left: 1px solid #fff;
	padding-left: 2px;
}

a.cst:hover {
	font: 10px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 3px;
	color: #663300;
	text-decoration: none;
	border-left: 1px solid #663300;
	padding-left: 2px;
}





/*=DIV Layouts Pages
=== === === === === === === === === === */
#spacer {
	width: 100%;
	height: 1px;
	float: right;
	text-align: left;
}

#page_1 img{
	width: 420px;
	float: left;
	margin-top: 100px;
	margin-left: 0px;
	text-align: left;
}

#page_2_1 img {
	width: 309px;
	height: 232px;
	float: right;
	margin-top: 160px;
	margin-right: 113px;
}

#page_2_2 img {
	width: 309px;
	height: 232px;
	float: left;
	margin-top: 462px;
	margin-left: 113px;
	text-align: left;
}

#page_3_1 img {
	width: 237px;
	height: 316px;
	float: right;
	margin-top: 76px;
	margin-right: 30px;
}

#page_3_2 img {
	width: 237px;
	height: 316px;
	float: left;
	margin-top: 378px;
	margin-left: 30px;
	text-align: left;
}

#page_4_1 img {
	width: 456px;
	height: 350px;
	float: right;
	margin-top: 43px;
	margin-right: 0px;
}

#page_4_2 img {
	width: 456px;
	height: 350px;
	float: left;
	margin-top: 344px;
	margin-left: 0px;
	text-align: left;
}


#page_5_1 img {
	height: 392px;
	float: right;
	margin-top: 1px;
	margin-right: 20px;
}

#page_5_2 img {
	height: 392px;
	float: left;
	margin-top: 302px;
	margin-left: 20px;
	text-align: left;
}

#page_6_1 img {
	width: 309px;
	height: 232px;
	float: left;
	margin-top: 100px;
	margin-left: 140px;
	text-align: left;
}

#page_6_2 img {
	width: 309px;
	height: 232px;
	float: left;
	margin-top: 129px;
	margin-left: 140px;
}


#page_7_1 img {
	width: 456px;
	height: 350px;
	float: right;
	margin-top: 43px;
	margin-right: 0px;
}

#page_7_2 img {
	width: 420px;
	float: left;
	margin-top: 101px;
	margin-left: 0px;
	text-align: left;
}


#page_8_1 img {
	width: 405px;
	height: 304px;
	float: right;
	margin-top: 88px;
	margin-right: 30px;
}

#page_8_2 img {
	width: 317px;
	height: 422px;
	float: left;
	margin-top: 272px;
	margin-left: 30px;
	text-align: left
}

#page_9_1 img {
	width: 405px;
	height: 304px;
	float: right;
	margin-top: 89px;
	margin-right: 30px;
}

#page_9_2 img {
	width: 405px;
	height: 304px;
	float: left;
	margin-top: 390px;
	margin-left: 30px;
	text-align: left
}


/* Scrollpane */
.scroll-pane
{
	width: 100%;
	height: 200px;
	overflow: auto;
}
.horizontal-only
{
	height: 65px;
	max-height: 65px;
}

