/**
 * Style sheet basic
 */
body
{
	margin:12px 0px 24px 0px;
	padding:0px;
}

a, body, div, em, input, label, li, ol, p, select, span, strong, td, th, textarea, u, ul
{
	font-family:Verdana, sans-serif;
}

a, body, div, input, label, li, ol, p, select, td, th, textarea, u, ul
{
	font-size:0.96em;
	color:#333;
	line-height:1.35em;
}

h1
{
	margin:12px 0px;
	padding:0px;
	font-weight:bold;
	font-size:1.8em;
	color:#800;
	line-height:1.0em;
}

h2
{
	margin:12px 0px 6px 0px;
	padding:0px;
	font-weight:bold;
	font-size:1.5em;
	color:#800;
}

h3
{
	margin:9px 0px 3px 0px;
	padding:0px;
	font-weight:bold;
	font-size:1.3em;
}

h4
{
	margin:9px 0px 3px 0px;
	padding:0px;
	font-weight:bold;
	font-size:1.2em;
}

a
{
	border-bottom:1px dotted #a00;
	text-decoration:none;
	color:#a00;
}

a:hover
{
	border-bottom:1px solid #a00;
	text-decoration:none;
	color:#a00;
}

img
{
	vertical-align:middle;
	border:0px;
}

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

.yellowbox
{
	padding:1em;
	background-color:#ffd;
	border:1px solid #ddb;
}

.important
{
	padding:1em;
	background-color:#ededed;
	border:1px solid #a00;
}

.information
{
	padding:8px 8px 8px 48px;
	background-color:#ededed;
	background-image:url("tl_files/herzam/info.png");
	background-position:left top;
	background-repeat:no-repeat;
	border:1px solid #ccc;
	background-position:8px 8px;
}

.warn
{
	padding:8px 8px 8px 48px;
	background-color:#ededed;
	background-image:url("tl_files/herzam/warn.png");
	background-position:left top;
	background-repeat:no-repeat;
	border:1px solid #ccc;
	background-position:8px 8px;
}

.question
{
	padding:8px 8px 8px 48px;
	background-color:#ededed;
	background-image:url("tl_files/herzam/help.png");
	background-position:left top;
	background-repeat:no-repeat;
	border:1px solid #ccc;
	background-position:8px 8px;
}

.quote
{
	padding:8px 8px 8px 48px;
	background-color:#ededed;
	background-image:url("tl_files/herzam/comment.png");
	background-position:left top;
	background-repeat:no-repeat;
	border:1px solid #ccc;
	background-position:8px 8px;
}

.stop
{
	padding:8px 8px 8px 48px;
	background-color:#ededed;
	background-image:url("tl_files/herzam/stop.png");
	background-position:left top;
	background-repeat:no-repeat;
	border:1px solid #ccc;
	background-position:8px 8px;
}

.teaserArticle
{
	padding:8px 8px 8px 152px;
	background-color:#f2f2f2;
	background-image:url("tl_files/herzam/page_edit.png");
	background-position:left top;
	background-repeat:no-repeat;
	border:1px solid #ccc;
	font-size:1.1em;
}

.teaserArticle a
{
	font-size:1em;
}

.feed
{
	margin-left:3px;
	padding:0px 0px 0px 19px;
	background-image:url("tl_files/herzam/feed-icon-14x14.png");
	background-repeat:no-repeat;
	background-position: 0 50%;
}

.folder
{
	margin-left:3px;
	padding:0px 0px 0px 19px;
	background-image:url("tl_files/herzam/folder.png");
	background-repeat:no-repeat;
	background-position: 0 50%;
}

.file
{
	margin-left:3px;
	padding:0px 0px 0px 19px;
	background-image:url("tl_files/herzam/file.png");
	background-repeat:no-repeat;
	background-position: 0 50%;
}

.source
{
	padding:0.1em 0.2em;
	background-color:#fcfcfc;
	border:1px solid #ccc;
	font-family:"Courier New", Courier, monospace;
}

.monospace
{
	font-family:"Courier New", Courier, monospace;
}

