body 
{
	margin: 0;
	background-color: #ffffff;
}

td {
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

th {
	color: #FFFFFF;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight : bold;
	background-color : #999999;
}

div
{
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

h1
{
	font-family : Arial, Helvetica;
	font-size : 18px;
	font-weight : bold;
	text-decoration : none;
	color : #000000;
	padding : 0px;
}

h2
{
	font-family : Arial, Helvetica;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
	color : #000000;
	padding : 0px;
}


#contentDefault
{
	padding: 20px 0 0 30px;
	width: 400px;
}

#contentSub
{
	padding: 20px 0 0 20px;
	width: 600px;
}

#linkBlock
{
	padding: 20px 0 0 20px;
}

#linkBlock a
{
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
}

a
{
	color: #FE6C05;
}

.small
{
	font-size : 11px;
}

/*/*/

.mapNoZoom
{
	border-width: 15px;
	border-style: solid;
	border-color: gray;
}

/* Pfeillinks erstellen */
p.arrow a {
	float: left;
	display: block;
	padding-left: 11px;
	background: url(/global/img/pfeil.gif) no-repeat 0 0.35em;
	color: #656565;
	text-decoration: none;
	font-weight: bold;
}
* html p.arrow a {
		height: 1%;
}
p.arrow a:hover {
	color: #f37a1f;
}

a.arrow {
	display: block;
	margin-bottom: 4px;
	padding-left: 11px;
	background: url(/global/img/pfeil.gif) no-repeat 0 0.35em;
	color: #656565;
	text-decoration: none;
}
a.arrow:hover {
	color: #f37a1f;
}

