@charset "UTF-8";
/**
  * generel style
  */

body {
	font-size:16px;
	color:#fff;
	text-align:center;
}
body, h1, h2, h3, h4, p, span, input, select, option, a, textarea, ul {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:100;
}
body#lay1 {
	background:#27261b url(../images/bg-body2.jpg) no-repeat top center;	
}
body#lay2 {
	background:#27261b url(../images/bg-body3.jpg) no-repeat top center;
	background-attachment:fixed;
}
.clearer { 
	clear:both; 
}
a img, img  { 
	border: none; 
	overflow:hidden; 
	display:block; 
}
.skip {
	left:-9999px;
	position:absolute;
	z-index:10;
}
.white {
	color:#fff;
}


/**
  * typo style
  */
h1 { 
	font-size:0.88em; 			/*14*/
	text-transform:uppercase; 
	padding-bottom:10px;
	color:#48bce5;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
h2 { 
	font-size:0.81em; 			/*13*/
	padding-bottom:10px;
	color:#f5f5f5;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
h2.hnews { 
	padding-bottom:3px !important;
	color:#777;
	font-weight:normal;
	font-size:0.75em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
h3 { 
	font-size:0.88em;  			/*14*/
	padding-bottom:10px;
	color:#f5f5f5;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

ul { 
	font-size:0.88em; 			/*14*/
	color:#7d7d7d; 
	list-style:none;
}
p { 
	font-size:0.75em; 			/*12*/
	color:#d4d3d0; 
	line-height:16px; 
	padding-bottom:15px;
}
a {
	text-decoration:none; 
	color:#7d7d7d;
	font-size:0.75em; 			/*12*/
}
a:hover { 
	color:#313131; 
}
.zue {
	color:#fff;	
}

/**
  * structure and arrangement
  */
#wrapper {
	position:relative;
	text-align:left;
	margin:0 auto;
	width: 910px;
}
	#header {
		position:relative;
		float:left;
		width:100%;
		padding-top:35px;
		padding-bottom:10px;
	}
		
		#mainnav {
			position:absolute;
			bottom:10px;
			left:0px;
		}
		
		.logo {
			float:right;
			padding-right:10px;
		}
	
	#teaser {
		float:left;
		width:890px;
		padding:10px;
		background:url(../images/bg-teaser.jpg) repeat-x top left;
		margin-bottom:10px;
	}
	
	#lay1 #body {
		float:left;
		width:100%;
		padding-bottom:10px;
	}
	#lay2 #body {
		float:left;
		width:100%;
	}
	
	#footer {
		float:left;
		margin-top:20px;
		width:890px;
		padding:5px 10px;
		border-top:1px solid #525149;
	}

/**
  * mainnav
  */
#mainnav ul {
	list-style:none;
}
#mainnav ul li {
	float:left;
	padding:0 10px;
}
#mainnav ul li a {
	display:block;
	color:#fff;
	font-size:1.00em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#mainnav ul li a:hover {
	color:#48bce5;
}
#mainnav ul li.selected a {
	color:#48bce5;
	border-bottom:1px solid #48bce5;
}

/**
  * body start
  */
.box {
	float:left;
	width:200px;
	height:260px;
	margin-right:10px;
	padding:10px;
	background:#373424 url(../images/bg-box-start.jpg) repeat-x top left;
	overflow:hidden;
}
.box:hover {
	background:#434033 url(../images/bg-box-start-hover.jpg) repeat-x top left;
}
.box.last {
	margin-right:0;
}
.box h1 {
	padding-top:10px;
}
.box p {
	padding-bottom:0px;
}
.box p a {
	font-size:1.00em;
	color:#48bce5;
}
.box p a:hover {
	color:#fff;
}

/**
  * cols
  */
#colleft {
	float:left;
	width:200px;
	padding:10px;
	margin-right:10px;
	height:550px;
	background:url(../images/bg-colleft.png) repeat top left;
}
#colcenter {
	float:left;
	width:430px;
	padding:10px;
	min-height:550px;
	margin-right:10px;
	background:#45442f url(../images/bg-colcenter.png) repeat-x top left;
}
#colright {
	float:left;	
	width:220px;
}
#colright .box {
	margin-right:0px;
	min-height:201px;
	margin-bottom:10px;
}
* html #colleft,
* html #colcenter {
	height:411px;
}

/**
  * screenshots
  */
#screenshots {
	float:left;
	width:680px;
}
#screenshots .box {
	min-height:10px;
	padding:10px 10px 10px 10px;
	margin-bottom:10px;
	background:#45442f url(../images/bg-colcenter.png) repeat-x top left;
}
#screenshots .box p {
	padding:8px 0 0 0;
	font-size:11px;
}

/**
  * colleft
  */
#colleft ul {
	list-style:none;
}
#colleft ul li {
	float:left;
	width:100%;
	border-bottom:1px solid #547f87;
}
#colleft ul li a {
	display:block;
	color:#fff;
	font-size:0.86em;
	line-height:24px;
}
#colleft ul li a:hover {
	color:#48bce5;
}
#colleft ul li.selected a {
	color:#48bce5;
}

/**
  * colcenter
  */
#colcenter .news {
	float:left;
	width:100%;
	padding-bottom:7px;
	border-bottom:1px dotted #56554d;
	margin-bottom:10px;
}
#colcenter .news h2 {
	padding-bottom:7px;
}
#colcenter h1 {
	padding:0 0 5px 0;
}
#colcenter h2 {
	padding:0 0 15px 0;
}
#colcenter img {
	float:left;
	padding-right:15px;
	padding-bottom:5px;
}
#colcenter .imgfloatleft {
	float:left;
	padding:0px;
	margin:0px;
	padding-bottom:20px;
	padding-left:5px;
}
#colcenter .imgfloatright {
	float:right;
	padding:0px;
	margin:0px;
	padding-bottom:20px;
	padding-right:5px;
}
#colcenter a {
	font-size:1.00em;
	color:#48bce5;
}
#colcenter a:hover {
	color:#fff;
}
#colcenter ul {
	list-style:disc;
	padding-left:15px;
	color:#bab9b6;
	font-size:12px;
	line-height:16px; 
	padding-bottom:15px;
}

/**
  * product
  */
.product {
	float:left;
	width:100%;
	border-bottom:1px dotted #56554d;
	margin-bottom:10px;
	padding-bottom:10px;
	position:relative;
}
p.pbuy {
	color:#666;
}

/**
  * footer
  */
#footer .copy {
	float:left;
}
#footer .copy p {
	font-size:0.69em;
	color:#525149;
}
#footer .copy p a {
	font-size:1.00em;
}
#footer .copy p a:hover {
	color:#525149;
}
#footer .nav {
	float:right;
}
#footer .nav ul {
	list-type:none;
}
#footer .nav ul li {
	float:left;
	padding-left:10px;
}
#footer .nav ul li a {
	display:block;
	font-size:0.75em;
	color:#525149;
}
#footer .nav ul li a:hover {
	color:#6d6c67;
}

table {
	clear:both;
	margin-top:10px;
	width:100%;	
}
table td,
table th {
	font-size:0.75em; 			/*12*/
	color:#d4d3d0; 
	line-height:16px; 
}
table th {
	border-bottom:1px solid #525149;
	margin-bottom:5px;
}


#loginfrm p {
	width:100%;
	float:left;
}
#loginfrm label {
	display:block;
	float:left;
	width:75px;
}
#loginfrm input {
	float:left;
}


#pr p{
	float:left;	
}
