/*
	schwertfirm css
	copyright 2010 [zwiefa|all rights reserved]
	o1.1o.2o1o
*/

@font-face {
	font-family: 'Special Elite';
	font-style: normal;
	font-weight: normal;
	src: url('./SpecialElite.woff') format('woff'),
	url('./SpecialElite.ttf') format('truetype');
}
@font-face {
	font-family: 'Lato-Light';
	font-style: normal;
	font-weight: normal;
	src: url('./Lato-Light.woff') format('woff'),
	url('./Lato-Light.ttf') format('truetype');
}

img {
	border-style: none;
}

 img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1324px;
	
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	
	/* Set up positioning */
position: fixed;
	top: 0;
	left: 0;
}


@media screen and (max-width: 1324px;){
	img.bg {
		left: 50%;
		margin-left: -662px; }
}

a:link { text-decoration: none; color: #262626; }
a:visited { text-decoration: none; color: #333333; }
a:hover { text-decoration: underline; color: #f00; }
a:active { text-decoration: underline; color: #ccc; }

body
{
	padding: 50px;
	padding-top: 40px;
	font-family: "Lato-Light", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, Sans-serif;
	font-size: 11px;
	line-height: 18px;
}

h1
{
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.1em;
}

h2
{
	font-size: 12px;
	line-height: 14px;
}

p
{
	color: #000;
	font-family: "Lato-Light", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, Sans-serif;
}

input, textarea
{
	background-color: #fff;
	border-width: 1px;
	border-color: #C00;
	border-style: solid;
	color: #C00;
}

.text
{
	font-size: 0.8em;
	color: #EBEBEB;
	line-height: 0.7em;
	font-family: "Lato-Light", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, Sans-serif;
}

.head
{
	letter-spacing: 2px;
	font-size: 12px;
	color: #000;
	line-height: 16px;
	font-family: "Special Elite", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, Sans-serif;
}

.button
{
	font-family: "Lato-Light", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, Sans-serif;
	color: #C00;
	background-color: #FFFFFF;
	font-size: 11px;
	border: 1px #C00 solid;
}

.logo
{
	margin-left: 0px;
	position: absolute;
	left: 822px;
	top: 0px;
}

#main
{
	width: 80%;
	margin: 8% 0 0 10%;
}

#top
{
	width: 796px;
	margin-bottom: 0px;
	padding: 12px;
	border-color: #999;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	-moz-border-top-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-moz-border-top-right-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
	-moz-border-bottom-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
	-moz-border-bottom-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
	text-align: right;
	background-color: #FFF;
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
	background-image: url(../img/haus_frei.png);
	background-repeat: no-repeat;
	background-position: 520px;
}

#foot
{
	width: 808px;
	font-size: 0.9em;
	font-family: "Lato-Light", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, Sans-serif;
	text-transform: inherit;
	margin-bottom: 0px;
	padding: 6px;
	color: #333333;
	border-color: #999;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	-moz-border-top-left-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
	-moz-border-top-right-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
	-moz-border-bottom-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
	background: #fff;
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
	text-align: center;
}

div#content {
	/* This is the only important rule */
	/* We need our content to show up on top of the background */
	position: relative;
}

.galerie
{
	padding: 2px;
	margin: 2px;
	border-color: #000;
	border-width: 1px;
	border-style: groove;
}