/* -------------------------------------------------------------------------- *
 * Links (Aussehen)                                                           *
 * -------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------- *
 * In den einzelnen Seiten werden verscheidene DIV's eingebunden, in denen    *
 * dann unter Anderem Links platziert werden. Das Aussehen der Links in den   *
 * unterschiedlichen DIV's wird hier definiert.                               *
 * Links, die in verschiedenen DIV's gleich aussehen sollen, werden           *
 * zusammengefasst.                                                           *
 * -------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------- *
 * LINKS - sitemap                                                            *
 * -------------------------------------------------------------------------- */

.sitemap a:link,
.sitemap a:visited
{
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	background:url(../img/symbol/symbol_link.gif) no-repeat;
	padding-left:10px;
}

.sitemap a:hover,
.sitemap a:active,
.sitemap a:focus
{
	font-weight:bold;
	color:#FF3333;
	text-decoration:none;
	background:url(../img/symbol/symbol_link_hover.gif) no-repeat;
	padding-left:10px;
}

/* -------------------------------------------------------------------------- *
 * LINKS - Global                                                             *
 * -------------------------------------------------------------------------- */
a:link,
a:visited,
a:hover,
a:focus
{
	color:#ffffff;
	text-decoration:none;
	background:url(../img/symbol/symbol_link.gif) no-repeat;
	background-position:bottom left;
	padding-left:15px;
}
a:hover,
a:focus
{
	color:#FF3333;
	background:url(../img/symbol/symbol_link_hover.gif) no-repeat;
	background-position:bottom left;
	padding-left:15px;
}

/* -------------------------------------------------------------------------- *
 * LINKS - ohne Pfeil                                                         *
 * -------------------------------------------------------------------------- */
.symbol_drucker a:link,
.symbol_drucker a:visited,
.symbol_drucker a:hover,
.symbol_drucker a:focus,
.link_einfach a:link,
.link_einfach a:visited,
.link_einfach a:hover,
.link_einfach a:focus
{
	background:none;
	padding-left:0px;
}


/* -------------------------------------------------------------------------- *
 * LINKS - ortinformation_detail                                              *
 * -------------------------------------------------------------------------- */
.ortinformation_detail a:link,
.ortinformation_detail a:visited
  {font:normal bold 10px verdana; color:#000000; text-decoration:none;}
.ortinformation_detail a:hover,
.ortinformation_detail a:active,
.ortinformation_detail a:focus
  {font:normal bold 10px verdana; color:#FF3333; text-decoration:none;}
