
/* 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; } 
td	{ vertical-align:top; }

.categories 	{ margin:20px 0px 0px 0px; }
.subcategories 	{ font-size:10px; margin: 0px; }

/* Allgemeine Links */
a {
	background-image: url(/2yEe4tt/folder.jpg); 
	background-repeat: no-repeat;
	text-decoration: none; 
	color: blue; 
	padding-left: 40px;
	padding-top: 10px;
	display: inline;
	height: 32px;
}
a:hover {color: #a10000;}
a.noPic {
	background-image: none;
	display: inline;
	padding: 0px;
}


/* Mainpanel */
.main{
	text-align: center; 
	width: 820px; 
	margin:0px auto; 
	padding:0px; 
	border:none;
	margin-top: 10px;
}

/* Menu */
#pfad{
	margin-left: 20px;
	margin-bottom: 10px;
}
td.menubar{
	width: 110px;
	border: 1px groove #444;
}

a.menu_item{
	display: block;
	width: 110px;
	height: 32px;
	vertical-align: center;
	padding-top: 10px;
	padding-left: 40px;
}
#menu_item1 {background-image: url(/2yEe4tt/folder.jpg); background-repeat: no-repeat;}
#menu_item2 {background-image: url(/2yEe4tt/new.jpg); background-repeat: no-repeat;}
#menu_item3 {background-image: url(/2yEe4tt/edit.jpg); background-repeat: no-repeat;}
#menu_item4 {background-image: url(/2yEe4tt/search.jpg); background-repeat: no-repeat;}
#menu_item5 {background-image: url(/2yEe4tt/agb.jpg); background-repeat: no-repeat;}
#menu_item6 {background-image: url(/2yEe4tt/impressum.jpg); background-repeat: no-repeat;}

/* Maintable */

.boxRight{
	width:110px; 
	vertical-align: top; 
	border: none;
}

.boxMain {
	width: 700px;
	height: 100%; 
	vertical-align: center; 
	border: 1px solid #444;
	padding: 10px;


}
.boxFooter, .boxLeft {
	vertical-align:top; 
	padding: 4px;
}
.footerText{
	padding-left: 4px;
}



/* View Categories */
.text /* Text-Field over Categories */{
	padding: 0px;

}
.block {
	padding:4px; 
	margin: 0px; 
	margin-bottom:0px; 
	border-collapse:collapse;

}
.block_headline {
	color: black;
	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: black;
}
.formGroup{ 
	border:none; 
	padding:12px; 
	margin:10px 0px 10px 0px;
}

/* Item-Types */
.linktype{ 
	font-weight:bold;
	color: black;
}
.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: #a10000;
}
table.form td.required, .required {
	font-weight:bold;
	color: #a10000; 
}
table.form td.formError {
	color: #a10000; 
	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: #444; font-weight:normal; }

