/* **************************************************************** basics **************************************************************** */
/* vordefinierte browserabstände ausschalten */
* {margin: 0;padding: 0;}
HTML {height: 100%;}
/* BODY */
BODY {
	height: 100%;
	line-height: 1.3;
	margin: 10px 0px; 
	padding: 0;
	text-align: left;
}
/* font family */
BODY, BUTTON, INPUT, OPTGROUP, OPTION, SELECT, TEXTAREA, TABLE, TR, TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;/**/
}
P {
	margin: 0;
}
/* headlines */
H1, H2, H3, H4, H5, H6 {
	font-weight: bold;
	line-height: 1.1;
	margin: 0 0 .5em 0;
}
H1 {
	display: none;
}
H2 {
	display: none;
}
H3 {
	font-size: 1em;
	margin: 0 0 .8em 0;
}
H4 {
	font-size: 1em;
	margin: 0 0 .2em 0;
}
H5 {
	font-size: .8em;
	margin: 0 0 .2em 0;
}
/* images */
IMG {
	border: none;
}

/* lists */
OL {
	list-style-type: decimal;
	margin: 0 0 0 1.6em;
}
UL {
	list-style-type: square;
	list-style-image: url(../bilder/list_item.gif);
	margin: 0 0 0 1.5em;
}
*+HTML UL {/* hack für IE 7 */
	list-style-image: url(../bilder/list_item_ie.gif);
}
* HTML UL {
	list-style-image: url(../bilder/list_item_ie.gif);
}/**/
A {
	text-decoration: underline;
}
A:hover, A:focus, A:active {
}
LABEL, INPUT, SELECT {
	font-weight: normal;
	line-height: normal;
}
OPTGROUP {
	font-style: normal;
}

/* tables */
TABLE {
	border-collapse: collapse;
	border-spacing: 0;
	caption-side: top;/*tabellenüberschrift*/
	empty-cells: show;
}
TH {
	/*border: 1px solid white;*/
	white-space: nowrap;
}
MAP {
	display: inline;
}

HR {
	border: 0;
	height: 1px;
	line-height: 1px;
	margin: .5em 0 .5em 0;
	padding: 0;
	width: 100%;
}
*+HTML HR {/* hack für IE 7 */
	margin: 0;
	padding: 0;
}
* HTML HR {
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%;
}/**/

/* classes */
.clear {clear: both;}
.unsichtbar {display: none;}
/* projektHeadMessage */
.projektHeadMessage {
	background-color: inherit;
	color: #f00;
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
}
.projektHeadMessage_testsystem {
	background-color: inherit;
	color: #f60;
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
}
.projektHeadMessage_intern_produktiv {
	background-color: inherit;
	color: #ff9600;
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
}
.projektHeadMessage_intern_testsystem {
	background-color: inherit;
	color: #f00;
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
}
.projektHeadMessage_intern_trunk {
	background-color: inherit;
	color: #f00;
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
}

