/*  Layout CSS 
 ** www.albiweise.de
 ** Version 1 -- Datum: 19. Jan 2009
 */

/* Allgemein
*********************/
html, body, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li, textarea { margin: 0; padding: 0; }

html {
	background: url(main_bg.jpg) center top;
	color: #5c5c5c;
	direction: ltr;
	font-size: 100.01%;
}

body {
	font-family: Tahoma, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5em;
	text-align: center; /* IE Hack für zentrierte Page */ 
}

* {
	font-family: inherit;
	font-size: 1em;
	line-height: inherit;
}

/* Layout
*********************/
#wrap {
	margin: 10px auto;
	width: 400px;
	text-align: right; 
}

#logo a{
	width: 400px;
	height: 240px;
	display: block;
	background-image: url(logo.gif);
}

#logo span {display: none;}

h2 {position: absolute; bottom: 0; right: 0; padding: 10px 20px;}
h2  a{color: #a6a6a5; text-decoration: none; font-weight: normal; font-size: 10px;}
h2 a:hover {color: #969695; text-decoration: underline;}