/* ****** structure ******************************************************** */

* {
	margin: 0;
  padding: 0;
}
html {
	height: 100%;
  overflow-y: scroll;
  background: #fff url(../gfx/bg.jpg) repeat-x;
  font: 13px/20px calibri, tahoma, verdana, sans-serif;
  font-size-adjust: 0.46;
  color: #555;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
}
#header {
  background: url(../gfx/plus.gif) no-repeat top center fixed;
	height: 104px;
	width: 960px;
}
#header img {
  margin-top: 42px;
  position: fixed;
}
#header a {
	border: 0;
}
#left {
	width: 230px;
	margin-top: 41px;
	position: fixed;
	float: left;
}
#left ul {
	list-style: none;
	font: 13px/20px calibri, tahoma, verdana, sans-serif;
 font-size-adjust: 0.46;
	color: #555;
}
#left ul ul a {
	padding-left: 12px;
}
#left ul ul ul a {
	padding-left: 24px;
}
#left a {
	text-decoration: none;
	border: 0;
	color: #555;
	display: block;
	background: none;
	padding-bottom: 0;
}
#left ul a:hover,
#left ul a.active {
	color: #5d8cb0;
}
#main {
	width: 430px;
	margin-left: 260px;
	padding-bottom: 24px;
	float: left;
}
#main_wide {
	width: 710px;
	margin-left: 260px;
	padding-bottom: 24px;
	float: left;
}
#right {
  float: right;
  margin-top: 32px;
  width: 200px;
}
#footer {
	clear: both;
	/*padding-top: 20px;*/
	/*border-bottom: 2px solid #eef4f9;*/
}






/* ****** common tags ****************************************************** */

p {
	color: #555;
	font: 13px/20px calibri, tahoma, verdana, sans-serif;
 font-size-adjust: 0.46;
	margin-bottom: 20px;
}
h1 {
	color: #444;
	font: 20px/20px calibri, tahoma, verdana, sans-serif;
 font-size-adjust: 0.46;
	margin-bottom: 20px;
}
h2 {
  color: #444;
	font: 16px/20px calibri, tahoma, verdana, sans-serif;
 font-size-adjust: 0.46;
	margin: 4px 0;
}
#right h2 {
  color: #444;
	font: 16px/20px calibri, tahoma, verdana, sans-serif;
 font-size-adjust: 0.46;
	margin: 8px 0 0 0;
}
h3 {
  color: #555;
	font: bold 13px/20px calibri, tahoma, verdana, sans-serif;
 font-size-adjust: 0.46;
	margin: 4px 0;
}
#right h3 {
  color: #555;
	font: bold 13px/20px calibri, tahoma, verdana, sans-serif;
 font-size-adjust: 0.46;
	margin: 8px 0 0 0;
}
h4 {
  color: #555;
	font: 13px/20px calibri, tahoma, verdana, sans-serif;
 font-size-adjust: 0.46;
	margin: 4px 0;
}
abbr {
	border-bottom: 1px dotted #aaa;
	padding-bottom: 1px;
	cursor: help;
}
a {
	text-decoration: none;
	border-bottom: 1px solid #97b9d3;
	padding-bottom: 1px;
	color: #5d8cb0;
}
a[href $='.pdf'] {
  padding: 0 0 1px 20px;
  background: url(../gfx/icons/pdf.gif) no-repeat;
}
a[href^='http:'],
a[href^='https:'] {
  padding: 0 0 1px 10px;
  background: url(../gfx/icons/external-link.gif) no-repeat;
}
a[href^='http://www.pluscode.de'],
a[href^='https://www.pluscode.de'],
a[href^='http://dev'],
.image_container a {
  padding: 0;
  background: none;
}
a:visited {
	border-bottom: 1px solid #e7edf2;
}
a:focus,
a:hover,
a:active {
	border-bottom: 1px solid #97b9d3;
	background-color: #EEF4F9;
}
img {
	border: 0;
	background: 0;
	padding: 0;
	display: block;
}
#right .ce_image {
	margin-bottom: 20px;
}
#right #screenshot a {
	outline: 0;
}
#content ul {
	margin: 0 0 20px 30px;
	list-style: square;
}
#content ul li {
	margin: 0;
	padding: 0;

}
#content ol {
	margin: 0 0 20px 30px;
}
#content ol li {
	margin: 0;
	padding: 0;
}






/* ****** common styles **************************************************** */
#print,
.print,
.hide,
.invisible {
	display: none !important;
}
.nowrap {
	white-space: nowrap;
}
.error {
	color: #AF3636;
}
.req {
  color: #74A8CF;
}
.low {
  color: #bbb;
}
.small,
small {
	font-size: 11px;
}
kbd {
	font-family: consolas, "courier new", arial, sans-serif;
}





/* ****** forms ************************************************************ */
input,
textarea {
  padding: 3px;
  margin-bottom: 5px;
}
input[type="hidden"] {
	display: none;
}
input {
 	display: block;
	float: left;
	margin-bottom: 5px;
}
input.text,
input.captcha,
textarea  {
  width: 312px;
  border: 1px solid #C0D5E5;
  color: #555;
  font: 13px calibri, tahoma, verdana, sans-serif;
  font-size-adjust: 0.46;
  float: right;
}
input:focus.text,
input:focus.captcha,
textarea:focus {
  border: 2px solid #C0D5E5;
  padding: 2px;
}
textarea {
	overflow: auto;
	width: 312px;
	height: 142px;
}
input.captcha {
	width: 24px;
	margin-right: 12px;
	float: left;
}
input.submit {
	clear: both;
}
input.error {
  border: 1px solid #efb3b3;
}
label {
	text-align: left;
	width: 110px;
	display: block;
	float: left;
	margin-top: 1px;
}
label.mandatory {
	font-weight: bold;
}
label.error {
	color: #555;
}
span.captcha_text {
	margin-top: 1px;
	float: left;
}
.formbody p.error {
	float: right;
	width: 312px;
 	padding: 0 4px;
	background: #FFEFEF;
	margin: 0;
}
.formbody span.error {
	color: #555;
}
form br {
	clear: both;
}
div.checkbox_container label {
	width: 295px;
	float: right;
}
.ce_form .checkbox {
	margin: 5px 3px 1px 0;
	padding: 0;
}
/* Fix checkbox alignment in IE5/6 */
* html .ce_form .checkbox {
	top: 1px;
	position: relative;
	margin: -5px 0 0px -3px;
}
/* Fix checkbox alignment in IE7 */
*:first-child+html .ce_form .checkbox {
	top: 1px;
	position: relative;
	margin: -5px 0 0px -3px;
}






/* ****** table elements *************************************************** */

.ce_table table {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
	border: 1px solid #fff;
}
.ce_table td,
.ce_table th {
	padding: 4px;
	width: 30%;
	font-size: 13px;
}
.ce_table thead td,
.ce_table thead th {
	background: #A8C4DA;
	text-align: left;
	color: #fff;
	font-weight: normal;
}
.ce_table tbody th,
.ce_table tbody tr {
	text-align: left;
}
.ce_table tbody tr td {
	border: 1px solid #fff;
 	vertical-align: top;
}
.ce_table tfoot th,
.ce_table tfoot td {
	background: #A8C4DA;
	text-align: left;
	color: #fff;
	font-weight: normal;
	vertical-align: top;
}
.ce_table .even {
	background: #D1E2EF;
}
.ce_table .odd {
	background: #E9F0F6;
}
#software-vergleich td,
#software-vergleich th {
  width: 20%;
  text-align: center;
  line-height: 1.4em;
}
#software-vergleich tr td:first-child {
	text-align: left;
	width: 40%;
}
#software-vergleich tfoot td {
  border: 1px solid #fff;
  padding: 2px;
}
div.tick {
	background: url(../gfx/icons/tick.png) no-repeat;
	height: 16px;
	width: 16px;
	margin: 1px auto 0 auto;
	font-size: 0;
}
#software-vergleich tfoot td a {
	display: block;
	border: 0;
	background: #FACA1E;
	color: #6F5100;
}
#software-vergleich tfoot td a:hover {
	color: #000;
}
#software-vergleich tfoot td:last-child {
	background: #FACA1E;
}






/* ****** additions for modern browsers ************************************ */

::-moz-selection {
	background: #9dc3e1;
	color: #fff;
}
::selection {
	background: #9dc3e1;
	color: #fff;
}






/* ****** search *********************************************************** */

.search {
	margin-top: 42px;
}
#keywords_nav {
  width: 195px;
  color: #c0d5e5;
  float: left;
}
.mod_search .highlight {
	background: #EFB61D;
}
#submit_nav,
.mod_search .url,
.mod_search .relevance,
.mod_search .radio_container {
	display: none;
}
.mod_search div.first {
	clear: both;
	padding-top: 30px;
}
.mod_search .text {
	float: left;
	display: inline;
}
.mod_search .submit {
	float: right;
	display: inline;
	width: 90px;
	clear: none;
	padding: 0;
}
.mod_search p.header {
	color: #aaa;
}






/* ****** slimbox ********************************************************** */
#lbCloseLink {
	padding: 0;
	border: 0;
}
a#lbPrevLink,
a#lbNextLink {
	border: 0;
	background: none;
}
#lbBottom {
  font: bold 13px/20px calibri, tahoma, verdana, sans-serif;
  font-size-adjust: 0.46;
  color: #555;
}
#lbNumber {
	display: none;
}
#lbCloseLink {
	background-image: url(../gfx/closelabel.gif);
}
#lbPrevLink:hover {
	background-image: url(../gfx/prevlabel.gif);
}
#lbNextLink:hover {
	background-image: url(../gfx/nextlabel.gif);
}
.ansprechpartner {
	padding-bottom: 16px;
}






/* ****** referenzen ******************************************************* */
#vertical h1 {
	cursor: pointer;
	cursor: hand;
}
#vertical div.slide {
	padding-bottom: 50px;
}
#vertical h1 img {
	border-top: 12px solid #EEF4F9;
	margin-top: 20px;
}
#vertical h1 img:hover {
	border-color: #C0D5E5;
}
#kundenstimmen p.quote {
	background: url(../gfx/quotemarks.gif) no-repeat 0 4px;
	padding-left: 26px;
}






/* ****** downloads ******************************************************** */
div.download {
	margin-bottom: 40px;
}
.download a {
	background: url(../gfx/download-bg.jpg) no-repeat top left;
	display: block;
	border: 0;
	margin: 0;
	height: 66px;
}
.download a:hover {
	background: url(../gfx/download-bg.jpg) no-repeat bottom left;
	display: block;
	border: 0;
	height: 66px;
}
.download span.software {
	color: #6F5100;
	font-weight: bold;
	padding: 9px 0 0 16px;
	margin: 0;
	line-height: 1.2em;
	display: block;
	text-shadow: -1px 1px 0px #fcf1af;
}
.download span.version {
	color: #BF8B00;
	font-size: 11px;
	padding: 0 0 0 16px;
	margin: 0;
	line-height: 1.3em;
	display: block;
	text-shadow: -1px 1px 0px #fce08f;
}