/* **** Global Reset **** */

* { 
	font-size: 100.01%; /* Die 0,1 sind ein Hack gegen Rechenfehler in Opera und Safari */
	line-height: 1.2em; 
	margin: 0; 
	padding: 0;}

html {
	font-size: 62.5%;  /* Dadurch entsprich 1em zirka 10px - leichter vorzustellen ;-) */
}


/* **** STRUKTUR **** */


body {
	margin: 0 0 0 0;
	background-color: #cc0000;
	background-image:url(pix/hg.gif);
	background-repeat:no-repeat;
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
}

#breadcrumb {
	width: 100%;
	background-color: #fff;
	border-bottom: 1px #000 solid;
	padding: 5px 0 5px 0;
}

.kruemel {
	font-size: 1em;
	text-decoration: none;
	color: #000;
}

#schmiedezentrum_schatzsuche {
	height: 31px;
	/*background-image: url(pix/schmiedezentrum_schatzsuche.gif);
	background-repeat: no-repeat;*/
}

#content {
	position:absolute;
	top: 0;
	left: 372px;
	width: 650px;
	/*height: 400px;*/
	/* background-color: #fff;
	background-image: url(pix/hg_weiss.gif);
	background-position: -367px 0;
	background-repeat: no-repeat;
	padding: 0px 20px 5px 20px; */
}


#inhalt {
	padding-top: 37px;
}

#footer {
	width:100%;
	/* border-top: 1px #000 solid;*/
	padding: 10px 0px 5px 0;
	margin-top: 25px;
	background-image: url(pix/hg_fuss.gif);
	background-repeat:no-repeat;
	background-position: top right;
	font-size: 10px;
}

#footer a {
	text-decoration: none;
	color: black;
	font-size: 12px;
	padding-top: 5px;
	background: url(pix/dreieck_gelb_12.gif) no-repeat 0 2px; 
	padding-left: 15px;
}

#link_ybbsitz {
	padding:0;
	margin-top: -20px;
	float: right;
	height: 20px;
	width: 100px;
}

#link_ybbsitz a {
	text-decoration: none;
	color: black;
	background: none;
}


/* +++ Auszeichungen +++ */
h1 {
	font-size: 3.2em;
	line-height: 2.9em;
	color: #cc0000;
}

h2 {
	font-size: 3.2em;
	line-height: 2.9em;
	color: #68676b;
}

h3 {
	font-size: 2.4em;
	line-height: 2.2em;
	color: #cc0000;
}

h4 {
	font-size: 2.4em;
	line-height: 2.2em;
	color: ##68676b;
}

h5 {
	font-size: 1.6em;
	line-height: 1.4em;
	color: #cc0000;
}

h6 {
	font-size: 1.6em;
	line-height: 1.4em;
	color: ##68676b;
}

#content p {
	font-size: 1.2em;
	line-height: 1.5em;
}

.rot {
	color: #cc0000;
}

.gelb {
color: #ffcc00;
}

.blau {
	color: #4C80D9;
}

.dunkelgrau {
	color: #68676b;
}

.hellgrau {
	color: #AEAFB2;
}

.kleingedrucktes {
	font-size: 0.9em;
	line-height: 1.1em;
	color: #000;
}

.kasten_gelb {
	margin-top: 1em;
	padding: 10px;
	background-color: #ffcc00;
}

.kasten_grau {
	margin-top: 1em;
	padding: 10px;
	background-color: #E3E5E6;
}

.kasten_blau {
	margin-top: 1em;
	padding: 10px;
	background-color: #4C80D9;
	color: #FFF;
}



/* PLUGIN INDEXED SEARCH */

.tx-indexedsearch-secHead {
	padding: 5px;
	background-color: #cc0000;
}

.tx-indexedsearch h2 {
	font-size: 3.2em;
	line-height: 100%;
	color: #68676b;
}

.tx-indexedsearch h4 {
	font-size: 2.4em;
	line-height: 2.2em;
	color: #68676b;
}

.tx-indexedsearch h4 a {
	text-decoration: none;
	color: #68676b
}