/*********************************************************
 *                                                       *
 *                                                       *
 *             Gross Vierleiten  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 {
  background-color:#ffffff;
  color:#000000;
  font-family:Arial,sans-serif;
  font-size:12px;
  /*width: 100%;*/
  height: 100%;
  background-repeat: repeat-x;
  padding:0px;
  margin:0px;
  background-image:url('pics/body_bg_03.gif');
}

a {
	color:#000000;
	font-family:Arial, Helvetica;
	font-size:12px;
}

div#seite {
	padding:0px;
	margin:0px auto 0px auto;
	width: 908px;
	min-height:500px;
	height:auto !important;
	height:500px;
	background-image:url('pics/wrapper_bg_05.gif');
	background-repeat:repeat-y;
	background-position:left bottom;
}

div#wrapper {
	background-image:url('pics/content_bg_07.jpg');
	background-repeat:no-repeat;
	background-position:left bottom;
}

img {
	display: inline;
	margin: 0px;
	border: 0px;
	padding: 0px;
	}
	
td {
	padding: 0px;
	font-size:12px;
	line-height:18px;
	}

h1, h2, h3, h4, h5, h6 {
	color:#000000;
	}

h1 {
	font-size:24px;
	line-height:30px;
}

h2 {
	font-size:20px;
	line-height:28px;
	font-family:Arial, sans-serif;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
}

/* BEREICHE */

/* Header */

div#header {
  height: 223px;
  width: 908px;
  background-image: url('pics/header_03.jpg');
}

div#content img	{
	border: 0px;
	}
	
/* ++++++++++++++++++++++++++++++++++++++++++ Menu +++++++++++++++++++++++++++++++++++++ */
div#menu	{
	float:left;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 176px 0px 0px 226px; 
} 

div#menu ul  { 
	margin: 0px; 
	padding:0px 0px 0px 0px; 	
	display:inline;
}

div#menu ul li, div#menu div.activePage {
  
}


div#menu .activePage	{

 }

div#menu ul li  { 
	font-size: 12px; 
	font-family: Verdana, Helvetica, sans; 
	list-style-type: none; 
	list-style-position: outside; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float:left;
}


  
div#menu a:link, div#menu a:visited, div#menu a:active {
	font-size: 12px;
	display: block;
	font-family: Arial, Verdana, Helvetica, sans;
	margin: 0px;
	border: 0px;
}


div#unter_menu {
	background-image:url('pics/menu_bottom.jpg');
	background-repeat:no-repeat;
	width:200px;
	height:170px;
}


/* ++++++++++++++++++++++++++++++++++++ Menu2 +++++++++++++++++++++++++++++++++++ */
div#menu2 {
	margin: 20px 30px 0px 10px;
	padding: 0px 0px 0px 0px; 
	width: 170px;
	float:left;
}

div#menu2 ul {
  
}

div#menu2 .activePage	{
	font-weight: bold;
}

div#menu2 ul li {
	padding: 0px 6px 0px 0px;
	margin: 0px;
	font-size: 11px;
	font-family:Arial, Helvetica, sans;
	list-style-type:none;
	border-bottom:1px solid #23A022;
	line-height:40px;
}

div#menu2 a:link, div#menu2 a:visited, div#menu2 a:active {
	text-decoration: underline;
	padding-left:10px;
	color:#ffffff;
}

div#menu2 a:hover {
	font-weight:bold;
	color:#ffffff;
}
/* ++++++++++++++++++++++++++++++++++++++ Menu3 ++++++++++++++++++++++++++++++++++ */
div#menu3 ul li {
	display:inline;
	margin-right:5px;
}

div#menu3 ul li a{
	font-size:9px;
	text-decoration:underline;
}
div#menu3 {
	margin-bottom:10px;
}
/* ++++++++++++++++++++++++++++++++++++++ Content ++++++++++++++++++++++++++++++++++ */
div#content {
	width: 580px;
	margin-left:238px;
	padding:20px 0px 20px 0px; 
	min-height:300px;
	height:auto !important;
	height:300px;
}

div#content ul {
	margin-left:20px;
}

div#footer {
	background-image:url('pics/footer_09.gif');
	width:908px;
	background-repeat:no-repeat;	
	margin:0px auto 0px auto;
}

