html {
	height: 101%;
}

body {
	margin: 0 0 0 0;
	font-family: Georgia, serif;
	color: #444;
}

h1 {
	margin: 35px 0;
	font-size: 26px;
	line-height: 30px;
}

h2 {
	font-size: 18px;
}

#content p a,
#content p a:hover,
#content li a,
#content li a:hover {
	color: #901414;
}
ul, li {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

#page {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

#wrapper {
	float: left;
}

#header {
	border-bottom: 1px solid #901414;
}

#header div.sitetitle {
	width: 960px;
	color: #901414;
	font-size: 42px;
	font-weight: bold;
	margin: 25px auto 10px auto;
}

span.subheader {
	font-size: 12px;
	padding-left: 20px;
	color: #444;
	font-weight: normal;
	font-family: Verdana, sans-serif;
	text-transform: uppercase;
}

ul#navigation {
	margin-top: 0;
	padding-top: 1px;
	list-style: none;
	background-color: #fff;
	border: none;
}

ul#navigation li {
	float: left;
	background: transparent url(../img/tab_off.png) no-repeat bottom left;
	padding: 2px 0 3px 10px;
	border: none;
	margin-right: 2px;
}

ul#navigation li a {
	background: transparent url(../img/tab_off.png) no-repeat bottom right;
	color: #fff;
	text-decoration: none;
	padding: 2px 10px 4px 0;
	font-family: Arial;
	font-size: 14px	;
	border: none;
}

body.handbuch ul#navigation li.handbuch,
body.blog ul#navigation li.blog {
	background: #fff url(../img/tab.png) no-repeat bottom left;
}

body.handbuch ul#navigation li.handbuch a,
body.blog ul#navigation li.blog a {
	background: #fff url(../img/tab.png) no-repeat bottom right;
}

/* nav in ie6 + ie7 */ 
/** html ul#navigation li {
	margin: 4px;
}

* html ul#navigation li a {
	background: none;
	padding-bottom: 0;
}
*/
/**:first-child+html ul#navigation li {
	margin-right: 4px;
}

*:first-child+html ul#navigation li a {
	background: none;
	padding-bottom: 0;
}
*/
/* end nav in ie6 + ie7 */ 

ul#navigation li a:hover {
	text-decoration: underline;
}

#content {
	width: 680px;
	float: right;
	line-height: 20px;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
 
* html #content {
  margin-left: 0;
  }
 
* html #sidebar {
  height: 1%;
  margin-right: 0;
  }
 
/* End hide from IE5/mac */


#content ul {
	margin: 10px 0 10px 25px;
}

#content ul li {
	margin-top: 2px;
}

#content img {
	margin: 4px 7px;
}

#sidebar {
	width: 240px;
	margin: 0 720px 0 0 ;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

#sidebar a {
	color: #444;
	text-decoration: underline;
}

#sidebar a:hover {
	text-decoration: none;
}

#sidebar h2 {
	font-family: Verdana;
	font-weight: normal;
	font-size: 12px;
	border-bottom: 1px solid #444;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 2px;
	margin-top: 40px;
}

#sidebar ul {
	padding-left: 15px;
	list-style: none;
}

#sidebar ul li {
	margin-top: 3px;
}

#sidebar ul li a {
	font-family: Georgia, serif;
	font-size: 13px;
	text-decoration: none;
}

#sidebar ul li a:visited {
	color: #444;
}

#sidebar ul li a:hover {
	text-decoration: underline;
}

#sidebar ul li a.current {
	color: #901414;
}

#sidebar ul.paging {
	text-align: right;
	list-style: none;
	padding: 0 10px;
}

#content ul.paging {
	height: 29px;
	margin: 10px 0 0 0;
	border-top: 1px dotted #d8d8d8;
	border-bottom: 1px dotted #d8d8d8;
	list-style: none;
}
#content ul.paging li {
	padding: 0;
	margin: 2px 0;
	line-height: 25px;
}
#content ul.paging li.previous {
	float: left;
	margin-left: 2px;
}
#content ul.paging li.path {
	text-align: center;
	font-size: 0.7em;
}
#content ul.paging li.next {
	float: right;
	margin-right: 2px;
}
#sidebar ul.paging a.previous {
	float: left;
}
#sidebar ul.paging a {
	font-family: Arial, Verdana, sans-serif;
}

/***** comments *****/
.toggleComment {
	height: 29px;
	margin: 0;
	border-bottom: 1px dotted #d8d8d8;
}
.toggleComment a {
	text-decoration: underline;
	cursor: pointer;
	font-family: Georgia, serif;
	line-height: 25px;
	color: #901414;
	margin: 2px 0 0 2px;
}

.commentWrapper {
	background-color: #f8f8f8;
	padding: 10px;
}
#comments {
	margin: 0 0 50px 0;
}

#comments h2 {
	font-weight: normal;
}

.comment {
	border: 1px solid #d8d8d8;
}

#comments, #comments input, #comments textarea {

}

#comments input, #comments textarea {
	width: 350px;
}

#comments textarea {
	border: 1px solid #d8d8d8;
}

#comments label {
	display: block;
}

#comments fieldset {
	margin: 10px 0;
	border: 1px solid #d8d8d8;
	background-color: #f8f8f8;
}

#comments legend {
	font-weight: bold;
	padding: 1px 5px;
	border: 1px solid #d8d8d8;
}

#comments input {
	padding: 0 0 1px 0;
	margin: 0;
	border: 1px solid #d8d8d8;
}

#comments .submit {
	text-align: right;
}
#comments .submit input {
	font-size: 15px;
	font-family: Georgia, serif;
	width: 100px;
	padding: 2px;
	border-color: #d8d8d8;
}

/*************************
 * Taglist
*************************/

div#taglist {

}

div#taglist ul li {
	position: relative;
	top: 0px;
	left: 0px;
}

div#taglist ul li ul {
	background-color: #fff;
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 10;
	padding: 5px;
	width: 210px;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	display: none;
}

div#taglist ul li ul li {
	background-color: #fff;
	list-style: disc;
	margin-left: 10px;
}

div#taglist .close a {
	font-family: Arial;
	font-size: 10px;
	display: block;
	text-align: right;
}

div#taglist li ul .close, div#taglist li ul .listtitle {
	margin-left: 0;
	list-style: none;
}

div#taglist .submit input {
	margin-top: 5px;
	width: 100px;
	padding: 2px;
	border: 1px solid #d8d8d8;
	font-size: 11px;
}

/*************************
 * TABLES
 *************************/

table {
	margin-top: 10px;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #d8d8d8;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 15px;
}

tr.odd {
	background-color: #EFEFEF;
}

tr:hover {
	background-color: #EFE0E0;
}
th, td {
	padding: 2px 5px;
	border-right: 1px solid #d8d8d8;
}

th {
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	padding: 5px 5px;
}

th.last, td.last {
	border-right: none;
}

table a {
	color: #901414;
	text-decoration: none;
}

table a:hover {
	text-decoration: underline;
}

table ul, table li {
	margin: 0 0 0 0;
}

.error-message {
	color: red;
}

.pdfTeaser {
    height: 64px;
}
.pdfTeaser img {
    border: none;
    float: left;
    margin: 0 10px 0 0;
}

