/* ***********************************************
tagX.classY	for <tagX class="classY">
.classZ 	for <... class="classZ>
h2, h3, h4	grouping
h2 sub		for <h2><sub>text</sub></h2>
div*span	for <div><p><span>xx</span></p></div>
#id0		for <div id="id0">
tagX.classY.classZ	for <tagX class="classY classZ">
Syntax:
CSS-Stiltemplate	::= Selector [, Selector] '{' CSS-Properties '}'
Selector		::= HTML-Tag [ '.' CSS-Class ] [ '.' CSS-Class ] ...
CSS-Properties		::= 
*/

.content01 {width:695px; border:solid red 0px; background-color:#ddd; overflow:auto; }

body {
    /*margin: 0px;
    padding: 0px; */
    font-size: 100%;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #F5FAFE;
    height: 100%;
	overflow:auto
}

body.myTag { background: silver; color:white;}

a.external {
    font-size: 75%;
    text-decoration: none;
    color: #1B6274;
    background-image: url(../img/9x9_Link-off.gif);
    background-repeat: no-repeat;
    background-position: 0px 3px;
    padding: 0px 0px 0px 18px;
    margin: 0px 0px 1px 0px;
}

div.links a.external:hover {
    font-size: 75%;
    text-decoration: none;
    color: #C90000;
    background-image: url(../images/allgemein/9x9_Kontakt_Link-over.gif);
    background-repeat: no-repeat;
    background-position: 0px 3px;
    padding: 0px 0px 0px 18px;
    margin: 0px 0px 1px 0px;
}


.btn-body  {
	cursor:pointer;
	border:0px;
	color:#036;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.btn-070 {
	width:70px;
	height:16px;
	background-image: url(../img/btn_070.gif);
	background-repeat: no-repeat;
}
.btn-160 {
	width:160px;
	height:16px;
	background-image: url(../img/btn_160.gif);
	background-repeat: no-repeat;
}
.mnu0{
	text-decoration : underline;
	font-family : Trebuchet MS, Verdana, GillSans, Arial;
	cursor : hand;
	color : black;
}
.mnuX{
	font-family : Trebuchet MS, Verdana, GillSans, Arial;
	cursor : hand;
	color : red;
}

a.mnu1 {
	background-image: url(img/9x9_Link-off.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding: 0px 0px 0px 18px;
	display:block
}

