/* Redaktionelles Hilfesystem für Produkte von TriangleProductions  */
/* Juli 2017 (bk)                                                   */
/* (C) TriangleProductions                                          */

html {
	height: 100%;
	margin-bottom: 1px;
}
body {
	margin: 0;
	padding: 0;
        background-position: top center;
        background-repeat: no-repeat;
        background-attachment: fixed;                                           /* keep Background in place */
}
body, td, p {
	font-size: 14px;
	color:#000000;
	font-family: Verdana, sans-serif;
	line-height: 160%;
}
h1 {
        font-size: 15px;
        color: #0000cc;
        font-weight: bold;
}
h2 {
        font-size: 14px;
        color: #004e7b;
        font-weight: bold;
}
h3 {
        font-size: 13px;
        color: #000000;
        font-weight: bold;
        margin-bottom: -10px;
}
a               { color: #b94500; text-decoration: none; line-height: 26px; }
a[href]:hover   { text-decoration: underline; }
li              { line-height: 26px; }
blockquote      { border-left: 3px; border-left-color:#900; border-left-style:solid; padding-left: 10px; }


#top            { width: 50%; margin: 0 auto; }
#textpane       { padding: 10px 25px 20px 25px; }
#rand {
        margin: 5px auto;
        width: 100%;
        height: 100%;
        background-color: #ffffff;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";      /* IE 8 */
        filter: alpha(opacity=95);                                              /* IE 5-7 */
        -moz-opacity: 0.95;                                                     /* Netscape */
        -khtml-opacity: 0.95;                                                   /* Safari 1.x */
        opacity: 0.95;                                                          /* Good browsers */
}
.infokasten {
        float: right; 
        margin: 0 0 0 10px;
        padding: 4px 10px 16px 10px;
        text-align: right;
        background-color: #f4f4f4;
}
.faqkasten{
        background-color: #e8e8e8;
        padding: 10px;
        margin: 10px 0 10px 0;
}
.hauptinfos {
        padding: 10px 10px 0 10px;
	overflow-x:hidden;
        text-align: justify;
}

.header {
        padding: 10px 0 10px 10px;
        background-color: #f4f4f4;
}
.halb {
        width: 50%;
}
#reference {
        font-size: -3;
        margin: -6px 0;
}
#rot { color: red; }
#gruen { color: green; }
.clear {
	clear:both;
	height:0;
	width:0;
	visibility:hidden;
	overflow:hidden;
	border:0;
}