
font, p, div, th, td, ul, ol, li, dt, dd, nobr, input, option, textarea, h1, h2, h3, h4, h5, h6 { font-family: helvetica, Helvetica, arial, Arial, sans-serif; }

font, p, div, th, td, ul, ol, li, dt, dd, nobr, input, option, textarea
{
	font-size: 12px;
	line-height: 140%;
}


body
{
	position: relative;
	margin: 0px;
	text-align: center;
	color: #1A1918;
	background-repeat: repeat-x;
	background-color: #FFF;
	background-image: url(/common/images/background_gradient_body.png);
}


h1
{
	font-size: 26px;
	font-weight: bold;
}

h2
{
	font-size: 22px;
	font-weight: bold;
}

h3
{
	font-size: 17px;
	font-weight: bold;
	line-height: 24px;
}

h4
{
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px;
	border: 0px solid red;
}

h5
{
	font-size: 10px;
	font-weight: bold;
}

h6
{
	font-size: 8px;
	font-weight: bold;
}

ul { list-style-type: square; }
ol { list-style-type: decimal; }
dl { }

hr
{
	height: 1px;
 	color: #bfbcba;
 	background-color: #bfbcba;
}

input { }
label { }
textarea { }
abbr { }
acronym { }
address { }
blockquote { }
big { }
code { }
cite { }
del { }
dfn { }
em { }
ins { }
kbd { }
pre { }
samp { }
small { }
strong { }
var { }


.dt-rahmen {
	padding: 0px;
	position: absolute;
	width: 99%;
	left: 0px;
	bottom: 170px;
	z-index: 100;
	color: #000000;
	border:0px solid green; 
	height: 100px;
}
.dt-comments-rahmen {
	padding: 1px;
	border: 0px solid gray;
	background-color: #C03;
	position: absolute;
	width: 600px;
	left: 175px;
	top: 0px;
	z-index: 1;
}
.dt-comments-head {
	background-color: #C66;
	font-weight: bold;
	padding: 10px;
	font-size: 11px;
}
.dt-comments {
	background-color: #fcc;
	font-size: 10px;
	padding: 11px;
	color: #000000;
}
.dt-comments-active {
	font-size: 10px;
	background-color: #ffecec;
	padding: 11px;
	color: #000000;
}
.dt-comments-inactive {
	font-size: 10px;
	padding: 10px;
	background-color: #feb3b3;
	color: #555555;
}
.dt-status-rahmen {
	padding: 1px;
	background-color: #C03;
	width: 150px;
	border: 0px solid gray;
	position: absolute;
	left: 10px;
	top: 0px;
	z-index: 1;
}
.dt-status-head {
	background-color: #C66;
	font-weight: bold;
	padding: 10px;
	font-size: 11px;
}
.dt-status-status {
	font-size: 10px;
	padding: 10px;
	background-color: #FCC;
	color: #000000;
}
.dt-minimized-rahmen {
	padding: 1px;
	background-color: #C03;
	position: absolute;
	left: 10px;
	top: 0px;
	z-index: 1;
}
.dt-minimized {
	font-size: 9px;
	padding: 1px;
	background-color: #FCC;
	color: #000000;
}
.dt-aktualisierung-rahmen {
	padding: 1px;
	border: 0px solid gray;
	background-color: #C03;
	width: 150px;
	position: absolute;
	left: 10px;
	top: 150px;
	z-index: 1;
}

