@charset 'utf-8';

/*
INDEX PAGE STYLE SHEET  J-A-B.NET

________________________________________________________________________________
author: Jens Brueckmann
        http://www.j-a-b.net/

      created: 2004-05-15
last modified: 2005-05-16
________________________________________________________________________________
This CSS may contain some selectors and attributes from CSS3 which are not yet advanced
beyond Working Draft or Candidate Recommendation and should therefore be regarded 
as experimental.
________________________________________________________________________________
Validation:
http://jigsaw.w3.org/css-validator/validator?uri=http://www.j-a-b.net/css/intro.css.php&warning=2&profile=css3&usermedium=all
________________________________________________________________________________
This style sheet is published under a Creative Commons License. For more information 
about this license visit http://creativecommons.org/licenses/by-sa/2.0/
________________________________________________________________________________
Comments are welcome :-) Use contact form or mail me at jens[at]j-a-b.net
________________________________________________________________________________
*/


* {
	padding: 0 !important;
	border: 0 !important;
	margin: 0 !important;
	color: #f8f8f8;
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
	}

html {
	width: 100%;
	height: 100%;
	background: #666 url('../graf/logo/jab_intro') no-repeat 50% 50%;
	}

body {
	width: 100%;
	height: 94%;
	}

h1, span { font-family: 'Bodoni', 'Perpetua', 'Charlesworth', 'Raleigh', 'Copperplate Gothic Bold', sans-serif; }

h1 {
	margin-top: 1em !important;
	text-align: center;
	font-size: 2.5em;
	}

h1 span {
	display: inline;
	margin-right:  -0.4em !important;
	color: #990;
	font-size: 2.5em;
	line-height: 0.5em !important;
	vertical-align: top;
	}

p {
	position: absolute;
	bottom: 3em;
	right: 3em;
	}

p a {
	font-family: 'Arial Unicode MS', Arial, 'Lucida Sans Unicode', Lucida, Tahoma, Helvetica, Verdana, sans-serif !important;
	}
