/**
*     _____  ____ _ ________        __   __
*     \____ _____/ \  ____/| |  | |/ /  / /                                              
*         | | / /__\ \     |  __  / / |/ / |                                             
*         | |/ ______ \____|_|  | __   __  __|                                           
*         |_/_/      \_ ______\ |_| |_|  |_|                                             
*
* Tach44 webdesign - Creative Web Design and Development       
* (c)2006-2009 Tach44 webdesign
*
* main attributes
* ---------------------------------------------------------------- */
body {
	margin: 0;
	background: url(img/bg.png) repeat-x #ffffff;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 11px;
}

a:link {
	text-decoration: none;
	color: #006600;
}

a:active {
	text-decoration: none;
	color: #acda1d;
}

a:visited {
	text-decoration: none;
	color: #006600;
}

a:hover {
	text-decoration: none;
	color: #acda1d;
}

img {
	border: 0;
}

h5 {
	font-weight: normal;
	font-family: Verdana;
	font-size: 11px;
	color: #f87820;
	margin: 2px 0 0 0;
	padding: 0;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	color: #565656;
	border-bottom: 1px solid #d4d4d4;
	margin: 0 0 8px 0;
	padding: 3px 0 3px 0;
}

a.blank {
	padding-right: 15px;
	background: url(img/blank.jpg) no-repeat center right;
}

a.rollout {
	padding-right: 10px;
	background: url(/img/rollout.jpg) no-repeat center right;
}

/**
* main div structure
* ---------------------------------------------------------------- */
div#main {
	margin: auto;
	width: 900px;
}

div#header {
	height: 100px;
	background: url(img/header.png) no-repeat;
	text-align: right;
	padding: 0 15px 0 15px;
}

div#header div#links a, div.welcomebadge a {
	color: #000000;
}

div#footer {
	height: 30px;
	background: url(img/footer.png) no-repeat;
	text-align: right;
	padding-right: 25px;
	color: #b6b6b6;
}

div#footer a:link,div#footer a:visited {
	color: #b6b6b6;
}

div#footer a:hover,div#footer a:active {
	color: #A2D203;
}

div#content {
	background: url(img/content.png) repeat-y;
	padding: 0 9px 0 11px;
}

div#navigation {
	padding: 18px 0 0 0;
}

div#navigation ul {
	margin: 5px 0 0 0;
	padding: 0 50px 0 0;
	list-style: none;
	float: right;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background:url(/img/navi_fadin.jpg) no-repeat 0 4px #ffffff;
	width:830px;
}

div#navigation ul li {
	display: block;
	float: right;
	height: 38px;
	text-align:center;
}

/* #797979*/

div#navigation ul li.link div.top {
  height:4px;
}
div#navigation ul li.link div.top span.topleft {
  display:block;
  float:left;
  height:4px;
  width:1px;
}
div#navigation ul li.link div.top span.topright {
  display:block;
  float:right;
  height:4px;
  width:1px;
}

div#navigation ul li.link div.bottom {
  height:4px;
}
div#navigation ul li.link div.bottom span.bottomleft {
  display:block;
  float:left;
  height:4px;
  width:1px;
}
div#navigation ul li.link div.bottom span.bottomright {
  display:block;
  float:right;
  height:4px;
  width:1px;
}

div#navigation ul li.link:hover div.top {
	background: url(/img/navi_top.jpg);
}
div#navigation ul li.link:hover div.top span.topleft, div#navigation ul li.link:hover div.top span.topright {
	background: url(/img/navi_top_corner.jpg);
}

div#navigation ul li.link:hover {
	background: url(/img/navi_linkbg.jpg) 0 4px repeat-x;
}

div#navigation ul li.link:hover div.bottom {
	background: url(/img/navi_bottom.jpg);
}
div#navigation ul li.link:hover div.bottom span.bottomleft, div#navigation ul li.link:hover div.bottom span.bottomright {
	background: url(/img/navi_bottom_corner.jpg);
}

div#navigation a:link,div#navigation a:visited {
	color: #000000;
	display: block;
	padding: 9px 15px 8px 15px;
	font-size: 1.1em;
}

div#navigation a:hover,div#navigation a:active {
	color: #d3eb52;
	text-decoration: underline;
}


div#left {
	padding: 5px 25px 5px 10px;
	display: block;
	float: left;
	width: 600px;
}

div#right {
	padding: 5px 10px 5px 5px;
	display: block;
	float: left;
	width: 229px;
	margin-bottom: 5px;
}

div#full {
	width: 859px;
	padding: 5px 25px 5px 10px;
}

div#lastinfo {
	text-align: right;
	color: #c7c7c7;
	padding-right: 20px;
}

div.productinfo {
	margin: 5px 5px 0 5px;
	padding: 10px 5px 5px 5px;
	border-top: 1px dashed #dddddd;
}

div.productpict {
	margin: 10px 10px 10px 10px;
	border: 1px solid #DDDDDD;
	padding: 5px;
}

div.productdownloads {
	margin: 0 10px 0 10px;
}

div.welcomebadge {
	padding:3px 0 5px 5px;
}

/**
* universal Attributes
* ---------------------------------------------------------------- 
input.text {
	font-size: 10px;
	width: 150px;
	padding: 2px 10px 2px 2px;
	border: 1px solid #969696;
	margin-left: 3px;
	background: url(img/inputbg.png) right top no-repeat;
}

textarea.text {
	font-size: 12px;
	width: 190px;
	padding: 2px 10px 2px 2px;
	border: 1px solid #969696;
	margin-left: 3px;
	background: url(img/inputbg.png) right top no-repeat;
}
*/
input.ctext {
	width: 250px;
	margin-left: 10px;
}

textarea.ctext {
	width: 250px;
	margin-left: 10px;
}

div.headline1 {
	font-size: 13px;
	font-weight: bold;
	color: #565656;
	border-bottom: 1px solid #d4d4d4;
	margin-bottom: 8px;
	padding: 3px 0 3px 0;
}

ul.linklist {
	list-style: none;
	margin: 5px 0 5px 0;
	padding: 0 0 0 15px;
}

ul.linklist li {
	padding: 3px 0 3px 0;
}

ul.linklist li:hover {
	list-style: url(/img/liststyle.jpg);
}

ul.linklist li a {
	color: #aaaaaa;
}

ul.linklist li a:hover {
	color: #555555;
}

ul.partnerlist {
	list-style: none;
	margin: 5px 0 5px 0;
	padding: 0 0 0 15px;
}

ul.partnerlist li {
	padding: 1px 0 2px 2px;
	border-bottom: 1px dashed #B5B5B5;
	width: 120px;
	margin: 2px 0 2px 0;
}

div.set {
	padding: 5px;
	margin-bottom: 5px;
}

img.iconpreview {
	margin: 5px;
	padding: 2px;
	border: 1px solid #EAEAEA;
}

div.linkpartner {
	margin: 5px;
	padding: 5px;
	border: 1px solid #f0f0f0;
}

div.linkpartner h3 {
	margin: 3px 2px 3px 2px;
	border-bottom: 1px dashed #dddddd;
	padding: 0 0 2px 0;
}

div.linkpartner img {
	padding: 3px;
	border: 1px solid #dddddd;
	margin: 3px;
	background: #F3F3F3;
}

img.linkpartnerimg {
	padding: 2px;
	border: 1px solid #dddddd;
	margin: 5px 2px 2px 2px;
}

div.fail {
	color: #FF0000;
	padding: 2px;
}

div.project {
	padding: 5px;
	margin: 3px;
	border: 1px solid #dddddd;
}

div.project h3 {
	margin: 1px;
	background: #f0f0f0;
	padding: 3px 2px 3px 2px;
	font-size: 12px;
}

div.error_message {
	color: #ff0000;
	font-size: 12px;
	padding: 10px 0 10px 0;
}

div.news_article {
	margin-top: 15px;
}

div.news_article h3,h3 {
	margin: 5px 0 3px 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
}

div.news_article div.news_article_info {
	padding: 3px;
	border-bottom: 1px dashed #aaaaaa;
}

div.news_article div.news_article_info span {
	color: #aaaaaa;
	font-style: italic;
	padding-right: 3px;
}

div.product {
	margin: 0 0 10px 0;
}

.num {
	float: left;
	color: gray;
	font-size: 13px;
	font-family: monospace;
	text-align: right;
	margin-right: 6pt;
	padding-right: 6pt;
	border-right: 1px solid gray;
}

code {
	font-size: 13px;
	font-family: monospace;
	white-space: nowrap;
}

.code {
	overflow: auto;
	width: 435px;
}

.jhide {
	display: none;
}

.errormessage {
	color: #bb0000;
}

.errormessage ul {
	list-style: none;
	padding: 5px 0 10px 5px;
	margin: 0;
}

.errormessage ul li {
	padding: 3px 0 3px 5px;
}

/**
* easy text format
* ---------------------------------------------------------------- */
.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.italic {
	font-style: italic;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.b_space {
	padding-bottom: 5px;
}

.t_space {
	padding-top: 5px;
}
p {
	text-align:justify;
	font-size: 12px;
	line-height:18px;
}

/**
* Forms
* ---------------------------------------------------------------- */
input.text,textarea.text,select.text {
	width: 570px;
	padding: 2px;
	margin: 5px 0 5px 0;
	border: 1px solid #aaaaaa;
}

input.button {
	margin: 5px 5px 5px 0;
}

/**
* hover effects
* ---------------------------------------------------------------- */
div.products1 {
	float: left;
	display: block;
	width: 200px;
	height: 200px;
	background: url(img/products1.png);
}

div.products2 {
	float: left;
	display: block;
	width: 200px;
	height: 200px;
	background: url(img/products2.png);
}

div.products3 {
	float: left;
	display: block;
	width: 200px;
	height: 200px;
	background: url(img/products3.png);
}

div.products1:hover {
	background: url(img/products1a.png);
}

div.products2:hover {
	background: url(img/products2a.png);
}

div.products3:hover {
	background: url(img/products3a.png);
}

/**
* ImageViewer
* ---------------------------------------------------------------- */
div#zoomBox {
	position: absolute;
	padding: 10px;
	background: #ffffff;
	z-index: 90;
	display: none;
}

div#background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 80;
	display: none;
}

div#zoomText {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 70;
	display: none;
	background: url(/img/boxbg2.png);
	padding: 10px;
}

div#olderversions {
	display: none;
	text-align: left;
	background: #ffffff;
	border-right: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	float: right;
	padding: 5px;
	width: 200px;
}

/**
* Search
* ---------------------------------------------------------------- */
input.search {
	width: 175px;
	font-size: 12px;
	padding: 4px 4px 4px 25px;
	border: 1px solid #dddddd;
	background: url(/img/search_bg.gif) 2px 2px no-repeat #FFFFFF;
	margin: 5px 0 0 10px;
	color:#bbbbbb;
}