html, body {
	margin: 0; 
	padding: 0; 
	/*height:100%; */
}
html {
	font-size:14px;
}
body {
	/* background-color:#DFDFDF;*/
	background-color:white;
 	/* text-shadow: 1px 1px 0px #DDD; */
	font-family: Arial, sans-serif; font-size: 95%;
	color: #323232;
	margin: 0;
}

a img { border: none; }
a {
	color: #036; /*#A40D0D;*/
	text-decoration:none;
	font-weight:bold;	
}
a:hover {
	/* text-decoration:underline; */
}

form {
	margin:0;
}
label {
	font-weight: bold;
	display: block;
	margin-bottom: 3px;
	clear: both;
}
div.button span {
	text-transform: none;
	padding-top: 9px;
	letter-spacing: normal;
}
input {
	min-width: 90px;  
}


/*
 * #index
 */
#index {
	width: 26em;
	margin: 5em auto 0 auto;
	background-color: #EFEFE0; /* #f7f8f0; */
	border: 11px solid #FFF;
	text-align:left;
	-moz-box-shadow: 3px 3px 11px #666;
	-webkit-box-shadow: 3px 3px 11px #666;
	box-shadow: 3px 3px 11px #666;
	padding: 0.3em 0 0 1.2em;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
#index a img {
	border: none;
	float: left;
}
#index div {
	float: left;
	padding: 1.3em 0 0 1.5em;
	margin: 0 0 2em 0;
	font-weight:bold;
}

/*
 * #top
 */
#top {
	margin: 0 0 10px 0;
	font-size:12px;
	height: 60px;
}

/*
 * #logo
 */
#logo {
	width: 18em;
	float:left;	
	padding-left: 10px;
}

/*
 * #meta
 */
#meta {
	width:auto;
	padding: 0 0 0 18.1em;
	text-align:right;
	line-height: 18px;
}

/*
 * #container
 */
#container {
	width:90%;	
	margin: 8px auto 30px auto;
}
#login {
    background-color: #F9F9F9;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 3px 3px 6px #999999;
    font-size: 1em;
    padding: 5px;
	
    padding: 20px;
	min-height: 240px;
	width: 400px;
    position: absolute;
	top: 50%;
	left: 50%;
	margin: -150px 0px 0px -220px;	
}
#captcha {
	border: 1px solid #777;
}

/*
 * page 
 */
#page  {
	background-color: #f0f0f0;
	font-size:1.0em;
	text-align:left;
	-moz-box-shadow: 3px 3px 6px #999;
	-webkit-box-shadow: 3px 3px 6px #999;
	box-shadow: 3px 3px 6px #999;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 5px;
/*	min-height: 800px;*/
}

/*
 * #menu
 */ 
#menu {
	background-color:#555;
	background: -webkit-gradient(linear, left top, left bottom, from(#777), to(#333)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #777,  #333); /* for firefox 3.6+ */ 
	color:#FFF;
	font-size:1em;
	font-weight:normal;
	padding: 0 0 0 19.7em;
	line-height:30px;
	border: 1px solid #444;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin: 0 0 10px 0;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
#menu div {
	float:left;
	margin-right:1px;
}
#menu ul li a span {
	color: #FFF;
}
#menu ul li a:hover {
	text-decoration:none;
	color: #999;
}
#menu ul {
	padding-left: 0;
	margin-left: 0;
	color: White;
	float: left;
	margin:0;
}

#menu ul li { display: inline; }

#menu ul li a {
	padding: 0 15px 0 5px;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #888;
}

#menu ul li a:hover, #menu ul li a.aktiv, .aktiv {
	background-color: #2A2A2A;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#222222'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#222)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #555,  #222); /* for firefox 3.6+ */ 
	/* background-image:url(images/ngn_header_buttom_hover2.png); */
	background-position: top;
}				

/*
 * #left
 */
#left {
	width: 18em;
	float:left;	
	margin-right: 20px;
	height:100%;
}

/*
 * #navigation
 */
#navigation {
	margin: 10px 10px 0 10px;
	padding: 8px;
	background-color: #fff; /*eeeee6*/ 
	-moz-border-radius: 15px;
	border-radius: 5px;
}
#navigation ul {
	list-style: none;
	padding: 0;
	margin:0;
	list-style-image: none;
}
#navigation ul :last-child {
	border-bottom: none;
}
#navigation li {
	margin:  0 0 1px 0;
	border-bottom: 1px solid #dadad6;
}
#navigation li a {
	height: 1.4em;
	text-decoration: none;
}	
#navigation li a:link, #navigation li a:visited {
	display: block;
	font-size: 0.9em;
	padding-top: 9px;
	padding-bottom: 5px;
	font-weight: normal; 
}
#navigation li a:hover, #navigation li a.active {
	color: #330D0D;
}				

/*
 * #center
 */
#center {
	width:auto;
	padding: 0 0 0 18.1em;
}

/*
 * #content
 */
#content {
	/*min-height:26em;*/
	 min-height: 800px;
	padding: 10px;
	background-color:#F9F9F9;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 10px 10px 10px 10px;
}


/*
 * hr
 */
hr {
	width: 100%;
    /* // background-color: #F00; */
    text-align: left;
    height: 2px;
    border: 1px inset #008F48; /* oben/aussen (rand) */
    margin:0;	
}

/*
 * h1 .. h6 - headlines
 */
h1,h2,h3,h4,h5,h6 {
    color: #333; /* #E30074; */
	font-weight:normal;	
	padding: 0.05em 0 0.1em 0;  
	margin: 0 0 0.3em 0;
	text-shadow: 1px 1px 0 #FFFFFF;
}
h2,h3,h4,h5,h6 {
	font-size: 1.2em;	
}
h3 {
	color: #000;
	font-size:1.1em;
	font-weight:bold;
}
h1 {
	/* color:#E30074; */
	font-size: 1.6em;
}
p {
	margin:0 0 0.5em 0;	
}

/*
 * th
 * Tabellenkopf
 */
th {
    border: none;
    font-weight: bold;
    line-height: 1.4em;
    text-align: left;
    vertical-align: bottom;
}


/*********************************************************************************************
 * .classes
 */


/*
 * .headline
 */
.headline {
    background-position: 0.2em 35%;
    background-repeat: no-repeat;
	padding-left: 1.4em;
	font-size:1.6em;
}
.headline2 {
    background-position: 0.2em 35%;
    background-repeat: no-repeat;
	padding-left: 1.7em;
	font-size:1.3em;
}
.headline3 {
    background-position: 0.2em 35%;
    background-repeat: no-repeat;
	padding-left: 1.7em;
	font-size:1.1em;
}

/*
 * .subheadline
 */
.subheadline {
    background-position: 0.2em 35%;
    background-repeat: no-repeat;
	padding-left: 1.7em;
}
.normal {
	background-position: 0.2em 35%;
    background-repeat: no-repeat;
	padding-left: 1.7em;
	font-size:12px;
}

/*
 * .icon
 * 
 */
.icon {
	background-repeat: no-repeat; 
	background-position: 2px 50%;
	padding-top: 1px;
	padding-left:24px;
	text-indent: 5px;
}
.fixed {
	padding: 13px 0 13px 30px;
}
.icon-fixed {
    height: 19px;
    width: 19px;
}
.fett {
	font-weight: bold;
}
.regular {
	font-weight:normal;	
}
.monospace {
	font-family: Courier, monospace, "Courier New";
}
.hidden {
	display: none;
}
.info, .error, .success, .idea {
    margin: 0 auto 10px auto;
    padding:5px 10px 5px 35px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.info {
    border: 1px solid #A7C1DF;
    background-color: #DFEEFF;
    background-image: url('/images/information.png');
}
.error {
    border: 1px solid #DF999C;
    background-color: #FFCFD1;
    background-image: url('/images/exclamation.png');
}
.success {
    border: 1px solid #9DDF99;
    background-color: #D2FFCF;
    background-image: url('/images/accept.png');
}
.idea {
    border: 1px solid #DFD999;
    background-color: #FFFBCF;
    background-image: url('/images/lightbulb.png');
}


/*
 * .icon-xy
 */
 
.icon-accept		{ background-image:url(/images/accept.png); }
.icon-delete 		{ background-image:url(/images/delete.png); }
.icon-trash			{ background-image:url(/images/bin.png); }
.icon-edit			{ background-image:url(/images/pencil.png); }
.icon-add			{ background-image:url(/images/add.png); }
.icon-arrow-right	{ background-image:url(/images/arrow_right.png); }
.icon-arrow-down	{ background-image:url(/images/arrow_down.png); }

.icon-home			{ background-image:url(/images/house.png); }
.icon-admin		{ background-image:url(/images/report.png); }
.icon-reseller			{ background-image:url(/images/user_gray.png); }
.icon-account		{ background-image:url(/images/vcard.png); }
.icon-support			{ background-image:url(/images/information.png); }
.icon-logout		{ background-image:url(/images/door_in.png); }
.icon-wrench		{ background-image:url(/images/wrench.png); }
.icon-zoom		{ background-image:url(/images/zoom.png); }
.icon-user-change	{ background-image:url(/images/user_go.png); }
.icon-acrobat		{ background-image:url(/images/page_white_acrobat.png); }
.icon-edit_product	{ background-image:url(/images/wrench_orange.png); }
.icon-login            { background-image:url(images/door_in.png); }
.icon-reload        { background-image:url(images/arrow_refresh_small.png); }
.icon-lock            { background-image:url(images/lock.png); }
/* a.icon-zoom:hover	{ background-image:url(images/zoom_in.png); } */
.icon-refresh	{ background-image:url(images/arrow_refresh.png; }

.padleft {
	padding-left: 25px;
}


/*
 * listingTable 
 */
.listingTable {
	min-width:40em;
	margin:0;
	padding:0;
}
.listingTable td {
	border: none;
	background-color:#FFF;
	padding: 0.4em 0.7em 0.3em 0.3em;
}
.listingTable th {
    background-color: #CCC;
    border: medium none;
    color: #3A3918;
    font-size: 0.9em;
    padding: 0.6em 0.7em 0.3em 0.3em;
}

.listingTable th:first-child { 
	width:1.4em;
}
.even td {
	background-color:	#ECECEC;	
}
.odd td {
	background-color:	#FFF;	
}
