/**
 * Body
 */
body
{
	margin:0px;
	padding:0px;
	background-color: #E9E8E2;
	height: 100%;/*	background-image: url(tl_files/michawinkler/layout/tile.png);*/
}
/**
 * Style sheet Basic
 */
#wrapper {
	
	height: 100%;
}
#container {
	background-image: url(tl_files/michawinkler/layout/2bkgr.jpg);
	background-repeat: repeat-y;
}
 
#header {
	background-image: url(tl_files/michawinkler/layout/2header_bkgr.jpg);
	background-repeat: no-repeat;
}
#main {
	padding: 30px 25px 25px 25px;
}

#left{
	height: 100%;
}
#left .inside{
	padding: 30px 10px 0px 15px;
}
#footer {
	height: 50px;
}

/**
 * Basic tags
 */
img{
	border:0px;
}

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

h1
{
	margin:0px 0px 12px 0px;
	padding:0px;
	font-weight:bold;
	line-height: 22px;
	font-size:14px;
	color: #ffffff; 
	}

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

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


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

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

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


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

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

a:hover
{
	text-decoration:underline;
}


