body
{
     background-color:#EEEEEE;
     font-family: 'Nimbus Mono L',monospace;
}

.buttonPressed {
	background-color: #555555;
}

div.content
{
    display: inline-block;
    position:relative;
    margin-top: 10px;
    padding: 5px;
    width: 320px;
    border-width: 0;
    border-spacing: 0;
    border-collapse: collapse;
    border-style: solid;
    border-color: #000000;
}

div.privacy {
    background: rgba(255,255,255,0.5);
    margin: 2px;
    padding: 4px;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #000000;
    font-size: 12px;
}

div#clock
{
    position:absolute;
    top: 107px;
    left: 260px;
}

div.contentboxmodal {
    position:fixed;
    top: 10px;
    left: 20px;
    display: none;
    width: 360px;
    height: 300px;
    margin: 2px;
    padding: 4px;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #000000;
    font-size: 12px;
    background:rgba(255,255,255,0.99);
    z-index: 2;
}

div.contentboxmodal_sf {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.75);
	z-index: 1;
	display: none;
}

div.headline_cbm {
    margin-bottom: 5px;
    padding: 0;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #000000;
    text-align: left;
    display:block;
    font-size: 16px;
    font-weight: bold;
}

div.contentboxscroll_a_cbm {
    font-size: 14px;
}

div.contentbox.footer_cbm {
    position: absolute;
    bottom: 0;
    height: 16px;
    width: 354px;
    margin: 0;
    border-width: 1px 0 0 0;
    border-style: dashed;
    border-color: #aaaaaa;
    background:rgba(255,255,255,0);
    font-size: 14px;
}

div.date_cbm
{
    width: 180px;
    height: 9px;
    border-width: 0 0 0 1px;
    border-color: #aaaaaa;
    text-align: right;
    float: right;
    background:rgba(255,255,255,0);
    font-size: 12px;
    margin-top: 5px;
}


div#cookieinformation
{
    position: fixed;
    bottom: 0px;
    left: 0px;
    height: 50px;
    width: 320px;
    padding-top: 2px;
    padding-left: 2px;
    border-width: 1px 1px 0px 0px;
    border-style: solid;
    border-color: #000000;
    font-size: 12px;
    background: rgba(255,255,255,0.9);
}

div#cookie_button {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

@media screen and (min-height: 400px) {
	div.contentboxmodal {
		top: 100px;
	}
}

@media screen and (min-height: 510px) {
	div.contentboxmodal {
		top: 200px;
	}
}

@media screen and (min-width: 660px) { 
	body
	{
		background-image:url(https://mur1.de/sites/mur1/img/bg.png);
		background-size: 301px;
		background-repeat:no-repeat;
		background-attachment:fixed;
		background-position: 297px 25px;
	}

	div.contentboxmodal {
	    left: 120px;
	    width: 430px;
	}

	div.contentbox.footer_cbm {
	    width: 424px;
	}

	div.content
	{
	    width: 630px;
	}

	div#clock
	{
	    left: 570px;
	}

        table.contact
        {
            width: 630px;
        }

        div#cookieinformation
        {
            width: 610px;
            height: 22px;
        }

        div#cookie_button
        {
            left: 510px;
            bottom: 1px;
        }
}

@media screen and (min-width: 960px) {
	body
	{
		background-image:url(https://mur1.de/sites/mur1/img/bg.png);
		background-size: 457px;
		background-repeat:no-repeat;
		background-attachment:fixed;
		background-position: 450px 25px;
	}

	div.contentboxmodal {
	    left: 300px;
	    width: 600px;
	}

	div.contentbox.footer_cbm {
	    width: 594px;
	}

	div.content
	{
	    width: 945px;
	}

	div#clock
	{
	    left: 885px;
	}

        table.contact
        {
            width: 945px;
        }
}

div.headline
{
    margin-bottom: 5px;
    padding: 0;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #000000;
    text-align: left;
    display:block; 
    font-size: 12px;
    font-weight: bold;
}

div.headline_b
{
    margin-bottom: 5px;
    padding: 0;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #000000;
    text-align: left;
    display:block;
    font-size: 16px;
    font-weight: bold;
}


div.contentbox
{
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 300px;
    height: 100px;
    margin: 2px;
    padding: 4px;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #000000;
    font-size: 12px;
    background:rgba(255,255,255,0.5);
}

div.contentboxscroll::-webkit-scrollbar {
  width: 6px;
}

div.contentboxscroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}

div.contentboxscroll::-webkit-scrollbar-thumb {
  background: #888;
}

div.contentboxscroll::-webkit-scrollbar-thumb:hover {
  background: #555;
}

div.contentboxscroll_a::-webkit-scrollbar {
  width: 6px;
}

div.contentboxscroll_a::-webkit-scrollbar-track {
  background: #f1f1f1;
}

div.contentboxscroll_a::-webkit-scrollbar-thumb {
  background: #888;
}

div.contentboxscroll_a::-webkit-scrollbar-thumb:hover {
  background: #555;
}

div.contentboxscroll_s::-webkit-scrollbar {
  width: 6px;
}

div.contentboxscroll_s::-webkit-scrollbar-track {
  background: #f1f1f1;
}

div.contentboxscroll_s::-webkit-scrollbar-thumb {
  background: #888;
}

div.contentboxscroll_s::-webkit-scrollbar-thumb:hover {
  background: #555;
}


div.contentboxscroll {
	overflow: auto;
	max-height: 80px;
}

div.contentboxscroll_a {
        overflow: auto;
        max-height: 60px;
}

div.contentboxscroll_s {
        overflow-x: hidden;
	overflow-y: auto;
        max-height: 13px;
	margin-right: -2px;
}


div.contentbox.date
{
    width: 100px;
    height: 6px;
    border-width: 0 0 0 1px;
    border-color: #aaaaaa;
    text-align: right;
    float: right;
    background:rgba(255,255,255,0);
    font-size: 10px;
    margin-top: -3px;
}

div.contentbox.footer
{
    position: absolute;
    bottom: 0;
    width: 294px;
    height: 12px;
    margin: 0;
    border-width: 1px 0 0 0;
    border-style: dashed;
    border-color: #aaaaaa;
    background:rgba(255,255,255,0);
}


div.copyright
{
    height:12px;
    width: 100%;
    margin-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    display:inline-block;
}

.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #434343;
	-webkit-box-shadow:inset 0px 1px 0px 0px #434343;
	box-shadow:inset 0px 1px 0px 0px #434343;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #797979), color-stop(1, #434343) );
	background:-moz-linear-gradient( center top, #797979 5%, #434343 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#797979', endColorstr='#434343');
	background-color:#797979;
	text-indent:0;
	border:1px solid #797979;
	display:inline-block;
	color:#86a2ab;
	font-family:Courier New;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	height:20px;
	line-height:20px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #2f545e;
}

.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #434343), color-stop(1, #797979) );
	background:-moz-linear-gradient( center top, #434343 5%, #797979 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#434343', endColorstr='#797979');
	background-color:#434343;
	color:#a3bac1;
}

.button:active {
	position:relative;
	top:1px;
}

.button_disabled {
        -moz-box-shadow:inset 0px 1px 0px 0px #434343;
        -webkit-box-shadow:inset 0px 1px 0px 0px #434343;
        box-shadow:inset 0px 1px 0px 0px #434343;
        background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #797979), color-stop(1, #434343) );
        background:-moz-linear-gradient( center top, #797979 5%, #434343 100% );
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#797979', endColorstr='#434343');
        background-color:#797979;
        text-indent:0;
        border:1px solid #797979;
        display:inline-block;
        color:#777777;
        font-family:Courier New;
        font-size:12px;
        font-weight:bold;
        font-style:normal;
        height:20px;
        line-height:20px;
        text-decoration:none;
        text-align:center;
        text-shadow:1px 1px 0px #2f545e;
}

table.contact
{
    width: 320px;
    margin-top: 0px;
    border-width: 0 0 0 0;
    border-spacing: 4px;
    border-style: solid;
    border-color: #000000;
    display: block;

}

.contentbox a {
	font-size: 10px;
	text-decoration: none;
}
.contentbox a:link {color:#000000;}
.contentbox a:visited {color:#000000;}
.contentbox a:hover {color:#555555;}
.contentbox a:active {color:#55AAAA;}

a.hl:link {color:#000000; text-decoration: none; }
a.hl:visited {color:#000000; text-decoration: none; }
a.hl:hover {color:#555555; text-decoration: underline; }
a.hl:active {color:#55AAAA; text-decoration: underline; }

.contact a:link {color:#000000;}
.contact a:visited {color:#000000;}
.contact a:hover {color:#555555;}
.contact a:active {color:#55AAAA;}

.privacy a:link {color:#000000;}
.privacy a:visited {color:#000000;}
.privacy a:hover {color:#555555;}
.privacy a:active {color:#55AAAA;}

.contact td
{
    margin: 0;
    padding: 4px;
    border-width: 0 0 0 0;
    border-style: solid;
    border-color: #000000;
    font-size: 12px;
    background:rgba(255,255,255,0);
}

td.s1
{
    width: 14em;
    padding: 4px;
    font-weight:bold;
    text-align: center;
    color: #FFFFFF;
    background:rgba(0,0,0,0.6);
}

td.s2
{
    width: 100%;
    background:rgba(255,255,255,0.5);
}

a.tooltip { position: relative; text-decoration: underline overline; color: black; } a.tooltip span { display: none; } a.tooltip:hover span { position: absolute; display: block; top: 1.5em; left: 4.4em; border: 1px solid black; background-color:white; padding: 0em; z-index: 1;} 
table.tt {border-collapse: collapse; } 
td.tt {border-collapse: collapse; padding: 5px; border: 1px solid black; border-style: none none solid none; font-size: 11px; font-weight:normal; font-family:Arial, Helvetica, sans-serif;} 
th.tt {padding: 0px; border: 1px solid black; border-style: none none solid none;}
