body, td, a, h3 { margin:0; padding:0; }

body {	
	background-color:#e0e0e0;
	background-image:url('/D1fRltt/background.gif');
	background-position:center;
	background-repeat:repeat-y;
	font-family:'Trebuchet MS','Lucida Grande', Arial, sans-serif;
	font-size:small;
	font-weight:400;
	text-align:left;
	margin:0;
	padding:0;
}

.header { 
	width:100%;
	background-image:url('/D1fRltt/side.gif');
}

.logo {
	margin:0 auto; 
	height:90px; 
	width:770px;
}

.path {
	margin-bottom:20px;
	text-align:left;
}

.path a {
	color:#999999;
	text-decoration:none;
	font-weight:normal;
}

.main {
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	width:730px;
	margin:0 auto;
}

.content {
	width:400px;
	float:left;
	padding-left:100px;
	padding-right:0px;
	margin-bottom:30px;
	text-align:left;
}

.sidebar {
	width:200px;
	float:right;
	margin-bottom:30px;
}

.sidebar h2 {
	border-bottom:1px solid #e0e0e0;
	color:#404040;
	font-size:18px;
	line-height:12px;
}

.menu {
	clear:both;
	width:730px;
	height:40px;
	background-image:url('/D1fRltt/menubg.jpg');
	background-repeat:none;
}

.menuitem {
	padding-top:8px;
	padding-left:10px;
	padding-right:30px;
	float:left;
}

.menuitem a {
	color:#666666;
	text-decoration:none;
	font-weight:normal;
}

.footer {
	clear:both;
}

.categories a {
	color:#999999;
	text-decoration:none;
	font-weight:normal;
}

.categories a:hover {
	background-color:#d0e0ff;
}

.linktype
{ color:#5CA605; font-weight:bold; }

.item_typ1, .item_typ2, .item_typ3, .item_typ4 {
	border: 1px solid #e0e0e0;
	width:100%;
	margin-bottom:20px;
	background-position:center;
	background-repeat:repeat-y;
	}
	
.item_typ1 { background-image:url('/D1fRltt/post_bg1.jpg'); }
.item_typ2 { background-image:url('/D1fRltt/post_bg2.jpg'); }
.item_typ3 { background-image:url('/D1fRltt/post_bg3.jpg'); }
.item_typ4 { background-image:url('/D1fRltt/post_bg4.jpg'); }

.item_typ1_headline, .item_typ1_headline a, 
.item_typ2_headline, .item_typ2_headline a,
.item_typ3_headline, .item_typ3_headline a, 
.item_typ4_headline, .item_typ4_headline a 
{
	color:#5CA605;
	font-size:150%;
	text-decoration:none;
	}

.item_typ1_headline a:hover, .item_typ2_headline a:hover, .item_typ3_headline a:hover, .item_typ4_headline a:hover {
	text-decoration:underline;
	}

/* ------------------------------------------------------------ */

/* Forms */
table.form { width:400px; border:none; text-align:left; padding:6px; margin:0px auto; border-collapse:collapse; }
table.form td { vertical-align:top; padding:0px; margin:0px; border:none; color:#666699; }
table.form td.formRequired, .formRequired { font-weight:bold; color:#666699; margin-right:10px;}
table.form td.formError, .formError { color:red; font-style:italic; font-weight:bold; }
input, textarea { border:solid 1px #0000A0; padding:0px; margin:0px; margin-bottom:4px; }
.checkbox { border:none; width:auto; vertical-align:middle; }
.formGroup { margin:0px 0px 10px 0px; text-align:left; }
.headlineFormGroup { padding:0px 4px 0px 4px; font-weight:bold;}
.formRequired, .formField { width:50%; }

/* Tip in forms */
.tip { color:Gray; font-weight:normal; }


