
/* Die Grobstruktur der Seite */

body {
	margin: 64px 25px 100px 30px;
	background-repeat: no-repeat;
	background-position: 0 126px;
}

#page {   
	position: relative;
	min-height: 350px;
	min-width: 720px;
	width: 99%;
	border: 1px solid #666666;
	border-right-width: 0;
	float: left;
}

img.logo {
	position: absolute;
	top: -36px;
	right: -6px;
	border-width: 0;
	border-left: 10px solid white;
}

div.slogan {
	position: absolute;
	top: -30px;
	left: 20px;
	font-size: 120%;
	font-weight: bold;
	color: #999999;
}



a#topLink {
	font-weight: normal;
	position: absolute;
	right: 0;
	bottom: -2.5em;
	padding-bottom: 1em;
	background-image: url(../img/arrow_n_blue.gif);
	background-repeat: no-repeat;
	background-position: left 0.6em;
	padding-left: 15px;
}

div.copyright {
	position: absolute;
	left: 0;
	bottom: -2.5em;
	padding-bottom: 1em;
}

div.main {
	margin: 20px 0 20px 250px;
}

div.navigation {
	float: left;
	width: 250px;
}

div.sysnav {
	margin-top: 45px;
}

span.newsdate {
	font-size: .7em;
}


/* Navigation */

div.navigation ul {
	margin-left: 13px;
	margin-top: 61px;
	list-style-type: none;
	width: 170px;
	padding-top: 1px;
	border-bottom: 1px solid #D9D9D9;
}

div.navigation ul li {
	position: relative;
	/*margin-top: -1px;*/
	border-top: 1px solid #D9D9D9;
	background-image: url(../img/bullet_square.gif);
	background-repeat: no-repeat;
	background-position: 5px 0.7em;
	padding: 6px 5px;
	padding-left: 22px;
}

div.navigation ul li.active {
	background-image: url(../img/bullet_square_blue.gif);
}

div.navigation ul li.active, div.navigation ul li.active a {
	color: #000066 !important;
	font-weight: bold;
}                            

div.navigation ul li.active a:hover {
	color: #990000 !important;
}

div.navigation ul li.active ul a {
	font-weight: normal;
}                            

div.navigation ul ul li.active {
	background-image: url(../img/bullet_square_small_blue.gif);
}

div.navigation ul ul {
	margin: 0;
	padding: 2px 0 0 0;
	margin-left: -22px;
	margin-top: 6px;
	margin-bottom: -4px;
	border-top: 1px solid #D9D9D9;
	border-bottom-width: 0;
	margin-right: -5px;
	position: relative;
	font-size: 0.9em;
}

div.navigation ul ul li {
	border-width: 0;
	margin-left: 18px;
	padding: 4px 5px;
	padding-left: 18px;
	background-image: url(../img/bullet_square_small.gif);
	background-repeat: no-repeat;
	background-position: 5px 0.6em;
}


/* Sysnav */
div.sysnav ul {
	margin-top: 0;
	margin-left: 13px;
	margin-bottom: 20px;
	list-style-type: none;
	width: 170px;
	border-width: 0;
}

div.sysnav ul li {
	border-width: 0;
	position: relative;
	background-image: url(../img/bullet_square_inverted.gif);
	background-repeat: no-repeat;
	background-position: 5px 0.5em;
	padding: 2px 5px;
	padding-left: 22px;
}

div.sysnav ul li a {
	text-decoration: none;
	color: #666666;
}

div.sysnav ul li.active {
	color: #000066;
	background-image: url(../img/bullet_square_inverted_blue.gif);
	font-weight: bold;
}

div.sysnav ul li a:hover {
	color: #990000;
}


/* breadcrumbs */

div.breadcrumbs {
	height: 35px;
}

div.breadcrumbs a {
	text-decoration: none;
	font-weight: normal !important;
}

div.breadcrumbs ul {
	list-style-type: none;
}

div.breadcrumbs ul li {
	float: left;
	margin-left: 0 !important;
	margin-right: 1ex;
	list-style-image: none;
	background-image: url(../img/arrow_o_blue.gif);
	background-repeat: no-repeat;
	background-position: left 0.4em;
	padding-left: 10px;
}

div.breadcrumbs ul li.active {
	background-image: url(../img/arrow_o.gif);
}



/* Content */

div.content {
	width: 60%;
	float: left;
	margin-bottom: 2em;
}

div.main ul {
	list-style-type: none;
	list-style-image: url(../img/arrow_no.gif);
}



/* XStandard Bilder */
div.XStandardImageLeft p, div.XStandardImageRight p {
	margin-top: 0.2em;
	font-style: italic;
	margin-bottom: 0;
}


/* Downloads */
div.main ul.downloads {
	list-style-image: none;
}

div.main ul.downloads li {
	background-repeat: no-repeat;
	margin-left: 0;
	padding-left: 22px;
}

div.main ul.downloads span.download_name {
	font-weight: bold;
}

div.main p.picturedProduct {
	margin-left: 160px;
}

