html, body {height:100%; margin:0px; padding:0px; font-family : Verdana, Arial, Helvetica, sans-serif; font-size: 11px;}
h1, h2, p {margin:0px;padding:0px;}
.dCtr {padding:10px;}



html, body {height:100%;margin:0px;padding:0px;}

#main_div {
	margin-right:auto;margin-left:auto;;
	margin-top:20px;
	width:1000px;;
	text-align:left;
}

#navi_main_wrap_div {
	position:relative;
	top:0px;
    height:250px;
	width:998px;;
	background-image: url(/aussie-vom-gutspark-2-5.gif);
background-repeat:no-repeat;
background-position:center center;
;
    background-color:transparent;
    border:1px;border-bottom-width:0px;; 
	border-style:solid;
    border-color:#fbfbde;
}

#navi_main_div {
	position:relative;
	top:210px;
    height:40px;
	width:998px;;
    background-color:transparent;
}

#wrap {
	position:relative;
	top:0px;
	width:1000px;;
}

#round_image_bottom_div {
	position:relative;
	top:0px;
	height:22px;
	width:1000px;;
	background-image: url(http://resources.master.c4pserver.de/img/1000_40/rd-003-color-25-e9f997__1000__0.png);
background-repeat:no-repeat;
background-position:center bottom;
;
}

#container_1_navi_2_content_div {
	position:relative;
	top:0px;
	min-height:200px;
	width:999px;;
	background-color:#fcfcde;
	padding:0px;
}
*html #container_1_navi_2_content_div { height:200px; }

#content_wrap_div {
	width:1000px;;
	overflow:hidden;
}

#content_wrap_div:after {
	content:"&nbsp;"; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
* html .content_wrap_div {
	height: 1%;
}

#content_div {
	float:left;
	padding-left:10px;;
	min-height:200px;
	width:747px;;
	background-color:#fcfcde;
	padding-bottom:9999px;
	margin-bottom:-9999px;
}
* html #content_div { height:200px;}

#sidebar_right_wrap_div {
    float:right;
	padding:0px;
	border:0px;border-left-width:1px;; 
	border-style:solid;
    border-color:#fbfbce;	
	background-color:#dcff99;
	padding-bottom:9999px;
	margin-bottom:-9999px;
}
* html #sidebar_right_wrap_div {}

#sidebar_right_div {
	padding:0px;
	min-height:210px;
	width:240px;
}
* html #sidebar_right_div { height:210px; }

#copyright_div {
	margin-right:auto;margin-left:auto;;
	width:998px;;
	position:relative;
	top:15px;
	height:10px;
	text-align:center;
	font-family:Verdana;
	font-size:8pt;
	color:#8D8D8D;
}
.dCon a:hover {color:#0D58F0;font-weight:bold;text-decoration:underline}
h2 {font-family:Verdana;font-size:22px;color:#464646;font-weight:bold}
.dCon  {font-family:Verdana;font-size:13px;color:#464646}
.dCon a {color:#0D58F0;font-weight:bold;text-decoration:none}
h1 {font-family:Papyrus;font-size:28px;color:#000000;font-weight:bold}body {background:#fbfbce;}.dCon {overflow:hidden;padding-left:5px;padding-top:10px;padding-right:5px;padding-bottom:10px;border:0px #fbfbde solid;margin-bottom:2px;background-color:transparent}

 /* - - - ADxMenu: BASIC styles [ MANDATORY ] - - - */

/* remove all list stylings */
.menu, .menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu li li {
	float: none;/* items of the nested menus are kept on separate lines */
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	top: 100%;	/* 1st level go below their parent item */
}

.menu li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	top: 0;
	left: 100%;
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* -- sticky.submenu --
	it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(/system/sysimg/dot.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
	background-color:transparent;
}
.menu ul ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}
/* -- sticky.submenu.END -- */






/* - - - ADxMenu: DESIGN styles [ OPTIONAL, design your heart out :) ] - - - */

.menu a {
	text-decoration: none;
	color: #eee;
	padding: .4em 1em;
	display: block;
	position: relative;
}

.menu li li {	/* create borders around each item */
	border: 1px solid #ccc;
}
.menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

.menu li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}

/* Fix for IE5/Mac \*//*/
.menu a {
	float: left;
}
/* End Fix */

/* Allgemeine Parameter Hauptebene */
.menu {height:40px;background-image:url('/premade/navi/images/nav_bg/nav_bg_hor_1006_n.png');background-repeat:repeat-x;}
.menu li {height:40px;background-image:url('/premade/navi/images/nav_bg/nav_bg_hor_1006_n.png');background-repeat:repeat-x;}
.menu li a {line-height:27px;font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;font-size:16px;font-weight:bold;}
.menu li:hover {background-image:url('/premade/navi/images/nav_bg/nav_bg_hor_1006_h.png');background-repeat:repeat-x;}
/* Allgemeine Parameter 1. Unterebene und alle unterliegenden  */
/*.menu ul {width: 11em;}*/
.menu li li {height:auto;width:auto;background-image:none;}
.menu li li a {line-height:normal;font-size:14px;font-weight:normal;}
.menu li li:hover {background-image:none}

/* Farben */
/* Hauptebene */
.menu li.itemDefault:hover>a {color: #ffffff;border-color:#dcff99;}
.menu li.itemDefault:hover {background-color: transparent;}

.menu li.itemDefault {background-color: transparent;}
.menu li.itemDefault a {color: #cccccc;}

.menu li.itemActive {background-color:transparent;border-color:#dcff99;}
.menu li.itemActive a {color: #fbfbde;}

.menu li.itemChain {background-color:transparent;border-color:#dcff99;}
.menu li.itemChain a {color: #b3b3ff;}

/* 1. Unterebene */
.menu li li.itemDefault:hover {background-color: #999a9d;border-color:#fbfbde;}
.menu li li.itemDefault:hover>a {color: #ffffff;}

.menu li li.itemDefault {background-color: #d9dadc;border-color:#fbfbde;}
.menu li li.itemDefault a {color: #000000;}

.menu li li.itemActive {background-color:transparent;border-color:#8c8c8c;}
.menu li li.itemActive a {color: #ffffff;}

.menu li li.itemChain {background-color:#737373;border-color:#8c8c8c;}
.menu li li.itemChain a {color: #b3b3ff;}

/* 2+. Unterebene */
.menu li li li.itemDefault:hover {background-color: #999a9d;border-color:#fbfbde;}
.menu li li li.itemDefault:hover>a {color: #ffffff;}

.menu li li li.itemDefault {background-color: #d9dadc;border-color:#8c8c8c;}
.menu li li li.itemDefault a {color: #000000;}

.menu li li li.itemActive {background-color:#000000;border-color:#8c8c8c;}
.menu li li li.itemActive a {color: #ffffff;}

.menu li li li.itemChain {background-color:#737373;border-color:#8c8c8c;}
.menu li li li.itemChain a {color: #b3b3ff;}

.menu li li li li.itemDefault:hover {background-color: #999a9d;border-color:#fbfbde;}
.menu li li li li.itemDefault:hover>a {color: #ffffff;}

.menu li li li li.itemDefault {background-color: #d9dadc;border-color:#8c8c8c;}
.menu li li li li.itemDefault a {color: #000000;}

.menu li li li li.itemActive {background-color:#000000;border-color:#8c8c8c;}
.menu li li li li.itemActive a {color: #ffffff;}

.menu li li li li.itemChain {background-color:#737373;border-color:#8c8c8c;}
.menu li li li li.itemChain a {color: #b3b3ff;}
