/*		1		LISTING ALL USED ELEMENTS							*/

body					{	}
#center					{	}
#bottom					{	}

/*		2		DIMENSIONS AND POSITIONS								*/

body					{
						width:100%;
						height:100%;
						min-width: 320px;
						min-height: 240px;
						overflow:hidden;
						}

strong
					{
						font-family: "Bitstream Vera Serif Bold";
						font-weight: bold;
						}

#hidden-imprint,
#close-imprint
					{
						display: none;
						}

div#center				{
position:absolute; width:520px; top:60px; left:60px; overflow:auto; z-index:2;
						}

div#bottom				{
position:absolute; width:520px; bottom:60px; left:60px; overflow:auto; z-index:2;
						}

div.bottom ul		{
						list-style-type: none;
						}

div.bottom ul li	{
						display: inline;
						margin-right: 15px;
						}

h1						{
						margin-top: 10px;
						}

h2						{
						margin-top: 10px;
						}

p						{
						margin-top: 10px;
						}

/*		3		BACKGROUNDS												*/

body					{
						background-color: #ffffff;
						}

/*		3		BORDERS												*/

body					{
						border-top: 6px #080808 solid;
						}

/* 		4		TYPOGRAPHY												*/

body					{
					 	font-family: "Nobile Regular", "Helvetica", "Arial",  sans-serif;
						font-size: 12px;
						line-height: 20px;
						font-weight: normal;
						font-style: normal;
						text-transform: none;
						text-decoration: none;
						text-align: left;
						color: #666666;
						}

em						{
						font-style: italic;
						}

small,
.small				{
						font-size: 11px;
						line-height: 18px;
						}

.sans				{
						font-family: sans-serif;
						}


h1						{
						font-family: "Nobile Bold", "Helvetica", "Arial",  sans-serif;
						font-weight: bold;
						font-size: 40px;
						line-height: 40px;
letter-spacing: -1px;
						color: #444444;
						}

h2						{
						font-size: 15px;
						line-height: 20px;
						letter-spacing: 0px;
						}

.pointer{
						cursor: pointer;
						}


#show-imprint span{
						float: right;
						}

#close-imprint span{
						float: right;

						}

.alt,
a {
						color: #cc0066;
						}

.grey,
a.grey,
a:hover
{
						color: #444444;
						}


