@charset "UTF-8";
/* CSS BGS Author: Michael Heindl - heindl-druck+werbung 0802*/

body
{
	font: 100% Lucida Sans Unicode, Lucida Grande, Arial, Helvetica, sans-serif;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	background-repeat: repeat-x;
	background-color: #163560;
	TEXT-ALIGN: center;

	background-image: url(../01_gfx/images/0802_bgs_site_background.gif);
}

#main
{
	background-repeat: repeat-y;
	TEXT-ALIGN: left;
	width: 730px;
	background-image: url(../01_gfx/images/0802_bgs_main_background.gif);
	height: 100%;
	min-height: 450px;
	margin: 0;
	padding: 0 0 1px 0;
}

#head
{
	background-repeat: no-repeat;
	HEIGHT: 336px;
	text-align: left;
	width: 730px;
	background-image: url(../01_gfx/images/0802_bgs_top_background.jpg);
	margin: 0;
}

#footer
{
	background-repeat: no-repeat;
	width: 730px;
	background-image: url(../01_gfx/images/0802_bgs_footer_backgrou-05.gif);
	height: 63px;
}

/* text */

h1
{
	color: #000;
	font-size: 0.8em;
	line-height: 120%;
	text-transform: inherit;
	text-decoration: none;
	letter-spacing: -1px;
	font-weight: normal;
}

h2
{
	color: #000;
	font-size: 1.8em;
	line-height: 110%;
	text-transform: inherit;
	text-decoration: none;
	letter-spacing: -1px;
	font-weight: normal;
}

.img
{
	border: 3px solid #FC0;
	margin-bottom: 0.5em;
}

#footer p
{
	color: #B8880D;
	font-size: 0.6em;
	margin: 0;
	padding: 20px 0 0 0;
}


/* Spalten */



ul#spalte1 {
    font-size: 0.7em;
    float: right;
	width: 20em;
    margin: 0; 
	padding: 0;

  }
ul#spalte1 li  
  {
  	list-style: none;
  	margin: 0;
  	padding: 0.1em;
  }
ul#spalte1 a  
  {
  	display: block;
  	font-weight: bold;
  	color: #006;
  	text-transform: inherit;

  }
ul#spalte1 a:hover { color: #36C; }  


#spalte2
{
	margin-right: 20em;
	padding: 1em 1em 0 4em;
	min-height: 450px;
}
#spalte2 h1
{
	font-size: 1.5em;
	margin: 0 0 1em;
	text-transform: inherit;
	letter-spacing: -1px;
	font-weight: bold;
}
#spalte2 h2
{
	font-size: 11px;
	font-weight: normal;
}
#spalte2 table
{
	font-size: 11px;
	font-weight: normal;
}
#spalte2 p
{
	font-size: 0.8em;
	margin: 1em 0;
	text-transform: inherit;
}

#spalte2 a.arrow
{
	margin: 0 0 1em 0;
	font-size: 0.9em;
	font-weight: bold;
	color: #006;
	background-image: url(../01_gfx/0802_arrow.gif);
	background-repeat: no-repeat;
	width: 80px;
	height: 21px;
	display: block;
	padding: 2px 0 0 30px;
}

#spalte2 a.arrow:hover
{
	color: #36C;
}




/* Navigation */

ul,li
{
	list-style-type: none;
	list-style-position: default;
}

a
{
	font-style: normal;
	text-transform: inherit;
	text-decoration: none;
}


ul#navigation
{
	text-align: left;
	position: relative;
	top: 180px;
	left: 465px;
	display: block;
	width: 201px;

}

ul#navigation li
{
    list-style: none;
    margin: 0; 
    
}

ul#navigation li.text
{
    list-style: none;
    margin: 0; 
    font-size: 0.75em;
}

ul#navigation a.navi
{
	color: #000;
	background-image: url(../01_gfx/0802_button.gif);
	background-repeat: no-repeat;
	width: 100%;
	height: 28px;
	display: block;
	padding: 9px 0 0px 55px;
	margin: 10px 0 10px 0;
	font-size: 0.9em;
}

ul#navigation a.navi:hover
{
	background-repeat: no-repeat;
	background-position: 0px -35px;
	background-image: url(../01_gfx/0802_button.gif);
}

