/* COLORS */
/*
background:	#393A3E
text:		#ffffff
content:	ffffff
borders:	999999
highlight:	666666
*/

/* PRESETS */
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	behavior:url("css/csshover.htc");
}
img {
	border: none;
}
a {
	outline: 0;
}
.png, .roundBox div {
	behavior: url('css/iepngfix.htc');
}

/* DEFAULT */
html {
	background: #393A3E url(../images/bg.jpg) repeat-x;
}
body {
	background: url(../images/pattern.gif) repeat;
	font-size: 0.6em;
	line-height: 1.5em;
	color: white;
	font-family: Verdana, Taoma, sans-serif;
}

h1 {
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	border-bottom: 1px dotted #f60;
	margin: 0px;
}
h2 {
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	border-bottom: 1px dotted #f60;
	margin: 0px;
}
h3 {
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	border-bottom: 1px dotted #f60;
	margin: 0px;
}
a {
	color: #f60;
	text-decoration: none;
}
a:hover {
	color: #fc0;
}
div {
	
}
p {
	margin: 0 20px 0;
	padding: 6px 12px 6px;
	text-align: justify;
}
hr {
	border: none;
	border-bottom: 1px solid orange;
	margin: 25px;
}
ul {
	margin: 0 0 0 40px;
	padding: 12px 0px;
1}
li {
	list-style-image: url(../images/li.gif);
	line-height: 16px;
	padding-left: 13px;
	margin-left: 0px;
}
table {
	
}
th {
	
}
td {
	
}
small {
	font-size: 0.9em;
	color: #666;
}

/* LAYOUT */
body, html {
	overflow: hidden;
}
.pattern {
	
	width: 100%;
	min-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
* html .pattern {
	height: 100%;
}

.sky {
	background: url(../images/panorama/Default.jpg) repeat-x 50% 50%;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 101;
	overflow: auto;
}
.scroller {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 105;
	overflow-y: scroll;
}
* html .scroller {
	overflow: hidden;
	overflow-y: scroll;
}
.bannerswitch {
	position: absolute;
	z-index: 115;
	bottom: 12px;
	left: 12px;
	display: none;
	padding: 0px;
}
.bannerswitch img {
	cursor: pointer;
	margin: 1px;
	border: 1px solid #fff;
}
.bannerinfo {
	position: absolute;
	z-index: 108;
	bottom: 0;
	left: 0;
	margin-top: 111px;
	padding: 3px;
	padding-left: 6px;
	font-size: 0.9em;
}
.bannerinfo a, .bannerinfo {
	color: #999;
}
.shadow {
	background: url(../images/shadow.png) repeat;
	width: 100%;
	height: 6px;
	position: absolute;
	z-index: 103;
	top: 50%;
	left: 0;
	margin-top: 105px !important;
	margin-top: 106px;
}
.shadow2 {
	background: url(../images/shadow.png) repeat;
	width: 100%;
	height: 6px;
	position: absolute;
	z-index: 103;
	top: 50%;
	left: 0;
	margin-top: -108px !important;
	margin-top: -107px;
}
.boomshop {
	position: absolute;
	width: 100%;
}

.boomshop .roundBoxC {
	height: 250px;
}
.white {
	padding: 4px;
}
.eyecatcher {
	position: absolute;
	bottom: 12px;
	right: 12px;
}
.macbook {
	float: left;
	margin-left: 35px;
}
.left {
	position: absolute;
	z-index: 110;
	width: 355px;
	top: 50%;
	left: 50%;
	margin: -220px auto auto -355px;
}
.right {
	position: absolute;
	z-index: 111;
	width: 355px;
	top: 50%;
	left: 50%;
	margin: -220px auto auto 10px;
}
.right .roundBox {
	margin-bottom: 10px;
}
.switch {
	float: right;
}
.hidden {
	overflow: hidden;
	clear: both;
}
.content {
	position: absolute;
	top: 284px;
	left: 0;
	width: 100%;
}
.content .roundBoxC {
	
}
.schmidt {
	
}
.schmidt .roundBoxC {
	
}
.tonstudio {
	
}
.tonstudio .roundBoxC {
	
}
.jammin-inc {
	
}
.jammin-inc .roundBoxC {
	
}
.blog {
	
}
.blog .roundBoxC {
	
}

.image {
	margin: 10px -44px 0px;
}
.logo {
	float: left;
	margin-right: 10px;
	margin-bottom: 2px;
}
.link {
	display: block;
	text-align: right;
	padding: 6px 0;
}
.teaser h3, .teaser div{
	margin-left: 172px;
}
.teaser h3 {
	
}
/* ELEMENTS */



/* ROUNDBOX */
.roundBox {
	
}
.roundBoxT {
	background: url(../images/blinder/black/65.png) repeat;
	margin: 0 12px;
	height: 12px;
	text-align: left;
	font-size: 1px;
	line-height: 1px;
}
.roundBoxTL {
	background: url(../images/blinder/black/65/12/tl.png) no-repeat;
	width: 12px;
	height: 12px;
	overflow: hidden;
	float: left;
}
.roundBoxTR {
	background: url(../images/blinder/black/65/12/tr.png) no-repeat;
	width: 12px;
	height: 12px;
	overflow: hidden;
	float: right;
}
* html .roundBoxT {
	margin: 0 -3px;
}
* html .roundBoxTL {
	margin: 0 -3px 0 0;
}
* html .roundBoxTR {
	margin: 0 0 0 -3px;
}

.roundBoxC {
	background: url(../images/blinder/black/65.png) repeat;
	margin: 0;
	padding: 0 12px;
	clear: both;
}

.roundBoxB {
	background: url(../images/blinder/black/65.png) repeat;
	margin: 0 12px;
	height: 12px;
	text-align: left;
	font-size: 1px;
	line-height: 1px;
}
.roundBoxBL {
	background: url(../images/blinder/black/65/12/bl.png) no-repeat;
	width: 12px;
	height: 12px;
	overflow: hidden;
	float: left;
}
.roundBoxBR {
	background: url(../images/blinder/black/65/12/br.png) no-repeat;
	width: 12px;
	height: 12px;
	overflow: hidden;
	float: right;
}
* html .roundBoxB {
	margin: 0 -3px;
}
* html .roundBoxBL {
	margin: 0 -3px 0 0;
}
* html .roundBoxBR {
	margin: 0 0 0 -3px;
}
.roundBox p {
	margin-bottom: 0px;
}
