/*
client:          www.itip-gmbh.eu
version:         1.0
date:            2007-08-17
author:          michael eichelsdoerfer
author website:  www.michael-eichelsdoerfer.de
*/

/*
							basics
*/

body {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
	text-decoration: none;
}

*:first-child {
	margin-top: 0;
}

table {
	border-collapse: collapse;
	font-size: 12px;
}

th, td {
  	text-align: left;
}

/*
							document
*/

body {
	font: normal normal normal 12px/1.5 arial, sans-serif;
	color: #000;
	background: #6B7FAF;
	background: #fff;
/*	background: #20397C url(images/background.jpg) repeat-x fixed;
*/	
	text-align: center;
}

#container {
	width: 82%;
	min-width: 60em;
	max-width: 75em;
	text-align:left;
	margin: 0 auto;
	padding: 12px 18px;
	color: #000;
	background: #fff;
}

/*
							layout
*/

#header {
	float: left;
	width: 100%;
}

#header img#logo {
	float: left;
	width: 163px;
	height: 60px;
	margin-left: -2px;
}

#header ul#language-selector {
	float: right;
	margin-right: 0;
	position: relative;
	right: -12px;
	margin-top: 36px;
}

#navbar {
	float: left;
	width: 100%;
	margin: 18px 0 36px -12px;
	padding-right: 24px;
	border-bottom: 1px solid #aaa;
}

#nav {
	float: left;
}

#content {
	float: left;
	width: 100%;
	padding-bottom: 36px;
}

.screencast #content {
	padding-bottom: 12px;
}

#main {
	float: left;
	width: 67%;
}

#extra {
	float: right;
	width: 27%;
	margin-right: 0;
	position: relative;
	right: -12px;
}

#footer {
	clear: both;
	margin: 0 -12px;
	padding: 6px 12px;
	width: 100%;
	text-align: left;
	color: #aaa;
	background-color: inherit;
	border-top: 1px solid #aaa;
	font: normal normal normal 10px/14px arial, sans-serif;
}


/*
							typography
*/

h1 {
	font: normal normal normal 30px/36px helvetica, arial, sans-serif;
	color: #0073BC;
	background-color: inherit;
}

#header h1 {
	margin: 0;
}

h2 {
	font-family: helvetica, arial, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #0073BC;
	background-color: inherit;
	margin-bottom: 12px;
}

h2.greeting {
	font-size: 30px;
}
	
div.news.brief h2 {
	font-size: 18px;
}

h2 a:link,
h2 a:visited {
	text-decoration: none;
}

h2 a:focus,
h2 a:hover {
	text-decoration: underline;
}

h3 {
	clear: left;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #0073BC;
	background-color: inherit;
	margin-top: 24px;
	margin-bottom: 0;
}

a:link, a:visited {
	color: #0073BC;
	background-color: inherit;
}

a:focus, a:hover {
	color: #F4BC28;
	color: #0073BC;
	background-color: inherit;
}

strong {
	color: #0073BC;
	background-color: inherit;
}

/*
							language selector
*/

ul#language-selector {
	margin: 0 -12px 0 0;
	padding: 0;
	list-style-type: none;
	color: #aaa;
	background-color: inherit;
	font: normal normal normal 10px arial, sans-serif;
}

ul#language-selector li {
	display: inline;
	white-space: nowrap;
}

ul#language-selector li a, ul#language-selector li span.current-language {
	display: block;
	float: left;
	padding: 5px 10px;
}

ul#language-selector a:link, ul#language-selector a:visited {
	text-decoration: none;
	color: #000;
} 

ul#language-selector a:focus, ul#language-selector a:hover {
	text-decoration: underline;
}

/*
							navigation
*/

ul#nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight: bold;
	font: normal normal normal 14px/14px helvetica, arial, sans-serif;
}

ul#nav li {
	display: inline;
}

ul#nav li a, ul#nav li .current-page {
	display: block;
	float: left;
	text-decoration: none;
	padding: 6px 12px;
}

ul#nav a:link, ul#nav a:visited {
	color: #000;
	background-color: inherit;
}

ul#nav a:focus, ul#nav a:hover {
	text-decoration: underline;
	color: #000;
	background-color: inherit;
}

ul#nav .current-page, ul#nav a.current-section {
	color: #aaa;
	background-color: #fff;
}

/*
							content
*/

div.hidden {
	display: none;
}

ul.product-listing {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.product-listing li {
	float: left;
	padding: 6px;
	margin: 0 12px 12px 0;
	border: 1px solid #aaa;
	width: 105px;
	height: 170px;
	overflow: hidden;
}

ul.product-listing h3 {
	font-size: 14px;
	margin: 0;
}

ul.product-listing h3 a {
	display: block;
	padding-bottom: 1em;
}

ul.product-listing h3 a:link,
ul.product-listing h3 a:visited {
	text-decoration: none;
}

ul.product-listing h3 a:focus,
ul.product-listing h3 a:hover {
	text-decoration: none;
}

div.box {
	font-size: 11px;
	color: inherit;
	padding: 10px 12px 6px 12px;
	margin-bottom: 12px;
	border: 1px solid #aaa;
}

div.box h2 {
	font-size: 16px;
}

div.box ul {
	list-style-type: none;
	margin-left: 6px;
	padding-left: 0;
}

div.box li {
	padding-left: 20px;
	margin-left: 0;
	margin-bottom: 6px;
	background-image: url(images/arrow-right.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

div.box li.hotnews {
	background-image: url(images/arrow-right-animated.gif);
}

div.box.news li a:link,
div.box.news li a:visited {
	color: #000;
	background-color: inherit;
	text-decoration: none;
}

div.box.news li a:focus,
div.box.news li a:hover {
	color: #0073BC;
	background-color: inherit;
	text-decoration: none;
}

div.box li.hotnews a:link,
div.box li.hotnews a:visited {
	color: #c00;
	background-color: inherit;
	font-weight: bold;
	text-decoration: none;
}

div.box li.hotnews a:focus,
div.box li.hotnews a:hover {
	color: #0073BC;
	background-color: inherit;
	font-weight: bold;
	text-decoration: none;
}

div.box.references {
	margin-bottom: 0;
}

div.box blockquote {
	margin-left: 12px;
	margin-right: 12px;
	padding-left: 0;
}

div.box blockquote em {
	font-style: italic;
	font-weight: bold;
}

div.box p.suphead {
	margin-bottom: -0.7em;
}

div.box .courtesy-info {
	text-align: right;
	font-style: italic;
	color: #aaa;
}

div.box.news.feed h2 {
	padding-right: 24px;
	background: url(images/feed-icon-12x12.gif) right center no-repeat;
}

.demo-request div.box {
	font-size: 12px;
}

.demo-anfrage div.box {
	font-size: 12px;
}

.entry {
	margin-bottom: 2em;
}

.entry.product {
	float: left;
	width: 100%;
}

.entry.product p.company {
	margin-top: -12px;
}
	
.entry.product img {
	float: left;
	border: 1px solid #aaa;
	padding: 6px;
	margin: 0 12px 12px 0;
}

.entry.product em img {
	float: none;
	margin-bottom: 0;
}

div.news .date {
	font-size: 10px;
/*	color: #000;
	background-color: #FCD045;
*/	
	margin: 0 9px 0 0;
	padding: 0 3px;
	border: 1px solid #aaa;
	float: left;
}

a.more {
	float: none;
	padding-right: 22px;
	background: transparent url(images/arrow-right.gif) right center no-repeat;
}

a.back {
	padding-left: 22px;
	background: transparent url(images/arrow-left.gif) left center no-repeat;
}

a:link.more,
a:visited.more,
a:link.back,
a:visited.back {
	text-decoration: none;
}

a:focus.more,
a:hover.more,
a:focus.back,
a:hover.back {
	text-decoration: underline;
}

div.pagination {
	font-size: 11px;
	color: #aaa;
	background-color: inherit;
	margin-top: 3em;
}

div.pagination .legend {
	color: #000;
	background-color: inherit;
}

div.pagination a:link,
div.pagination a:visited {
	text-decoration: none;

}

div.pagination a:focus,
div.pagination a:hover {
	text-decoration: underline;
}

/*
							forms
*/

table.demo-request {
	border: 1px solid #aaa;
	margin-bottom: 12px;
}

table.demo-request th {
	font-weight: normal;
}

table.demo-request td {
	color: #000;
	background-color: #ffdc61;
}

table.demo-request th,
table.demo-request td {
	padding: 6px;
	border: 1px solid #aaa;
}

p.error {
	font-weight: bold;
	color: #c00;	
}

p.success {
	font-weight: bold;
	color: #0a0;
}

/*
							shop
*/

.de-online-store .box,
.online-store .box,
.shop .box {
	font-size: 12px;
}

.online-store .box li a:link,
.online-store .box li a:visited,
.online-store .box li a:focus,
.online-store .box li a:hover {
	text-decoration: underline;
}

table.shop {
	border-width: 1px;
	border-style: solid;
	border-color: #aaa;
	margin-bottom: 12px;
}

table.shop th {
	color: #000;
	background-color: #ffdc61;
}

table.shop th,
table.shop td {
	padding: 6px;
	border-width: 1px;
	border-style: solid;
	border-color: #aaa;
}

table.shop .symbol {
	text-align: center;
}

table.shop .price {
	text-align: right;
}

table.shop td.price {
	white-space: nowrap;
}

table.shop .add-to-cart {
	text-align: center;
}

table.shop .total {
	font-weight: bold;
}

table.shop td.empty {
	border: none;
}

table.address {
	border: none;
	margin: 12px 0;
}

table.address th,
table.address td {
	border: none;
	padding: 2px 18px 2px 0;
}

table.address th {
	color: #0073BC;
	background-color: inherit;
	text-align: right;
}

input {
	font-size: 12px;
	font-family: arial, sans-serif;
}

input.eingabe {
	background-color: #ffda6d;
}

.shop-nav {
	margin-top: 12px;
	float: left;
	width: 100%;
}

.shop-nav p.back {
	width: 49%;
	float: left;
	margin: 0;
}

.shop-nav p.forward {
	width: 50%;
	float: right;
	margin: 0;
}

.shop p.back a {
	padding: 0 0 0 20px;
	background: transparent url(images/arrow-left.gif) left center no-repeat;
}

.shop p.forward a {
	padding: 0 20px 0 0;
	background: transparent url(images/arrow-right.gif) right center no-repeat;
}
