/* --- Container --- */
#menu
{
	background: #A54200;
	font-size: 120%;
	color: #E0F5E0;
	margin: 0px 0px 0px 0px;
	width: 200px;
	position: fixed;			
	top: 0px;
	right: 0px;
	height: 100%;
}

#stripe
{
	background: url(../Grafiken/stripe2.gif);
	background-repeat: repeat-y;
	margin: 0px 0px 0px 0px;
	width: 43px;
	top: 0px;
	right: 200px;
	position: fixed;
	height: 100%;	
}

#hauptinhalt 
{
	background: url(../Grafiken/mainbg.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	position: absolute;			
	margin: 0px 0px 0px 0px;
	top: 0px;
	right: 243px;
	text-align: center;
	width: 100%;	
}

#hauptinhalt2 
{
	background: url(../Grafiken/mainbg.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	position: absolute;			
	margin: 0px 0px 0px 0px;
	top: 0px;
	right: 243px;
	text-align: center;
	width: 100%;
	height: 100%;		
}

#startseite
{
	background: url(../Grafiken/mainbg.jpg);
	position: absolute;			
	margin: 0px 0px 0px 0px;
	top: 0px;
	right: 243px;
	text-align: center;
	height: 100%;
	width: 100%;
}

#linie
{
	margin-left: 240px;
}

/*---------------------*/





/* --- Absatzformatierung --- */
p
{
	margin: auto;
	text-align: center;
	font: "Times New Roman", Times, serif;
	font-size: 80%;	
	color: #000000;
}

p.index
{
	padding: 10px 0px 10px 0px;
	border-bottom: thin solid #E19200;
	width: 155px;
	font: Arial, Helvetica, sans-serif;
}

p.index2
{
	padding: 10px 0px 20px 0px;
	border-bottom: thin solid #E19200;
	width: 155px;
}

p.index3
{
	padding: 10px 0px 10px 0px;
	font: Arial, Helvetica, sans-serif;
	color: #E19200;
}

p.normal
{
	padding: 15px 10px 15px 250px;
	font-size: 140%;
}

p.impressum
{
	padding: 10px 10px 10px 250px;
	font-size: 140%;
	text-align: justify;
	max-width: 800px;
	line-height: 40px;
}

p.start1
{
	padding: 150px 0px 10px 150px;
	font-size: 200%;
	font-style: italic;
	width: auto;
	height: auto;
}

p.start2
{
	padding: 25px 0px 10px 150px;
	font-size: 150%;
}

p.start3
{
    padding: 150px 0px 30px 250px;
	font-size: 200%;
	font-style: italic;
	width: 208px;
	height: 293px;
}

p.start4
{
	padding: 25px 0px 10px 250px;
	font-size: 150%;
}


p.briefe
{
	padding:15px 10px 15px 250px;
	font-size: 130%;
	font-weight: lighter;
	text-align: justify;
}

p.beitraege
{
	padding: 15px 10px 15px 260px;
	font-size: 130%;
	font-weight: bold;
	font-style: italic;
	text-align: justify;
}

p.beitraege2
{
	padding: 15px 10px 15px 260px;
	font-size: 130%;
	font-weight: lighter;
	text-align: justify;
}

p.beitraege3
{
	padding: 15px 10px 15px 260px;
	font-size: 130%;
	font-weight: lighter;
	font-style: italic;
	text-align: justify;
}

p.kontakt
{
	padding: 15px 10px 15px 250px;
	font-size: 140%;
	font-style: italic;
	font-weight:lighter;
	text-decoration: underline;
}

p.kontakt2
{
	padding: 15px 10px 15px 250px;
	font-size: 140%;
	line-height: 30px;
}
/* ------- -------- */





/* --- Tabellenformatierung ---*/
table
{
	margin: auto;
}
/* ------ ------ ------ ------*/




/* --- Listenformatierung --- */
ul
{
	margin: auto;
	padding-left: 250px;
	padding-top: 25px;
	padding-bottom: 10px;
}

li
{
	list-style-type: circle;
	margin-top: 20px;
}

ul.beitraege
{
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

li.beitraege
{
	margin-left: 260px;
	margin-top: 20px;
	padding-left: 5px;
	font-size: 130%;
	font-weight: bold;
	text-align: justify;
}
/* --- --- --- --- --- --- */




/* --- Linkformatierung --- */
a:link, a:hover, a:active
{
	font-family: "Times New Roman", Times, serif;
	font-size: 170%;
	text-decoration: underline;
	color: #A54200;
}

a:visited
{
	font-family: "Times New Roman", Times, serif;
	font-size: 170%;
	text-decoration: underline;
	color: #E19200;
}


					
a.astyle1:link, a.astyle1:hover, a.astyle1:active
{
	font: Arial, Helvetica, sans-serif;
	font-size: 100%;
	
}

a.astyle1:visited	 	
{
	font: Arial, Helvetica, sans-serif;
	font-size: 100%;
}


a.astyle2:link, a.astyle2:hover, a.astyle2:active
{
	font-size: 100%;
	
}

a.astyle2:visited	 	
{
	font-size: 100%;
}

a.astyle3:link, a.astyle3:hover, a.astyle3:active
{
	color: #E19200;
	font: Arial, Helvetica, sans-serif;
	font-size: 100%;
	
}

a.astyle3:visited	 	
{
	color: #E19200;
	font: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
/* ---- ---- ---- ---- ---- ---- */



/* --- Linienformatierung --- */
hr
{
	position: relative;
	left: auto;
	max-width: 800px;
	border-bottom: solid #E19200 1px;
	border-left: 0px;
	border-right: 0px;
	border-top:0px;
}

hr.beitraege
{
	max-width: 99%;
}

hr.kontakt
{
	max-width: 600px;
}


/* --- Schriftformatierung --- */
em
{
	font-weight:bold;
}





