/***************************************
Company	: tinami GbR
Author	: Niels Lange <niels@tinami.de>
Date	: 2009.02.24
File	: styles/layout.css
***************************************/

/* GENERAL ****************************/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	overflow-y: auto; 
}

/* LOGO *******************************/

#logo {
	height: 600px;
	position: absolute;
	right: 30px;
	top: 50px;
	width: 30px;
}

/* SITE *******************************/

#site {
	width: 750px;
	padding: 50px 0 50px 50px;
}

/* NAVI *******************************/

#navi {
	margin-bottom: 100px;
}

#navi li {
	list-style: none;
	display: inline;
	margin-right: 20px;
}

/* CONTENT ****************************/

#content {
	float: right;
	width: 400px;
}

#content.noSubmenu {
	float: none;
	width: 700px;
}

/* SUBNAVI ****************************/

#subnavi {
	width: 195px;
}

#subnavi li {
	list-style: none;
}

#subnavi_top {
	margin-bottom: 50px;
}

/* FOOTER *****************************/

#footer {
	clear: both;
	padding-top: 50px;
}