.artikel {
	padding:4px;
	width:auto;
}

.artikel, .artikel p, .artikel td, .artikel th, .artikel li {
	font-family:Verdana, sans-serif;
	color:#676767;
}


.artikel p {
	margin-top:2px;
	margin-bottom:10px;
}


.artikel img , .arikel p img, .arikel p a img {
	/* margin-right:15px; */
	margin:0px;
}

.artikel p a, .artikel a {
	text-decoration:underline;
}

.artikel p a:hover, .artikel a:hover {
	/* font-style:italic; */
	text-decoration:none;
}

.artikel ul {
	margin-left:20px;
	margin-bottom:5px;
	/* list-style:disc; */
	list-style-image:url(/images/layout2/stern_grau.gif);
}

.artikel ul li {
	margin-bottom:2px;
}


/* Kopie aus main.css, um es im Artikeleditor zu sehen */

h1 {
	font-size:16px;
	font-weight:bold;
	color:#f0990d;
	margin-top:5px;
	margin-bottom:10px; 
}
h2 {
	font-size:16px;
	font-weight:bold;
	color:#676767;
	margin-top:5px;
	margin-bottom:5px; 
}
h3 {
	font-size:14px;
	font-weight:bold;
	color:#676767;
}

h4 {
	font-size:12px;
	font-weight:bold;
	color:#676767;
}


/* Standardlinks */
a, a:link, a:visited, a:active, a:focus {
	color: #676767;
	font-size: 12px;  
	font-weight:normal; 
	text-decoration: underline;
}

a:hover {
	color: #676767;  
	font-size:12px;
	font-weight:normal;
	text-decoration: none;
	/* font-style:italic; */
}

/* Standardschriften definieren fuer Bereiche */
p, div, span, th, td, li  {
	font-family: Verdana, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#676767;
}

.rand_orange1 {
	border:1px solid #f0990d;
	background-color:#ffef9e;
}

.rand_orange2 {
	border:2px solid #f0990d;
	background-color:#ffef9e;
}