body
{
    font-family: arial, helvetica, sans-serif;
    background-color: white;
    color: black;
}

a
{
    color: black;
    text-decoration: none;
}

a img
{
    border: 0;
}

.logo
{
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

.homeSlogan
{
	position: absolute;
	left: -100px;
	top: 30px;
}

.introImage img
{
	display: block;
	width : 100%;
	height : auto;
}

.newsLinksHome
{
	background-color: rgb(245,245,245);
	border-top: 4px solid rgb(153,0,0);
	border-bottom: 4px solid rgb(153,0,0);
	padding-top: 4px;
	padding-bottom: 0px;
	position: relative;
	height: auto;
	top: 20px;
	width : 567px;
	z-index: 5000;
	margin-bottom : 40px;
}
.newsLinksHome h3
{
    margin-top: 0;
    margin-left: 16px;
    margin-bottom: 4px;
	font-size: 16px;
    font-weight: bold;
    color: rgb(153,0,0);
}

.newsLinksHome ul
{
    margin: 0;
    padding: 0;
    display: block;
}

.newsLinksHome li
{
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.newsLinksHome a
{
    display: block;
    font-size: 16px;
    margin-left: 16px;
    padding-left: 8px;
    margin-bottom: 2px;
    background-image: url(http://127.0.0.1/porsche-clubs/images/arrow-gray.gif);
    background-repeat: no-repeat;
    background-position: 0 3px;
    color: rgb(50,50,50);
    text-decoration: none;
    padding-top: 0;
    height: 18px;
    line-height: 13px;
    padding-bottom: 0;
    margin-bottom: -3px;
}

h1
{
	text-align: center;
}

h2
{
    color: rgb(132,132,132);
}

.homeNavigation,
.navigation,
.navigationHomeSub,
.navigationChapter,
.related,
.meta,
.copyright a,
.tabContainer
{
    display: none;
}


.copyright
{
    font-size: 90%;
}
