
/* 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 {
	background-image:url(/Be9vLtt/arrow.gif); 
	background-repeat:no-repeat; 
	background-position: 0px 2px; 
	text-decoration:none; 
	color:#323e72; 
	padding: 5px;
	padding-left:26px; 
	}
a:hover {color: #ba412f;}

a.NoPic{ 
	background-image:none; 
	padding-left:0px;
}


.spacer{
	margin: 20px;
}

.dekoBalken{
	display: block;
	width: 100%;
	height: 5px;
	background-color: #ba412f;
	margin-bottom: 5px;

}

/* Mainpanel */
.main{
	text-align: center; 
	width: 820px; 
	margin:0px auto; 
	padding:0px; 
	border:none;
}

/* Menu */

td.menubar{
	background-color: #b0b0b0;
	height: 100%;
	border: gray solid 1px;
	max-width: 110px;

}


li.menuItem {
	list-style-type: none;
	list-style-position: inside;

}
a.menuItem {
	color: #777;
	text-align: center;
	display: block;
	width: 100%;
	border-bottom: white solid 1px;
	padding-top: 10px;
	text-decoration: none;
	font: bold 14px arial, sans-serif;
	background-image:none; 
	padding-left: 0px;
	padding-right: 0px;

}
a.menuItem:hover {color: white; background-color: gray}
/*#menuItem1 {
	border-top: white solid 1px;
}*/



/* Maintable */

.boxLeft, .boxRight {
	width:110px; 
	height:100%; 
	vertical-align: top; 
	border: lightgray solid 1px; 
}
.boxMain {
	height:100%; 
	margin-top: 80px;
	vertical-align:top; 
	border: none;
	padding-left: 10px;


}
.boxFooter {
	width: 100%; 
	vertical-align:top; 
	border: lightgray solid 1px; 
	height: 100%;
	
}
.footerText{
	padding-left: 4px;
	padding-right: 4px;
}


/*
.separator {
	float:left; 
	width:10px; 
	height:100%; 
	background-position:center; 
	background-image:url(/Be9vLtt/mid.jpg); 
	background-repeat:repeat-y; 
	border:none;
}
*/

/* View Categories */
.text /* Text-Field over Categories */{
	margin-top: 15px;
	padding:4px;
	border: lightgray solid 1px;
}
.block {
	width:100%; 
	padding:0px; 
	margin:0px; 
	margin-bottom:0px; 
	border-collapse:collapse;
}
.block_headline {
	color: #6699ff;
	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: #982929;
}
table.form td.required, .required {
	font-weight:bold;
	color: #982929; 
}
table.form td.formError {
	color: #982929; 
	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; }

