/*
--------------------------------------------------
Fritz Fenne - Homepage
Start: 14.12.2007
Letzte Aenderung: 04.08.2011
Autor: Fritz Fenne - www.fritz-fenne.com
Medium: Screen
--------------------------------------------------
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 120%;
	color: #a6a6a6;
	background-color: #000000;
	text-align: center;
}

body a {
	text-decoration: none;
	color: #a6a6a6;
}

body a:hover {
	color: #666666;
}

#container {
	width: 700px;
	margin: 0 auto;
	text-align: center;
}

#header {
	height: 175px;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
}

#header h1 {
	height: 44px;
	line-height: 1500px;
	overflow: hidden;
}

#mainContent {
	font-size: 16px;
	height: 740px;
	overflow: auto;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}

#mainContent h2 {
	padding-top: 50px;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
}

#mainContent h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #a6a6a6;
	padding: 30px 0 15px 0;
	text-align: left;
}


#mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	line-height: 120%;
	font-weight: normal;
	padding-left: 20px;
	padding-right: 20px;
}


#footer {
	text-align: center;
	height: 24px;
}



/* headlines abhaengig von der body-id */

#home #mainContent {
	background-image: url(../img/fritz_muetze_01.JPG);
	background-repeat: no-repeat;
	background-position: 200px 101px;
	height: 480px;
}

#home #container #mainContent p {
	padding-top: 115px;
	font-weight: bold;
	font-size: 16px;
}

#Vita #container #mainContent p {
	padding-left: 0px;
	padding-right: 0px;
	line-height: 130%;
	font-weight: bold;
}

#Vita #container #mainContent a {
	font-size: 18px;
	font-weight: normal;
}

#Vita #container #mainContent p.right {
	text-align: left;
	font-size: 14px;
	font-weight: normal;
}

#Vita #container #mainContent p.right a {
	font-size: 16px;
	font-weight: bold;
}

#Audio #container #mainContent table {
	font-size: 14px;
	font-weight: normal;
}

#mail #container #mainContent {
	overflow: hidden;
}

#mail #container #mainContent table {
	padding-left: 50px;
	padding-right: 20px;
}
#Film #container #mainContent table {
	padding-left: 50px;
	padding-right: 30px;
}

#Film #container #mainContent p.Kapiteltitel {
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 15px;
	line-height: 140%;
	font-size: 14px;
	font-weight: bold;
	border: thin dotted #666666;
	
}
#Blog #container #mainContent p {
	text-align: left;
	line-height: 130%;
	font-size: 14px;
	font-weight: bold;
}
.h3date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#Blog #container #mainContent h3 {
	line-height: 130%;
}


#Blog #container #mainContent p.browse {
	font-weight: bold;
	color: #666666;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

#Book #container #mainContent p {
	text-align: left;
	line-height: 120%;
}

#Book #container #mainContent p.link {
	text-align: center;
	font-weight: bold;
}

#Book #container #mainContent p.id {
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 15px;
}

#Book #container #mainContent p.insert {
	margin-left: 20px;
	font-size: 14px;
	font-weight: bold;
}

#Book #container #mainContent p.Kapiteltitel {
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 15px;
	line-height: 140%;
	font-size: 14px;
	font-weight: bold;
	border: thin dotted #666666;
	
}

#Book #container #mainContent .browse {
	text-align: center;
	padding-bottom: 30px;
	padding-top: 30px;
}

#Book_Mail #container #mainContent table {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 160%;
}

#Book_Mail #container #mainContent form {
	padding-right: 80px;
}

#Audio_musik #container #mainContent table {
	font-size: 10px;
	font-weight: bold;
}

#Audio_comedy #container #mainContent table {

	font-size: 10px;
	font-weight: bold;
}

#Audio #container #mainContent table {

	font-size: 10px;
	font-weight: bold;
}


#Termine #container #mainContent table {
	font-size: 12px;
	font-weight: bold;
}


#text #container #mainContent {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	background-color: #000000;
	text-align: left;
	padding: 0px;
}

#text #container #mainContent table {
	padding-left: 50px;
	padding-right: 20px;
}

