/*------------------------------------------------------------------------*/
/* default styles                                                         */
/*------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
  color: #444444;
}

h1,h2,h3 {
  margin: 0px 0 5px 0;
}

h2.title {
  margin-bottom: 12px;
}

p {
  margin: 0px 0px 10px 0px;
}

p.tight {
  padding: 4px 0;
  margin: 0;
}

p.intro {
  font-size: 15px;
  padding: 10px 0px;
}

pre {
  line-height: 120%;
}

code {
  color: #224;
  font-weight: bold;
}

code.file {
  color: #666;
  font-weight: normal;
}

/* Links */
a {
text-decoration: none;
  color: #00AAF0;
}
a:visited {
  color: #0059a5;
}
a:hover {
  color: #777777;
}
a:focus {
  outline: none;
}
a.download {
  display: block;
  min-height: 16px;
  margin: 0px;
  padding: 0 0 0 20px;
  background: url('../images/download.gif') no-repeat;
}
a.download:hover {
  background-image: url('../images/download_hover.gif');
  color: #777777;
}
a.ext {
  padding-right: 12px;
  background: url('../images/extlink.gif') center right no-repeat;
}
a.ext:visited {
  background-image: url('../images/extlink_visited.gif');
}
a.ext:hover {
  background-image: url('../images/extlink_hover.gif');
}


.alt {
    display: none;
}

/*
.sample {
    display: block;
    width: 100px;
    height: 30px;
}
*/

br.clear {
	clear: both;
}



pre.code {
  margin: 0 20px 15px 20px;
  padding: 10px;
  border: 1px solid #ddd;
  background-color: #f6f6f6;
  font-size: 13px;
  color: #444444;
}

ul {
    padding-left: 10px;
}

li {
    list-style: none;
    margin: 0;
    padding: 2px 0 1px 18px;
    font-size: 13px;
}

blockquote {
   margin: 0;
   position: relative;
   font-style: italic;
   font-size: 13px;
   padding: 8px 50px;
   text-align: justify;
}

blockquote .attrib {
    text-align: right;
    font-style: normal;
    font-size: 12px;
    color: #666;
    padding: 0;
}

blockquote .left,
blockquote .right {
  position: absolute;
  top: 0px;
  width: 40px;
  height: 40px;
}
blockquote .left {
  left: 0px;
  background: url('../images/misc/quoteleft.gif') no-repeat top left;
}
blockquote .right {
  right: 0px;
  background: url('../images/misc/quoteright.gif') no-repeat top left;
}

/*------------------------------------------------------------------------*/
/* main body style                                                        */
/*------------------------------------------------------------------------*/

body {
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  line-height: 150%;
  color: #333;
  margin: 0px;
  padding: 0;
  margin-top: -10px;
  background: #b8b8df;
  min-width: 800px;
}

#layout {
  background: white url('../images/left.gif') repeat-y top left;
  min-width: 600px;
}


/*------------------------------------------------------------------------*/
/* header                                                                 */
/*------------------------------------------------------------------------*/

#header {
  position: relative;
  height: 120px;
  padding: 0 0px 0 220px;
  background: url('../images/header.gif') no-repeat top left;
}
#header .endheader {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 125px;
  height: 120px;
  background: url('../images/header.gif') no-repeat top right;
}

#header .headline {
  font-size: 24px;
  margin: 8px 0 8px 0;
  padding: 40px 100px 0 0;
  color: #444444;
}

#header .subhead {
  font-size: 16px;
  line-height: 18px;
  padding: 0 110px 0 0;
  margin: 0;
  color: #444;
}

#header .controls {
  position: absolute;
  display: block;
  top: 40px;
  right: 20px;
  width: 130px;
  height: 70px;
  overflow: visible;
}


/*------------------------------------------------------------------------*/
/* main page content and sidebar                                          */
/*------------------------------------------------------------------------*/

#page {
  margin-bottom: 0;
  padding: 0;
  padding-left: 220px;
  background: url('../images/right.gif') repeat-y top right; 
}

#sidebar {
  position: relative;
  float: left;
  padding: 0;
  width: 220px;
  margin: 0;
  margin-left: -220px;
}

#content {
  position: relative;
  margin: 0;
  padding: 0 40px 10px 15px;
}

#sidebar #navigation {
  width: 220px;
  margin: 0;
  padding: 0;
  background: url('../images/menu_body.gif') repeat-y top left;
}
#sidebar #stats{ 
  width: 220px;
  margin: 0;
  padding: 0;
  background: url('../images/menu_body.gif') repeat-y top left;
}


#sidebar #navigation div.navigation_flag {
  height: 50px;
  padding-left: 30px;
}


a.flag_de {
  float: left;
  display: block;
  width: 50px;
  height: 40px;
  margin-top: 10px;
  background: url('../images/menu_flag_de_hover.gif') 0px 0px;
}
a.flag_de:hover {
  background: url('../images/menu_flag_de_hover.gif') 0px 40px;
}
									    
a.flag_en {
  float: right;
  display: block;
  width: 50px;
  height: 40px;
  margin-top: 10px;
  margin-right: 70px;
  background: url('../images/menu_flag_en_hover.gif') 0px 0px;
} 
a.flag_en:hover {
  background: url('../images/menu_flag_en_hover.gif') 0px 40px;
}



#sidebar #navigation div.navigation_footer {
  height: 20px;
  background: url('../images/menu_foot.gif') no-repeat bottom left;
}

#sidebar #stats div.stats_header {
  height: 20px;
  background: url('../images/stats_header.gif') no-repeat bottom left;
}
#sidebar #stats div.stats_footer {
  height: 20px;
  background: url('../images/stats_footer.gif') no-repeat bottom left;
}


/*------------------------------------------------------------------------*/
/* footer                                                                 */
/*------------------------------------------------------------------------*/

#footer {
  clear: both;
  position: relative;
  padding: 0px 145px 0px 270px;
  height: 60px;
  background: url('../images/footer.gif') no-repeat bottom left;
}

#footer .endfooter {
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  width: 200;
  height: 60px;
  background: url('../images/footer.gif') no-repeat bottom right;
}

#footer .status {
  text-align: right;
  padding: 16px 40px 0 0;
  color: #555555;
}



/*------------------------------------------------------------------------*/
/* menu styles                                                            */
/*------------------------------------------------------------------------*/
ul.stats{
  list-style: none;
  margin: 0 20px;
  padding: 0;
}
ul.stats li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  color: #444444;
}



ul.navigation {
  list-style: none;
  margin: 0 20px;
  padding: 0;
}

ul.navigation li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}


ul.navigation li a {
	display: block;
	margin: 0;
	padding: 4px 8px;
	font-size: 13px;
	line-height: 16px;
	min-height: 16px;
	color: #0059a5;
	text-decoration: none;
	background: url('../images/menu_item_body.gif') no-repeat top left;
}


ul.navigation li a:hover {
	color: #333333;
	background-image: url('../images/menu_warm_body.gif'); 
}
ul.navigation li a.warm {
	font-weight: bold;
	background-image: url('../images/menu_warm_body.gif');
}


ul.navigation li.l1 a {
	padding: 3px 8px 3px 22px;
	font-size: 11px;
}
ul.navigation li.l2 a {
	padding: 3px 8px 3px 36px;
	font-size: 11px;
}
ul.navigation li.l3 a {
	padding: 3px 8px 3px 50px;
	font-size: 11px;
}



/*------------------------------------------------------------------------*/
/* Styles for table of contents                                           */
/*------------------------------------------------------------------------*/

ul.toc {
  margin: 0 0 20px 0;
  padding: 0 0 0 10px;
}

ul.toc li {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 18px;
  background-image: none;
}

ul.toc li a {
  font-size: 14px;
  line-height: 16px;
  min-height: 14px;
  text-decoration: none;
  margin: 0;
  padding: 2px 0 2px 18px;
  background: url('../images/arrow.gif') 20px 0px no-repeat;
  background-position: center left;
  color: #00AAF0;
}

ul.toc li a:hover {
  color: #777777;
}

* html ul.toc li a {
	height: 16px;
}

ul.toc li.sub {
	margin: 0;
	line-height: 14px;
}

ul.toc li.sub a {
  display: block;
  margin: 0;
  padding: 2px 0 2px 36px;
  font-size: 12px;
  line-height: 13px;
  background: url('../images/arrow_sub.gif') 20px 1px no-repeat;
}


ul.toc li.sub a:hover {
  display: block;
  margin: 0;
  padding: 2px 0 2px 36px;
  font-size: 12px;
  line-height: 13px;
  color: #777777;
}


/*------------------------------------------------------------------------*/
/* sections                                                               */
/*------------------------------------------------------------------------*/
div.section,
div.subsection {
  clear: right;
}

div.section div.head,
div.subsection div.head {
  margin: 0 0 4px 0px;
  min-height: 20px;
  position: relative;
}

div.section div.head {
  border-bottom: 1px dashed #b0d2e9;
}

div.subsection div.head {
  border-bottom: 1px dashed #b0d2e9;
  margin-bottom: 2px;
}

div.section div.head h1 {
  padding: 0 80px 4px 22px;
  margin: 0 0 0 -22px;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  background: url('../images/plus.gif') no-repeat top left;
}

div.section div.head h2 {
  padding: 0 80px 2px 20px;
  margin: 0 0 0 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background: url('../images/plus_sub.gif') no-repeat 0 3px;
}

div.section h3 {
  margin: 0;
  padding: 5px 0 5px 0;
  font-size: 14px;
  line-height: 18px;
}

div.section.open div.head h1 {
  background-image: url('../images/minus.gif');
  background-position: center left;
}

div.section.open div.head:hover h1 {
  color: #777777;
  cursor: pointer;
}

div.section.shut div.head h1 {
  background-image: url('../images/plus.gif');
  background-position: center left;
}

div.section.shut div.head:hover h1 {
  color: #777777;
  cursor: pointer;
}

div.subsection.open div.head h2 {
  background-image: url('../images/minus_sub.gif');
}

div.subsection.open  div.head:hover h2 {
  color: #777777;
  cursor: pointer;
}

div.subsection.shut div.head h2 {
  background-image: url('../images/plus_sub.gif');
}

div.subsection.shut div.head:hover h2 {
  color: #777777;
  cursor: pointer;
}

div.section div.head a.top {
	position: absolute;
	bottom: 4px;
	right: 0px;
	padding: 0px 20px 0px 0;
	margin: 0px;
	width: 25px;
	height: 16px;
	background: url('../images/go-top.gif') no-repeat;
	background-position: right;
}

div.section div.head a.top:hover {
	background: url('../images/go-top_hover.gif') no-repeat;
	background-position: right;
}


div.section div.head a.open, 
div.section div.head a.shut,
div.subsection div.head a.open, 
div.subsection div.head a.shut {
    display: none;
}

div.section div.body {
    display: block;
    padding: 10px 0 20px 0;
}

div.subsection div.body {
    display: block;
    padding: 5px 0 10px 20px;
}

div.section.shut div.body,
div.subsection.shut div.body {
    display: none;
}



div.thumbnail {
    padding-left: 80px; 
    background: url('/images/icons/textmate64.png') no-repeat top left;
    min-height: 70px;
    margin-bottom: 20px;
}

div.thumbnail h2 {
    font-size: 
    16px;
    color: #444;
}



/*------------------------------------------------------------------------*/
/* Index page list                                                        */
/*------------------------------------------------------------------------*/

/*Addon-Bild*/
div#Pic {
  font-size: 0.91em;
/*  width: 500px;*/
  display: block;
  margin-left: auto;
  margin-right: auto;
  /*  border: 1px dashed silver;*/
}

/*ImgLink-Bild*/
div#IntImgLink {
font-size: 0.91em;
/*  width: 500px;*/
display: block;
margin-left: auto;
margin-right: auto;
/*  border: 1px dashed silver;*/
}

/*Beschreibungs-Bild*/
div#GuidePic {
  font-size: 0.91em;
  /*float: right; width: 100px;*/
  margin: 2px; padding: 0;
  margin-left: 20px;
  margin-top: -10px;
  margin-bottom: 10px;
/*  border: 1px dashed silver;*/
}

/*Beschreibungs-Tabelle*/
table#guide {
  border-collapse: collapse;
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
td#guidenum {
  width: 35px; height: 35px;
  border-color: #000000;
  border-width:1px;
  border-top-style:solid;
  border-bottom-style:solid;
  border-right-style:solid;
  text-align: center;
}
td#guidetext {
  padding: 0.5ex;
  border-color: #000000;
  border-width:1px;
  border-top-style:solid;
  border-bottom-style:solid;
}
img#guidenum {
  width:24; height:24;
  vertical-align: middle;
}
img#guidenum1 {
  width:24; height:24;
  vertical-align: middle;
	background: url('../images/n1.png');
}


table.guide {
  border-collapse: collapse;
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

table.guide td.num1 {
  width: 35px; height: 35px;
  border-color: #000000;
  border-width:1px;
  border-top-style:solid; border-bottom-style:solid; border-right-style:solid;
  background: url('../images/n1.png') no-repeat center center;
}
table.guide td.num2 {
  width: 35px; height: 35px;
  border-color: #000000;
  border-width:1px;
  border-top-style:solid; border-bottom-style:solid; border-right-style:solid;
  background: url('../images/n2.png') no-repeat center center;
}
table.guide td.num3 {
  width: 35px; height: 35px;
  border-color: #000000;
  border-width:1px;
  border-top-style:solid; border-bottom-style:solid; border-right-style:solid;
  background: url('../images/n3.png') no-repeat center center;
}
table.guide td.num4 {
  width: 35px; height: 35px;
  border-color: #000000;
  border-width:1px;
  border-top-style:solid; border-bottom-style:solid; border-right-style:solid;
  background: url('../images/n4.png') no-repeat center center;
}
table.guide td.num5 {
  width: 35px; height: 35px;
  border-color: #000000;
  border-width:1px;
  border-top-style:solid; border-bottom-style:solid; border-right-style:solid;
  background: url('../images/n5.png') no-repeat center center;
}
table.guide td.num6 {
  width: 35px; height: 35px;
  border-color: #000000;
  border-width:1px;
  border-top-style:solid; border-bottom-style:solid; border-right-style:solid;
  background: url('../images/n6.png') no-repeat center center;
}
table.guide td.num7 {
  width: 35px; height: 35px;
  border-color: #000000;
  border-width:1px;
  border-top-style:solid; border-bottom-style:solid; border-right-style:solid;
  background: url('../images/n7.png') no-repeat center center;
}
table.guide td.num8 {
  width: 35px; height: 35px;
  border-color: #000000;
  border-width:1px;
  border-top-style:solid; border-bottom-style:solid; border-right-style:solid;
  background: url('../images/n8.png') no-repeat center center;
}
table.guide td.num9 {
  width: 35px; height: 35px;
  border-color: #000000;
  border-width:1px;
  border-top-style:solid; border-bottom-style:solid; border-right-style:solid;
  background: url('../images/n9.png') no-repeat center center;
}

table.tut {
  border-collapse: collapse;
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
table.tut td.tuttext {
  padding: 0.5ex;
  border-color: #000000;
  border-width:1px;
  border-top-style:solid;
  border-bottom-style:solid;
	width: 100%;
}
table.tut td.tutnum {
  border-color: #000000;
  border-width:1px;
  border-top-style:solid; border-bottom-style:solid; border-right-style:solid;
}
table.tut td.tutnum div.tutnum1 {
  width: 35px; height: 35px;
  background: url('../images/n1.png') no-repeat center center;
}
table.tut td.tutnum div.tutnum2 {
  width: 35px; height: 35px;
  background: url('../images/n2.png') no-repeat center center;
}
table.tut td.tutnum div.tutnum3 {
  width: 35px; height: 35px;
  background: url('../images/n3.png') no-repeat center center;
}
table.tut td.tutnum div.tutnum4 {
  width: 35px; height: 35px;
  background: url('../images/n4.png') no-repeat center center;
}
table.tut td.tutnum div.tutnum5 {
  width: 35px; height: 35px;
  background: url('../images/n5.png') no-repeat center center;
}
table.tut td.tutnum div.tutnum6 {
  width: 35px; height: 35px;
  background: url('../images/n6.png') no-repeat center center;
}
table.tut td.tutnum div.tutnum7 {
  width: 35px; height: 35px;
  background: url('../images/n7.png') no-repeat center center;
}
table.tut td.tutnum div.tutnum8 {
  width: 35px; height: 35px;
  background: url('../images/n8.png') no-repeat center center;
}
table.tut td.tutnum div.tutnum9 {
  width: 35px; height: 35px;
  background: url('../images/n9.png') no-repeat center center;
}



