/*======================================================================*\
|| #################################################################### ||
|| # ----------------------- COPYRIGHT NOTICE ----------------------- # ||
|| #       Copyright © Fa. Leitgab Gernot. All Rights Reserved.       # ||
|| # This file may not be redistributed in whole or significant part. # ||
|| #                                                                  # ||
|| # ---------------------- CONTACT INFORMATION --------------------- # ||
|| #      http://www.leitgab.at/     |       office@leitgab.at        # ||
|| #################################################################### ||
\*======================================================================*/

/*************************************************************************
 * core
 ************************************************************************/
a:link, a:visited {
	color: #06f;
	text-decoration: underline;
}

a:hover {
	color: #1D4A7B;
	text-decoration: underline;
}

p {
	margin: 10px 10px 0 10px;
}

img {
	border: 0;
}
img.corner {
	position: relative;
	left: -6px;
	width: 13px;
	height: 13px;
	display: block;
}

/*************************************************************************
 * html
 ************************************************************************/
html {
	height: 100%;
}

/*************************************************************************
 * body
 ************************************************************************/
body {
	height: 100%;
	margin: 0;
	font-size: 100%;
	text-align: center;
}

/*************************************************************************
 * spacer
 ************************************************************************/
div.spacer {
	width: 1px;
	height: 50%;
	margin-bottom: -73.5px;
	float: left;
}

/*************************************************************************
 * content
 ************************************************************************/
div#content {
	position: relative;
	width: 320px;
	margin: 0 auto;
	clear: left;
	z-index: 10;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #333;
	background-color: #fff;
	border: 3px solid #ccc;
}

div#content div#corner-top {
	position: relative;
	top: -3px;
	right: -3px;
	text-align: left;
	background: url(../images/border-top-right.jpg) no-repeat top right;
}

div#content div#corner-bottom {
	position: relative;
	right: -3px;
	bottom: -3px;
	text-align: left;
	background: url(../images/border-bottom-right.jpg) no-repeat top right;
}

/*************************************************************************
 * footer
 ************************************************************************/
div#footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 25px;
	display: block;
	z-index: 1;
	font-size: 9px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	text-align: center;
}

