/* **************************************************************** basics **************************************************************** */
/* vordefinierte browserabstände ausschalten */
* {margin: 0; padding: 0;}
html {height: 100%;}
/* body */
body {
	background-color: #fff;
	color: #0C3E70;
	height: 100%;
	line-height: 1.3;
	margin: 0; 
	/*padding: 0 0 0 10px; */
	padding: 0; 
	text-align: left;
}
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 {
	background-color: inherit;
	color: #06334E;
	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/icon_liste.gif);*/
	margin: 0 0 0 1.6em;
}

a {
	background-color: inherit;
	color: #0C3E70;
	text-decoration: underline;
}
a:hover, a:focus, a:active {
	background-color: inherit;
	color: #06334E;
}
LABEL, INPUT, SELECT {
	font-weight: normal;
	line-height: normal;
}
INPUT:focus, INPUT:active, 
TEXTAREA:focus, TEXTAREA:active {
	background-color: #DAEDFF;
	color: inherit;
}
optgroup {
	font-style: normal;
}

/* tables */
table {
	border-collapse: collapse;
	border-spacing: 0;
	caption-side: top;/*tabellenüberschrift*/
	empty-cells: show;
}
th {
	white-space: nowrap;
	/*border: 1px solid white;*/
}
map {
	display: inline;
}

/* horizontale linie */
HR {
	border: none;
	background-color: #EBE18A;
	color: #fff;
	/*border: 1px solid blue;
	background-color: orange;
	color: red;*/
	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: none;
	background-color: inherit;
	color: #EBE18A;
	/*border: 1px solid blue;
	background-color: orange;
	color: red;*/
	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 {
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
	background-color: inherit;
	color: #f60;
}
.projektHeadMessage_intern_produktiv {
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
	background-color: inherit;
	color: #ff9600;
}
.projektHeadMessage_intern_testsystem {
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
	background-color: inherit;
	color: #f00;
}
.projektHeadMessage_intern_trunk {
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
	background-color: inherit;
	color: #f00;
}
