/* CSS Document */
/* Stylesheet für den Installer */
/* /installer/css/screen.css */


/* Global */
body
{
	padding:0px;
	margin:0px;
	font: 12px/1.5em Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
}
img
{
	border:0;
}
h1
{
	margin-bottom:40px;
	line-height:1.0;
}



/* ID */
#Header
{
	display:none;
}
#HeaderTable
{
	display:none;
}
#HeaderTableTr1
{
	display:none;
}
#HeaderTableTd1
{
	display:none;
}
#HeaderTableTd2
{
	display:none;
}
#HeaderTableTd2 span
{
	display:none;
}
#aktBenutzer{
	display:none;
}
#MainMenu
{
	display:none;
}
#HelpBttn
{
	display:none;
}
#HelpBttn a
{
	display:none;
}
#Pagebody
{
	line-height:2.0;
	text-align:justify;
	background-color:white;
	width:100%;
	margin:auto;
}
#Footer
{
	display:none;
}
#sign
{
	font-family: 'Calligraffitti', cursive;
	font-size:22px;
	color:#3A4761;
}
#code
{
	letter-spacing:10px;
	padding-left:5px;
	width:137px;
	background-image:url(../img/line.png);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	font-family:monospace;
	font-weight:bold;
	text-transform:uppercase;
}
#Footer a
{
	display:none;
}


/* Class */
.MainNavElement
{
	padding:0px 10px 0px 10px;
	height:27px;
	width:auto;
	float:left;
	line-height:26px;
	color:white;
	font-size:12px;
    border-left: 1px solid #676767;
    border-right: 1px solid #4c4c4c;
}
.MainNavElement a
{
	color:white;
	font-size:12px;
	text-decoration:none;
}
.MainNavElement:hover
{
	background-image:url(../img/main_menu_element_bg.png);
	background-repeat:x-repeat;
	background-position:0 0;
	cursor:pointer;
}
span.green
{
	color:#60A343;
}
td.green, div.td.green
{
	background-color:#CEF6CE;
}
span.orange
{
	color:#FF8000;
}
td.orange, div.orange
{
	background-color:#F5D0A9;
}
span.red
{
	color:#DF0101;
}
td.red, div.red
{
	background-color:#F78181;
}
span.green, span.orange, span.red
{
	font-weight:bold;
}
.StandartTabelle
{
	width:auto;
	border:0px;
	padding:0px;
}
table.fragebogenb
{
	margin:auto;
}
.fragebogen img,
.fragebogenb img
{
	border:1px solid grey;
	margin-right:60px;
	/*margin-top:10px;*/
}
.fragebogen td,
.fragebogenb td
{
	vertical-align:top;
}



/* Specials */
input[type=button], input[type=text], input[type=password]
{
	border:1px solid grey;
	background-color:#EAEAEA;
	cursor:pointer;
}
input[type=button]:hover, input[type=text]:hover, input[type=password]:hover,
input[type=button]:focus, input[type=text]:focus, input[type=password]:focus
{
	background-color:white;
}



/* Nach Lage im Dokument / nach Parent */
.StandartTabelle td
{
	font-size:12px;
	padding-right:25px;
	vertical-align:top;
}
.StandartTabelle input[type=text], input[type=password]
{
	width:300px;
}


