/*
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: 0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
	text-align: center;
}
table#header {
	background-repeat: no-repeat;
}
table#page {
	width: 760px;
/*	height: 100%; */
}
div {
	text-align: left;
}
	/* FORMS */
form {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
}

input, select, radio, checkbox, textarea, submit
.input, .select, .radio, .checkbox, .textarea, .submit {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
}
/* do not display border of image links, if supported */
img {
	border: 0px;
}
/* do not display border of text links, if supported */
a:focus, a.nav:focus, a.subnav:focus, a.lang:focus {
	outline: none;
}

	/* TEXT & TEXT LINKS
	see text formatting in "extension" stylesheets, 
	e.g. "ext.jagd.css" for section "Jagd/Hunting"
*/

.imgtext-table{
	margin-bottom: 5px;
}

.rootline {
	padding: 3px;
	font-family: Verdana, Geneva, sans-serif;

}

.rootlink {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
}


.rootact {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}