/***

CSS zur Par.X Webseite
Groblayout in layout.css beschrieben

Inhalt:
Allgemeines
Header

verwendete Farben
  weinrot	#7A1510
  rot		#E43117
  beige		#FDFBD7 
  violet	#BC8874

***/

/*** Scrollbalken ***/
body {
 scrollbar-face-color: #E43117;
 scrollbar-shadow-color: #FDFBD7;
 scrollbar-highlight-color: #7A1510;
 scrollbar-3dlight-color: #FDFBD7;
 scrollbar-darkshadow-color: #FDFBD7;
 scrollbar-track-color: #7A1510;
 scrollbar-arrow-color: #7A1510;
}

/* set all to 0 */
h1, h2, h3, h4, p, ul, li a {
margin: 0;
padding: 0;
}

p, a {
font-size: 11px;
display: inline;
}

/* headings */
h1, h2, h3 {
display: inline;
text-align: left;
}

h1 {
background-color: transparent;
color: #7A1510;
font-size: 16px;

}

h2 {
background-color: transparent;
color: #BC8874;
font-size: 16px;

text-transform: uppercase;
}

h3 {
background-color: transparent;
color: #7A1510;
font-size: 11px;

font-weight: bold;
}

hr {
 display: block;
 border: 0px;
 border-top: 1px dotted #7A1510; 
 background-color: transparent;
 height: 1px;
 width: 100%;
 clear: both;
}

hr.emptyline {
 display: block;
 border: 0 none;
 height: 0px;
 width: 100%;
 clear: both;
 color: #FDFBD7;
 background-color: #FDFBD7;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 line-height: 0px;
}

.imgdotted {
 border-top: 1px dotted #7A1510; 
}