html
{
height: 100%;
}

@font-face {
	font-family: 'CaptureitRegular';
	src: url('Capture_it.eot');
	src: local('Capture it'), local('Captureit'), url('Capture_it.woff') format('woff'), url('Capture_it.ttf') format('truetype');
}

body	{
	height: 100%;
	background-color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #666;
	min-height: 500px;
	margin: 0px;
	padding: 0px;
}

body.bizarrex {
  background: url('../_img/gitarre_links.png') 80px 105px no-repeat;
}
body.trigger {
  background: url('../_img/gitarre_rechts.png') 120px 105px no-repeat;
}

h1, h2, h3  {
  color: #333;
  font-family: 'CaptureitRegular', Georgia, Times, serif;	
}

h1	{
	display: none;
}

h2	{
	margin: 0px;
	margin-top: 2px;
  margin-bottom: 18px;
  border-bottom: 1px solid #000;
}

h3	{
	margin: 0px;
	margin-bottom: 18px;
}

p {
  margin: 0 0 36px 0;
}

a	{
	color: #000;
	text-decoration: none;
}

a:hover	{
	text-decoration: underline;
}

#container	{
	position: absolute;
	top: 50px;
	left: 10px;
	z-index: 100;
	width: 940px;
}

#info	{
	float: right;
	width: 520px;
}

#top_navigation  {
	width: 380px;
	text-align: center;
	float: left;
  height: 20px;
  color: #000;
  font-family: 'CaptureitRegular', sans-serif;
}

#top_navigation a {
  -webkit-transform: rotate(-3deg); 
  -moz-transform: rotate(-3deg);
  -khtml-transform: rotate(-3deg); 
  transform: rotate(-3deg);
}

#nonFooter	{
	position: relative;
	min-height: 100%;
}

* html #nonFooter	{
	height: 100%;
}

#footer	{
	position: relative;
	margin-top: -500px;
	background: url('../_img/logo.png') bottom left no-repeat transparent;
	width: 750px;
	height: 500px;
	z-index: 10;
  clear: both;
} 

.clear	{
	clear: both;
}

.left	{
	float: left;
	width: 49%;
}
.right	{
	float: right;
	width: 49%;
}

/* forms */
.error	{
	color: #cc0000;
}

input.error, textarea.error {
	border: 1px solid #cc0000 !important;
	color: #999999;
}

label	{
	float: left;
	width: 100px;
}

form p	{
	clear: both;
	margin: 10px 0px;
}

input.text	{
	padding: 1px 4px;
	width: 300px;
	border: 1px solid #000;
	font-size: 12px;
	color: #000000;
	background-color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}

textarea	{
	padding: 1px 4px;
	width: 300px;
	border: 1px solid #000;
	font-size: 12px;
	color: #000000;
	background-color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}

textarea:focus, input.text:focus  {
	background-color: #f4f4f4;
}

input.code	{
	padding: 1px 4px;
	width: 50px;
	border: 1px solid #000;
	font-size: 12px;
	color: #000;
	background-color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}

input.button	{
	padding: 0px 5px;
	border: 1px solid #000;
	background-color: #fff;
	margin-left: 100px;
	font-size: 12px;
	color: #000000  ;
	font-weight: bold;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}

input.button:hover	{
	color: #666;
	cursor: pointer;
}

form img	{
	vertical-align: bottom;
	margin: 0px !important;
	padding: 0px !important;
	background: none !important;
	border: none !important;
}

