

/******************************************************/
/*
/* 		Frozen | Icebar - Lech
/*		Stylesheet Document
/* 		Copyright (c) GFB & Partner Marketing Services
/*		www.gfb.at
/*
/*		Unauthorized copying is not allowed and will be
/*		punished by an appropriate agent. In this case
/*		by an honorable cunt... me
/*
/******************************************************/



/*-----------------------------------------| Basic |--*/

html {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	}
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	}

body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/body_bg.gif);
	}
	
img {
	border: none;
	behavior: url("images/pngbehavior.htc");
	}



/*-----------------------------------| Main Layout |--*/

#main {
	width: 900px;
	height: 600px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -450px;
	margin-top: -300px;
	background-image: url(images/main_bg.gif);
	}
	#content {	
		width: 900px;
		height: 600px;
		position: relative;
		}
		#hauptnavigation {
			list-style-type: none;
			position: absolute;
			top: 45px;
			left: 45px;
			margin: 0px;
			padding: 0px;
			font-family: Tahoma, Helvetica, sans-serif;
			font-size: 11px;
			font-weight: bold;
			color: #6F6D73;
			letter-spacing: 1px;
			}
			#hauptnavigation li {
				display: inline;
				
				}
				#hauptnavigation li a {
					color: #6F6D73;
					text-decoration: none;
					}
				#hauptnavigation li a:hover {
					color: #47C1E6;
					}
				
	
	h1 {
		position: absolute;
		bottom: 70px;
		left: 45px;
		margin: 0px;
		font-size: 18px;
		color: #000000;
		font-family: Tahoma, Helvetica, sans-serif;
		letter-spacing: 1px;
		}
		
	#maske {
		position: absolute;
		width: 900px;
		height: 300px;
		top: 100px;
		left: 0px;
		z-index: 2;
		}
		.bilder {
			position: absolute;
			width: 476px;
			height: 275px;
			left: 35px;
			top: 100px;
			z-index: 1; 
			}
			
	#pagenav {
		position: absolute;
		top: 365px;
		left: 45px;
		font-family: Tahoma, Helvetica, sans-serif;
		color: #6F6D73;
		font-size: 11px;
		font-weight: bold;
		letter-spacing: 1px;
		z-index: 3;
		}
		#pagenav a {
			color: #6F6D73;
			text-decoration: none;
			}
		#pagenav a:hover {
			color: #47C1E6;
			}
			
			
		
	#footer {
		position: absolute;
		bottom: 35px;
		left: 45px;
		font-family: Tahoma, Helvetica, sans-serif;
		letter-spacing: 1px;
		text-transform: uppercase;
		color: #6F6D73;
		font-size: 11px;
		font-weight: bold;
		}




/*----------------------------------| Center Spacer |--*/


#spacer, #center{
  position:absolute;
  margin:0;
  padding:0;
}

#spacer{

  width:100%;       
  height:100%;       
  min-width:910px; 
  min-height:610px;  
}

* html #IEspacer {
  width:910px;     
  height:610px;       
}




