/* default HTML-styles*/ 
html {height: 100%;} 
body { 
background-image:url(../myGfx/bgRight.jpg); 
color:#333333; 
font-size:11px; 
line-height:16px; 
font-family:Verdana,Helvetica,Verdana,Arial,Geneva, sans-serif; 
margin-top: 35px; 
margin-right: 0px; 
margin-bottom:0px; 
margin-left: 10px; 
text-indent:0px; 
scrollbar-3d-light-color:#FFFFFF; 
scrollbar-arrow-color:#E0E0E0; 
scrollbar-base-color:#F5F5F5; 
scrollbar-dark-shadow-color:#E0E0E0; 
scrollbar-face-color:#F5F5F5; 
scrollbar-highlight-color:#E0E0E0; 
scrollbar-shadow-color:#E0E0E0;} 

/* the following styles affect the display of content beeing placed ina table cell by the name of normalCss */ 
H1 {color:#B22222; font-weight:normal; font-size:20px; line-height:24px; margin-top:10px; margin-bottom:10px;} 
H2 {color:#B22222; font-weight:normal; font-size:18px; line-height:18px; margin-top:10px; margin-bottom: 10px;} 
H3 {color:#B22222; font-weight:bold; font-size:13px; line-height:16px; margin-top:10px; margin-bottom: 10px;} 
H4 {color:#B22222; font-weight:bold; font-size:11px; line-height:16px; margin-top:10px; margin-bottom: 10px;} 
H5 {color:#B22222; font-weight:normal; font-size:11px; line-height:14px; margin-top:10px; margin-bottom: 10px;} 
P {color:#333333; font-weight:normal; font-size:11px; line-height:16px; 
margin-top:0px; margin-left:0px;margin-right:10px;margin-bottom: 10px;} 
TD {color:#333333; font-weight:normal; font-size:11px; line-height:16px; margin-left:0px;} 
UL {color:#333333; font-weight:normal; font-size:11px; line-height:16px; margin-left:18px; list-style-image:url(../myGfx/menuBullet.gif);} 
OL {color:#333333; font-weight:normal; font-size:11px; line-height:18px; margin-left:25px;} 
a {color:#990000; text-decoration:none;} 
a:visited {color:#990000; text-decoration:none;} 
a:hover {color:#B22222; text-decoration:underline;} 
a:active {color:#B22222; text-decoration:unterline;} 
.fusszeile{text-align:right; color:#B9B9B9; font-weight:normal; font-size:10px; line-height:16px; margin-top: 0px; margin-left:10px; margin-right:20px; margin-bottom: 10px;} 
/* if option «icons for external hyperlink» is enabled, this class does tho job of drawing a icon for all such hyperlinks */ 
a.externalHyperlink:link, a.externalHyperlink:visited {padding: 0 14px 1px 0px; background: url(../myGfx/iconExternalHyperlink.gif) right center no-repeat;} 
/* style for input fields in forms */ 

/*--- + ---------------------------------------------------------------- + ----*/ 
/* the openBOX specific styles*/ 
/*--- + ---------------------------------------------------------------- + ----*/ 
.imageLeft{margin-right:10px;} 
.imageRight{margin-left:10px;padding-left:10px;} 
/* the following styles trigger the display of the titles when a page is in edit mode */ 
/* in order to get accurate wysiwyg, these styles should be the same as styles for titles below */ 
.iptH1{border:1px dotted #CCCCCC;color:#2F527A;font:normal 20px/20px;margin-top: 7px;margin-bottom:18px;width:100%;height:24px;} 
.iptH2{border:1px dotted #CCCCCC;color:#2F527A;font:normal 18px/16px;margin-top: 7px;margin-bottom: 4px;width:100%;height:20px;} 
.iptH3{border:1px dotted #CCCCCC;color:#2F527A;font:normal 16px/16px;margin-top: 7px;margin-bottom: 4px;width:100%;height:20px;} 
.iptH4{border:1px dotted #CCCCCC;color:#2F527A;font:normal 14px/16px;margin-top: 7px;margin-bottom: 4px;width:100%;height:20px;} 
.iptH5{border:1px dotted #CCCCCC;color:#2F527A;font:normal 10px/16px;margin-top: 7px;margin-bottom: 4px;width:100%;height:20px;} 
.iptH6{border:1px dotted #CCCCCC;color:#2F527A;font:normal 10px/16px;margin-top: 7px;margin-bottom: 4px;width:100%;height:20px;} 
.iptP {color:#333333;font:normal 11px/16px;margin-top: 0px; margin-left:0px;margin-right:10px;margin-bottom: 10px;} 