* {
	padding: 0;
	margin: 0;
}

* html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

body {
	font: 62.5% Verdana;
	text-align: center;
}

.clear {
	clear: both;
}

.access {
	float: left;
	margin-left: 10000px;
}

img {
	border: none;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	padding: 10px 0;
}

/* ----------------------- */

#header {
	width: 900px;
	height: 105px;
	position: relative;
        background: url('../img/himmel-rotballon.jpg');
	border-bottom: 5px solid #888889;
}

#header #logo {
	position: absolute;
	top: 5px;
	left: 25px;
	text-align: center;
}

#header #logo #claim {
	color: #FC9A33;
	font-size: 2.0em;
}

#header #desc {
	color: #CCCCCD;
	position: absolute;
	top: 25px;
	right: 20px;
	font-size: 1.0em;
	text-align: center;
}

#header span {
	font-size: 1.6em;
	font-weight: bold;
}

/* ----------------------- */

#primary_navigation {
	position: absolute;
	bottom: 0;
	right: 0;
	background: #888889;
	color: #AAAAAB;
	font-size: 1.0em;
	padding: 2px 10px 0;
	text-align: center;
	font-weight: bold;
}

* html #primary_navigation {
	bottom: -1px;
}

#primary_navigation a {
	color: #ddddde;
	text-decoration: underline;
	padding: 0 10px;
}

#primary_navigation a:hover {
	color: #FC9A33;
}

#primary_navigation a.current {
	color: #FC9A33;
	text-decoration: none;
	padding: 0 10px;
}

/* ----------------------- */

#main {
	width: 900px;
	float: left;
}

/* ----------------------- */

#col_secnav {
	width: 175px;
        height: 600px;
	background: #CCCCCD;
	float: left;
	line-height: 1.4em;

}

#col_secnav ul.level_01 {
	background: #888889;
	list-style-type: none;
	padding: 15px 10px 20px;
}

#col_secnav ul.level_01 li {
	padding: 2px 0;
}

#col_secnav ul.level_01 li a {
	font-size: 1.2em;
	color: #EEEEEF;
	text-decoration: none;
	font-weight: bold;
	background: url('../img/arrow_int_white.gif') left 0.45em no-repeat;
	padding-left: 10px;
	display: block;
}

#col_secnav ul.level_01 li a:hover,
#col_secnav ul.level_01 li a.current {
	color: #FC9A33;
	background: url('../img/arrow_int_orange.gif') left 0.45em no-repeat;
}

#col_secnav ul.level_02 {
	list-style-type: none;
	padding: 2px 10px 0;
}

#col_secnav ul.level_02 li a.current {
	background: url('../img/arrow_int_orange.gif') left 0.45em no-repeat;
}

#col_secnav ul.level_02 li img {
	vertical-align: middle;
}

/* ----------------------- */

#col_center {
	width: 580px;

	float: left;
	padding: 5px;
	line-height: 1.7em;
        background: #ABC
}


#col_content {
	padding-right: 15px;
	color: #333;
}

#col_content h3 {
	font-size: 2.0em;
	font-weight: bold;
	padding: 30px 0;
}

#col_content h4 {
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 5px;
}

#col_content h4 a {
	color: #333;
}

#col_content p {
	font-size: 1.2em;
	padding-bottom: 15px;
}

#col_content p#abstract {
	font-size: 1.2em;
	font-style: italic;
	padding-bottom: 20px;
}

#col_content .image_n_text {
	float: left;
	width: 505px;
	padding-bottom: 10px;
	font-size: 1.2em;
}

#col_content a {
	color: #666;
	background: url('../img/arrow_int_grey.gif') left 0.455em no-repeat;
	padding-left: 8px;
}

#col_content a:hover {
	color: #333;
	background: url('../img/arrow_int_grey_hover.gif') left 0.455em no-repeat;
}

#col_content a.external {
	background: url('../img/arrow_ext_grey.gif') left 0.455em no-repeat;
}

#col_content a.external:hover {
	background: url('../img/arrow_ext_grey_hover.gif') left 0.455em no-repeat;
}

#col_content a.download {
	background: url('../img/icon_download.gif') left 0.275em no-repeat;
	padding-left: 10px;
}

#col_content a.download:hover {
	background: url('../img/icon_download_hover.gif') left 0.275em no-repeat;
	padding-left: 10px;
}

#col_content .image_n_text .image_container {
	float: left;
	width: 185px;
	padding: 4px 10px 10px 0;
}

* html #col_content .image_n_text .image_container {
	padding-right: 7px;
}

#col_content .image_n_text .image_container .enlarge {
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 2px 5px;
	margin-bottom: 20px;
}

#col_content .image_n_text .image_container .enlarge.last {
	margin-bottom: 0;
}

#col_content .image_n_text .image_container .enlarge a {
	color: #666;
	padding-left: 20px;
	background: url('../img/icon_lupe.gif') left center no-repeat;
	font-size: 0.835em;
}

#col_content table {
	font-size: 1.2em;
	color: #333;
	margin-bottom: 15px;
}

#col_content table td {
	border-top: 1px solid #666;
	padding: 2px 5px 3px;
}

#col_content table tr.first  td {
	border: none;
}

#col_content table tr.odd  td {
	background: #EEE;
}

#col_content table tr.even  td {
	background: #BBB;
}

#col_content table.downloads tr  td.narrow {
	width: 100px;
}

#col_content ul {
	font-size: 1.2em;
	margin-bottom: 15px;
	list-style-type: square;
	padding-left: 20px;
}

#col_content li {
	margin-bottom: 5px;
}

#col_content ul ul {
	font-size: 1.0em;
	margin-bottom: 0;
	list-style-type: disc;
	padding-left: 20px;
}

#col_content ul ul li {
	margin-bottom: 0;
}

/* ----------------------- */

#footer {
	padding: 0 190px;
	color: #666;
	font-size: 1.0em;
}

#footer div {
	border-top: 1px solid #666667;
	padding: 2px 0 20px;;
}

#footer a {
	color: #666;
	margin-left: 20px;
}

#footer a:hover {
	color: #333;
}

#footer a.language_de {
	background: url('../img/icon_deutsch.gif') left center no-repeat;
	padding-left: 20px;
}

#footer a.language_en {
	background: url('../img/icon_englisch.gif') left center no-repeat;
	padding-left: 20px;
}

/* ----------------------- */

#col_related {
	width: 130px;
	float: left;
	padding: 100px 0 20px;
	line-height: 1.3em;
}

#col_related.novisual {
	padding-top: 30px;
}

#col_related .infobox {
	margin-bottom: 20px;
}

#col_related .infobox h5 {
	font-size: 1.0em;
	font-weight: bold;
	color: #FFF;
	background: #666667;
	padding: 3px 9px 3px;
}

#col_related .infobox_content {
	border-left: 1px solid #F93;
	border-right: 1px solid #F93;
	border-bottom: 1px solid #F93;
	font-size: 0.8em;
	color: #333;
	padding: 7px 7px 7px;
}

#col_related .infobox_content p {
	margin-bottom: 5px;
}

#col_related .infobox_content a {
	color: #666;
	background: url('../img/arrow_int_grey.gif') left 0.45em no-repeat;
	padding-left: 10px;
	display: block;
	margin-bottom: 5px;
}

#col_related .infobox_content a:hover {
	color: #333;
	background: url('../img/arrow_int_grey_hover.gif') left 0.45em no-repeat;
}

#col_related .infobox_content a.external {
	background: url('../img/arrow_ext_grey.gif') left 0.45em no-repeat;
}

#col_related .infobox_content a.external:hover {
	background: url('../img/arrow_ext_grey_hover.gif') left 0.45em no-repeat;
}

#col_related .infobox_content a.download {
	background: url('../img/icon_download.gif') left 0.25em no-repeat;
}

#col_related .infobox_content a.download:hover {
	background: url('../img/icon_download_hover.gif') left 0.25em no-repeat;
}

#col_related .infobox_content a.language_de,
#col_related .infobox_content a.language_de:hover {
	background: url('../img/icon_deutsch.gif') left center no-repeat;
	padding-left: 20px;
}

#col_related .infobox_content a.language_en,
#col_related .infobox_content a.language_en:hover {
	background: url('../img/icon_englisch.gif') left center no-repeat;
	padding-left: 20px;
}

#col_related .infobox_content table {
	margin-bottom: 5px;
}

#col_related .infobox_content table td {
	border-top: 1px solid #666;
	padding: 1px 0 2px;
}

#col_related .infobox_content table tr.first  td {
	border: none;
}