body {
/*	background-repeat : repeat; */
	/*background-color : #C0C0C0;
	*/
	font-family : Arial,Verdana, Geneva, Helvetica, sans-serif;
	background : url(_themes/boldstri/bstrbk.gif);
}
h1,h2,h3,h4,h5,h6 {
	font-weight:bold;
	color: #004080;
}
h1 {
	font-size:1.8em;
	text-align : center;		
	font-style:italic;
}
	
h2 { 
	font-size:1.4em;
}

h3 {
	font-size:1.3em;
}	
h4 {
	font-size:1.2em;
}
h5{
	font-size:1.1em;
	text-align : center;		
	font-style:italic;
	font-weight: normal;
}
h6 {
	font-size:1em;
}

p {
	
	}
	
/* Links nicht unterstreichen */
a {
	text-decoration:none;
}

a:link{
	color: #3333CC;
	font-weight : bold;
}
 
a:visited{
	color: #667799;
	font-weight : bold;
}
a:hover{
	color: #FF00CC;
		font-weight : bold;
}
/* class-Formatierungen */
.link{
	background-color: #CCCCCC;
	font-weight:bold;
}
.marke{
	background-color: #99CCCC;
	font-weight:bold;
}
.webdings{
	font-family : Webdings;
}

.fett{
	font-weight:bold;
}

.klein{
	font-size:0.8em;
	font-style : italic;
}
.kursiv{
	font-style : italic;
}
.a_klein{
	font-size:0.8em;
}

.einrueck{
	text-indent : 1em;
}

.hintergrund_blau{
	background : #66CCFF;
}

.hintergrund_rot{
	background : red;
}

