/* MAIN */
* {
  margin: 0;
  padding: 0;
}
html, body {
  	font-family: Arial,Helvetica,sans-serif;
  	font-size: 12px;
  	color: #444444;
 	margin: 0;
  	padding: 0;
  	width: 100%;
  	height: 100%;
}
h2 {
	font-size: 1.5em;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
}
#page {
	width: 800px;
	left: 50%;
    margin-left: -430px;
    top: 20px;
    position: relative;
}
#header {
	height: 40px;
	font-size: 2em;
	text-align: right;
	text-transform: uppercase;
}

/* PANORAMA */
#panorama {
	height: 300px;
	margin-bottom: 20px;
}
#imageholder {
	width: 800px;
	height: 300px;
	float: left;
	overflow: hidden;
}

/* BOTTOM */
#bottomwrapper {
	width: 100%;
	height: 323px;
	margin-top: 80px;
}
#bottomwrapper a {
    line-height: 1.3em;
    text-decoration: none;
    color: #444444;
}
#bottomwrapper a:hover {
    line-height: 1.3em;
    text-decoration: none;
    color: #444444;
    background-color: #e3e3e3;
}
#bottom-right {
  width: 350px;
  float: right;
}
#bottom-left {
  line-height: 1.4em;
  width: 50%;
  float: left;
  height: 320px;
}
#bottomleft-wrapper {
  text-transform: uppercase;
  position: absolute;
  bottom: -7px;
}
.subtext {
  line-height: 1.6em;
  font-size: 1.0em;
  margin-top: 10px;
}
.linktext {
  font-size: 1.0em;
  text-transform: uppercase;
  line-height: 1em;
}
.imprintwrapper {
  margin: 20px 20px 0 20px !important;
  width: 91% !important;
  text-align: justify;
}

/* IPHONE ART GALLERY */
#ipag-wrapper {
    width: 100%;
    height: 353px;
    margin-top: 60px;
}
#ipag-wrapper a {
    line-height: 1.3em;
    text-decoration: none;
    color: #444444;
}
#ipag-wrapper a:hover {
    line-height: 1.3em;
    text-decoration: none;
    color: #444444;
    background-color: #e3e3e3;
}
#ipag_title {
	float: left;
	width: 10px;
	height: 325px;
  background: url("../gfx/main/iphone.png") no-repeat 0 bottom;
}
.ipag_overview {
	float: right;
	width: 340px;
  display: none;
}
.ipag_thumb-image {
	width: 70px;
	height: 70px;
	float: left;
	margin-left: 15px;
	margin-bottom: 15px;	
}
/* iPhone Gallery Paging */
#ipagPaging {
  height: 25px;
  margin-bottom: 4px;
}
#previousIpag {
  float: right;
  width: 25px;
}
#currentpage {
  float: right;
  width: 45px;
  padding-top: 5px;
  text-align: center;
}
#nextIpag {
  float: right;
  width: 25px;
}

/* News */
.news-wrapper {
  margin-top: 29px;
}
.news-image {
  width: 90px;
  height: 90px;
  float: left;
}
.news-text {
  width: 220px;
  height: 100px;
  font-size: 1.1em;
  margin-left: 155px;
}
.news-text-wide {
  width: 400px;
  height: 55px;
  font-size: 1.1em;
}

/* Colorbox Customizings */

#cboxOverlay {
  background: none repeat scroll 0 0 #000000 !important;
}
#cboxLoadedContent {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 20px solid #FFFFFF;
}
#cboxContent {
  font-size: 14px;
}
#cboxPrevious {
  bottom: 6px !important;
  left: 20px !important;
}
#cboxNext {
  bottom: 6px !important;
  right: 22px;
  left: 50px !important;
}
#cboxCurrent {
  bottom: 10px !important;
  left: 90px !important;
}
#cboxClose {
  bottom: 10px !important;
  right: 20px !important;
}
#cboxTitle {
  bottom: 10px !important;
}

/* Colorbox missing images */
#cboxTopLeft{width:25px; height:25px; background:none !important;}
#cboxTopCenter{height:25px; background:none !important;}
#cboxTopRight{width:25px; height:25px; background:none !important;}
#cboxBottomLeft{width:25px; height:25px; background:none !important;}
#cboxBottomCenter{height:25px; background:none !important;}
#cboxBottomRight{width:25px; height:25px; background:none !important;}
#cboxMiddleLeft{width:25px; background:none !important;}
#cboxMiddleRight{width:25px; background:none !important;}
#cboxLoadingOverlay{background:none !important;}










