/*
------------------------------------------------
standardtags.css
------------------------------------------------

Standard Tags.

Datum: 16.3.2009
Autor: Georg Molzer

(c) Martrix GmbH
------------------------------------------------
*/

body {
font: 0.69em arial, verdana, tahoma, sans-serif;
padding: 0 0 0 134px;
/* background: url(../gfx/bg.jpg); */
}

h1, h2 {
font-family: jambono-regular, arial;
color: #9d2c27;
font-weight: normal;
}

h1 {
font-size: 32px;
margin: 8px 0px 30px 0px;
}

	h1 img { /*Workaround, um Bilder und normale Schriften relativ angeglichen darstellen zu kšnnen */
	margin-top: 7px;
	margin-bottom: -7px;
	}

h2 {
font-size: 16px;
margin: 0px;
clear: both;
}

h3 {
color:#9d2c27;
}

a {
cursor:pointer;
text-decoration: none;
color: #000;
}

	a:hover {
	color: #9d2c27;
	text-decoration: underline;
	}
	
	#content a.active
	{
		color: #9d2c27;
		text-decoration:none;
	}

a.arrow {
font-weight: bold;
/* background: url(../gfx/link_arrow.gif) no-repeat left 4px; */
padding-left: 10px;
}

a.button {
font-size: 11px;
font-weight: bold;
/* background: url(../gfx/linkbutton_bg.png) no-repeat; */
width: 154px;
height: 20px;
display: block;
text-align: center;
padding-top: 3px;
float: left;
color: #000 !important;
}

	a.button:hover {
	padding-top: 4px;
	height: 19px;
	background-position: 0px -22px;
	text-decoration: none;
	color: #000;
	}
	
a.small {
height:19px;
/* background: url(../gfx/small_linkbutton_bg.png) no-repeat; */
width: 140px;
}
	
	a.small:hover {
		height: 18px;
		color: #000 !important;
	}
	
a.smaller {
/* background: url(../gfx/smaller_linkbutton_bg.png) no-repeat; */
width: 88px;
}
	
	a.smaller
	{
		color: #000 !important;
	}

#footer a {
color: #fff;
}
	
	#footer a:hover {
	color: #fff;
	text-decoration: underline;
	}

p a, a.normal_link, td a {
color: #9d2c27;
}
/*make links black again for td a inside sitemap */
#sitemap_table td a 
{
    color:#000;
}

#printforward a {
color: #9d2c27;
}

p.subtitle {

}

input.shaded, select.shaded, textarea.shaded
{
	border-bottom:1px solid #e8e8e8;
	border-top:2px solid #c5c5c5;
	border-left:1px solid #c1c1c1;
	border-right:1px solid #cfcfcf;
	font-size:1em;
	padding:3px;
	font-family:Arial, Helvetica, sans-serif;
}

textarea.shaded
{

}

.count {
font-family: arial, verdana, tahoma, sans-serif;
}

select.shaded
{
	padding:1px 3px;
}

hr.full_separator
{
	background-color:#f3efe3;
	border:1px solid #f3efe3;
	position:relative;
	left:-17px;
	clear:both;
	width:577px;
	margin-right:-32px;
	top:-3px;
}

.breadcrumb a:hover
{
	text-decoration:underline !important;
}

.breadcrumb .active {
color:#9d2c27;
}

ul.auflistung
{
	padding-left:17px;
/*	list-style-image:url(../gfx/red_dot.gif); */
}
