.artikel {
	padding:4px;
	width:auto;
}

.artikel, .artikel p, .artikel td, .artikel th, .artikel li {
	font-family: Times, 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, h2, h3, h4, h5, h6 {
	font-family: Times, serif;
	color:#50493C;
}


h1 {
	font-size:16pt;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:10px;
}
h2 {
	font-size:14pt;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:5px;
}
h3 {
	font-size:12pt;
	font-weight:bold;
	margin-top:3px;
	margin-bottom:3px;	
}

h4 {
	font-size:10pt;font-weight:bold;
}

h5{
	font-size:10pt;font-weight:bold;
	font-style:italic;
}

h6 {
	font-size:10pt;font-weight:normal;
	font-style:italic;
}


/* Standardlinks */
a, a:link, a:visited, a:active, a:focus {
	color: #676767;
	font-size:11pt;  
	font-weight:normal; 
	text-decoration: underline;
}

a:hover {
	color: #676767;  
	font-size:11pt;
	font-weight:normal;
	text-decoration: none;
	/* font-style:italic; */
}

/* Standardschriften definieren fuer Bereiche */
p, div, span, th, td, li  {
	font-family: Times, serif;
	font-size:11pt;
	font-weight:normal;
	color:#676767;
}

.box {
	width:400px;
	/* height:auto; */
	margin:10px 0 20px 0;
}

.box_oben {
	width:400px;
	height:10px;
	background-image:url(../images/box_oben.gif);
	background-repeat:no-repeat;
	display:block;
	margin:0;
	padding:0;
	font-size:0px;
}

.box_ml {
	float:left;
	width:10px;
}

.box_mitte_sh {
	background-image:url(../images/box_mitte_sh.gif);
	background-repeat:repeat-y;
	margin:0;
	padding:0;
}

.box_content {
	width:370px; /* 380*/
	height:auto;
	background-color:#ffffff;	
	float:left;
	padding-left:5px;
	padding-right:5px;
	padding-top:0px;
	padding-bottom:0px;
}

.box_mr {
	width:10px;
	float:right;
}

.box_unten {
	width:400px;
	height:16px;
	background-image:url(../images/box_unten.gif);
	background-repeat:no-repeat;
	background-color:#f1ece3;
}
