/* Blöcke */

.contentblock {
	width: 460px;
}
.contentpaneopen {
	width: 460px;
}

/* Verschiedene Items */
.back_button {
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
}

.category {
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}

.modifydate {
	font-size: 10px;
	font-weight: bold;
	text-align: right;

}

.contentheading {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 10px;
}

.componentheading {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 5px;
	padding-top: 3px;
}

.moduletable ul li {
	width: 162px;
	height: 21px;
	text-align: center;
	vertical-align: top;
	padding-top: 7px;
	padding-right: 0px;
	padding-left: 18px;
	left: 0px;
	background: none;
	text-indent: 0pt;
}

.moduletable ul {
	margin: 0px;
	padding: 0px;
/*	background: url(../images/navi_textcell.jpg) repeat-y 0px 0px; */
	list-style-type: none;
	text-indent: 0pt;
	text-align: left;
	list-style-position: outside;
}

a.mainlevel:link, a.mainlevel:visited {
	font-size: 12px;
	font-weight: bold;
	color: 1A278F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border: 1px #000000;
}

a.mainlevel:hover {
	color: #4E5CE4;
}

#active_menu {
	color:#4e5ce4;
	font-weight: bold;
}

/* HTML Tags */

a:link, a:visited {
	color: #142086; 
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #4E5CE4;	
}
strong {

}

form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}

BODY {
	margin: 0px 0px 0px 0px;
	background: #808cee;
}

td,tr,p,div {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #111111;
}

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

li
{
	line-height: 15px;
	padding-left: 15px;
	padding-top: 0px;
	background-image: url(../images/arrow.png) ;
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}
