/*
-----------------------------------------------
$Id nabaztag.css 1233936927, 2009-02-06 17:02:27 msslovi0 $
nabzat.ag
Stylesheet:	nabaztag.css
Author:		Matt Slovig
Version:	6 February 2009
Revision:	6 February 2009
Colors:
----------------------------------------------- */

/* -----------------------------------*/
/* ---------->>> RESET <<<------------*/
/* -----------------------------------*/

/* v1.0 | 20080212 */
/* http://meyerweb.com/eric/tools/css/reset/index.html */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* HTML5 tags */  
header, section, footer,
aside, nav, article, figure {
	display: block;  
} 

/* -----------------------------------*/
/* ---------->>> GLOBAL <<<-----------*/
/* -----------------------------------*/

html {}

body {
	background: #FFF;
	font: 11px/16px Arial, sans-serif;
	text-shadow: #999 0 1px 0;
	font-style: normal;
	font-weight: normal;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
	position: relative;
}

h1 {
	width: 960px;
	height: 116px;
	padding-top: 50px;
	text-indent: -999em;
	background: url(../i/logo.jpg) no-repeat center;
}

#banner {
	padding-bottom: 100px;
	padding-top: 10px;
	width: 560px;
	margin: 0 auto;
	text-align: center;
}

	#banner img {
		padding: 10px;
		background: url(../i/shade.png) no-repeat;
	}
	
	#banner .img a {
		border: none;
	}

#footer {
	width: 960px;
	margin: 0 auto;
	position: fixed;
	bottom: 0;
	color: #444;
	text-align: center;
	padding-bottom: 5px;
	height: 40px;
	background: url(../i/fog.png) repeat-x top;
	padding-top: 50px;
}

#lang {
	position: absolute;
	top: 0;
	right: 0;
	height: 20px;
	border-left: 1px solid #444;
	border-bottom: 1px solid #444;
	border-right: 1px solid #444;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	padding: 2px 5px 0;
}

	#lang li {
		float: left;
		padding: 0 10px 0 20px;
	}
	
		#lang a {
			display: block;
			border: none;
		}
		
			#lang a:hover {
				text-decoration: underline;
			}
	
a {
	color: #444;
	text-decoration: none;
	border-bottom: 1px solid #444;
}
		
	a:hover {
		text-decoration: none;
		border-bottom: 1px dotted #444;
	}

#german {
	background: url(../i/de.jpg) no-repeat;
}

#english {
	background: url(../i/en.jpg) no-repeat;
}

h3 {
	border-top: 1px solid #AAA;
	padding-top: 5px;
	font-size: 13px;
}