/* alexander.johmann.eu
// Tested with: Safari 4 (Mac OS X), Chrome (Mac OS X), Firefox 3.5 (Mac OS X, Windows), Internet Explorer 8 (Windows) 
// Last Update: 2009-01-02 */

html, body, ul, li, p, h1 {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	max-height: 100%;
	border:0;
}

body {
	height: 100%;
	max-height: 100%;
	background: url("../img/back_pink.png"); /* #ff00cc */
	overflow: hidden;
	font-family: Palatino, Georgia, serif;
}

#header {
	height: 87px;
	background: url("../img/back.png");
}

#header #logo {
	float: left;
	background: url("../img/logo.png");
	width: 185px;
	height: 53px;
	margin: 17px 0 0 0;
}

#header ul#navigation {
	float: right;
	list-style: none;
	margin-top: 35px;
}

#header ul#navigation li {
	float: left;
	margin-left: 40px;
}

#header ul#navigation li a {
	display: block;
	height: 30px;
}

#header ul#navigation #a_live {
	background: url('../img/menu.png') 0 0;
	width: 55px;
}

#header ul#navigation #a_live:hover, #header ul#navigation #a_live.active {
	background: url('../img/menu.png') 0 -36px;
}

#header ul#navigation #a_blog {
	background: url('../img/menu.png') 0 -72px;
	width: 65px;
}

#header ul#navigation #a_blog:hover, #header ul#navigation #a_blog.active {
	background: url('../img/menu.png') 0 -108px;
}

#header ul#navigation #a_fotos {
	background: url('../img/menu.png') 0 -144px;
	width: 75px;
}

#header ul#navigation #a_fotos:hover, #header ul#navigation #a_fotos.active {
	background: url('../img/menu.png') 0 -180px;
}

#header ul#navigation #a_links {
	background: url('../img/menu.png') 0 -216px;
	width: 65px;
}

#header ul#navigation #a_links:hover, #header ul#navigation #a_links.active {
	background: url('../img/menu.png') 0 -252px;
}

#spacer {
	height: 3px;	
}

#info {
	color: white;	
	line-height: 1.4em;
	margin-top: 93px;
	width: 450px;
	background: url("../img/back.png");
	padding: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

#info h2 {
	font-size: 22px;		
}

#info p {
	font-size: 16px;	
}

#iframe {
	border: none;
	width: 100%;
	background: white;
	height: 0;
	display: none;
}

.hidden {
	display: none;	
}

.inner {
	width: 920px;
	margin: 0 auto;
}