html, body {
	height: 100%
}

body {
	margin: 0px;
	background: url(../img/background.gif);
	background-position: right;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
}

body a {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}

body a:hover {
	color: #6B6B6B;
}

h1 {
	margin: 0px;
	padding-bottom: 30px;

	font-size: 15px;
	font-weight: bold;
}

h2 {
	margin: 0px;
	padding-bottom: 20px;

	font-size: 14px;
	font-weight: bold;
}

.subtitle {
	width: 100%;

	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 9pt;
	font-weight: bold;
	line-height: 2.5em;
	color: #494949;
}



/* main navigation left */


.navigation .button_0 a
	{
	display: block;
	background: url(../img/button.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: bold;
	color: #4b4b4b;
	text-align: left;
	padding-left: 35px;
	padding-top:4px;
	height: 20px !important;
	width: 100%;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	}


.navigation .button_0 a:hover
	{
	background: url(../img/button_over.gif);
	color:#FFFFFF;
	}


.navigation #nav_category_3.button_0 a
{
border-top:1px solid #ffffff;

}


/* main navigation sublevel left */


.navigation .button_1 a
  {
	background: url(../img/button_sub.gif);
	background-repeat: no-repeat;
	font-weight:normal;
	display: block;
	font-size: 11px;
	color: #4b4b4b;
	text-align: left;
	padding-left: 35px;
	padding-top:4px;
	height: 20px !important;
	width: 140px;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
  }



.navigation .button_1 a:hover
{
	background: url(../img/button_sub_over.gif);
	background-repeat: no-repeat;
	color:#4b4b4b;
}



/* navigation right */


.navigation .button a
{
	display: block;
	background: url(../img/button_green.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: bold;
	color: #4b4b4b;
	text-align: left;
	padding-left: 35px;
	padding-top:4px;
	height: 20px !important;
	width:140px;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	}


.navigation .button a:hover
{
	background: url(../img/button_green_over.gif);
	background-repeat: no-repeat;
	color:#FFFFFF;
}



.inhalt {
	background-color: #F4F4F4;
	padding: 20px;

	vertical-align: top;
}

.fehlermeldung {
	font-weight: bold;
	color: #DB0F0F;
}

.erfolgsmeldung {
	font-weight: bold;
	color: #1AB10A;
}

input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}

input:focus, textarea:focus, select:focus {
	background-color: #FFAFAF;
	color: #000000;
}

.btn {
	background-color: #DE0000;
	color: #FFFFFF;
}

#list_table, #list_table_green, #list_table_yellow, #list_table_red {
	border: solid 1px #CCCCCC;
}

#list_table th, #list_table td {
	font-size: 11px;
}

#list_success {
	background-color: #D7FDAC;
}

#list_fatal {
	background-color: #FCCACA;
}

#list_warning {
	background-color: #FFE5B8;
}

#list_table th, #list_table_green th, #list_table_yellow th, #list_table_red th {
	background-color: #ABCBF2;
	background-image: url(../img/bg_table_header.png);
	background-repeat: repeat-x;

	font-size: 12px;
	text-align: left;
	vertical-align: middle;
}

#list_table_green th {
	background-color: #78CF19;
	background-image: url(../img/box/success/bg_title.png);
}

#list_table_yellow th {
	background-color: #EDB56B;
	background-image: url(../img/box/warning/bg_title.png);
}

#list_table_red th {
	background-color: #E58484;
	background-image: url(../img/box/error/bg_title.png);
}

.even {
	background-color: #F1F5FA;
}

.odd {
	background-color: #FFFFFF;
}

.warning {
	background-color: #FFE8E8;
}

.stock_warning {
	font-weight: bold;
	color: #FF0000;
}

fieldset {
	padding: 10px;

	border: solid 3px #FFFFFF;
}

legend {
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;

	font-size: 15px;
}