

@charset "UTF-8";

@media all
{

	html * { font-size: 100.01% }


	/* Alle Regler nach links */
	* { margin:0; padding: 0 }
	option { padding-left: 0.4em }
	* html body * { overflow:visible }
	* html iframe, * html frame { overflow:auto }
	* html frameset { overflow:hidden }
	html { height: 100% }
	body {
		min-height: 101%;
		color: #000;
		background: #fff;
		text-align: left;
	}

  fieldset, img { border: 0 solid}

  ul, ol, dl { margin: 0 0 1em 1em }
  li { margin-left: 1.5em; line-height: 1.5em; }

  dt { font-weight: bold; }
  dd { margin: 0 0 1em 2em; }

  blockquote, cite { margin: 0 0 1em 1.5em; font-size: 0.93em; width: auto;}


	#header { 
		position:relative 
	}

  #nav { clear:both; width: auto }
  #main { clear:both; width: auto }

  /* (de) Absicherung fuer die Positionierung von #footer */
	#footer
	{
		clear: both;
		display: block;
		background-image: url(/images/footer-background.png);
		background-repeat: no-repeat;
		background-color: #ECEFF3;
		width: 808px;
		height: 30px;
	}

	#footer p
	{
		padding: 4px 0 0 10px;
		color: #fff;
	}

}


/*------------------------------------------------------------------------------------------------------*/
/*  HIER BEGINNT DIE INDIVIDUALISIERUNG DER CSS-DATEN FUER DIESE SITE                                   */
/*------------------------------------------------------------------------------------------------------*/


/* body */
#body
{
	background-color: #141414;
	background-image:url(/images/background/background.jpg);
	background-position: 0px 0px;
	background-repeat:no-repeat;
	margin-top: 123px;
	margin-left: 303px;
	
}

#lp-site
{

	width: 920px;
	margin: 100px auto 0px auto;
	background-image: url(/graphics/lp_background.jpg);
	background-repeat: no-repeat;
}

#lp-site-a
{

	width: 920px;
	margin: 100px auto 0px auto;
	background-image: url(/graphics/lp_background_a.jpg);
	background-repeat: no-repeat;
}

#lp_part1
{
	width: 420px;
	height: 190px;
}

#lp_part2
{
	width: 420px;
	height: 11px;
}

#lp_part3
{
	width: 420px;
	height: 38px;
}

#lp_part4
{
	width: 420px;
	height: 11px;
}

#lp_part5
{
	width: 420px;
	height: 105px;
}




#site
{
	margin: 20px 0 0 30px;
	width: 800px;
}

/*------------------------------------------------------------------------------------------------------*/

body
{
	padding: 0;
	background-color: #141414;
	font-family: Arial, Helvetica, Lucida, Verdana, sans-serif;
   	font-size: 75.00%; 
   	color: #fff;  
}

/*------------------------------------------------------------------------------------------------------*/

h1,h2,h3,h4,h5,h6 { 
	font-family: Arial, Helvetica, Lucida, Verdana, sans-serif;
	font-weight:bold; 
	color:#fff;
	margin: 0 0 0.25em 0; 
}

h1 { font-size: 200% }                        /* 24px */
h2 { font-size: 200%; color:#fff}          /* 24px */
h3 { font-size: 150% }                        /* 18px */
h4 { font-size: 133.33% }                     /* 16px */
h5 { font-size: 116.67% }                     /* 14px */
h6 { font-size: 116.67%; font-style:italic }  /* 14px */

p { line-height: 1.5em; margin: 0 0 1em 0; }


ul, ol, dl { line-height: 1.5em; margin: 0 0 1em 1em }
li
{
	margin-left: 1.5em;
	line-height: 1.5em;
}

/*------------------------------------------------------------------------------------------------------*/

table { width: auto; border-collapse:collapse; margin-bottom: 0.5em; }
table.full { width: 100%; }
table.fixed { table-layout:fixed }

th,td { padding: 0.5em; }

table#table_list
{
	width: 900px;
}

th#th_status
{
	width: 60px;
}

th#th_number
{
	width: 60px;
}

th#th_preview
{
	width: 112px;
}

th#th_project
{
	width: 200px;
}

th#th_client
{
	width: 200px;
}

th#th_photographer
{
	width: 150px;
}

th#th_agency
{
	width: 150px;
}



/*
th
{
	background-color: #666;
}
*/


tr
{
	background-color: #333;
}

td
{
	border-top: 1px #000 solid;
	border-right: 1px #000 solid;
}

/*------------------------------------------------------------------------------------------------------*/

a {color: #fff; text-decoration:none;}
a:focus,
a:hover,
a:active {color:#fff; text-decoration:underline;}
	
/*------------------------------------------------------------------------------------------------------*/




td.changed { background-color: #ff00f6; }


td.gruen { background-color: #00B015; }

tr.hell { background-color: #666; }

tr.hgrau { background-color: #555; }


td.aktuell { background-color: #e95d0e; }
td.aktuell_unpublished { background-color: #BD4B0B; }

td.produktion { background-color: #e95d0e; }
td.produktion_unpublished { background-color: #BD4B0B; }

td.service { background-color: #00b9e9; }
td.service_unpublished { background-color: #008BC4; }

td.archiv { background-color: #59c832; }
td.archiv_unpublished { background-color: #3B8621; }




















	#header
	{
		width:808px;
		margin:0 auto 0 auto;
		height: 106px;
		background-image: url(/images/header.jpg);
	}

	#col-left
	{
		width: 170px;
		height: 400px;
		margin-left: 4px;
		background-color: #DDE2E9;
		float: left;
		display:inline;
	}

	#col-right
	{
		width: 590px;
		background-color: #fff;
		margin-top: 20px;
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 16px;
		float: right;
	}




