/*########################################################################*/
/* Browsereinstellungen zurücksetzen*/
/*########################################################################*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 14;
	color: black;
	background-color:	#EEEEEE;
	background-image:url(../images/body_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
tr.hideP, li.hideP{
    display:none;
}

.labelG{
    border:1p solid #333;
    background-color: #ccc;
    /* padding:4px; */
    margin:4px;
    display: table;
    float:left;
}
ol {
	list-style:		decimal;
	list-style-position:inside;
	padding:		10px 0px 10px 0px;
}

ul {
	list-style:		square;
	list-style-position:outside;
	padding:		2px 0px 10px 0px;
}

li {
	display:		list-item;
	padding:		0px 0px 2px 10px;
	color:			#000000;
	margin:			0px 0px 0px 20px;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*########################################################################*/
/* Body und HTML Eigenschaften*/
/*########################################################################*/
html,body{
    height:				100%;
    width:				100%;
    text-align:			left;
    margin:0;
    padding:0;
	font-family: 		Arial, Helvetica, sans-serif;
	font-size:			12px;
	line-height:		14px;
}

body a {
	color:				#022e50;
	text-decoration:	none;
}

body a:hover {
	text-decoration:	underline;
}

h1 {
	font-size:			22px;
	font-weight:		normal;
	color:				#022e50;
	line-height:		24px;
	padding:			0px 0px 10px 0px;
	text-align:			left;
}

h2 {
	font-size:			14px;
	font-weight:		bold;
	color:				#666666;
	line-height:		16px;
	padding:			0px 0px 5px 0px;
	text-align:			left;
}

h3 {
	font-size:			14px;
	font-weight:		bold;
	color:				#333333;
	line-height:		14px;
	padding:			10px 0px 5px 0px;
	text-align:			left;
}

strong {
	font-weight:		bold;
}