/* What: CSS StyleSheet elektronik-modellbahn.de
Author: Markus Richter
Date: Samstag, 21. Oktober 2006 Revision 1.01
+++++++++++++++++++++++++++++++++++++++++
| Fließtext		| .text		|
|			| .boldtext	|
|			| .greytext	|
|			| .minitext	|
| Überschriften		| .headline	|
|			| .subline	|
| Copyright		| .copyright	|
+++++++++++++++++++++++++++++++++++++++++*/
.headline
{
	font-size:14pt;
	font-weight:bold;
	color:#006600;
	font-family:verdana;
}

.headline_big
{
	font-size:24pt;
	font-weight:bold;
	color:#CC0033;
	font-family:verdana;
}

.headline2
{
	font-size:13pt;
	font-weight:bold;
	color:#999999;
	font-family:verdana;
}

.subline
{
	font-size:11pt;
	color:#FFFFFF;
	font-family:verdana;
	font-weight:bold;
	background-color:#CC0033;
}

.text
{
	font-size:11pt;
	color:Black;
	font-family:verdana;
}

.redtext
{
	font-size:11pt;
	color:#CC0033;
	font-family:verdana;
}

.boldtext
{
	font-size:11pt;
	color:Black;
	font-family:verdana;
	font-weight:bold;
}

.minitext
{
	font-size:8pt;
	color:#000000;
	font-family:verdana;
	font-weight:bold;
}

.greytext
{
	font-size:8pt;
	color:#999999;
	font-family:verdana;
	font-weight:bold;
}

a:link
{
	font-size:11pt;
	color:#006600;
	text-decoration:none;
	font-weight:bold;
	font-family:verdana;
}

a:visited
{
	font-size:11pt;
	color:#006600;
	text-decoration:none;
	font-weight:bold;
	font-family:verdana;
}

a:hover
{
	font-size:11pt;
	color:#CC0033;
	text-decoration:none;
	font-weight:bold;
	font-family:verdana;
}

a.copyright
{
	font-size:10pt;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	font-family:verdana;
}

a.copyright:visited
{
	font-size:10pt;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	font-family:verdana;
}

a.copyright:hover
{
	font-size:10pt;
	font-weight:bold;
	color:#CC0033;
	text-decoration:none;
	font-family:verdana;
}

.toolbar
{
	background:#CC0033;
	color: #ffffff;
	font-size:10pt;
	font-weight:bold;
	font-family:verdana;
}

.top a
{
	background-color: #FFFFFF;
	background-position: right top;
	background-repeat: no-repeat;
	border-bottom: 1px solid #006600;
	color: #006600;
	font-family:verdana;
	font-size: 9;
	font-weight: bold;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 30px;
	padding-top: 2px;
	text-decoration: none;
	text-align: right;
	display: block;
}

.layer
{
	position:absolute;
	top:10px;
	right:10px;
	background:#FF0000;
	border:2px solid;
	border-color:#FFFFFF;
	padding:10px;
	z-index:1;
	color : #FFFFFF;
	font-family : Verdana;
	font-size : 9pt;
	font-weight : bold;
}

a.layerlink  {
	font-size : 9pt;
	font-weight : bold;
	color : #1E8000;
	text-decoration : none;
	font-family : Verdana;
}

a.layerlink:visited  {
	font-size : 9pt;
	font-weight : bold;
	color : #1E8000;
	text-decoration : none;
	font-family : Verdana;
}

a.layerlink:hover  {
	font-size : 9pt;
	font-weight : bold;
	color : #FFFFFF;
	text-decoration : underline;
	font-family : Verdana;
}
