/**
 * Style sheet basic
 */
html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, captio
{
	margin:0;
	padding:0;
	vertical-align:baseline;
	border:0;
	font-size:100%;
	outline:0;
	background:transparent;
}

body
{
	font-family:"Lucida Grande", Helvetica, Arial,Verdana, sans-serif;
	font-size:75%;
	color:#222222;
	line-height:1.5;
}

input, textarea, select
{
	margin:5px 0px;
	padding:0;
	font-family:"Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size:1.1em;
	color:#333333;
}

pre, code
{
	font-family:"Andale Mono", monospace;
	font-size:1.1em;
}

h1, h2, h3, h4, h5, h6
{
	font-family:Helvetica, Arial, sans-serif;
	font-weight:normal;
}

h1
{
	margin-bottom:0.25em;
	font-size:2.1em;
	color:#287A51;
}

h2
{
	margin-bottom:0.4em;
	font-size:1.75em;
	color:#046634;
}

h3
{
	margin-bottom:0.65em;
	font-size:1.5em;
	color:#046634;
}

a
{
	text-decoration:none;
	color:#287A51;
}

a:hover
{
	color:#7A4D7E;
}

ol, ul
{
	list-style-type:none;
}

blockquote, q
{
	quotes:none;
}

table
{
	border-collapse:collapse;
	border-spacing:0;
}

caption, th, td
{
	text-align:left;
	vertical-align:middle;
}

ins
{
	text-decoration:none;
}

del
{
	text-decoration:line-through;
}

*:focus
{
	outline:0;
}

/* Fix background image bug in IE5 */
* html ul, * html ol
{
	position:relative;
}

/* Fix ordered list in IE6 */
* html ol
{
	margin-left:2em;
}

/* Fix ordered list in IE7 */
*:first-child+html ol
{
	margin-left:2em;
}

/* Fix legend margin in IE6 */
* html legend
{
	margin-bottom:1.4em;
}

/* Fix legend margin in IE7 */
*:first-child+html legend
{
	margin-bottom:1.4em;
}

form
{
	line-height:1;
}

fieldset
{
	margin:1em 0em;
	padding:1em;
	border:1px solid #ccc;
}

.formbody legend
{
	padding:5px;
	border:1px solid #cccccc;
	font-weight:bold;
	font-size:12px;
	color:#287a51;
}

.hinweistab
{
	width:60%;
	display:block;
	padding:8px;
	background-color:#f6f6f6;
	border:1px solid #cccccc;
	font-weight:bold;
}

.ueberschrift
{
	padding:0.25em;
	background-color:#fdfeff;
	background-image:url("tl_files/gm/calendar.jpg");
	background-position:left bottom;
	background-repeat:repeat-x;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dfdfdf;
}

