/**
	MAINCSS FILE FOR VELDEN-OPEN.AT

	Developed by IQ2.AT NOVEMBER 2006
	Copyright by IQ2.AT NOVEMBER 2006
	
	Velden-Open.AT is a webproject maintained 
	by IQ2.AT in cooperation with Soda.
	
	Projectfacts: 
	
	Startup-Page: November 01, 2006
	Main-Release: 2007
	
	Have fun!
*/

/**
	COMMON STYLEDEFINITIONS								
*/
html {
	height: 100%; /* fix height to 100% for IE */
	max-height: 100%; /* fix height for other browsers */
   	width: 100%; 
	padding: 0; 
	margin: 0; 
	border: 0; 
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
}
body {
	height: 100%; /* fix height to 100% for IE */
	max-height: 100%; /* fix height for other browsers */
   	width: 100%; 
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
	padding: 0; 
	margin: 0; 
	border: 0;
	background-color: #A6A6A6;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #4F4F4F; 
	text-align: center;
}

/**
	COMMON STYLEDEFINITIONS FOR HYPERLINKS
*/
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #4F4F4F;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;	
	color: #4F4F4F;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #4F4F4F;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;	
	color: #4F4F4F;
}

/**
	COMMON CONTENT STYLEDEFINITIONS
	CONTENTWRAPPER / MAINCONTENT
*/
#contentwrapper {
  margin: 0 auto;
  width: 100%;
  text-align: left;
}
#maincontent {
	position: absolute;
	width: 520px;
	height: 180px;
	margin-top: -150px;
	margin-left: -260px;
	top: 50%; 
	left: 50%;
    text-align: left; 
	border: 1px solid white;
	background-color: #dbd8d3;
}

#language {
	height: 20px;
	margin: 4px 0 0 0;
	padding: 2px 0 0 0;
	background-color: #dbd8d3;
  	text-align: center ;
}

#registration {
	height: 20px;
	margin: 4px 0 0 0;
	padding: 2px 0 0 0;
	background-color: #dbd8d3;
  	text-align: center ;
	font-weight: bold;
	text-align: center;
}

#registration a {
	color: #000;	
	font-size: 14px;

}

#galerie {
	height: 20px;
	margin: 4px 0 0 0;
	padding: 4px 0 0 0;
	background-color: #000;
  	text-align: center ;
	font-weight: bold;
	text-align: center;
}

#galerie a {
	color: #fff;	
	font-size: 14px;

}
