/* --------------------------------------------------------------
// Datei: layout.css
//
// Copyright: (c) 2004 W. Zimmermann Grafik-Design!
// Autor: Christoph Zimmermann
// ----------------------------------------------------------- */
body {
	margin: 60px 0;
	padding: 0;
	text-align: center;
	color: black;
	font: 10.7px verdana, lucida, sans-serif;
}

#main {
	margin: 0 auto;
	padding: 0;
	position: relative;
	height: 99%;
	width: 560px;
	text-align: left;
}

#title {
	padding: 0;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #a8bad7;
}

#navigation ul {
	width: 560px;
	padding: 0.2em 0;
	margin: 0;
	text-align: right;
	font: bold 10px arial, verdana, lucida, sans-serif;
	border-top: 1px dotted #a8bad7;
	border-bottom: 1px dotted #a8bad7;
}

#navigation ul li { display: inline; }

#navigation ul li a {
	padding: 1em;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}

#navigation ul li a.last { padding-right: 15px; }

#navigation ul li a:hover { color: #A8BAD7; }

#content {
	float: left;
	width: 560px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#entry {
	flaet: left;
	width: 460px;
	margin-top: 5px;
	margin-left: 100px;
	margin-bottom: 10px;
	font: 1em  verdana, lucida, sans-serif;
	color: black;
}

#entry h1 { font-size: 11px; }

#entry a {
	color: #3366CC;
	text-decoration: none;
}

#entry a:hover { text-decoration: underline; }

#entry p.copyright { 
	font-size: 9px;
}

#entry .blue {
	color: #3366CC;
	text-decoration: none;
}

#entry ul {
	list-style-type: none;
	border-bottom: 1px dashed #a8bad7;
	margin: 0;
	padding: 0;
	font: 1em verdana, lucida, sans-serif;
}

#entry ul li {
	padding: 0.1em 0.5em;
	border-top: 1px dashed #a8bad7;
}

#entry ul li a {
	color: #000;
	text-decoration: none;
}

#entry ul li a:hover { color: #A8BAD7; }

#entry #input {}

#entry ul li a:hover { color: #A8BAD7; text-decoration: none;}

#entry .inline {
	float: left;
	margin: 0 1.5px 10px 1.5px;
}

#footer {
	float: left;
	width: 560px;
	padding-top: 0.3em;
	font-size: 9px;
	text-align: center;
	border-top: 1px solid #a8bad7;
}

#footer a { color: 000; text-decoration: none; }
#footer a:hover { text-decoration: underline; }