﻿body, td, pre {
	font: normal 12px/1.5em 'Segoe UI', Verdana, Arial, Helvitica, 'Sans Serif';
}
p, h1, h2, h3 {
	margin: 0;
	padding: 5px 0px 5px 0px;
}
h1 {
	font-size: 1.5em;
	line-height: 1.3em;
}
h2 {
	font-size: 1.3em;
	line-height: 1.3em;
}
h3 {
	font-size: 1.2em;
	line-height: 1.3em;
}
p, h1, h2, h3 {
	margin: 0;
	padding: 5px 0px 5px 0px;
}
img {
	background: transparent;
   border: none;
	padding: 0;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
}
.c_Wichtig {
  display:block;
  border:1px red solid;
  padding-left:10px;
  padding-right:10px;
}
.c_TabellenKopf  {
	border: 1px solid #1F8ADE;
	background: #92C5EF;
	padding:3px;
}
/* set the image to use and establish the lower-right position */ 
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 {
    background: transparent url(box.png) no-repeat bottom right; 
} 
.cssbox { 
    width: 320px; /* IE Win = width - padding */
    padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
	margin: 10px auto; /* use to position the box */
	max-width:750px;
	max-height:750px;
}

/* set the top-right image */ 
.cssbox_head { 
    background-position: top right; margin-right: -15px; /* pull the right image over on top of border */
    padding-right: 25px; /* right-image-gap + right-inside padding */ 
} 

/* set the top-left image */ 
.cssbox_head h2 { 
    background-position: top left; 
    margin: 0; /* reset main site styles*/ 
    border: 0; /* ditto */ 
    padding: 15px 0 10px 15px; /* padding-left = image gap + interior padding ... no padding-right */ 
	height: auto !important; height: 1%; /* IE Holly Hack */
    color:white;
} 

/* set the lower-left corner image */ 
.cssbox_body { 
    overflow:hidden;
	background-position: bottom left;
    margin-right: 25px; /* interior-padding right */ 
    padding: 15px 0px 25px 25px; /* mirror .cssbox_head right/left */ 
} 

.csshead_line {
	padding-bottom:30px;
    background: transparent url(head.png) no-repeat bottom left; 
}

