/*  
Description: Layout Frontpage for www.pixilla.org
Version: 9.0
Author: Sabine Rödiger
Author URI: http://www.pixilla.org
Author Email: sabine.roediger@pixilla.org
*/

/**********************************************
*   Basics & Typography                       *
***********************************************/
* {
	padding: 0;
	margin: 0;
	border: none;
}

html {
	text-align: center;
}

body {
	background: url(../gfx/bg.jpg) repeat-y center #6a6d76;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #989797;
	text-align: center;
}

hr {
	background: #fefefe;
	height: 1px;
	margin-bottom: 10px;
	width: 100%;
}

.bodytext {
	margin: 10px 0 5px 0;
}

img.spacer-gif {
	display: none;
}

a:link, a:visited, a:hover  { 
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

/**********************************************
*                Structure                     *
***********************************************/

#container{
	margin: 0 auto 0 auto;
	width: 1000px;
	height: auto;
	text-align: center;
	position: relative;
}

/**********************
*       Header        *
***********************/
 
#header{
	text-align: left;
	width: 100%;
	height: 150px;
	background: url(../gfx/bg_header.jpg) no-repeat;
	float: left;
}

#mainnav {
	text-align: left;
	width: 100%;
	float: left;
	height: 20px;
	margin: 50px 0 0 0;
	padding-left: 40px;
}
#mainnav {
	text-align: left;
	width: 100%;
	float: left;
	height: 20px;
	margin: 50px 0 0 0;
	padding-left: 40px;
}
#subnav {
	text-align: left;
	width: 100%;
	height: 15px;
	float: left;
	padding: 5px 0 40px 40px;
}

/**********************
*       Content       *
***********************/
#inner {
	background: url(../gfx/bg_content.jpg) no-repeat #2f302f;
	text-align: center;
	width: 100%;
	height: auto;

	float: left;
}

#inhalt {
	text-align: center;
	width: 920px;
	height:auto;
	margin: 0 auto 10px auto;
}

/**********************
*       Flash         *
***********************/

#featured {
	background: url(../gfx/featured.gif) no-repeat;
	background-position: 50% 50%;
	text-align: center;
	width: 920px;
	height:auto;
	float: left;
	padding: 0 0 20px 40px;
}

.tx-slideshow-pi1 {
	float: left;
}
/**********************
*       News          *
***********************/

#box1, #box2,#box4, #box5, #box3, #box6 {
	text-align: left;
	width: 450px;
	padding-top: 50px;
	margin-bottom: 10px;
}

#box1, #box3 {
	background: url(../gfx/news.gif) top left no-repeat;
	float: left;
	height: 150px;
}

#box2, #box4 {
	background: url(../gfx/latest.gif) top left no-repeat;
	float: right;
}

#box3 {
	background: url(../gfx/about.gif) top left no-repeat;
}

#box4 {
	background: url(../gfx/sound.gif) top left no-repeat;
}


#box1 img, #box2 img, #box3 img, #box4 img, #box5 img, #box6 img 
{
	border: 2px solid #2f302f;
	float: left;
	voice-family: "\"}\""; 
	voice-family:inherit;
	padding: 2px;
}

/**********************
*       tt_news       *
***********************/

#latestpic {
	float: left;
	width: 100%;
	height: auto;
	text-align: left;
	font-size: 11px;
	background-color: #000;
}

#latestthumb {
	height: auto;
	text-align: left;
	width: 100%;
	float: left;
}

#latesttitle{
	margin-bottom: 10px;
}

#latesttext{
	margin-left: 10px;
	height: 175px;
	width: auto;
}

img.spacer-gif {
	display: none;
}

/**********************
*       footer       *
***********************/

#footer {
	margin: 10px auto 0 auto;
	text-align: center;
	width: 1000px;
}

#footer img {
	margin-right:5px;
}
