
/* schriftstil*/

.headline_xxxxl		{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #6C0505;
}
.headline_xxl		{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.10em;
	font-weight: bold;
	color: #000000;
}
.headline		{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: bold;
	color: #000000;
}

.small_grey 		{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	color: #9A9A9A;
}
.normal_grey		{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #9A9A9A;
}
.bold_grey		{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #9A9A9A;
}
.small_red		{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	color: #6C0505;
}
.normal_red		{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #6C0505;
}
.bold_red		{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #6C0505;
}

.small_black		{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	color: #1E2722;
}
.normal_black		{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #1E2722;
}
.bold_black		{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #1E2722;
}
.nav_trennline_punkt
{
	background-image:url(bilder/line_vertikal_punkt.jpg);
	background-repeat:repeat-y;
}
.nav_trennline_durchgezogen
{
	background-image:url(bilder/line_vertikal_durchgezogen.jpg);
	background-repeat:repeat-y;
}	

.red_error		{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #D21818;
}
.big_red		{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	color: #D21818;
}
.big_black		{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	color: #1E2722;
}
.submit {
	background-color:#6C0505;
	border:0px;
	color:#FFFFFF;
	font-size:12px;
	font-family: Tahoma, Arial, sans-serif;
}

table, tr, td{
	color: none; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:100%; 
	border-color: black;
}

li{
	list-style-image:url(images/red_arrow_.jpg);
	font-size:100%;
    line-height:100%;
}


/* allgemeine links */

#shop {
	text-align: center;
}

#shop p {
	text-align: left;
        line-height:normal;
	margin-top:6px;
	margin-bottom:6px;
        font-size:1.0em;
}

#shop h3 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFC18A;
}

#shop a:link {
	color: #464141; 
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
}

#shop a:visited {
	color: #464141; 
	text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
    font-weight: normal;
}

#shop a:hover { 
    color: #D21818; 
	text-decoration: underline; 
	font-family: Arial, Helvetica, sans-serif;
    /*font-size:12px;*/
	font-size: 0.8em;
    font-weight: normal;
}

#pwadmin {
	background: #6c0505;
	color: #ffffff;
	padding: 0px 10px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	border:#000000 1px solid;
}

      
/* Mit a:link sind Verweise zu noch nicht besuchten Seiten gemeint, 
mit a:visited Verweise zu bereits besuchten Seiten, 
mit a:hover Verweise, während der Anwender mit der Maus über den Verweistext fährt, 
mit a:active Verweise, während sie angeklickt werden und 
mit a:focus Verweise, wenn diese mit der Tastatur angesprungen werden. */

