/**
 * Style sheet test
 */
.mod_article li
{
	list-style-image:url("tl_files/images/punkt.gif");
}

.mod_article a
{
	text-decoration:underline;
	font-size:12px;
}

#formular1 .error
{
	font-size:10pt;
	color:#cc0000;
}

#formular1
{
}

#formular1 input
{
	width:300px;
	text-align:left;
}

#formular1 .send
{
	width:150px;
}

#formular1 .submit
{
	text-align:center;
}

#container
{
	background-image:url("tl_files/images/onecol01.jpg");
	background-position:left top;
	background-repeat:repeat-y;
}

.footer a
{
	text-decoration:underline;
	color:#6699ff;
}

.footer
{
	margin-top:5px;
	margin-right:20px;
	text-align:right;
	color:#6699ff;
}

#hmenu
{
	padding:20px 0px 0px 0px;
}

#main
{
	background-color:#ffffff;
	background-image:url("tl_files/images/main_01.jpg");
	background-repeat:repeat-y;
}

#main .inside
{
	margin:0px 20px 5px 22px;
}

#left
{
	background-image:url("/tl_files/images/left0.jpg");
	background-repeat:repeat-y;
}

.mod_search
{
	padding:10px 25px 0px 0px;
	text-align:right;
}

#header
{
	background-image:url("/tl_files/images/header_all.jpg");
}


/**
 * Basic tags
 */
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;
}

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


/**
 * Body
 */
body
{
	margin:0px;
	padding:0px;
	background-color:#99ccff;
}


/**
 * 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:#666966;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	font-size:12px;
	color:#666966;
}


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