/* format.css */

body {
	margin: 0 auto;
	padding: 0;
	height: 100%; 
	font-family: Helvetica, sans-serif;	/* Arial Helvetica Verdana */
	font-size: small;
	font-weight: 100; /* lighter normal */
	line-height: 1.5em;
	color: #404040;	/* 333 */				
	background: #fff;	/* F5F5F5=WhiteSmoke 8D857C=Champagnersilber 555146=Terre d'ombre naturelle foncé */
  text-align: center; /* Zentrierung im Internet Explorer */
 	letter-spacing: 0.1em;
	text-transform: lowercase; 	
	}

a:link		{text-decoration:none; color:#B00000;} 
a:visited	{text-decoration:none; color:#B00000;} 
a:hover		{text-decoration:none; color:#B00000;} /* 0CF 666 */
a:active	{text-decoration:none; color:#B00000;}

#nav a:link			{text-decoration:none; color:#404040;} 
#nav a:visited	{text-decoration:none; color:#404040;} 
#nav a:hover		{text-decoration:none; color:#404040; border-bottom: 1px solid #404040; padding-bottom: 6px;} 
#nav a:active		{text-decoration:none; color:#404040;}

#wrap {
	width: 720px;
	/* height: 760px; */
	margin: auto;
	padding: 10%;
  text-align: left;		/* Seiteninhalt wieder links ausrichten */
	background: #fff;
	}
#header {
	margin: 0;
	padding: 0;
	padding-bottom: 3px;
	text-align: left; 
	font-family: Helvetica, sans-serif;	/* Arial Narrow Helvetica Verdana */
	text-transform: uppercase; 	
	}
#header h1 {
	margin: 0;
	font-size: large;
	font-weight: normal; /* normal lighter 100 */
	letter-spacing: 0.2em;
	}
#nav {
	margin: 0;
	padding: 0;
	padding-bottom: 18px;
	font-size: small; 	
	font-weight: 100; /* normal lighter  100 */
	letter-spacing: 0.2em;
	word-spacing: 6px;
	text-align: left;
	text-transform: lowercase;
	}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0px 2px;
	background-color: #fff; /* D0D0D0 */
	}
#nav li {
	display: inline;
	}
#content {
	margin: 0; 
	padding: 0;
	padding-bottom: 24px;
	text-align: center;
	height: 600px;
	}
#content p {
	text-align: justify;
	}
#content ul {
	text-align: left;
	list-style-type: square;
	margin: 0; 
	}
#content dt {
	float: left;
	text-align: left; 
	font-weight: bold;
	}
#content dd {
	margin-left: 120px;
	text-align: left; 
	}
#content img {
	width: 720px; 
	height: 480px; 
	border: 0px; 
	}
#flashcontent {
	margin: 0; 
	padding: 0;
	}
#name {
	font-weight: bold;
	}
#footer {
	margin: 0;
	padding: 0;
	font-size: xx-small;
	float: left;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	}

/* End */