/*  primel.net
	for http://planen-und-bauen-ffm.de/
\*                 2008-04-23                   */

* { margin: 0; border: 0; padding: 0; }

body
{
	font-family: verdana;
	font-size: 12px;
	line-height: 1.4;
}

#header 
{
	top: 45px;
	width: 800px;
	height: 70px;
	margin: 45px auto 0 auto;
	text-align: right;
}

#logo {}

#container
{
	width: 798px;
	height: 420px;
	margin: 0 auto;
	border: 1px solid black;
	
}

#showreel
{
	position: relative; 
	top: 10px;
	width: 784px;
	height: 140px;
	margin: 0 auto;
	overflow: hidden;
	}

#showreel img { float: left; margin: 0 3px; }


#content
{
	position: relative;
	top: 40px;
	width: 640px;
	height: 228px;
	margin: 0 auto;
	padding: 0 10px 0 0;
	overflow: auto;
}

#content h1 { font-size: 1.1em; padding: 0 0 10px 0; text-decoration: underline; }
#content h2 { font-size: 1.1em; }
#content h3 { font-size: 1.1em; }
#content h4 { font-size: 1.1em; font-style: normal; }
#content h5 { font-size: 1.05em; font-style: normal; }
#content h6 { font-size: 1em; font-style: normal; }
#content p  { font-size: 1em; padding: 0 0 10px 0; }
#content em { font-style: normal; color: #000; }
#content ul { list-style: none; }
#content li { margin-bottom: 5px; }

#content a  { color: #777; margin: 0; }
#content a:link { text-decoration: none; font-weight: bold; color: #2378a7; }
#content a:visited { text-decoration: none; font-weight: bold; color: #B3B3B3; }
#content a:hover  { text-decoration: underline;}
#content a:active { text-decoration: none;}

#menuwrap
{
	width: 800px;
	height: 50px;
	margin: 0 auto;
}
#menu
{
	position: relative;
	left: 75px;
	width: 648px;
	height: 49px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background: #B3B3B3;
	color: #fff;
	text-align: center;
	font: 13px verdana;
	text-transform: uppercase;
}

#nav			{ padding: 16px 0 0 0; list-style: none; }
#nav li 		{ display: inline; padding: 0 2px; }
#nav li a		{ text-decoration: none; color: #fff; font-weight: bold; }
#nav li a:hover	{ text-decoration: underline; }
#nav li a:active,
#nav li a.selected { text-decoration: underline; }