/**
 * Style sheet xBasic
 */
#main
{
	padding-bottom:220px;
}

#container
{
	width:100%;
	height:100%;
	position:absolute;
	overflow:auto;
	max-height:100%;
	min-height:100%;
}

html, * html
{
	height:100%; /* fix height to 100% for IE */
	max-height:100%;
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
	/* hide overflow:hidden from IE5/Mac */
	/**/
	overflow:hidden; /*get rid of scroll bars in IE */
	/* */
}

body
{
	margin:0px;
	padding:0px;
	border:0px;
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	overflow:hidden /*get rid of scroll bars in IE */
}

#wrapper
{
	height:100%;
	margin-top:0px;
	padding-top:0px;
	background-image:url("tl_files/mvm/Allgemein/noten.gif");
}

#header
{
	width:100%;
	margin-top:0px;
	margin-bottom:10px;
	padding-top:0px;
	vertical-align:top;
}

#footer
{
	width:100%;
	bottom:-1px;
	position:absolute;
	display:block;
	margin:10px 0px 0px 0px;
	padding-top:0px;
	padding-bottom:0px;
	text-align:left;
	vertical-align:bottom;
	background-image:url("tl_files/mvm/Allgemein/noten.gif");
	border-top:1px solid #000;
}

#column_left
{
	width:45%;
	position:relative;
	float:left;
	clear:both;
	background-color:#6600ff;
}

#column_right
{
	width:45%;
	position:relative;
	overflow:hidden;
	float:right;
	clear:both;
	background-color:#ff0000;
}

a, b, body, cite, div, em, i, label, li, ol, p, strong, td, th, u, ul
{
	font-family:Verdana, sans-serif;
}

fieldset, form, input, optgroup, select, textarea
{
	font-family:Verdana, sans-serif;
}

a, body, div, fieldset, form, input, label, li, ol, optgroup, p, select, td, th, textarea, ul
{
	font-size:11px;
	color:#666966;
}

h1, h2, h3, h4, h5
{
	font-size:12px;
}

img
{
	border:0px;
}

p, pre, form
{
	margin:0px;
	padding:0px;
}

h1
{
	margin:0px 0px 12px 0px;
	padding:0px;
	font-weight:bold;
	font-size:13px;
}

h2
{
	margin:0px 0px 6px 0px;
	padding:0px;
	font-weight:bold;
	font-size:11px;
}

h4
{
	margin:0px 0px 2px 0px;
	padding:0px;
	font-weight:bold;
	font-size:11px;
}

h1, h2, h3, h4, h5, h6
{
	font-family:Verdana, sans-serif;
	color:#666966;
}

h6
{
	margin:0px 0px 2px 0px;
	padding:0px;
	font-weight:bold;
	font-size:18px;
}

optgroup
{
	padding-top:3px;
	padding-bottom:3px;
}

a
{
	text-decoration:none;
	color:#0099ff;
}

a:hover
{
	text-decoration:underline;
}
