/*********************************************************
 *                                                       *
 *                                                       *
 *                 HS Ybbsitz WEBSITE                    *
 *                                                       *
 *                                                       *
 *                 Stylesheet ver 0.1                    *
 *                                                       *
 *                                                       *
 *********************************************************/
 
/* HTML Tags zuruecksetzen. */
html, body, div, p, h1, h2, h3, h4, h5, h6, a, ul, ol, li, blockquote, adress, dd, dl, dt,
span, em, b, i, code, pre, abbr, acronym, cite, strong,
table, tr, td, th, tbody, thead, tfoot, caption,
form, input, option, select, textarea, button, fieldset, label, legend {
/* Abstaende */
  margin:0;
  padding:0;
}

html, body {
  color:#000000;
  font-family:Verdana,sans-serif;
  font-size:12px;
  height: 100%;
  background-image: url('pics/body_bg_03.gif');
  background-color:#808080;
  background-repeat:repeat-x;
}

img {
  border: 0px;
}

div#seite	{
	width:974px;
	border:3px solid #ffffff;
	margin:0px auto 0px auto;
	background-color:#A7C061;
}

p {
	font-family:Verdana,sans-serif;
 	 font-size:12px;
}
h1 {
	font-size:2em;
	line-height:normal;
}
h2 {
	font-size:1.8em;
}
h3 {
	font-size:1.6em;
}
h4 {
	font-size:1.4em;
}
h5 {
	font-size:1.2em;
}
h6 {
	font-size:1em;
}
h1, h2, h3, h4, h5, h6 {
	color:#000000;
}

/* BEREICHE */
/* Header */
div#header {
	border-bottom:3px solid #ffffff;
	height:211px;
	background-image: url('pics/header_06.jpg');
	background-repeat:no-repeat;
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
}
/* menu */
div#menu {
	height:34px;
	background-image:url('pics/menu_bg_10.gif');
	background-repeat:repeat-x;
	width:741px;
	border-bottom:3px solid #ffffff;
	float:left;
}
div#suche {
	float:left;
	width:220px;
	height:24px;
	border-left:3px solid #ffffff;
	border-bottom:3px solid #ffffff;
	background-color:#A7C061;
	padding:5px;
}
.suchFeld {
	border:2px solid #536030;
	height:17px;
}
div#menu ul {
	list-style-type:none;
}
div#menu ul li {
	list-style-type:none;
	display:inline;
}
div#menu ul li a {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	float:left;
	background-image:url('pics/li_a_bg_12.gif');
	background-repeat:no-repeat;
	background-position:right;
	padding:8px;
}
div#menu ul li a:hover, div#menu ul li a.activePage {
	background-color:#818D60;
}

div#submenu {
	width:744px;
	float:left;
	background-color:#ffffff;
}
div#submenu ul li {
	display:inline;
	list-style-type:none;
	margin-left:15px;
}
div#submenu ul li a {
	color:#000000;
}
/* content */
div#content	{
	background-color:#ffffff;
	width:681px;
	padding:30px;
	float:left;
	border-right:3px solid #ffffff;
	line-height:18px;
	min-height:350px;
}
div#content a {
	color:#000000;
}

/* news */
div#newsblock	{
	width:230px;
	float:right;
}

.newstext a {
	color:#000000;
	text-decoration:none; 
	display:block;
	background-color:#A7C061; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
	padding:5px;
	}
.newstext2 a {
	color:#000000;
	display:block;
	text-decoration:none; 
	background-color:#C2D391; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
	padding:5px;
	}
.newstext3 a {
	color:#000000;
	text-decoration:none; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
	}
.newstext2 a:hover {
	background-color:#D5E4A9; 
}
.newstext a:hover {
	background-color:#D5E4A9; 
}
.searchword {background-color: yellow;} 

div#thumb {
	text-align:center;
	float:left;
	width:110px;
	height:110px;
	border:1px solid #7DB93D;
	background-color:#DCF8BF;
	margin-right:10px;
	padding:5px;
}
