/*
								positioning page elements
*/

body {
	margin: 0 16% 0 9%;
	padding: 0;
/*
	background-image: url(grid18px.png);
*/
}

#container {
	padding: 45px 0 30px 0;
}

/*
body {
	background-image: url(/images/urlaub-2007-12.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
*/

img { border-style: none; }
#header { margin-bottom: 70px; }

#navigation {
	width: 33%;
	float: left;
}

#content {
	width: 66%;
	float: right;
	text-align: left;
	margin-bottom: 30px;
}

#footer {
	clear: both;
	padding-left: 0;
}

/*
								navigation style
*/

#navigation { }

#navigation ul {
	padding: 0 50px 0 24px;
	margin: 0;
}

#navigation ul li {
	list-style-type: none;
	margin: 0;
	display: inline;
}

#navigation ul li a, #navigation .current {
	padding: 0.4em 0 0.4em 27px;
	display: block;
}

#navigation .current {
	background-image: url(/images/global/square.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

#navigation a:hover, #navigation a:focus {
	background-image: url(/images/global/square.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

#navigation ul li ul {
	margin: 0em 0 0.2em 27px;
	padding: 0;
}

/*
								typography
*/

body,th,td {
	color: #666;
	background-color: #fff;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

h1 {
	color: #000;
	background-color: inherit;
	font-size: 200%;
	line-height: 1em;
	text-transform: lowercase;
}

h2 {
	color: #000;
	background-color: inherit;
	font-size: 150%;
	line-height: 1em;
}

#navigation {
	font-size: 110%;
	line-height: 1.5em;
	text-transform: lowercase;
}

#navigation a {
	color: #808080;
	background-color: inherit;
	font-weight: bold;
	text-decoration: none;
}

#navigation .current {
	color: #a0d033;
	background-color: inherit;
	font-weight: bold;
	text-decoration: none;
}

#content a:link, #content a:visited {
	color: #a0d033;
	background-color: inherit;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover, #content a:focus {
	color: #a0d033;
	background-color: inherit;
	font-weight: bold;
	text-decoration: underline;
}

#footer {
	font-size: 83%;
	line-height: 1.5em;
}

#jumplist a:link, #jumplist a:visited {
	color: #808080;
	background-color: inherit;
	font-weight: normal;
	text-decoration: none;
}

#jumplist a:hover, #jumplist a:focus {
	color: #a0d033;
	background-color: inherit;
	font-weight: normal;
	text-decoration: underline;
}

/*
								content style
*/

h1 {
	margin-top: 0;
	margin-bottom: 1.2em;
	padding: 0 0 0 27px;
	background-image: url(/images/global/square.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

h2 { margin-top: 1.5em; }

img.screenshot {
	border-width: 1px;
	border-style: solid;
	border-color: #aaa;
	padding: 3px;
}

a:hover img.screenshot, a:focus img.screenshot {
	border-width: 2px;
	border-color: #aaa;
	padding: 2px;
}

p#chronoliststart { margin-top: 2.2em; }
p.backtotop { text-align: right; }
