div {
	BACKGROUND:none;
	font-family: "Trebuchet MS",Verdana;
	letter-spacing:0px;
	line-height:1.5em;
}

/*-for columns-*/
#col_main {
	margin-left: 2em;
	margin-right: 3em;
	text-align: justify;
	float:left;
	width:70%;
}

#col_sidebar {
	float:right;
	vertical-align: top;
	border-collapse: collapse;
	padding: 1px 1px 1px 1px;
	width:305px;
}


div acronym {
  cursor: help;
  border-bottom: 1px dotted __text__;
}

div.clearer {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 1em;
    overflow: hidden;
}

div.postbody {
	color:#000; 
	margin: 2em;
	margin-left: auto;
	margin-right: auto;
	width: 95% !important;
	min-height: 40px;
	clear: both;
	text-align: justify;
	vertical-align: middle;
	border-collapse: collapse;
	padding: 1px 1px 1px 1px;
	FONT-SIZE:16px;
}

div.noteclassic, div.noteimportant, div.notewarning, div.notetip {
  color:#000; 
  margin: 2em;
  margin-left: auto;
  margin-right: auto;
  width: 70% !important;
  min-height: 40px;
  clear: both;
  text-align: justify;
  vertical-align: middle;
  border-collapse: collapse;
  padding: 15px 20px 15px 80px;
  background-position: 20px 50%;
  background-repeat: no-repeat;
  -moz-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
  FONT-SIZE:13px;
}

 
div.noteclassic {
  /*border: 1px solid #99D;*/
  background-color: #eef;
  background-image: url("../images/note.png");
}
 
div.noteimportant {
  /*border: 1px solid #ff0;*/
  background-color: #ffc;
  background-image: url("../images/important.png");
}
 
div.notewarning {
  /*border: 1px solid #d99;*/
  background-color: #fdd;
  background-image: url("../images/warning.png");
}
 
div.notetip {
  /*border: 1px solid #9d9;*/
  background-color: #dfd;
  background-image: url("../images/tip.png");
}

/* general headline setup */
div h1, div h2, div h3, div h4, div h5 {
    color:#000; 
	padding: 0.1em 0 0 0;
    clear: left;
}

/* special headlines */
div h1 {
	FONT-SIZE:32px;
	size: 160%; 
	text-align: left;
	margin-left: 0px; 
	margin-bottom: 1.5em; 
	font-weight:bold;
	text-decoration:none;
	line-height:100%;
	border-bottom: none;
}

div h2 {
	FONT-SIZE:28px;
	color:#000; 
	size: 150%; 
	text-align: left;
	margin-left: 0px; 
	font-weight:bold;
	text-decoration:none;
	line-height:120%;
	border-bottom: none;
	background:#FFFFCC;
}

div h3 {	
	FONT-SIZE:24px;
	color:#000; 
	text-align: left;
	size: 140%; 
	margin-left: 0px; 
	font-weight:bold;
	text-decoration:none;
	line-height:120%;
	border-bottom: none;	
	background:#EFEFEF;
}

div h4 {
	FONT-SIZE:20px;
	color:#000; 
	size: 130%; 
	text-align: left;
	margin-left: 0px; 
	font-weight:bold;
	text-decoration:none;
	line-height:120%;
	border-bottom: none;
}

div h5 {
	FONT-SIZE:16px;
	color:#000; 
	text-align: left;
	size: 120%; 
	margin-left: 0px; 
	font-weight:bold;
	text-decoration:none;
	line-height:120%;
	border-bottom: none;
}

div h2 a {background:#fff;padding:0 5px;}

div h1 a, div h2 a, div h3 a, div h4 a, div h5 a, div a.nolink {
  color: __text__ !important;
  text-decoration: none !important;
}

/* indent different sections */
div.level1 { color:#000; margin-left: 3px; }
div.level2 { color:#000; margin-left: 3px; }
div.level3 { 
	FONT-SIZE:12px;
	color:#000; 
	text-decoration:none;
	line-height:120%; 
	margin-left: 3px; 
}
div.level4 { color:#000; margin-left: 3px; }
div.level5 { color:#000; margin-left: 3px; }

/*----- LISTS -----*/

/* faq links */

div h1, div h2, div h3, div h4, div h5 {
    color:#000; 
	padding: 0.1em 0 0 0;
    clear: left;
}

/* special headlines */
div h1 {
	FONT-SIZE:32px;
	size: 160%; 
	text-align: left;
	margin-left: 0px; 
	margin-bottom: 1em; 
	font-weight:bold;
	text-decoration:none;
	line-height:100%;
	border-bottom: 1px solid #ccc;
}

/* unordered lists */
div ul {
  line-height: 1.5em;
  list-style-type: disc;
  list-style-image: none;
  margin: 0 0 1em 3.5em;
  color: __text__;
}

/* ordered lists */
div ol {
  line-height: 1.5em;
  list-style-image: none;
  margin: 0 0 1em 3.5em;
  color: __text__;
  font-weight: bold;
}

/* no bottom gap in between and smaller left margin for nested lists */
div li ul,div li ol {
  margin: 0 0 0 1.5em;
}

/* the list items overriding the ul/ol definition */
div .li {
  color: __text__;
  font-weight: normal;
}

div. ol { list-style-type: decimal; }
div. ol ol { list-style-type: upper-roman; }
div. ol ol ol { list-style-type: lower-alpha; }
div. ol ol ol ol { list-style-type: lower-greek; }

div. li.open {
  list-style-image: url("../images/open.gif");
    /*list-style-type: circle;*/
}

div. li.closed {
  list-style-image: url("../images/closed.gif");
    /*list-style-type: disc;*/
}

div blockquote {
  border-left: 2px solid __border__;
  padding-left: 3px;
}

div pre, div code {
	font-family: monospace, serif;
	overflow: auto;
	word-wrap: normal;
	border: 1px solid #ccc;
	border-radius: 2px;
	box-shadow: inset 0 0 .5em #ccc;
	padding: .7em 1em;
	/* second generic font fixes problem with font-size, see
	http://meyerweb.com/eric/thoughts/2010/02/12/fixed-monospace-sizing/ */
	font-size: 100%;
}
/*---- LINKS ----/*

/* email link */
div a.mail {
	FONT-SIZE:inherit;
	background: transparent url("../images/mail_icon.gif") 0px 1px no-repeat;
	padding: 1px 0px 1px 16px;
}

/* external link */
div a.urlextern {
	FONT-SIZE:inherit;
	background: transparent url("../images/link_icon.gif") 0px 1px no-repeat;
	color: #0000ee;
	padding: 1px 0px 1px 16px;
}

/* existing wikipage */
div a.wikilink1 {
	FONT-SIZE:inherit;
	color: #0000ee !important;
	text-decoration:underline !important;
}

/* not existing wikipage */
div a.wikilink2 {
	FONT-SIZE:inherit;
	color: __missing__ !important;
	text-decoration: none !important;
	border-bottom: dashed 1px __missing__ !important;
}

p { 
	FONT-SIZE:13px;
	color:#000; 
	text-decoration:none;
	line-height:120%; 
	margin-left: 3px; 
}