/* Diese Cascading Stylesheetdatei beschreibt die Gestaltung der Seitenelemente der Joyful Voices*/
/* aenderungen an dieser datei sind mit dem autor vorher unbedingt abzusprechen*/
/* autor: simon schinken  url: www.schinken-grafik.de mail: simon at schinken-grafik.de*/


/* textformatierungen*/
/* beschreibt die textformatierung fuer absatztexte*/
p {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	color: #444444;
	text-align: left;
}


/* beschreibt die textformatierung fuer ueberschriften 1. ordnung*/
h1 {
	font:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:36px;
	color:#222222;
}

/* beschreibt die textformatierung fuer ueberschriften 2. ordnung*/
h2 {
	font:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:24px;
	color:#222222;
	text-decoration: none;
}

/* beschreibt die textformatierung fuer bildunterschriften*/
.caption {
	 font-family:Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	color: #444444;
}

/* beschreibt die textformatierung fuer ueberschriften hyperlinks in absatztexten*/
.hyperlink_txt {
	 font-family:Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	color: #444444;
}

/* beschreibt die textformatierung fuer aktive menuepunkte*/
.active {
	font:"Palatino Linotype", "Book Antiqua", Palatino, serif; 
	font-size: 22px; 
	font-style: normal; 
	line-height: 10px; 
	display:inline;
}


/* hyperlinks*/
/* beschreibt die textformatierung eines hyperlinks*/
a:link {
	color:#222222;
	text-decoration:none;
	background-color:transparent;
	cursor:pointer;
}

/* beschreibt die textformatierung eines besuchten hyperlinks*/
a:visited {
	color:#444444;
	text-decoration:underline;
	background-color:transparent;
	cursor:pointer;
}

/* beschreibt die textformatierung eines hyperlinks, der mit dem mauszeiger ueberfahren wird*/
a:hover {
	color:#222222;
	text-decoration:underline;
	background-color:transparent;
	cursor:pointer;
}

/* beschreibt die textformatierung eines aktiven hyperlinks*/
a:active {
	color:#444444;
	text-decoration:none;
	background-color:transparent;
	cursor:pointer;
}

/* beschreibt die textformatierung eines fokussierten hyperlinks*/
a:focus {
	color:#444444;
	text-decoration:none;
	background-color:transparent;
	cursor:pointer;
}

/* beschreibt den body-tag des html-dokuments*/
body {
	background-color: #999999;
	background-attachment: fixed;
	background-image: url(bilder/verlauf_hintergrund.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

/* beschreibt den seitenaufbau des mutterdokumentes mit der definition sogenannter div-tags*/

/* beschreibt den div-tag mit der id "umschlag"*/
#umschlag {
	width: 850px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}

/* beschreibt den div-tag mit der id "banner"*/
#umschlag #banner {
	height: 420px;
	width: 870px;
	background-attachment: fixed;
	z-index: 0;
}

/* beschreibt den div-tag mit der id "kopf" sowie seiner untergeordneten listenelemente*/
#umschlag #kopf {
	height: 49px;
	width: 820px;
	background-image: url(bilder/balken_navi.png);
	background-repeat: repeat-x;
	padding-left:0px;
	padding-right:50px;
	padding-top:1px;
	margin-top:10px;	
}	

	/* beschreibt die listenelemtente und textelemente des div-tag mit der id "kopf"*/	
	#umschlag #kopf ul 		{ list-style-type:none; font:"Palatino Linotype", "Book Antiqua", Palatino, serif; font-size: 22px; font-style: normal; line-height: 10px; color: #FFF; margin-bottom:0; margin-left:0px;}
	#umschlag #kopf li 		{float:left; margin: 0 20px 0 0; /*rechts 10px; sonst 0 */ }
	#umschlag #kopf a 		{color:#222; text-decoration:none; background-color:transparent; cursor:pointer; }
	#umschlag #kopf p 		{color:#222; text-decoration:none; background-color:transparent; cursor:pointer; }
	#umschlag #kopf a:hover	{ color:#222; text-decoration:underline; background-color:transparent; cursor:pointer; }
	

/* beschreibt den div-tag mit der id "content_wrapper"*/
#umschlag #content_wrapper {
	background-image:url(bilder/content_back.png);
	background-repeat:repeat-y;
	height: auto;
	width: 870px;
	min-height: 600px;
	display: inherit;
	clear: right;
	float: left;
}

/* beschreibt den div-tag mit der id "inhalt"*/
#umschlag #content_wrapper #inhalt {
	height: 100%;
	width: 510px;
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 50px;
	padding-left: 40px;
	float: left;
}

/* beschreibt den div-tag mit der id "container"*/
#umschlag #content_wrapper #container {
	width: 190px;
	height: 100%;
	clear: right;
	float: right;
	padding-top: 40px;
	padding-right: 30px;
	padding-left: 20px;
	padding-bottom: 50px;
}
#umschlag #content_wrapper #container p {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	color: #333333;
}

/* beschreibt den div-tag mit der id "fuss"*/
#umschlag #fuss {
	background-image: url(bilder/footer_navi.png);
	height: 35px;
	width: 790px;
	margin-bottom: 60px;
	padding-left: 30px;
	padding-right: 50px;
	padding-top: 15px;
	padding-bottom: 20px;
	text-align: center;
	clear: both;
	margin-top: 0px;
	float: none;
}

/* beschreibt die listenelemente des div-tag mit der id "fuss"*/
#umschlag #fuss ul{
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	color: #222;
	text-align:center;
	list-style-type:none;
	margin-left:200px;
}
#umschlag #fuss li{
	float:left;
	margin: 0 20px 0 0; /*rechts 10px; sonst 0 */
}	
#umschlag #fuss .active {
	display:block;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color'222;
}

table {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	color: #444;
	width: 540; 
	border: 0; 
	align: left; 
	valign: top;
	cellpadding: 10;
	cellspacing: 10;
	text-align:inherit;
}

td {
	align: left;
	valign: top;
}


/*ende der gestaltungsvorgaben*/

