/* --- CSS Definitionen für ECKES Granini --- */
/* --- BODY Anfang --- */
html {
	background: #ffffff;
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, Arial, Times New Roman;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	text-align: left;
	height: 100%;
}
/* --- BODY Ende --- */

#header {
	position: relative;
	margin-top: 160px;
	width: 100%;
	height: 10px;
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 230px;
	height: 180px;
}

#header_print {
	position: absolute;
	top: 0;
	right: 0;
	width: 300px;
	height: 180px;
	text-align: right;
}

#headimage,
#background,
#liane,
#blatt,
#tiger,
#palme,
#progressbar,
#teaser,
#teaser_game,
#fruechte_links,
#fruechte_rechts,
#children_background,
.jScrollPaneDrag,
.jScrollPaneTrack,
.jScrollArrowUp,
.jScrollArrowDown,
h2 img,
h3 img,
#agentur_net ul ul,
#footer_links,
#menu_parents,
#menu_children,
#submenu_parents,
#content_parents_images,
#content_children_back {
	display: none !important;
}

#fullcontent {
	position: relative;
	padding-top: 16px;
	width: 100%;
	display: block;
}

#parents,
#content_parents,
#content_parents_images,
.jScrollPaneContainer,
.jScrollPaneContainer > div {
	position: relative !important;
	width: 100% !important;
	height: auto !important;
	margin: 0;
	overflow: visible;
}

#footer {
	position: relative;
	border-top: 1px solid #000000;
	height: 30px;
}

#footer_menu {
	position: absolute;
	left: 0;
	top: 0;
}

#agentur_net {
	position: absolute;
	right: 0;
	top: 0;
}

#agentur_net ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* --- TABLE Anfang --- */
table {
	padding: 0;
	margin: 0;
	border: none;
	border-top: 1px dotted #d4d4d4;
	border-bottom: 1px dotted #d4d4d4;
	background: #f7f7f7;
}

table tr {
	vertical-align: top;
}

table th {
	text-transform: uppercase;
}

table th,
table td {
	padding: 2px;
	font-weight: normal;
	line-height: 14px;
}

.bold {
	font-weight: bold;
}

table th.small,
table td.small {
	font-size: .8em;
}

table td.line {
	padding: 0;
	border-top: 1px dotted #d4d4d4;
}

table td.align-right {
	text-align: right;
}

table.zebra-rows {
	border: 2px solid #3e3e3e;
	background: #dcdcdc;
	color: #3e3e3e;
	width: 100%;
	border-collapse: collapse;
}

table.zebra-rows caption {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding: 6px 0 3px;
}

table.zebra-rows th {
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
}

table.zebra-rows tr.even {
	background: #bcbcbc;
}

table.clear-rows {
	border: none;
	background: none;
}

table.clear-rows tr.clear {
	background: none;
}
/* --- TABLE Ende --- */
