body {
	text-align: center;
	margin: 0px;
}

div#body {
	color: black;
	font-size: 10pt;
	font-family: "Arial", "FreeSans", sans-serif;
	max-width: 770px;
	text-align: justify;
	margin: 5px auto;
}

div#main {
	border: 1px solid silver;
}

/*Titel*/
div#title {
	font-size: 26pt;
	font-weight: bold;
	float: left;
	margin-left: 140px;
	margin-top: 15px;
	margin-bottom: 10px;
	text-decoration: none;
	color: black;
	max-width: 60%;
}

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

div#subtitle {
	font-size: 18pt;
	font-weight: normal;
}

/*Suche Titel*/
form.search {
	position: relative;
	float: right;
	margin: 2px;
}

div.search #search_box {
	font-size: 8pt;
	width: 125px;
}

div.search #submitButton {
	margin: 2px;
	margin-top: 4px;
	margin-bottom: 0px;
}

#search_list {
	background-image: url(../images_layout/menu_bg.png);
	font-size: 8pt;
	text-align: left;
	border: 1px solid silver;
	cursor: default;
}

#search_list ul {
	margin: 0px;
	padding: 0px;
}

#search_list li {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 2px;
}

#search_list li.selected {
	background-color: silver;
}

/*Men� allgemein*/
div#menumain {
	background-image: url(../images_layout/title.jpg);
	background-repeat: no-repeat;
	padding-top: 100px;
	text-align: left;
}

#menumain ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#menumain li {
	margin: 0px;
	padding: 0px;
	display: inline;
}

/*menu*/
#menu {
	border-bottom: 1px solid blue;
	clear:both;
}

#menu a {
	font-size: 10pt;
	font-weight: bold;
	color: #02485c;
	text-decoration: none;
	padding: 0px 15px;
	margin: 0px 5px;
}

#menu a:hover {
	background-image: url(../images_layout/menu_bg.png);
}

#menu a.open {
	background-color: #ebfaff;
	border-top: 1px solid blue;
	border-left: 1px solid blue;
	border-right: 1px solid blue;
	border-bottom: 1px solid #ebfaff;
	color: red;
}

#menu a.active {
	background-color: #ebfaff;
	border-top: 1px solid blue;
	border-left: 1px solid blue;
	border-right: 1px solid blue;
	border-bottom: 1px solid #ebfaff;
}

/*Submenu*/
#submenu {
	background-color: #ebfaff;
	border-bottom: 1px solid #6b98c6;
}

#submenu a {
	font-size: 9pt;
	color: #02485c;
	text-decoration: none;
	padding: 0px 10px;
	margin: 0px 3px;
}

#submenu a:hover {
	background-color: #e7e7e7;
}

#submenu a.active {
	background-color: #EEEEEE;
	border: 1px solid #6b98c6;
	border-bottom: 1px solid #eeeeee;
}

#submenu a.open {
	background-color: #EEEEEE;
	color: red;
	border: 1px solid #6b98c6;
	border-bottom: 1px solid #eeeeee;
}

/*Subsubmenu*/
#subsubmenu {
	background-color: #eeeeee;
	border-bottom: 1px solid silver;
}

#subsubmenu a {
	font-size: 9pt;
	color: #02485c;
	text-decoration: none;
	padding: 0px 10px;
	margin: 0px 3px;
}

#subsubmenu a:hover {
	background-color: #d9d9d9;
}

#subsubmenu a.open {
	color: red;
}

/*Header*/
div.header {
	background-color: #f9fbfe;
	padding: 2px;
	border: 1px solid silver;
	margin: 5px;
	font-size: 8pt;
	clear: both;
}

div.header_top {
	border-bottom: 1px dashed silver;
}

div.headercontrol_left {
	float: left;
}

div.headercontrol_right {
	text-align: right;
}

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

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

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

div.path img.path_separator {
	margin-left: 5px;
	margin-right: 5px;
}

div.pagenr {
	text-align: right;
}

div.header div.left {
	float: left;
	width: 200px;
	text-align: left;
}

div.header div.center {
	text-align: center;
	margin: 0px 220px;
}

div.header div.right {
	float: right;
	width: 200px;
	text-align: right;
}

/*Hauptinhalt*/
div#contentmain {
	padding: 15px;
	min-height: 500px;
}

div#sidebar {
	margin-left: 200px;
	border-left: 1px solid silver;
}

/*Spalten*/
.col,.col_first,.col_last {
	padding: 0px 14px;
	height: 100%;
	float: left;
	padding-bottom: 14px;
	margin-bottom: 10px;
}

.col_first {
	padding-left: 0px;
}

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

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

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

#sidebar p.note {
	position: relative;
	width: 175px;
	left: -205px;
	text-align: center;
	color: #02485c;
}

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

/*Links*/
a {
	color: #02485c;
}

a:hover {
	color: blue;
}

a img {
	border: 0px;
	max-width: 100%;
	height: auto;
}

/*�berschriften*/
h1 {
	font-size: 1.2em;
	color: #02485c;
	margin-top: 1.6em;
	margin-bottom: -0.2em;
	text-align: left;
}

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

h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 1.2em;
	margin-bottom: -0.2em;
	clear: both;
	text-align: left;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	color: #555555;
	margin-top: 1em;
	margin-bottom: -0.2em;
	text-align: left;
}

/*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: center;
	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: #ebfaff;
}

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

div.toc ul {
	margin-left: 8px;
	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: -8px;
}

div.toc .switch_expansion {
	cursor: pointer;
}

div.toc .no_expansion {
	cursor: default;
}

div.toc img.link {
	padding: 0px 3px;
	margin: 0px 2px;
}

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;
}

/*Suche*/
form.gsc-search-box {
	margin: 20px 0px;
}

form.gsc-search-box table{
	border: none;
	width: 200px;
}

form.gsc-search-box td{
	border: none;
}

img.gsc-branding-img {
	position: relative;
	top: 4px;
}

table.gsc-resultsHeader {
	display: none;
}

div.gs-title {
	margin-top: 20px;
}

div.gs-title a {
	text-decoration: none;
	display: block;
	border-bottom: 1px solid silver;
	margin-bottom: 5px;
}

a.gs-visibleUrl {
	display: none;
}

div.gs-watermark {
	display: none;
}

div.gsc-trailing-more-results {
	margin-top: 20px;
}

div.gsc-ad-box {
	color: gray;
	margin-top: 40px;
}

div.gs-divider {
	font-weight: bold;
	border-bottom: 1px solid silver;
}

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

.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;
	max-width: 100%;
}

dl.media dd span.img_descript_start {
	font-weight: bold;
}

/*Applets*/
.applet {
	text-align: center;
}

.applet img {
	cursor: pointer;
}

/*Box (highlighted)*/
div.box {
	border: 1px solid silver;
	padding: 0px 5px;
	background-color: #ffcccc;
	text-align: left;
	font-size: 9pt;
	margin-bottom: 10px;
	text-align: center;
}

div.box p {
	margin: 0.5em 0em;
}

/*Advertisement*/
div.adv {
	border: 1px solid silver;
	padding: 0px 5px;
	background-color: #e0e0e0;
	text-align: left;
	font-size: 9pt;
	margin-bottom: 10px;
}

div.adv p {
	margin: 0.5em 0em;
}

div.adv_note {
	font-size: 8pt;
}

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

.right {
	float: right;
}

/*Fu�zeile*/
#footer {
	font-size: 8pt;
	margin: 5px;
	color: #aaaaaa;
}

#footer p,#footer ul {
	margin: 0px 0px;
	padding: 0px;
}

#footer a {
	color: #777777;
}

#problems {
	float: left;
	margin: 10px 0px;
}

#footer_menu li {
	float: right;
	text-align: right;
	list-style: none;
	list-style-image: none;
	margin: 10px 0px;
	padding: 0px;
}

#footer_menu a {
	padding: 0px 5px;
	border-right: 1px solid silver;
}

#footer div.adv {
	clear: both;
	text-align: center;
	color: black;
	padding: 2px;
	font-size: 8pt;
}

/* Mobile */
@media screen and (max-width: 770px) {
	#sidebar p.note {
	  visibility: hidden;
	}
	div#sidebar {
		margin-left: 0px;
		border-left: 0px solid silver;
	}
	.col, .col_first, .col_last {
		width: auto !important;
	}
	.left, .right {
		float: inherit;
	}
	.right dl.media, .left dl.media {
		margin: 0px;
		margin-top: 10px;
	}
	dl.media dd {
		width: auto !important;
		margin-bottom: 10px;
	}
	table {
		font-size: 0.8em;
	}
	#menu a.active, #menu a.open, #submenu a.active, #submenu a.open {
		border: 1px solid black;
	}
	ul, ol {
		padding-left: 15px;
	}
  }