﻿body{
	margin:0;
	padding:0;
	color:#000;
	font-family:"Segoe UI","Arial Unicode MS",Arial,Helvetica,Sans-Serif;
	font-style:normal;
}
article{
	background-color:#fff;
	margin-bottom:1em;
}
footer{
	padding:1em 0 1em 3%;
	clear:both;
	overflow:auto;
	background-color:#f0f0f0;
}
div#pagination{
	padding-top:1em;
}
#pagination ul{
	margin:0;
	padding:0;
	text-align:center;
}
#pagination li{
	list-style:none;
	margin:0.4em;
	padding:0;
	display:inline;
}
/* roter Header #990000 */
header{
	margin:0;
	padding:0;
	background-color:#f0f0f0;
	overflow:hidden;
}
header form{
	float:right;
	border:none;
	margin:0.4em 0.4em 0 0;
	padding:0;
}
header img{
	float:right;
	margin:0.6em;
	padding:0;
}
div#header-nav{
	margin:0 auto;
	clear:both;
}
#header-nav ul{
	list-style-type:none;
	width:100%;
	margin:0;
	padding:0;
}
#header-nav li{
	float:left;
}
#header-nav a,label#show-menu-label{
	border-style:none none solid none;
	border-width:1px;
	border-color:#f0f0f0;
	color:#666;
	text-decoration:none;
	display:block;
	padding:5px;
	background-color:#f0f0f0;
 	font-weight:bolder;
}
#header-nav a:hover,label#show-menu-label:hover{
	border-style:none none solid none;
	border-width:1px;
	border-color:#f0f0f0;
	color:#666;
	text-decoration:none;
	background-color:#fff;
}
label#show-menu-label{
	display:none;
	text-align:center;
}
input#show-menu{
	display:none;
}
li#language{
	float:right;
}
.dropitem{
	display:none;
	position:absolute;
	min-width:160px;
	box-shadow:0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index:1;
}
.dropitem a{
	padding:12px 16px;
	display:block;
	text-align:left;
}
.dropdown:hover .dropitem{
	display:block;
}

span.tooltip{
	border-bottom:1px dotted black;
}
.highlight{
	background-color:#FFFFCC;
}
h1{
	font-size:1.35em;
	color:#666;
}
h2{
	font-size:1.3em;
	color:#666;
	margin-top:2em;
}
h3{
	font-size:1.2em;
	color:#666;
	margin-top:2em;
}
h4{
	font-size:1.1em;
	color:#666;
	margin-top:2em;
}
h5{
	font-size:1.05em;
	color:#666;
	margin-top:1em;
}
h6{
	font-size:1em;
	color:#666;
	margin-top:1em;
}
/* nach h: p näher */
h6 + p{
	margin-top:-0.8em;
}
h5 + p{
	margin-top:-0.6em;
}
h3 + h4{
	margin-top:-0.4em;
}
h4 + p{
	margin-top:-0.6em;
}
h2 + h3{
	margin-top:-0.4em;
}
h3 + p{
	margin-top:-0.6em;
}
h2 + p{
	margin-top:-0.6em;
}
h1 + p{
	margin-top:-0.6em;
}
h1 + h2{
	margin-top:-0.4em;
}
img{
	border-width:0px;
}
ol li{
	margin-top:0.5em;
}
ul.left-align{
	padding-left:0.6em;
	margin-left:0.6em;
}
ul.cmd{
	list-style-type:none;
	margin-left:0px;
}
ul.cmd li{
	margin-top:0.5em;
}
samp{
	font-size:small;
}
/* Tabellen: Standard mit Border, oder .tblliste ohne Border */
table{
	clear:both;
	border-spacing:0;
	border-collapse:separate;
}
td{
	border:1px solid #ccc;
	padding:0.5em;
	vertical-align:top;
}
th{
	border:none;
	text-align:left;
	background-color:#ccc;
	font-weight:bold;
	color:#fff;
	white-space:nowrap;
	padding:0.5em;
	vertical-align:top;
}
.th_main, .th_main th, thead th{
	border:none;
	text-align:center;
	font-weight:bold;
	font-style:italic;
	color:#666;
	background-color:#ccc;
}
/*tblliste ohne Border */
.tblliste{
	clear:none; /*sonst Problem bei admin.ini u.a.*/
}
.tblliste th{
	padding:2px 1em 2px 2px;
	background-color:#fff;
	color:#000;
	border:0px;
}
.tblliste td{
	border:0px;
	padding:2px;
}
.bw0{
	border-width:0;
}
.bw1{
	border:1px solid #c0c0c0;
}
.tblleft{
	border:1px solid #ccc;
	text-align:left;
}
.tblcenter{
	border:1px solid #ccc;
	text-align:center;
}
.tblright{
	border:1px solid #ccc;
	text-align:right;
}

dt{
	font-weight:bold;
	margin-top:0.8em;
}
ul.biglist li{
	margin-top:0.3em;
}

nav#omdnnav{
  float:left; 
}
nav#omdnnav li{
	list-style:none;
}
nav#omdnnav ul li ul{
	margin:0;
	padding:0;
}
nav#omdnnav ul li ul li{
	margin-top:0;
	margin-left:1em;
}
nav#omdnnav a{
	padding-left:12px;
}
dl.imgdl dd{
	margin:0.5em 0 3em 0em;
	font-style:italic;
}
.kleingedruckt{
	font-size:x-small;
}
.break-word{
	word-wrap:break-word;
}

/* Sitelinks Footer */
footer ul{
	margin:0;
	padding:0;
}
footer li{
	list-style:none;
	margin:0;
	padding:0;
}
footer h3{
	font-weight:bold;
	padding-bottom:0.2em;
	margin:0;
}
footer a,footer a:visited{
	color:#393939;
	text-decoration:none;
}
footer h3 a{
	text-decoration:underline;
}
footer a:hover{
	color:#990000;
	text-decoration:underline;
}
#footer{
	clear:both;
	overflow:auto;
}
#footer p{
	font-size:x-small;
	text-align:center;
	color:#393939;
	margin:10px;
	padding:1px;
}
#footer ul{
	font-size:x-small;
	text-align:center;
	margin:0;
	padding:0;
}
#footer li{
	list-style:none;
	margin:0;
	padding:0;
	display:inline;
}
#footer a{
	color:#393939;
	text-decoration:underline;
}
#footer a[hreflang|=en]{
	color:#469;
	text-decoration:underline;
}
#footer a:hover{
	color:#990000;
	text-decoration:none;
}

/* Hyperlinks */
a{
	color:#469;
	text-decoration:underline;
}
a:visited{
	color:#0B0080;
}
a:hover{
	color:#990000;
	text-decoration:underline;
}
.disabled{
	color:#c0c0c0;
}
a[target^="_blank"]{
	background:url('https://dms.cash/images/icons/link-blank.png') no-repeat right;
	padding-right:12px;
}
a[href $=".pdf"]{
	background:url('https://dms.cash/images/icons/link-pdf.png') no-repeat right;
	padding-right:13px;
}
a[href^="mailto:"]{
	background:url('https://dms.cash/images/icons/link-email.png') no-repeat right;
	padding-right:17px;
}
a.a_noimg{
	background:none;
	padding-right:0px;
}
.infoboxtitle{
	font-size:1.1em;
	color:#666;
	font-weight:bold;
	margin-bottom:-0.5em;
}
.imgleft{
	border-style:none;
	float:left;
	margin-right:0.4em;
	margin-bottom:0.4em;
}
.imgright{
	border-style:none;
	float:right;
}
.imgvertcent{
	vertical-align:middle;
}
.videoright{
	float:right;
}
.clear{
	clear:both;
}
.clear_left{
	clear:left;
}
.style_bold{
	font-weight:bold;
}
.style_italic{
	font-style:italic;
}
.text_left{
	text-align:left;
}
.text_center{
	text-align:center;
}
.text_right{
	text-align:right;
}
.align-bottom{
	vertical-align:bottom;
}	
.redtext{
	color:#990000;
}
.redtextbold{
	color:#990000;
	font-weight:bold;
}
.menuebefehl{
	background-color:#f0f0f0;
	font-weight:bold;
}
.uilabel{
	font-weight:bold;
}
.uitabsh{
	font-weight:bold;
}
.taste{
	font-family:"Courier New", Courier, Monospace;
	border:1px solid #c0c0c0;
	padding-right:2px;
	padding-left:2px;
}
/* einzeilige: <code class="softwarecode">, mehrzeilige <p class="softwarecode"><code> */
code{
	font-family:"Courier New", Monospace;
	font-size:1em;
}
.softwarecode{
	border:1px solid #999999;
	margin:0px 2em 0px 1em;
	padding:5px;
	font-family:"Courier New", Monospace;
	background-color:#F2F2F2;
	font-size:0.9em;
}
.cmdcode{
	font-family:"Courier New", Monospace;
	background-color:#F2F2F2;
/*	font-size:0.9em;*/
}

/* RSS-Includes und Aktuelles in Sidebar 
#rss blockquote{ /*ganzer feed ist in blockquote
	margin:0;
}
.feed-label{
	font-size:1.1em;
	color:#990000;
	font-weight:bold;
}
.feed-label a{
	color:#990000;
	text-decoration:none;
}
.feed-label a:hover{
	color:#000;
	text-decoration:underline;
}
#rss .post-label{
	font-size:1.0em;
	font-weight:bold;
}
#rss .post-cont{
	font-size:0.8em;
}
#rss .post-date{
	font-size:0.8em;
}
*/

/* Mobile-Screen **********************************************************/
@media screen and (max-width:64em){

.invisible-mobile{
	display:none;
}
body{
	background-color:#fff;
}
div#content{
	margin:1em;
}
ul{
	padding-left:1em;
}
nav#omdnnav{
	background-color:#F8F8F8;
	margin:0 1em 1em 0;
	padding:1em 1em 1em 0;
}
nav#omdnnav li{
	min-width:48px;
	line-height:48px;
}
#header-nav a{
	min-height:48px;
	min-width:48px;
	text-align:center;
	line-height:48px;
}
.breadcrumb{
	font-size:0.85em;
	margin-top:0px;
	margin-bottom:0px;
	min-width:48px;
	line-height:48px;
}
#suche-form{
	clear:both;
	float:left !Important;
}
#suche-form input[type=text]{
/*	width:17em;*/
	margin:4px;
}
footer h3{
	min-height:32px;
	margin-top:1em;
}
.sitelinks-col{
	width:48%;
	float:left;
}
footer li{
	min-height:32px;
}
img{
	max-width:100%;
	height:auto;
}
.imgleft{
	max-width:50%;
	height:auto;
	width:auto;
}
.imgright{
	max-width:50%;
	height:auto;
	width:auto;
}
.videoright{
	float:none;
}
dd{
	margin-left:10px;
}
th{
	white-space:normal;
}
blockquote{
	margin-left:10px;
}
} /* 64em */

@media screen and (max-width:749px){
.invisible-smallmobile{
	display:none;
}
#menu,#suche-form{
	position:static;
	display:none;
}
#header-nav input[type=checkbox]:checked ~ #menu,
#header-nav input[type=checkbox]:checked ~ #suche-form{
	display:block;
}
label#show-menu-label{
	display:block;
	line-height:48px;
}
#suche-form{
	overflow:hidden;
	width:100%;
}
.tblresponsive table,.tblresponsive thead,.tblresponsive tbody,.tblresponsive th,.tblresponsive td,.tblresponsive tr{ 
	display:block; 
}
.tblresponsive thead th{
	position:absolute;
	top:-9999px;
	left:-9999px;
}
.tblresponsive td{
	border:none;
	position:relative;
}
.tblresponsive tr{
	border:1px solid #ccc;
}
}


/* Desktop *****************************************************************/
@media screen and (min-width:64.1em){

.invisible-desktop{
	display:none;
}

body{
	font-size:small;
	background-color:#F8F8F8;
}
div#content{
	margin:0.5em auto 0 auto;
	width:84em;	
	min-width:54em;
}
article{
	width:64em;
	min-width:34em;
	padding:1em;
	position:relative; /*für unteren Schatten nötig*/
	box-shadow:0 0 5px rgba(0,0,0,0.2), inset 0 0 30px rgba(0,0,0,0.051);
}
article#page{
	float:left;
}
article#omdn{
	margin-left:16em;
}
nav#omdnnav ul{
	width:13em;
	padding:1em;
	margin:0; 
}
nav#omdnnav li{
	margin-top:0.5em;
}
.breadcrumb{
	font-size:0.85em;
	margin-top:0px;
	margin-bottom:2em;
}
aside#infobox{
	float:right;
	width:17em;
	font-size:0.91em;
	margin:0 0 1em 0;
	padding:0.6em 1em 0.6em 1em;
	background-color:#f0f0f0;
}
header{
	padding:1em 0 0 0;
	width:auto;
	min-width:84em;
}
div#header-nav{
	width:84em;
}
.infoboxtitle{
	font-style:italic;
}
footer h3{
	font-size:small;
}
footer a{
	min-height:48px;
	min-width:48px;
}
footer{
	width:auto;
	min-width:84em;
}
footer ul{
	font-size:small;
}
.sitelinks-col{
	width:24%;
	float:left;
}
.feed-label{
	font-style:italic;
}

}