/* general stuff */

* {
	margin: 0;
	padding: 0;
}
html { /* immer scrollbar */
	height: 100%;
	margin-bottom: 1px;
}
body{
	text-align: center;
	color: #333;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 85%;
}
strong {
	color: #004b96;
}
h1 {
	font-weight: bold;
	font-family: 'Arial Narrow', verdana, sans-serif;
	color: #004b95;
	font-size: 1.4em;
}
a {
	text-decoration: none;
	border: none;
	color: #004b96;
 }
a:hover {
	text-decoration: underline; 
	border: none;
	color: #004b96;
 }
ul {
	padding-left: 20px;
}
p img {
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 10px;
}
p img.conthead {
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 10px;
}
 
/* Layout */
#container {
	width: 886px;
	margin: 0 auto;
	text-align: left;
}
#header {
	background: url(../images/header-standard.png) no-repeat;
	height: 107px;  
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	font-size: 0.8em;
}
#mainnavi {
	height: 25px;
	padding-top: 4;
	padding-left: 20;
	text-align: left;
	background: url(../images/mainnavi-bg.png) no-repeat;
}
#main {
	margin-top: 26px;
	width: 886px;
}

/* left */
#left {
	width: 171px;
}
#ads {
	width: 169px;
	text-align: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
#boxcolor-left {
	height: 10px; 
	font-size: 1px;
	background: url(../images/boxcolor-standard-left.png) no-repeat;	
}
#boxfooter-left {
	height: 7px;
	font-size: 1px;
	background: url(../images/boxfooter-left.png) no-repeat;
	margin-bottom: 12px;
}
#boxfooter-prodnavi {
	height: 10px;
	font-size: 1px;
	background: url(../images/boxfooter-prodnavi.png) no-repeat;
	margin-bottom: 12px;
}
#login {
	width: 169px;
	text-align: left;
	text-indent: 5px;
	padding-left: 0px;
	padding-right: 0px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

/* content */
#contentmain {
	float: right;
	width: 704px;
}
#content {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding-left: 22px;
	padding-right: 22px;
	padding-top: 22px;
	height: 30em;
	background: url(../images/content-bg.png) repeat-x; /* neutral */
	/* background: url(../images/content-bg-standard.jpg) repeat-x; /* Key Visual */
}
#content[ID] {
	height:auto;
	min-height: 30em;
}
#boxcolor-content {
	height: 10px;
	font-size: 1px;
	background: url(../images/boxcolor-standard-content.png) no-repeat;	
}
#boxfooter-content {
	height: 7px;
	font-size: 1px;
	background: url(../images/boxfooter-content.png) no-repeat;	
}
.content-header {
	width: 474px;
	padding: 22 0 0 0;
	float: left;
}
#footer {
	clear: both;
	color: #999;
	font-size: 0.8em;
	text-align: right;
	padding-right: 23px;
	padding-bottom: 20px;
	padding-top: 5px;	
}

/* Joomla */

#search {
margin: 0px;
padding: 0px;
width: 148px;
height: 28px;
float: right;
background: url(../images/back_search.jpg) right top no-repeat;
padding-left: 10px;
padding-top: 2px;
vertical-align: top;
}

#search .inputbox{
width: 100px;
height: 18px;
font-size: 10px;
background: transparent;
border: none;
margin: 0px;
padding: 0px;
line-height: 14px;
}

#search .button{
margin: 0px;
padding: 0px;
height: 14px;
font-size: 10px;
background: transparent;
border: none;
line-height: 10px;
}

#search form {
margin: 0px;
padding: 0px;
}

#pathway{ 
width: 500px;
height: 19px;
padding-left: 20px;
padding-top: 5px;
}
 
#banner {
width: 478px;
height: 69px;
float: right;
padding-left: 6px;
padding-top: 6px;
}
 
iframe.wrapper {
z-index: 0;
}
 
.clr {
clear:both;
}

.content {
padding: 0px 0px 0px 0px;
font-size: 10px;
line-height: 18px;
}

/* Modules */

#user1{
float: left;
width: 49%;
}

#user2{
float: right;
width: 49%;
}

#user3 {
width: 100%;
}

#user1 ul, #user2 ul, #user3 ul {
list-style: none;
margin: 0px;
padding: 0px;
padding-left: 0.7em;
margin-left: 0.7em;
margin-bottom: 5px;
margin-top: 2px;
}

/* Main Menu */
ul#mainlevel-main {
list-style: none;
padding: 0;
margin: 0;
padding-left: 23px;
white-space: nowrap;
}
ul#mainlevel-main li{
width: auto !important;
width: 5%;
float: left;
height: 24px;
line-height: 24px;
white-space: nowrap;
margin-right: 1px;
border-left: 1px solid #eee;
border-right: 1px solid #eee;
text-transform: uppercase;
}
ul#mainlevel-main li a{
font-weight: bold;
font-size: 0.9em;
height: 24px;
display: block;
padding-left: 10px;
padding-right: 10px;
text-decoration: none;
color: #fff;
white-space: nowrap;
}
ul#mainlevel-main li a:hover{
background: url(../images/mainnavi-bg-active.png) repeat-x;
color: #004b96;
}
ul#mainlevel-main li a#active_menu {
background: url(../images/mainnavi-bg-active.png) repeat-x;
color: #004b96;
}


/* Topmenu */
ul#mainlevel-nav{
list-style: none;
padding: 0;
margin: 0;
float: right;
padding-right: 18px;
padding-top: 17px;
white-space: nowrap;
}
ul#mainlevel-nav li{
width: auto !important;
width: 5%;
float: left;
margin: 0;
height: 20px;
line-height: 20px;
white-space: nowrap;
margin-right: 1px;
text-transform: uppercase;
}
ul#mainlevel-nav li a{
font-weight: normal;
height: 20px;
display: block;
padding-left: 5px;
padding-right: 0px;
text-decoration: none;
color: #004b96;
margin-left: 5px;
white-space: nowrap;
}
ul#mainlevel-nav li a:hover{
color: #fff;
}

/*Footer Menu */
 ul#mainlevel-foot{
list-style: none;
padding: 0;
margin: 0;
float: right;
white-space: nowrap;
}
ul#mainlevel-foot li{
width: auto !important;
width: 5%;
float: left;
margin: 0;
height: 20px;
line-height: 20px;
white-space: nowrap;
margin-right: 1px;
text-transform: uppercase;
}
ul#mainlevel-foot li a{
font-weight: normal;
height: 20px;
display: block;
color: #999;
margin-left: 8px;
white-space: nowrap;
}
ul#mainlevel-foot li a:hover{
color: #999;
text-decoration: underline;
}

/* ProdMenu */
a.mainlevel {
line-height: 25px;
voice-family:"\"}\""; /* Box Model fix */
voice-family: inherit;
padding-left: 20px;
padding-right: -20px;
list-style: none;
white-space: nowrap;
width: 149px;
float: left;
font-size: 0.9em;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
text-transform: uppercase;
background: url(../images/navicon-standard.gif) no-repeat 4px 6px;
}

/* html>body a.mainlevel {width:135px;}  Opera5-Fix-fix ;-) */

a.mainlevel:link {}
a.mainlevel:visited {}
a.mainlevel:active {
background-color: #f1f2f5;
}
a.mainlevel:hover {
text-decoration: none;
background: url(../images/navicon-standard-active.gif) no-repeat 4px 6px;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
background-color: #f1f2f5;
}
a.mainlevel#active_menu {
border-top: 1px solid #ccc;
background-color: #f00;
}

a.sublevel {
width: 169px;
float: left;
display: block;
line-height: 22px;
text-decoration: none;
font-weight: normal;
font-size: 0.9em;
text-indent: 20px;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
margin-left: 0px;
overflow: hidden;
}

/* html>body a.sublevel {width:123px;} Opera5-Fix-fix ;-) */ 
a.sublevel:link {}
a.sublevel:visited {}
a.sublevel:active {
border-top: 1px solid #ccc;
}
a.sublevel:hover {
text-decoration: none;
voice-family:"\"}\""; /* Box Model fix */
voice-family: inherit;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
background-color: #f1f2f5;
}

a.sublevel#active_menu {
border-top: 1px solid #ccc;
background-color: #f1f2f5;
}

 /* html>body a.sublevel:hover, a.sublevel#active_menu {width: 123px;} Opera5-Fix-fix ;-) */

/* Other Mambo Stuff */

#title {
}

.pathway {
text-decoration: none;
font-weight: normal;
}

.pathway a{
text-decoration: none;
font-weight: normal;
}

.mosimage {
background: url(../images/contentbox-basis.png) no-repeat;
height: 224px;
width: 178px;
/* border: 1px solid #cccccc; */
padding-top: 20px;
padding-left: 1px;
}

.mosimage_caption {
  margin-top: 2px;
  background: #efefef;
  padding: 1px 2px;
  border-top: 1px solid #cccccc;
}

hr {
width:  90%; 
 }
 
hr.separator {
width:  40%; 
 }
 
a.pnav {
}

.pnav:hover {
}

.small {
font-size: 10px;
line-height: 0.7;
}
.smalldark {
font-size: 10px;
color: #000;
height: 10px;
line-height: 10px;
text-align: left;
}

.sectiontableentry1 {
text-align: left;
background: #EFEFEF;
padding: 2px;
}
.sectiontableentry2 {
background: #FFF;
text-align: left;
padding: 2px;
}
.button {
border: 1px solid #BBBBBB;
}
.inputbox {
border: 1px solid #BBBBBB;
}

.createdate {
height: 10px;
line-height: 0.7;
}

.modifydate {
height: 20px;
line-height: 20px;
margin-bottom: 5px;
}

a.readon {
text-decoration: none;
line-height: 15px;
border: 1px solid #EEEEEE;
padding-left: 13px;
background: url(../images/readon.gif) no-repeat left;
margin-top: 10px;
text-decoration: none;
font-weight: normal;
}

.blog_more {
}

a.readon:hover {
background: #EEEEEE url(../images/readon.gif) no-repeat left;
text-decoration: none;
}

.blog {
width: 100%;
}

.contentheading {
width: 98%;
height: 23px;
line-height: 20px;
font-weight: bold;
font-family: 'Arial Narrow', verdana, sans-serif;
color: #004b95;
font-size: 1.4em;
}

.contentpaneopen {
text-align: left;
background: transparent;
line-height: 1.3em;
}

table.contentpane td.contentheading {
font-weight: bold;
height: 23px;
line-height: 20px;
font-family: verdana, arial, sans-serif;
border: none;
}

table.contentpane ul {
margin: 0px;
padding: 0px;
list-style: none;
}

table.contentpane ul li{
padding: 0px;
margin: 0px;
padding-left: 15px;
}

.contentdescription {
font-size: 10px;
}

.sectiontableheader {
font-weight: bold;
height: 25px;
line-height: 25px;
}

.categorytitle {
font-weight: bold;
height: 25px;
line-height: 25px;
font-size: 1.4em;
color: #004b95;
font-family: 'Arial Narrow', Verdana, sans serif;
}

.componentheading {
font-weight: bold;
height: 23px;
line-height: 20px;
font-size: 1.4em;
font-family: 'Arial Narrow', Verdana, sans serif;
border-bottom: 1px solid #004b95;
color: #004b95;
margin-bottom: 5px;
margin-left: 2px;
margin-right: 2px;
}

a.category {
text-decoration:  underline; 
 }
 
a.category:hover {
text-decoration:  underline; 
 }
 
table.moduletable {
width:  100%;
 }
 
table.moduletable th  {
font-size: 80%;
}

.poll {
text-align: center;
}

.back_button a{
font-weight: normal;
}

.blogsection {
}

.blog_more ul li{
list-style: none;
padding-left: 14px;
line-height: 18px;
}

table.contenttoc {
border: 1px solid #CCCCCC;
padding: 3px;
}

table.contenttoc th{
font-weight: bold;
border-bottom: 1px solid #BBBBBB;
}

form {
margin: 0px;
padding: 0px;
}



