body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	text-align: center;
	color: #fff;
	background: #000 url(../gfx/himmel.jpg) no-repeat center 0px;
/*	background: #fff url(../gfx/himmel.jpg) no-repeat center 10px;*/
}
/*
body.sw,
body.se {background-image: url(../gfx/himmel_sol.jpg); }
*/
/* globals */
* { 
	padding: 0;
	margin: 0;
}
ul { list-style: none; }
#contenter ul {
	/* regular ul needed in content area */
	list-style: disc outside;
	padding: 1ex 1ex 0 1ex;
	margin: 0 1ex 0 1ex;
}
#contenter ul li { /* regular li needed in content area */
	padding: 0;
	margin: 0 0 1ex 1ex;
}
a {
	text-decoration: none;
	color: #7A7C7E;
}
a:hover { color: #fff; }

.relativator { position: relative; }

/* positions */
#mainframe {
	width: 970px;
	height: 575px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	/*outline: 1px #ccc dashed;*/
}
body.sw #mainframe,
body.se #mainframe { height: 605px; }
object#f_splash { margin-top: 0px; }
#header { text-align: center; }
#topmenu {
	position: absolute;
	top: 70px;
	left: 223px;
}
body.sw #topmenu,
body.se #topmenu { top: 125px; }
#tree {
	width: 180px;
	/*outline: 1px #ccc dashed;*/
	position: absolute;
	top: 90px;
	left: 0;
}
#contenter {
	/*outline: 1px #fcc dashed;*/
	border-bottom: 1px #fff solid;
	width: 570px;
	height: 420px;
	position: absolute;
	top: 115px;
	left: 200px;
}
body.sw #contenter,
body.se #contenter { top: 160px; }
#toolbar {
	width: 100%;
	position: absolute;
	bottom: 40px;
	left: 0;
	text-align: center;
}
#footer {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
}

/* typestyle */
#mainframe { font-size: 1.2em; }
h1,
h2,
h3,
h4 {
	font-family: Times, Times New Roman, Serif;
	margin-top: 1em;
}

h1 { font-size: 1.8em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }

/* canvasstyle */
#header {
	color: #7A7C7E;
	font-size: 1.1em;
	font-weight: bold;
}
#header img {
	display: block;
	margin: 18px auto 0 auto;
}
body.sw #header img,
body.se #header img { margin: 0 auto 0 auto; }
#navbar a,
#toolbar a { font-weight: bold; }
#navbar a.active { color: #fff; }
#navbar a.first { margin-right: 130px; }
#navbar a.second { margin-right: 25px; }
#navbar a.last { margin-left: 130px; }

/* navbar */

#topmenu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#topmenu li {
	/* all list items */
	float: left;
	position: relative;
	padding: 0;
	z-index: 100;
	margin-right: 0px;
	width: 175px;
	text-align: center;
}

#topmenu li ul { /* second-level lists */
	display: none;
	border-top: 1px #fff solid;
	border-bottom-width: 0;
	z-index: 101;
	position: absolute;
	top: 16px;
	left: 0;
}

#topmenu li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: 2px;
}

#topmenu li:hover ul,
#topmenu li.over ul { /* lists nested under hovered list items */
	display: block;
	z-index: 100;
}

#topmenu a {
	color: #7A7C7E;
	text-decoration: none;
	padding: 1px 3px;
	display: block;
	font-weight: bold;
}
#topmenu a:hover { color: #fff; }
#topmenu ul li.active a { color: #fff; }
#topmenu ul li ul li {
	border-bottom: 1px #fff solid;
	border-left: 1px #fff solid;
	border-right: 1px #fff solid;
	width: 174px;
	clear: left;
	margin-right: 0;
	background-color: #005390;
	text-align: left;
}
#topmenu ul li ul li a {
	color: #fff;
	font-size: 10px;
	padding: 1px;
	margin: 0;
	font-weight: normal;
}
#topmenu ul li ul li a:hover {
	color: #fff;
	background-color: #202956;
}
/* end-navbar */

#tree {
	margin-left: 10px;
	font-weight: bold;
}
#tree ul.first {
	border-left: 2px #ccc solid;
	margin: 0 0 20px 0;
} /* no indent for first level */
#tree ul a { display: block; padding-left: 5px; } /* make link strech to the left-margin */
#tree  a.selected { color: #fff; }

#tree ul.tools { margin: 5px 0 0 2px; }
#tree ul.tools li a.login {
	border: 1px #fff solid;
	padding: 1px 3px;
	background-color: #202956;
	color: #fff;
	width: 9ex;
	margin-top: 5px;
	text-align: center;
}
#tree ul.tools li a.login:hover {
	border: 1px #7A7C7E solid;
	color: #202956;
	background-color: #fff;
}
#tree ul.first li.link { display: none; }

#content { width: 100%; }


#footer a,
#footer { color: #fff; }
#footer .bull { margin: 10px; }

#addons ul { padding: 5px; }
#addons ul li { padding-bottom: 1ex; }
#addons ul li .body { font-size: .9em; }

/* objectstyle */
#frontpage,
#article.
#folder,
#formpage { }

.caption,
.body {
	line-height: 170%;
	text-align: justify;
}

#contenter h1,
#contenter h1 {
	border-bottom: 1px #fff solid;
	position: relative;
	margin: 65px 200px 20px 0;
}
/* Fix IE. Hide from IE Mac \*/
* html #mainframe #toolbar .relativator,
* html #mainframe #contenter h1 { height: 1%; }
/* End */
#contenter h1 img,
#contenter h1 img {
	position: absolute;
	right: -200px;
	bottom: -1px;
	border: 1px #fff solid;
	z-index: -1;
}
#contenter h1.long,
#contenter h1.long { margin-right: 0; }

#scrollo {
	position:absolute;
	right:-20px;
	bottom:0px;
}
#scrollo a#upper {
	display: block;
	background: transparent url(../gfx/arrow_up_i.gif) no-repeat;
	width: 12px;
	height: 21px;
}
#scrollo a#upper:hover { background: transparent url(../gfx/arrow_up_a.gif) no-repeat; }
#scrollo a#downer {
	display: block;
	background: transparent url(../gfx/arrow_down_i.gif) no-repeat;
	width: 12px;
	height: 21px;
}
#scrollo a#downer:hover { background: transparent url(../gfx/arrow_down_a.gif) no-repeat; }

a#toppers {
	display: block;
	margin: 20px 0 5px 0;
	float: right;
	clear: left;
}
a#backers {
	display: block;
	margin: 20px 0 5px 0;
	float: left;
	clear: left;
}

#folder ul#contentlist {
	list-style: none;
	margin: 15px 0 0 0;
	padding: 0;
}
#folder ul#contentlist a.header {
	margin: 0 0 5px 0;
	line-height: normal;
	color: #fff;
	font-weight: bold;
}
#folder ul#contentlist .caption.imagelist { margin-left: 142px; }
#folder ul#contentlist .caption.imagelist img {
	float: left;
	width: 130px;
	height: 100px;
	margin: 5px 10px 5px -142px;
	border: 1px #fff solid;
}


/* dynaparked */
img.image2 {
	float: left;
	margin: 5px 10px 5px 0;
	border: 1px #fff solid;
}
.image2txt {
	float: left;
	clear: left;
	width: 132px;
	margin: 0 10px 10px 0;
	font-family: Times, Times New Roman, Serif;
	font-size: 1.1em;
	line-height: normal;
}

.gimage { background: transparent; }
.gimage div {
	font-family: Times, Times New Roman, Serif;
	font-size: 1.1em;
	line-height: normal;
}
.gimage.left {
	float: left;
	padding: 10px 10px 10px 0;
}
.gimage.right
{
	float: right;
	padding: 0 0 10px 10px;
}
.gimage.center {
	text-align: center;
	margin: 0 auto;
	padding: 10px 0;
}
.gimage .gbottom { padding-top: 3px; }
.gimage .gtop { padding-bottom: 3px; }
img.gimg { border: 1px #fff solid; }

/* useful stuff */
.spacer1 {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	margin: 0;
	padding: 0;
	background: transparent;
}
/*outline: 1px red dashed;*/
