body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
	margin: 0;
	padding: 0;
	border-left-width: 1px;
}

div.printfooter {
  display: none;
}

#column-content {
	font-size: 13px;
	position: absolute;
	z-index: 4;
	left: 220px;
        right: 20px;
	top: 125px;
	background: white;
	color: black;
	line-height: 1.5em;
}

a, p a, li a {
	text-decoration: none;
	color: #002bb8;
	background: none;
}
a:visited {
	color: #5a3696;
}
a:active {
	color: #faa700;
}
a:hover {
	color: #002bb8;
	text-decoration: underline;
}
a.stub {
	color: #772233;
}
a.new, #p-personal a.new {
	color: #ba0000;
}
a.new:visited, #p-personal a.new:visited {
	color: #a55858;
}

.nolink {
  color: #222;
}

.nav1a, .nav1a:hover {
  background-color: #CCC;
  border-bottom:1px solid #CCC;
  color: #000;
  display: block;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: bold;
  padding: 2px 2px 2px 10px;
  text-decoration: none;
}

.navoben a:visited  {
  color: #111;
}
.navoben a:hover  {
  color: #333;
}

.nav2 {
  border-bottom: 1px solid #CCC;
  color: #000;
  display: block;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
  padding: 1px 2px 1px 25px;
  text-decoration: none;
}

.nav2:visited  {
  color: #111;
}

.nav2:hover  {
  color: #999;
  text-decoration: none;
}

img {
	border: none;
	vertical-align: middle;
}
p {
	margin: .4em 0 .5em 0;
	line-height: 1.5em;
}
p img {
	margin: 0;
}

hr {
	height: 1px;
	color: #aaa;
	background-color: #aaa;
	border: 0;
	margin: .2em 0 .2em 0;
}

.headline1 {
  color: black;
}

h1, h2, h3, h4, h5, h6 {
	color: black;
	background: none;
	font-weight: bold;
	margin: 0;
	padding-top: .5em;
	padding-bottom: .27em;
	border-bottom: 1px solid #aaa;
}
h1 { font-size: 188%; }
h2 { font-size: 150%; }
h3, h4, h5, h6 {
	border-bottom: none;
}

h3 { font-size: 132%; }
h4 { font-size: 116%; }
h5 { font-size: 100%; }
h6 { font-size: 80%;  }

ul {
	line-height: 1.5em;
	list-style-type: square;
	margin: .3em 0 0 1.5em;
	padding: 0;
	list-style-image: url(bullet.gif);
}
ol {
	line-height: 1.5em;
	margin: .3em 0 0 3.2em;
	padding: 0;
	list-style-image: none;
}
li {
	margin-bottom: 0em;
	line-height: 1.5em;
	font-size: 13px;
}
dt {
	font-weight: bold;
	margin-bottom: .1em;
}
dl {
	margin-top: .2em;
	margin-bottom: .5em;
}
dd {
	line-height: 1.5em;
	margin-left: 2em;
	margin-bottom: .1em;
}

#toc,
.toc {
	border: 1px solid #aaa;
	background-color: #eee;
	padding: 5px;
	font-size: 95%;
}

#toc h2,
.toc h2 {
	display: inline;
	border: none;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
}
#toc #toctitle,
.toc #toctitle,
#toc .toctitle,
.toc .toctitle {
	text-align: center;
}
#toc ul,
.toc ul {
	list-style-type: none;
	list-style-image: none;
	margin-left: 0;
	padding-left: 0;
	text-align: left;
}

#toc ul ul,
.toc ul ul {
	margin: 0 0 0 2em;
}
#toc .toctoggle,
.toc .toctoggle {
	font-size: 94%;
}

#toc li,
.toc li {
        list-style-image: none;
        padding-bottom: 0;
}

pre {
	padding: 1em;
	border: 1px dashed #2f6fab;
	color: black;
	background-color: #eee;
	line-height: 1.1em;
}


/* user notification thing */
.usermessage {
	background-color: #ffce7b;
	border: 1px solid #ffa500;
	color: black;
	font-weight: bold;
	margin: 2em 0 1em;
	padding: .5em 1em;
	vertical-align: middle;
}
#siteNotice {
	text-align: center;
	font-size: 95%;
	padding: 0 .9em;
}
#siteNotice p {
	margin: 0;
	padding: 0;
}
.error {
	color: red;
	font-size: larger;
}
.errorbox, .successbox {
	font-size: larger;
	border: 2px solid;
	padding: .5em 1em;
	float: left;
	margin-bottom: 2em;
	color: #000;
}
.errorbox {
	border-color: red;
	background-color: #fff2f2;
}
.successbox {
	border-color: green;
	background-color: #dfd;
}
.errorbox h2, .successbox h2 {
	font-size: 1em;
	font-weight: bold;
	display: inline;
	margin: 0 .5em 0 0;
	border: none;
}

#Suche {
  margin-top: 20px;
  margin-left: 20px;
}

#Navigation {
  border-top: 2px solid #ccc;
  margin-top: 80px;
}
