/*<group=General Styles>*/

body {
	margin: 0px 0px 0px 0px;
	font: 13px   'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	color: #000000;
	background: #E6E6E6;
	text-align: justify;
}

p { 
}

b, strong {
	font-weight: bold;
}

a:link {
	color: #000000;
	text-decoration: none;
	border: 0;
}

a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover, a:active {
	color: #333333;
	text-decoration: underline;
}

.image-left {
	margin: 3px;
	padding: 3px;
	float: left;
}

.image-right {
	margin: 3px;
	padding: 3px;
	float: right;
}
	
/*</group>*/

/*<group=Layout>*/

#container { 
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	width: 810px;
	text-align: justify; /* Hack To Keep IE5 Windows Happy */
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;

}

#pageHeader {
	background-image: url(images/img_bg_top.gif);
	width: 810px;
	height: 115px;
}

#pageContent {
	width: 810px;
	background-image: url(images/img_bg_center.gif);
}

#contentContainer {
	width: 509px;
}

#contentContainer #content {
	text-align: justify;
	line-height: 1.5em;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
	
}

#footer {
	background-image: url(images/img_bg_bottom.gif);
	background-repeat: no-repeat;
	padding-bottom: 0px;
	height: 10px;
}

	
/*</group>*/


/*<group=Toolbar>*/

/* Toolbar Styles */

#navcontainer {
	top: 0px;
	padding-top: 0px;
	padding-left: 75px;
	width: 216px;
	line-height: 22px;
	color: #ffffff;
	position: relative;
}

#navcontainer #current {
	background: url(images/img_menu_on.gif);
	color: #FF0000;
}

/* Parent - Level 0 */

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

#navcontainer li { 
}

#navcontainer a {
	background: url(images/img_menu_off.gif);
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	padding-left: 15px;
	height: 25px;
}

#navcontainer img a {
	background: url();
	text-decoration: none;
}


#navcontainer a:hover {
	background: url(images/img_menu_on.gif);
	color: #FF0000;
}

#navcontainer a:active {
	background: url(images/img_menu_on.gif);
	color: #FF0000;
}

#navcontainer a:active {
	background: url(images/img_menu_on.gif);
	color: #FF0000;
}


/* Child - Level 1 */

#navcontainer ul ul {
	padding: 0px;
	margin: 0px;
}

#navcontainer ul ul li { 
}

#navcontainer ul ul a {
	background: url(images/img_menu_off.gif);
	display: block;
	text-decoration: none;
	padding-left: 25px;
	color: #ffffff;
	font-size: 11px;
	height: 25px;
}


#navcontainer ul ul a:hover {
	background: url(images/img_menu_on.gif);
}

#navcontainer ul ul a:active {
	background: url(images/img_menu_on.gif);
	color: #FF0000;
}

/* Child - Level 2 */

#navcontainer ul ul ul {
	padding: 0px;
	margin: 0px;
}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a {
	background: url(images/img_menu_off.gif);
	display: block;
	text-decoration: none;
	padding-left:35px;
	color: #ffffff;
	font-size: 11px;
	height: 25px;
}


#navcontainer ul ul ul a:hover {
	background: url(images/img_menu_on.gif);
}

#navcontainer ul ul ul a:active {
	background: url(images/img_menu_on.gif);
	color: #FF0000;
}

/* Child - Level 3 */

#navcontainer ul ul ul ul {
	color: #999999;
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a {
	background: url(images/img_menu_off.gif);
	display: block;
	text-decoration: none;
	padding-left: 50px;
}

#navcontainer ul ul ul ul a:hover {
	background: url(images/img_menu_on.gif);
}

/* Child - Level 4 */

#navcontainer ul ul ul ul ul {
	color: #b3b3b3;
}

#navcontainer ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul a {
	background: url(images/img_menu_off.gif);
	display: block;
	text-decoration: none;
	padding-left: 65px;
}

#navcontainer ul ul ul ul ul a:hover {
	background: url(images/img_menu_on.gif);

}

/* Child - Level 5 */

#navcontainer ul ul ul ul ul ul {
	padding: 0px;
	margin: 0px 0px 0px 15px;
	color: #cccccc;
}

#navcontainer ul ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul ul a {
	background: url(images/img_menu_off.gif);
	display: block;
	text-decoration: none;
	padding-left: 60px;
}

#navcontainer ul ul ul ul ul ul a:hover {
	background: url(images/img_menu_on.gif);
}
	
/*</group>*/

/*<group=Global Classes>*/

.standout {
	background: #9f8f63;
	font-size: 12px;
	color: #ffffff;
	padding: 10px;
	font-style: italic;
	font-weight: bold;
}

td {
	vertical-align: top;
	text-align: justify;
}
	
h1 {
	color: #OOOOOO;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 3px;
}

h2 {
	color: #OOOOOO;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 3px;
}

h3 {
	color: #OOOOOO;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 3px;
}

h4 {
	color: #OOOOOO;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 3px;
}

h5 {
	color: #OOOOOO;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 3px;
}

.imageStyle {
}
	
/*</group>*/

/*<group=Blog>*/


.blog-entry {
}

.blog-entry-title {
	color: #988f52;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 3px;
}

.blog-entry-date {
	margin-bottom: 10px;
	margin-top: 5px;
}

.blog-entry-body {
	margin-bottom: 30px;
	border-bottom: 1px dotted #59554c;
	padding-bottom: 10px;
}

#order {
	top: 0px;
	padding-top: 10px;
	padding-left: 75px;
	width: 216px;
}
.center {text-align:center;}


.links { 
float:left;
width:300px;
}
.rechts {
width:300px;
}
.clear {
clear:left;
}
/*</group>*/