*
{
	margin: 0px;
	padding: 0px;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 1.4em;
	color: #5F6062;
	text-align:justify;
}

h1 {
	border-bottom: 1px solid #dddcd1;	
}

h2
{
	font-size: 16px;
	padding: 5px 0;
	margin-bottom:20px;
	color: #2E368F;
}

/* Links */

A, A:hover {
	text-decoration: none;
	font-weight: normal;
}

a {
	color: #6e6e70;	
}

A:hover {
	color: #2E368F;
	/*FARBANPASSUNG*/
}

th
{
	font-weight:bold;
	padding: 5px 20px 5px 0;
	color: #2E368F;
}

/* langSelect */

#divLangselect
{
	width: 500px;
	margin: auto;
	text-align: center;
}

#divLangselect a
{
	font-size:14px;
}

#divLangselect a:hover
{
	font-weight:bold;
}

#divLangselect h1
{
	font-size: 20px;
	line-height: 30px;
	color:#2E368F;
	border-bottom: 1px dashed #879294;
	text-align:left;
}

#divLangselect h2
{
	font-size: 20px;
	line-height: 26px;
	text-align:right;
}

#divLangselect table
{
	width:100%;
}

/* Content */

#contentBox
{
	width:918px;
}

#headline
{
	padding: 5px;
	height:20px;
	border-bottom:1px solid #dddcd1;
}

#headline .langSelect
{
	float: right;
}

#headline .langSelect .active
{
	color: #2E368F;
	font-weight: bold;
}

#headline .quickSearch
{
	float: left;
	color: #2E368F;
	font-weight: bold;
}

#tree
{
	width:335px;
	height: 600px;
	float:left;
	padding: 5px;
	border-right:1px solid #dddcd1;
	overflow:auto;
}

#content
{
	height: 600px;
	padding: 5px;
	margin-left: 195px;	
	overflow:auto;
}

#articleList .listItem1:hover #point, #articleList .listItem2:hover #point
{
	background-image:url(../images/arrow_right.gif);
	background-position:center;
	background-repeat:no-repeat;
}

#articleList .listItem1
{
	background-color:#F0F0F0;
	cursor:pointer;
}

#articleList .listItem2
{
	background-color:#E1E1E1;
	cursor:pointer;
}

#articleList .listItem1:hover, #articleList .listItem2:hover
{
	background-color:#D1D1D1;
}

#articleList th
{
	font-weight:bold;
	padding: 0 10px 5px 10px;
	border-bottom: 1px solid #dddcd1;
	color: #2E368F;
}

#articleList td
{
	padding: 0 10px 2px 10px;
}

#articleDetail td
{
	padding: 3px 30px 3px 0;
	font-size: 10px;
}

#articleDetail th
{
	padding: 12px 30px 3px 0;
	font-size: 12px;
}

#articleDetail .desc
{
	font-weight:bold;
	vertical-align:top;
}

.imageBox
{
	margin-bottom: 5px;
	line-height: 24px;
	font-style:italic;
	font-size:10px;
	float:left;
}

.input
{
	border: 1px solid #000;
	background-color:#FFF;
	width: 150px;
	height: 16px;
	vertical-align:middle;
}

.inputbig
{
	border: 1px solid #000;
	background-color:#FFF;
	width: 250px;
	height: 20px;
}

.inputbutton
{
	border: 1px solid #d5d5d5;
	background-image:url(../images/button_bg.jpg);
	background-position:center;
	background-repeat:repeat-x;
	width: 80px;
	height:18px;
	vertical-align:middle;
	font-size:11px;
}

.inputbuttonbig
{
	border: 1px solid #d5d5d5;
	background-image:url(../images/button_bg.jpg);
	background-position:center;
	background-repeat:repeat-x;
	width: 250px;
	height:22px;
	vertical-align:middle;
	font-size:11px;
}

.inputbutton:hover, .inputbuttonbig:hover
{
	background-image:url(../images/button_bg_active.jpg);	
}

.boldblue
{
	font-weight:bold;
	color: #2E368F;
	width:140px;
	display: block;
	float:left;
}

.gray
{
	color: #5F6062;
}

.bb
{
	border-bottom: 1px solid #dddcd1;
}

/* Treeelemente */

.treeObject
{
	white-space:nowrap;
	height:36px;
	line-height:36px;
	text-align:left;
}

.treeObject .selected
{
	color: #2E368F;
	font-weight:bold;
}

.treeName
{
	height: 32px;
	line-height: 32px;
}