/*
    Name: FritzPeischl
	Autor: Fritz Peischl
    url: http://www.fritz-peischl.de
*/

/* Start - Schriften & Farben */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #e7e7e7 url('Images/bgcolor.jpg');
	color: #333;
	text-align: center;
	}

#page {
	background-color: #e7e7e7;
	border: 1px solid #959596;
	text-align: center;
	}

#header {
	background: #e7e7e7 url('Images/header.jpg') no-repeat bottom center;
	}

#headerimg 	{
	margin: 0 auto;
	height: 148px;
	width: 820px;
	}

#content {
	font-size: 1.2em;
	}

#footer {
	background: #e7e7e7 url('Images/footer.jpg') no-repeat top;
	border: none;
    color: #ffffcc
	}
#footerimg 	{
	margin: 0 auto;
	height: 30px;
	width: 820px;
	}


small {
	font-family: 'Lucida Grande', Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	line-height: 1.4em;
	color: #333;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
    color: #ffc
	}

h3 small {
	font-family: 'Lucida Grande', Verdana, Arial , Sans-Serif;
	font-size: 0.6em;
	line-height: 1.4em;
	font-weight: normal;
	}

a {
	color: #800000;
	text-decoration: none;
	}

a img{
	border: none;
	}

a:hover {
	color: #800000;
	text-decoration: underline;
	}
/* Ende - Schriften & Farben */

/* Start - Table Schriften*/

table {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-size: 12px;
	line-height: 16px;
	}

table small {
	font-family: 'Lucida Grande', Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #333;
	}

table h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 16px;
	}
/* Ende - Table Schriften*/

/* Start - Struktur */
body {
	margin: 0;
	padding: 0;
	}

#page {
	background-color: #e7e7e7;
	margin: 5px auto 5px;
	width: 820px;
	border: 1px solid #959596;
	}

#header {
	background-color: #e7e7e7;
	margin: 0 auto;
	height: 148px;
	width: 820px;
	}

#headerimg {
	margin: 0 auto;
	height: 148px;
	width: 820px;
	}

#indeximg {
    height: 304px;
    width: 380px;
    margin: 0 auto;
	}

#sidebar
{
	float: left;
	margin: 0 0 auto 11px;
	width: 144px;
    display: inline;
	}

#sidebar p {
	margin: 0;
	padding: 0;
	text-align: center;
	}

#mediaplayer {
	margin: 10px auto 0px;
	width: 300px;
    height: 155px;
	}

#fotoplayer {
	margin: 0 auto;
	width: 324px;
    height: 368px;
	}

#youtubeplayer {
    margin: 0 auto;
    width: 390px;
	height: 340px;
    }

.pagetitle {
	float: right;
	padding: 7px 0px 10px 10px;
	margin: 0 10px 0 auto;
	line-height: 1.4em;
    text-align: left;
	font-size: 1.2em;
	width: 645px;
    display: inline;
	}

#leftcolumn {
	float: right;
	padding: 0 30px;
	margin: 10px 10px 0 auto;
	line-height: 1.4em;
	text-align: left;
	font-size: 1.2em;
	width: 595px;
    display: inline;
	}

#centercolumn {
	float: right;
	padding: 0 30px;
	margin: 0 10px 0 auto;
	line-height: 1.4em;
	text-align: center;
	font-size: 1.2em;
	width: 595px;
    display: inline;
	}

#centercolumn2 {
	float: right;
	padding: 0 30px;
	margin: 0 10px 0 auto;
	line-height: 1.4em;
	text-align: center;
	font-size: 1.2em;
	width: 595px;
    display: inline;
	}

.clear {
	clear: both;
}

#footer {
	margin: 0 auto;
	width: 820px;
	clear: both;
	}

#footer p {
	margin: 0 auto 0 25px;
	padding: 5px 0;
	text-align: left;
	}
/* Ende - Struktur */



/*	Start - Ueberschriften */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 0;
	}

#sidebar h2 {
	margin: 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 2px 0;
	}

/* Ende - Ueberschriften */