
/* General */ 
body, td, th, input, textarea, select, h2, h3{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color: white}

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 {
	text-decoration: underline; 
	color: white; 
}
a:hover {color: #ffff99;}


/* Mainpanel */
.main{
	text-align: center; 
	width: 820px; 
	margin:0px auto; 
	padding:0px; 
	border:none;
	margin-top: 10px;
}

/* Menu */
#pfad{
	position: absolute;
	top: 100px;
	padding-left: 100px;
	font-size: 16px;
	font-weight: bold;
}


td.menubar{
	background-image: url(/PLNeett/blue_logo.jpg);
	background-repeat:no-repeat; 
	text-align: left;
	width: 820px;
	height: 300px;
}


#menu_item_1{
	position: absolute;
	top: 40px;
	left: 810px;
}
#menu_item_2{ 
	position: absolute;
	top: 80px;
	left: 770px;
}
#menu_item_3{
	position: absolute;
	top: 120px;
	left: 730px;
}
#menu_item_4{
	position: absolute;
	top: 160px;
	left: 690px;
}
#menu_item_5{
	position: absolute;
	top: 200px;
	left: 650px;
}
#menu_item_6{
	position: absolute;
	top: 240px;
	left: 610px;
}


/* Maintable */

.boxLeft, .boxRight{
	width:110px; 
	vertical-align: top; 
	border: 1px dotted #ffff99;
}

.boxMain {
	width: 700px;
	height: 100%; 
	vertical-align: top; 
	border: none;


}
.boxFooter {
	vertical-align:top; 
	
	border: 1px dotted #ffff99;
	padding: 4px;
}
.footerText{
	padding-left: 4px;
}



/* View Categories */
.text /* Text-Field over Categories */{
	border: 1px dotted #ffff99;
	padding: 4px;

}
.block {
	padding:4px; 
	margin: 0px; 
	margin-bottom:0px; 
	border-collapse:collapse;

}
.block_headline {
	color: #ffff6b;
	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: #ffff6b;
}
.formGroup{ 
	border:none; 
	padding:12px; 
	margin:10px 0px 10px 0px;
}

/* Item-Types */
.linktype{ 
	font-weight:bold;
	color: white;
}
.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: #ffff6b;
}
table.form td.required, .required {
	font-weight:bold;
	color: #ffff6b; 
}
table.form td.formError {
	color: #ffff6b; 
	font-style:italic; 
	font-weight:bold;
}
input, textarea{
	border: 1px dotted 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: white; font-weight:normal; }

