/* THE BIG GUYS */

* {
	margin: 0;
	padding: 0;
}

/* LINKS */
a,a:link,a:link,a:link,a:hover {
	background: transparent;
	text-decoration: underline;
	cursor: pointer;
}

a:link, a:visited {
	color: #00325f;
}

a:hover,a:active {
	background: #fff;
	color: #00325f;
}

/* TABLES */
	
	/* TABLES - calendar */
    /* Navipath (Breadcrump) */
    a.navipath, a:link.navipath,a:visited.navipath{
	color: #FFFFFF;
}

a:hover.navipath {
	background: transparent;
}

/* 'MORE' LINK - provides an accessible alternative to just using 'more' as a link at the end of paragraphs */
		a.morelink:link, a.morelink:visited, a.morelink:hover, a.morelink:active {
	padding-left: 21px;
	background: transparent url("images/sprites.gif") no-repeat 5px -500px;
}

a.morelink:hover {
	background: transparent url("images/sprites.gif") 5px -400px;
}

body {
	padding: 0 0 20px;
	color: #333;
	background: #FFFFFF;
	font: 83%/1.5 arial, verdana, tahoma, sans-serif;
}

dl {
	margin: 0 0 1em 0;
}

dl dl {
	margin: 0 0 1.5em 30px;
}

dt {
	margin-top: 1.3em;
	font-weight: bold;
}

h1 {
	margin: .4em 0 2em 0;
	border-bottom: 0px;
	color: #01315f;
	font-weight: normal;
	font-size: 160%;
	letter-spacing: 0em;
}

h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 .6em;
	border-bottom: 1px solid #eee;
	padding-bottom: .1em;
	color: #084786;
	font-family: arial, verdana, tahoma, sans-serif;
	letter-spacing: 0px;
}

h2 {
	font-size: 126%;
}

h3 {
	font-size: 116%;
}

h4 {
	font-size: 106%;
}

h5, h6 {
	font-size: 96%;
}

hr {
	margin: 1em 0;
	border: none;
	clear: both;
	background: #f2f2f2;
	color: #f2f2f2;
	height: 1px;
}

/* GENERAL */
img {
	border: none;
}

li {
	padding-left: 25px;
	background: transparent url("images/sprites.gif") no-repeat 0 0;
	line-height: 1.4em;
}

li.doc {
	background: 3px -500px;
}

li.tab0 code {
	padding-left: 4em;
}

li.tab1 code {
	padding-left: 8em;
}

li.tab2 code {
	padding-left: 12em;
}

li.tab3 code {
	padding-left: 16em;
}

li.tab4 code {
	padding-left: 20em;
}

li.tab5 code {
	padding-left: 24em;
}

ol {
	margin: .5em .5em 1.5em;
}

ol li {
	margin-left: 1.4em;
	padding-left: 0;
	list-style-type: decimal;
	background: none;
}

/* CODE - formatting for code inserted into body - more here: http://dizque.lacalabaza.net/temp/lipt/ */
		ol.code {
	font-family: monospace;
	position: relative;
}

ol.code .cmt {
	color: #4077d2;
}

ol.code code {
	display: block;
	color: #000;
}

ol.code li {
	margin-bottom: 1px;
	color: #666;
}

ol.code li {
	background: #f3f3f3 url("images/td_bg.gif") no-repeat 100% 100%;
}

/* TYPOGRAPHY */
p, ul, ol {
	margin: 0 0 1.5em;
	line-height: 160%;
}

p.note {
	margin: 1em;
	border: 1px solid #333;
	padding: 1em;
	background: #fff;
}

small {
	font-size: 11px;
}

/* LISTS */
ul {
	margin: .3em 0 0 0;
	list-style-type: none;
}

ul.nomarker li {
	padding-left: 0;
	background: none;
}

ul.related {
	margin-top: -1em;
}

.caption {
	color: #999;
	font-size: 11px;
}

.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	position: relative;
	height: 0px;
}

.date {
	display: block;
	color: #bbb;
	font: bold 82% arial;
	letter-spacing: 1px;
}

.download_list img {
	margin: -0.4em 1em;
}

.download_list td {
	border-top: 1px solid #fff;
	padding: 1em;
}

.download_list th {
	padding: 0 1em;
}

.download_list thead {
	background: #fff;
}

.error {
	color: #c00;
	font-weight: bold;
}

.featurebox {
	padding: 15px 20px 20px;
	border-top: 1px solid #d7d7d7;
	margin: 0 0 1.5em;
	background: #f6f6f6 url("images/featurebox_bg.gif") no-repeat 100% 100%;
}

.featurebox a {
	font-weight: bold;
}

.featurebox p {
	border: none;
	margin: 0 0 1em;
	color: #444;
}

.featurebox p, .featurebox h1, .featurebox h2, .featurebox h3, .featurebox h4, .featurebox h5, .featurebox h6 {
	margin: 0 0 .3em;
	border-bottom: 1px solid #c00;
	color: #c00;
}

.highlight {
	color: #E17000;
}

.morelink span {
	width: 900px;
	position: absolute;
	left: -9999px;
}

.success {
	color: #390;
	font-weight: bold;
}

.thumbnail {
	margin: 0 0 0 10px;
	border: 1px solid #eee;
	float: right;
	width: 100px;
	padding: 5px;
	background: #fff;
	position: relative;
	z-index: 9999;
}

.thumbnail img {
	border: 1px solid #000;
}

#breadcrumb {
	margin-bottom: 20px;
}

#content {
	margin: 0 50px 0 80px;
}

#content #breadcrumb {
	margin-top: 0px;
	color: #fff;
	font-size: 93%;
	font-weight: bold;
}

#content #breadcrumb a:hover, #content #breadcrumb a:active, #footer a:hover {
	text-decoration: underline;
}

#content p a, #content #breadcrumb a:link, #content #breadcrumb a:visited {
	text-decoration: none;
}

#content ul {
	margin: 0 0 0.5em 0;
}

#contentbalken{
	margin-left: 250px;
	background: transparent url(../images/gelb.gif) repeat-x;
	min-height: 480px;
}

#content-wrap {
	width: 100%;
	background: #CCCCCE url(../images/bg_contnet_navi.gif) repeat-y;
	position: relative;
	min-width: 528px;
}

/* LAYOUT - FOOTER */
#footer {
	clear: both;
	border-top: 2px solid #bfc6d8;
	padding: 10px 0 30px;
	margin: 10px 0 0 0;
	font-size: 86%;
	position: absolut;
	bottom: 0px;
}

#footer a, #footer a:link , #footer a:visited {
	color: #084786;
	text-decoration: none;
}

/* LAYOUT - HEADER */
#header {
	margin: 0;
	padding: 0 0 8px;
	background: #9a1212 url(../images/sprites.gif) repeat-x 0px 90px;
	height: 196px;
}

#header #site-name {
	margin: 0;
	padding: 10px 0 0px;
	border: none;
	background: #FFFFFF;
	font: 265% arial;
	letter-spacing: -.05em;
}

#loginbox, #newsletterbox {
	margin: 20px 0;
	padding: 10px;
}

#newsletterbox label {
	display: block;
}

/* POWERED BY - mollio logo in this case */
	#poweredby {
	width: 96px;
	height: 63px;
	position: absolute;
	top: -102px;
	right: 0;
}

/* SEARCH */
	#search {
	width: 18em;
	position: absolute;
	top: 160px;
	right: 0px;
	left: auto;
}

#search form, #footer p {
	margin: 0;
}

#search input {
	width: 8em;
	margin: 0 0 -1px;
	height: 1.2em;
}

#search input.f-submit {
	width: auto;
	margin: 0 0 -.15em;
	font-size: 81%;
	height: 1.95em;
}

#search label {
	padding: 5px 0 0;
	display: inline;
}

#sidebar {
	width: 20%;
	border-top: 5px solid #999;
	padding-top: 1px;
	padding-bottom: 40px;
	position: absolute;
	top: 0;
	right: 25px;
}

/* Softwareliste */
#software {
	border-top: 1px solid #fff;
	position: absolute;
	top: 74px;
	left: 0;
}

#software a {
	display: block;
	text-decoration: none;
}

#software a, #software a:link, #software a:visited, #software a:hover, #software a:active {
	padding: 2px 10px 2px 30px;
	display: block;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

#software a:hover {
	color: #000;
	background: #BFC6D7;
}

#software img {
	margin-left: 10px;
}

#software li {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #fff;
	display: block;
	background: #999;
	background: #0a254e;
	position: relative; /* alle Listenelemente */
}

#software, #software ul {
	padding: 0;
	margin: 0;
	width: 246px;
	list-style-type: none;
	text-align: right;
}

#utility {
	padding-bottom: 40px;
	position: absolute;
	top: 0;
	left: 0px;
	bottom: 0px;
	height: 100%;
}

/* LAYOUT - main body of page */
#wrap {
	margin: 0 auto;
	min-width: 770px;
	max-width: 1200px;
	position: relative;
}

table.download_list { margin-bottom: 1em;}
