/*
typo3 standard class names
note: see custom "user default" typo3 wraps in "typo3 backend > template > root > setup"

typo3_header_layout1, typo3_header_layout2, typo3_header_layout3, typo3_header_layout4
typo3_subheader_default, typo3_subheader_layout1, typo3_subheader_layout2, typo3_subheader_layout3
typo3_bullets_default, typo3_bullets_layout1
typo3_image_caption
*/

	/* PAGE */
body {
	padding: 0;
	margin:  0;
	font-family: Verdana, Helvetica, sans-serif;
	line-height: 22px;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	background: url(../img/page/bg.gif) repeat;
}
div {
	text-align: left;
}
	/* FORMS */
form {
	padding: 0;
	margin:  0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
input, select, radio, checkbox, textarea, submit
.input, .select, .radio, .checkbox, .textarea, .submit {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
}
.input, .select, .textarea {
	width: 145px;
}
.submit {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	width: 120px;
}

/* do not display border of image links, if supported */
img {
	border: 0px;
}
/* do not display border of text links, if supported */
a, a:focus, a.nav:focus, a.subnav:focus, a.lang:focus {
	outline: none;
	text-decoration: none;
}

/* CUSTOM */
/* Headlines */
.typo3_header_layout1, .typo3_header_layout2, .typo3_header_layout3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	line-height: 22px;
	color: #339900;
	}
/* ol, ul, li */
.typo3_bullets_default, .typo3_bullets_layout1, .typo3_header_layout4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	line-height: 22px;
	color: #000000;
	}
/* Text */
#mainmenu-l1, #mainmenu-l2, #ext-template p, #ext-template td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	color: #000000;
	}
.marginalie {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	}
/* sidebar: green */
#sidebar, #sidebar a, .sidebar, #sidebar p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	color: #339900;
	text-decoration: none;
	}
#sidebar p strong, #sidebar strong {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	color: #339900;
	text-decoration: none;
	}
#dotted {
	background: url(../img/page/339900-dots.gif) repeat
}
