
/* 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; 
	font-weight: bold; 
	color: #4c7cc4;
}
a:hover {color: #e7964f;}


div.spacer{
	margin-bottom: 20px;
}


/* Mainpanel */
.main{
	text-align: center; 
	width: 820px; 
	margin:0px auto; 
	padding:0px; 
	border:none;
}

/* Menu */
td.menubar {
	width: 110px;
}
div.menuItem{  /* Vertikale Ausrichtung auf Hintergrundgrafik */
	/*padding-top: 12px;*/
	padding-top: 10px;
	padding-left: 12px;
}
li.menuItem {
	list-style-type: none;
	padding-top: 4px;
}
a.menuItem {
	border: none;
	background-image: url(/vBnUCtt/menu_item_gray_open.jpg); 
	background-repeat: no-repeat;
	display: block;
	width: 150px;
	height: 40px;
	text-align: left;
	text-decoration: none;
	color: #444;
}
a.menuItem:hover, #menuItemFirst:hover {background-image: url(/vBnUCtt/menu_item.jpg); color: #444}
a.menuItem:link {color: #444;}
a.menuItem:visited {color: #444;}

#menuItemFirst {background-image: url(/vBnUCtt/menu_item_orange.jpg); }



/* Maintable */

.boxRight {
	width:110px; 
	border:none; 
}
.boxLeft {
	width:110px; 
	border:none; 
}
.boxMain {
	width:576px; 
	height:100%; 
	margin-top: 80px;
	vertical-align:top; 
	border:none;
	padding-left: 15px;

}
.boxFooter {
	
	vertical-align:top; 
	border:none;
	padding-left: 20px;
	
}
.footerText{
	padding-left: 4px;
	padding-right: 4px;
}

.separator {
	float:left; 
	width:10px; 
	height:100%; 
	background-position:center; 
	background-image:url(/vBnUCtt/mid.jpg); 
	background-repeat:repeat-y; 
	border:none;
}

/* View Categories */
.text /* Text-Field over Categories */{
	margin-top: 15px;
	padding:4px;
}
.block {
	width:100%; 
	padding:0px; 
	margin:0px; 
	margin-bottom:0px; 
	border-collapse:collapse;
}
.block_headline {
	color: #777;
	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%; 
	height: 100px;
	min-width: 250px;
	padding-left: 20px;
	padding-top: 10px;
	background-image: url(/vBnUCtt/item_water.jpg);
	background-repeat: no-repeat;	
	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: #e7964f;
}
table.form td.required, .required {
	font-weight:bold;
	color: #e7964f; 
}
table.form td.formError {
	color: #e7964f; 
	font-style:italic; 
	font-weight:bold;
}
input, textarea{
	border: 1px solid #e79c5a;
	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; }

