
/* General */ 
body, td, th, input, textarea, select, h2, h3{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color: #777}

img	{ border:none; } 
body	{ background-color: #ffffff; margin:0px; text-align:center; color:#404040; } 
h1	{ font-family:Times New Roman, Times; font-size:42px; font-style:italic; margin-left:130px; display:inline;}
td	{ vertical-align:top; }
h3	{ font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:normal; margin:0px 0px 0px 0px; }

.categories 	{ margin:20px 0px 0px 0px; }
.subcategories 	{ font-size:10px; margin: 0px; }

/* Allgemeine Links */
a {
	text-decoration:none; 
	color:#323e72; 
}
a:hover {color: #407e01;}




/* Mainpanel */
.main{
	text-align: center; 
	width: 820px; 
	margin:0px auto; 
	padding:0px; 
	border:none;
	margin-top: 10px;
}

/* Menu */

td.menubar_top{
	background-image: url(/NBgnHtt/logo_top.jpg);
	background-repeat:no-repeat; 
	text-align: center;
	height: 68px;
	vertical-align: bottom;
	padding-bottom: 10px;
	width: 820px;
}
td.menubar_bottom{
	background-image: url(/NBgnHtt/logo_bottom.jpg);
	background-repeat:no-repeat; 
	text-align: center;
	height: 68px;
	vertical-align: top;
	padding-top: 10px;
}


.menuSeparatorItems{
	color: white;
	font: bold 16px arial, sans-serif;
}

a.menuItem {
	color: white;
	text-align: center;
	display: float;
	width: 150px;
	padding: 5px;
	text-decoration: none;
	font: bold 18px arial, sans-serif;
	
	
	
}
a.menuItem:hover {color: white; background-color: #407e01}



/* Maintable */

.boxLeft, .boxRight, .boxFooter{
	height:100%; 
	vertical-align: top; 
	border: none
}
.boxLeft, .boxRight{
	width:110px; 
	background-image: url(/NBgnHtt/titlebar_short.jpg);
	background-repeat: no-repeat;
}
.boxMain {
	width: 700px;
	height:100%; 
	margin-top: 80px;
	vertical-align:top; 
	border: none;
	padding-left: 20px;
	padding-top: 20px;


}
.boxFooter {
	background-image: url(/NBgnHtt/titlebar_long.jpg);
	background-repeat: no-repeat;
	background-position: 20px 0px;
	vertical-align:top; 
	height: 100%;
	width: 700px; 
	padding-left: 20px;
	
	
}
.footerText{
	padding-left: 4px;
}



/* View Categories */
.text /* Text-Field over Categories */{
	background-image: url(/NBgnHtt/titlebar_long.jpg);
	background-repeat: no-repeat;
	margin-top: 15px;
	padding-left: 4px;
}
.block {
	width:100%; 
	padding:0px; 
	margin:0px; 
	margin-bottom:0px; 
	border-collapse:collapse;
}
.block_headline {
	color: white;
	font-weight: bold;
	padding:2px; 
	margin:0px;

}
.block_content {
	padding:2px; 
	margin:0px; 
}

/* Input-Form */
.headlineFormGroup{
	padding-left:5px; 
	padding-right:5px; 
	font-weight:bold; 
	color: #777;
}
.formGroup{ 
	border:none; 
	padding:12px; 
	margin:10px 0px 10px 0px;
}

/* Item-Types */
.linktype{ 
	font-weight:bold;
	color: #444;
}
.item_typ1_headline, .item_typ2_headline, .item_typ3_headline, .item_typ4_headline{
	font-weight:bold;
}
.item_typ1, .item_typ2, .item_typ3, .item_typ4{
	width:100%; 
	padding-left: 4px;
	padding-top: 4px;
	margin-bottom: 4px;
}

/* Forms */
table.form {
	width:100%;
	border:none;
	text-align:left;
	padding:6px; 
	margin:0px; 
	border-collapse:collapse;
}
table.form td {
	vertical-align:top;
	padding:0px;
	margin:0px;
	border:none;
	color: #407e01;
}
table.form td.required, .required {
	font-weight:bold;
	color: #407e01; 
}
table.form td.formError {
	color: #407e01; 
	font-style:italic; 
	font-weight:bold;
}
input, textarea{
	border: 1px solid gray;
	padding:4px;
	margin:0px;
	margin-bottom:4px;
	color: #444;
	font-weight: bold;
}


.checkbox {
	border:none; 
	width:auto;
	vertical-align:middle; 
}

/* Tip in forms */
.Tip { color:Gray; font-weight:normal; }

