body {
	margin: 0px;
	padding: 0px;
}

div#body {
	margin: 0px;
	padding: 0px;
	color: black;
	font-size: 12pt;
	font-family: "Times New Roman", serif;
	text-align: justify;
}

div#main {
	margin: 0px;
	padding: 0px;
}

/*Titel*/
div#title {
	font-size: 16pt;
	font-family: "Arial", sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: black;
	padding: 5px;
	border: 1px solid silver;
}

div#title a {
	text-decoration: none;
	color: black;
}

div#subtitle {
	font-size: 14pt;
	font-weight: normal;
	display: inline;
}

div#subtitle:before {
	content: " - ";
}

div#subtitle:after {
	content: " - www.neuronalesnetz.de";
}

div.search {
	display: none;
}

/*Menü allgemein*/
div#menumain {
	display: none;
}

/*Header*/

div.header_top {
	padding: 5px;
	border: 1px solid silver;
	margin-bottom: 30px;
	font-size: 0.8em;
	color: #02485c;
}

div.header_top a {
	color: #02485c;
}

div.header_bottom {
	display: none;
}

div.path {
	text-align: left;
	float: left;
	width: 550px;
}

div.pagenr {
	text-align: right;
}

/*Hauptinhalt*/
div#contentmain {

}

div#sidebar {
	margin-left: 150px;
	padding-left: 10px;
	border-left: 1px solid silver;
}

/*Spalten*/
div.columns {
	
}

.col,.col_first,.col_last {
	padding: 0px 5px;
	height: 100%;
	float: left;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.col_first {
	padding-left: 0px;
}

div.col_last {
	padding-right: 0px;
}

/*Absätze*/
p {
	margin: 1em 0em;
}

/*Anzeigen*/
.adv {
	display: none;
}

/*Anmerkungen*/
#sidebar div.note {
	position: absolute;
	float: left;
}

#sidebar p.note {
	position: relative;
	width: 125px;
	left: -155px;
	text-align: center;
	color: #02485c;
	font-size: 0.8em;
}

#normal p.note {
	margin: 15px;
	padding: 5px;
	color: #02485c;
	border: 1px dashed silver;
	clear: both;
	font-size: 0.8em;
}

/*Links*/
a {
	color: black;
	text-decoration: none;
}

a img {
	border: 0px;
}

/*Überschriften*/
h1 {
	font-size: 1.2em;
	color: #02485c;
	margin-top: 1.6em;
	margin-bottom: -0.2em;
	font-family: "Arial", sans-serif;
	/*IE*/
  margin-top: expression((this.parentNode.firstChild == this)? "0em" : "1.6em");
}

h1:first-child {
	margin-top: 0em;
	
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 1.2em;
	margin-bottom: -0.2em;
	font-family: "Arial", sans-serif;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	color: #555555;
	margin-top: 1em;
	margin-bottom: -0.2em;
	font-family: "Arial", sans-serif;
}

/*Listen*/
li {
	margin: 0.75em 0px;
}

ul li {
	list-style-image: url(../images_layout/li1.gif);
}

ul ul li {
	list-style-image: url(../images_layout/li2.gif);
}

ul ul ul li {
	list-style-image: url(../images_layout/li3.gif);
}

/*Allgemeine Formatierungen*/
span.em {
	font-weight: bold;
}

span.code {
	font-family: monospace, "Courier";
}

span.quote {
	font-style: italic;
}

/*Tabellen*/
div.table {
	margin: 15px 0px;
}

table {
	padding: 0px;
	width: 100%;
	border: 1px solid silver;
	text-align: left;
	clear: both;
	empty-cells: show
}

table caption {
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px; font-size : 0.8em;
	text-align: left;
	font-size: 0.8em;
}

table caption span.table_descript_start {
	font-weight: bold;
}

td,th {
	border: 1px solid silver;
	padding: 5px;
}

th {
	background-color: #EEEEEE;
}

/*Inhaltsverzeichnis*/
div.toc {
	text-align: left;
}

div.toc ul {
	margin-left: 10px;
	padding: 0px;
}

div.toc a {
	text-decoration: none;
}

div.toc li {
	margin: 0px;
	padding: 0px;
}

div.toc .switch_expansion img, div.toc .no_expansion img{
	position: relative;
	left: -10px;
}

div.toc .switch_expansion {
	cursor: pointer;
}

div.toc .no_expansion{
	cursor: default;
}

div.toc img.link {
	display: none;
}

div.toc ul li {
	margin-top: 0.5em;
	font-size: 1em;
	font-weight: bold;
	list-style: none;
	list-style-image: none;
}

div.toc ul ul li {
	margin-top: 0em;
	font-size: 0.9em;
	font-weight: normal;
	list-style: none;
}

div.toc ul ul ul li {
	font-size: 0.8em;
	list-style: none;
}

/*Register/Index*/
ul.register_char li {
	display: inline;
}

ul.register li {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}

ul.register li.char {
	margin-top: 30px;
	font-weight: bold;
}

ul.register img {
	padding: 5px;
	float: right;
}

ul.register ul {
	margin-top: 10px;
	clear: both;
}

ul.register ul li {
	margin-top: 5px;
	font-weight: normal;
	float: none;
}

ul.register ul ul {
	margin-top: 0px;
}

ul.register ul ul li {
	margin-top: 0px;
	font-size: 0.8em;
}

/*Bilder*/
dl.media{
	margin: 15px 0px;
	padding: 0px;
	text-align: center;
	clear: both;
}

dl.media object{ 
	display: none;
}

.left dl.media{
	margin-right: 15px;
	margin-top: 0px;
	clear: left;
}

.right dl.media{
	margin-left: 15px;
	margin-top: 0px;
	clear: right;
}

img.arrow {
	margin: 0px 2px;
}

img.mail {
	margin-bottom: -2px;
}
/*Bildunterschrift*/
dl.media dd {
	padding: 0px;
	margin: 0px;
	font-size: 0.8em;
	text-align: left;
	padding-top: 2px;
}

dl.media dd span.img_descript_start {
	font-weight: bold;
}
/*Applet*/
div.applet {

}

/*Allgemein: Ausrichtung*/
.left {
	float: left;
}

.right {
	float: right;
}

/*Fußzeile*/
#footer {
	display:none;
}