/* Die Detailansicht */
.artikelbox a {
	color: #b99d3c;
	background-color: transparent;
	text-decoration: none;
	border-bottom: 1px dotted;
	font-weight: bolder;
} 
 
.artikelbox a:hover {
	text-decoration: underline overline;
	background-color: #b99d3c;
	font-weight: bolder;
	color: #ffffff;
}

.artikelbox a:visited {
	color: #b99d3c;
	text-decoration: none;
	background-color: transparent;
	border-bottom: 1px dotted;
	font-weight: bolder;
}  

.artikelbox
 {
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	padding: 0px 10px;
	background-color: #fbedbc;
	border-top: 1px solid #b99d3c;
	border-right: 1px solid #b99d3c;
	border-bottom: 1px solid #b99d3c;
	border-left: 1px solid #b99d3c;
	color: #444444;
 }

.artikelbox p.atitel
 {
	font-family: verdana;
	font-size: 1em;
	font-style: normal;
	text-align: left;
	border: 1px black;
 }

.artikelbox h2   /* Artikel-Überschrift */
 {
	font-family: Arial;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #968031;
	text-align: left;
	border-bottom: 1px dotted #b99d3c;
	background-color: transparent;
	border-top-style: none;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
 }

.artikelbox h3
 {
  font-family: verdana;
  font-size: 1.1em;
  font-style: normal;
  font-weight: bold;
  color: #FF9900;
  text-align: left;
  line-height: 2.5em;
  /* border-bottom: 1px dotted black; */
 }

.artikelbox p.morelink
 {
  font-family: verdana;
  font-size: 1em;
  font-style: normal;
  text-align: right;
  border-bottom: 1px dotted black;
  border-top: 1px dotted black;
 }

.artikelbox p.postedby, p.autorenzeile
 {
  font-family: verdana;
  font-size: 1em;
  font-style: normal;
  text-align: left;
 }

.artikelbox p.aufmacher
 {
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #444444;
 }

.artikelbox p.aufmacherdetail
 {
  font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  text-align: left;
 }

.artikelbox p.resttext
 {
  font-family: verdana;
  font-size: 1em;
  font-style: normal;
  text-align: left;
 }

.artikelbox p.notizen
 {
  font-family: verdana;
  font-size: 0.8em;
  font-style: normal;
  text-align: left;
 }
 
/* Die Artikel auf der News-Startseite */
.artikelbox_vorschau
 {
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #444444;
	background-color: #fbedbc;
	margin-bottom: 3em;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #b99d3c;  
 }

.artikelbox_vorschau p.atitel
 {
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	border: 1px black;
	color: #b99d3c;
 }

.artikelbox_vorschau h2
 {
  font-family: Arial;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #968031;
	text-align: left;
	border-bottom: 1px dotted #b99d3c;
	background-color: transparent;
	border-top-style: none;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
 }
 

.artikelbox_vorschau h3
 {
  font-family: verdana;
  font-size: 1em;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid black;
 }

.artikelbox_vorschau p.morelink
 {
  font-family: verdana;
  font-size: 1em;
  font-style: normal;
  text-align: right;
  border-bottom: 1px dotted black;
  border-top: 1px dotted black;
 }

.artikelbox_vorschau p.postedby, p.autorenzeile
 {
  font-family: verdana;
  font-size: 1em;
  font-style: normal;
  text-align: left;
 }

.artikelbox_vorschau p.aufmacher
 {
	text-align: left;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #555555;
 }

.artikelbox_vorschau p.aufmacherdetail
 {
	text-align: left;
	font-style: italic;
 }

.artikelbox_vorschau p.resttext
 {
  font-family: verdana;
  font-size: 1em;
  font-style: normal;
  text-align: left;
 }

.artikelbox_vorschau p.notizen
 {
  font-family: verdana;
  font-size: 0.8em;
  font-style: normal;
  text-align: left;
 }
/* Images */
/**********/
.artikelbox img{
	float: left;
	margin: 0.3em 0.5em 0em 0em;
	border: 1px solid #b99d3c;
	background-color: #fdf7df;
	padding: 2px;
}

.artikelbox_vorschau img{
	float: left;
	margin: 0.3em 0.5em 0em 0em;
	border: 1px solid #b99d3c;
	background-color: #fdf7df;
	padding: 2px;
}

/* Sonstiges */
.cmsnews {
  width:98%;
  display:table-cell;
  vertical-align:top;
  text-decoration:none;
  border: 0px solid red;
 }
 
.links {
  font-family: verdana;
  font-size: xx-small;
  font-style: normal;
  text-align: left;
  width:45%;  
  margin-right:2%;
  display:block;
  vertical-align:top;
  float:left;
/*   border-top: 1px dashed black;  */ 
}

.rechts {
  font-family: verdana;
  font-size: xx-small;
  font-style: normal;
  text-align: left;
  margin-left:55%;
  display:block;
  vertical-align:top;  
/*   border-top: 1px dashed black;  */ 
 }
 
.links h3
 {
  font-family: verdana;
  font-size: 1em;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid black;
 }

.rechts h3
 {
  font-family: verdana;
  font-size: 1em;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid black;
 }
 
.rechts p.morelink
 {
  font-family: verdana;
  font-size: xx-small;
  font-style: normal;
  text-align: right;
  border-bottom: 1px dotted black;
  border-top: 1px dotted black;
 }

.links p.morelink
 {
  font-family: verdana;
  font-size: xx-small;
  font-style: normal;
  text-align: right;
  border-bottom: 1px dotted black;
  border-top: 1px dotted black;
 }
 
 .blaettern {
 clear: both;
 }

.col-1 {
	padding-right: 10px;
	border-right: 1px black dotted;
}
.col-2 {
	padding-left: 10px;
}

/* Kommentare zum Artikel */

.artikel_kommentare
{
 border: 1px dashed black;
 padding: 5px; 
}

.artikel_kommentare h3
{
 font-weight: bold;
 border-top: 5px;
 border-bottom: 15px;
 padding: 0px;
}

.artikel_kommentar 
{
  background-color: #ececec;
  width: 450px;
  padding: 14px;
}

.artikel_kommentar_footer
{
background: url(arrow.gif) 20px 0 no-repeat; /*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
padding-left: 58px;
padding-top: 5px;
margin-bottom: 2em;
font-size: 90%;
color: #4A4A4A;
}


/* Definitionen für das Tab-Menü im Adminbereich */
.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 1em Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 95%;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}
