#content{line-height: 150%;}
#content p{margin: 0 0 1em 0;}
strong{font-weight:bold;}
hr{
   color: #555555;
   background-color: #555555;
   border: 0 none;
}
#content h1 {
	font-size: 150%;
	line-height: 120%;
	padding-bottom: 4px;
	margin: 5px 0 20px 0;
	font-weight: normal;
	color: #710F11;
	text-transform: uppercase;
	border-bottom: 1px solid #710F11;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#content h3 {
	font-size: 120%;
	line-height: 120%;
	margin: 36px 0 21px 0;
	font-weight: normal;
	color: #710F11;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#content h5 {
	font-size: 100%;
	line-height: 120%;
	margin: 30px 0 13px 0;
	font-weight: bold;
	color: #3f3f3f;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}	

#content a,
#content a:link,
#content a:visited {
   font-weight : bold;
   color : #710F11;
   text-decoration: none;
}

.shopBottom a.back_link {
   color: #fff !important;   
}


#content a:focus,
#content a:hover,
#content a:active {
   text-decoration: underline;
}

#content ul{
   margin: 1em 0;
   list-style-type: disc;
   margin-left: 10px;
   padding-left: 10px;
}
#content ul ol,
#content ol ul,
#content ul ul,
#content ol ol{
   margin: 0.5em 0;
   padding-left: 20px;
}
#content ol{
   margin: 1em 0;
   list-style-type: decimal;
   margin-left: 10px;
   padding-left: 10px;
}
#content li{
   margin-bottom: 0.5em;
   line-height: 1.2;
   
   margin-left: 10px;
}


#content table{margin-bottom: 10px;}
#content td{vertical-align: top;}

/* Inhaltstabellen */
.tabrowheader td,
.tabrowgerade td,
.tabrowungerade td {
   padding: 3px;
}
.tabrowheader {
   color:#fff;
   background-color: #710F11;
   font-weight: bold;
}

.tabrowgerade   {background-color: #f8d8b7;}
.tabrowungerade {background-color: #ecf0f2;}

/* Input Felder */
#content input,
#content select,
#content textarea {
	border: 1px solid #aaa;
	background-color: #FFF;
	color: #000;
	padding: 3px;
	margin: 1px;
}

#content input:focus,
#content textarea:focus,
#content input:hover,
#content textarea:hover,
#content input:active,
#content textarea:active{
   border-color: #710F11;
}
