/**
 * Style sheet blech_linksfonts
 */
a
{
	border-bottom:1px dashed #A90000;
	text-decoration:none;
	color:#A90000;
}

a:visited
{
	border-bottom:1px dashed #9A0000;
	text-decoration:none;
	color:#9A0000;
}

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

h1
{
	margin-top:5px;
	margin-bottom:5px;
	font-size:150%;
	color:#999999;
}

h2
{
	margin-top:10px;
	margin-bottom:0px;
	font-size:125%;
	color:#999999;
}

h3
{
	font-weight:bold;
	font-size:110%;
	color:#A90000;
}

h1 a:hover, h1 a:visited, h1 a, h2 a:hover, h2 a:visited, h2 a, h3 a:hover, h3 a:visited, h3 a
{
	border:0px;
}

div.layout_full h1
{
	margin-bottom:2px;
}

/* TL - Spans */
.highlight
{
	font-style:italic;
	color:#990900;
}

/* PDF-Linkeinstellungen */
.pdf_link a, .pdf_link a:hover, .pdf_link a:link, .pdf_link a img, a img
{
	border:0px;
}

/* Footer-Linkeinstellungen */
#footarea a, #footarea a:link
{
	border:0px;
	color:#ffffff;
}

#footarea a:hover
{
	border:0px;
	color:#990900;
}

#footarea h3
{
	margin:4px 0px 2px 0px;
	padding:0px;
}

p.info
{
	margin:0px;
	font-size:80%;
	color:#A90000;
}

div.layout_full p.info
{
	margin-bottom:1em;
}

p.teaser
{
	margin-top:10px;
}

p.more, p.back
{
	margin-top:10px;
	margin-bottom:30px;
	letter-spacing: 0.25em;
}

div.mod_search .text
{
	margin:5px;
	border:2px solid #999999;
	font-style:italic;
	color:#999999;
}

div.mod_search .text:hover
{
	background-color:#999999;
	border:2px solid #A90000;
	color:#000000;
}

div.mod_search .text:focus
{
	background-color:#ffffff;
	border:2px solid #000000;
	color:#000000;
}

.mod_breadcrumb
{
	color:#999999;
}

/* Guestbook u. Kommentareinstellungen: Formular */
div.formbody .text, div.formbody .captcha, div.formbody .textarea
{
	margin-top:5px;
	margin-right:5px;
	margin-bottom:5px;
	background-color:#ffffff;
	border:2px solid #d5d5d5;
}

div.formbody .text:hover, div.formbody .captcha:hover, div.formbody .textarea:hover
{
	background-color:#d5d5d5;
	border:2px solid #990900;
}

div.formbody .text:focus, div.formbody .captcha:focus, div.formbody .textarea :focus
{
	background-color:#ffffff;
	border:2px solid #000000;
}

div.formbody .textarea
{
	width:400px;
}

.submit:hover
{
	background-color:#990900;
	background-image:url("tl_files/blech_template_01/images/verlauf_bw.png");
	background-repeat:repeat-x;
	border-bottom:1px solid #990900;
	text-decoration:none;
	color:#ffffff;
}

.submit
{
	background-color:#ffffff;
	background-image:url("tl_files/blech_template_01/images/verlauf_bw.png");
	background-repeat:repeat-x;
	border-bottom:1px solid #000000;
	text-decoration:none;
	color:#ffffff;
}

/* Suchergebniseinstellungen */
div.mod_search p.header
{
	padding-top:10px;
	padding-bottom:10px;
}

div.mod_search h3
{
	margin-top:5px;
	padding-top:5px;
	border-top:1px dashed;
}

div.mod_search .relevance
{
	font-size:75%;
	color:#000000;
}

.invisible
{
	display:none;
}

/* Login */
div.mod_login td
{
	padding-right:3em;
	vertical-align:middle;
}

