p.autor{
	float:		right;
	text-align:	right;
}

a img{
	border:		0px;
}

p.rechts{
	float:		right;
	padding:		1em 1em 1em 1em;
}

p.links{
	float:		left;
	padding:		1em 1em 1em 1em;
}


div.login {
	width: 100%;
	border-bottom: solid 1px #666666;
	}

div.template_box {
	width: 900px;
	padding: 0px;
	margin: 0px;
	position: absolute;
    	top: 25px;
    	left: 50%;
	margin-left: -450px;
	border: solid 1px #666666;
}


/* ---------------- Template Layout ----------------------*/

div.NavHead {
	/* styling the module header, and the module titles */
	background: none;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	text-indent: 0px;
	width: 140px;
	position: relative;
    	top: 5px;
    	left: 50%;
	margin-left: -70px;
	margin-bottom: 10px;
	height: 24px;
	border-bottom: solid 1px #666666;
	text-transform: uppercase;
}

/* --- Top Graphic Bar Table ---*/
.top_bar {
	width: 100%;
	height: 10px;
	background: url(./gfx/top_bar.jpg);
}

/* --- Table Holding Pathway ---*/
.lower_bar {
	width: 100%;
	height: 14px;
	background: url(./gfx/lower_bar.jpg);
}

/* --- Head Image Banner ---*/
.table_1 {
	width: 100%;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center;
}

/* --- Table Containing Left, Top, and Bottom Modules and the Main Body ---*/
.table_2 {
	width: 100%;
	background: #f5f5f5;
	margin: -2px 0px -2px 0px;
}

/* --- Cell Holding Left Side Modules ---*/
.left_modules {
	float:left;
	width: 175px;
	padding-top: 10px;
	background: #f5f5f5;
}


/* --- Cell Holding Top and Bottom Modules and the Main Body ---*/
.main_content {
	float:left;
	width: 528px;
	background: #ffffff;
	padding: 10px;
	border-left: dashed 1px #666666;
	border-right: dashed 1px #666666;
	min-height: 350px;
}

/* --- Cell Holding Right Side Modules ---*/
.right_modules {
	float:left;
	width: 175px;
	padding-top: 10px;
	background: #f5f5f5;
}

/* --- Table Holding the Footer ---*/
.table_bottom {
	clear:left;
	font-color: rgb(83, 88, 109);
	font-size: 10px;
	text-align: center;
	width: 100%;
	background: #BABDCA;
	border-top: solid 1px #666666;
}

/* -------------------------------------------------------------------*/
/* ---------------- Mambo Styling Classes ----------------------------*/
/* -------------------------------------------------------------------*/

/* ---------------- General Body Styling----------------------*/
    /* These are normal css setup reccommended for your
      HTML template although they are not neccessary */

body {
	margin: 0px 0px 0px 0px;
	background-color : #f5f5f5 ;
	color : #465675;
	}

td,tr,p,div {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	}

h1 {
	@charset "UTF-8";
	color: #3399CC;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px; font-weight: bold;
	}

h2 {
	@charset "UTF-8";
	color: #3399CC;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px; font-weight: bold;
	}

h3{
	@charset "UTF-8";
	color: #3399CC;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px; font-weight: bold;
	}

h4{
	@charset "UTF-8";
	color: #3399CC;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px; font-weight: bold;
	}

a:link, a:visited {
	font-size: 13px;
	color: #98A258;
	text-decoration: none;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	}

a:hover {
	color: #23598d;
  text-decoration: none;
	}

ul {
	list-style: circle inside;
}

ol {
	list-style: decimal inside;
}

ol>li>ol {
	list-style: lower-alpha inside;
}

ol>li>ol>li>ol {
	list-style: lower-roman inside;
}


li {
   width: auto;
   margin: 0px 0px 0px 0px!important;
   margin: 0px 0px 0px 2em;
   border: 0px;
   padding: 0 0 0 0;
   }


/* ---------------- Mambo Menu Styling ----------------------*/
    /* You can control the way menu behave and look
    by using the CSS settings below */

div.mainlevel {
	margin: 0px 0px 5px 0px;
	}

div.sublevel {
	margin: 0px 0px 2px 0px;
	}

div.mainlevel a:link, div.mainlevel a:visited {
	/* this styling is for the MAIN items in the menu */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #3D4E6D;
	background: none;
	font-weight: bold;
	font-size: 12pt;
	text-decoration:none;
	text-align: left;
	padding: 0px 0px 0px 10px
	}

div.mainlevel a:hover {
	/* same as above, but when hovering */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #98A258;
	font-weight: bold;
	font-size: 12pt;
	text-decoration:none;
	text-align: left;
	padding: 0px 0px 0px 10px
	}

a#active_menu {
	color: #3D4E6D;
	}

div.sublevel a:link, div.sublevel a:visited {
	/* this styling is for menu items that HAS A PARENT */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #3D4E6D;/*#BABDCA;*/
	width: 100%;
	font-weight: normal;
	padding: 0px 0px 0px 30px;
}

div.sublevel a:hover {
	/* pffff!.. you know this! */
	color: #98A258;
	text-decoration: none;
	padding: 0px 0px 0px 30px;
	}
