/* Die Detailansicht */
#artikelbild { background-color: white; float: right; clear: left; padding-left: 5px; }
.artikelbox { background-color: white; text-align: left; padding-top: 0; padding-right: 5px; padding-left: 5px; border: dashed 1px #aaa; }
.artikelbox div.atitel
 { font-style: normal; text-align: left; }
.artikelbox h2
 { font-style: italic; font-weight: bold; text-align: left; border-bottom: 1px solid black; }

.artikelbox h3
 {
  font-style: italic;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid black;
 }
.artikelbox div.morelink
 {
  font-style: normal;
  text-align: right;
  border-bottom: 1px dotted black;
  border-top: 1px dotted black;
 }

.artikelbox div.postedby
 { color: #696969; font-size: 0.9em; font-style: normal; text-align: left; }
 
.artikelbox div.autorenzeile
 {
  font-style: normal;
  text-align: left;  
 }

.artikelbox div.aufmacher
 { font-style: normal; text-align: left; padding-top: 6px; }
.artikelbox div.aufmacherdetail
 { font-style: normal; text-align: left; padding-top: 6px; }

.artikelbox div.resttext
 {
  font-style: normal;
  text-align: left;
 }

.artikelbox div.notizen
 {
  font-style: italic;
  text-align: left;
 }
 
/* Die Artikel auf der News-Startseite */
.artikelbox_vorschau
 { background-color: white; text-align: left; overflow: hidden; margin-bottom: 15px; padding-top: 3px; padding-right: 5px; padding-left: 5px; border: dashed 1px #aaa; }

.artikelbox_vorschau div.atitel
 {
  font-style: normal;
  text-align: left;
  border: 1px black;
 }

.artikelbox_vorschau h2
 { font-style: italic; font-weight: bold; text-align: left; border-bottom: 1px solid black; display:block; }

.artikelbox_vorschau h3
 {
  font-style: italic;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid black;
 }
.artikelbox_vorschau div.morelink
 {
  font-style: normal;
  text-align: right;
  border-bottom: 1px dotted black;
  border-top: 1px dotted black;
 }

.artikelbox_vorschau div.postedby, div.autorenzeile
 { color: #696969; font-size: 0.9em; font-style: normal; text-align: left; }

.artikelbox_vorschau div.aufmacher
 { font-style: normal; text-align: left; padding-top: 6px; }

.artikelbox_vorschau div.aufmacherdetail
 {
  font-style: italic;
  text-align: left;
 }

.artikelbox_vorschau div.resttext
 {
  font-style: normal;
  text-align: left;
 }

.artikelbox_vorschau div.notizen
 {
  font-style: italic;
  text-align: left;
 }
 
/* Sonstiges */
.cmsnews {
  width:98%;
  display:table-cell;
  vertical-align:top;
  text-decoration:none;
  border: 0px solid red;
 }
 
.links {
  font-size: xx-small;
  font-style: normal;
  text-align: left;
  width:45%;  
  margin-right:2%;
  display:block;
  vertical-align:top;
  float:left;    
}

.rechts {
  font-size: xx-small;
  font-style: normal;
  text-align: left;
  margin-left:55%;
  display:block;
  vertical-align:top;    
 }
 
.links h3
 {
  font-size: small;
  font-style: italic;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid black;
 }

.rechts h3
 {
  font-size: small;
  font-style: italic;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid black;
 }
 
.rechts div.morelink
 {
  font-size: xx-small;
  font-style: normal;
  text-align: right;
  border-bottom: 1px dotted black;
  border-top: 1px dotted black;
 }

.links div.morelink
 {
  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; 
 clear: both;
}

.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) 10px 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 12px 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;
}
.ArtikelText { color: teal; }
.ImageLeft { background-color: #ffa500; width: 190px; height: auto; float: left; margin: 3px 8px 2px 20px; border: solid 1px #000000; align: left; }

.ImageRight 
{
float: right;
margin-left: 8px;
margin-bottom: 2px;
margin-top: 3px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #000000;
border-right-color: #000000;
border-bottom-color: #000000;
border-left-color: #000000;
}
.DynamicLinkingLI { font-size: 12px; list-style-type: disc; list-style-position: inside; display: list-item; }
.Meistgelesen { color: black; background-color: #fff3a6; margin-top: 10px; padding: 8px 12px; border: dashed 1px #afafaf; }
.MeistgelesenTopicText { font-size: 14px; text-decoration: underline; margin-bottom: 5px; }
.artikelarchive { font-size: 14px; }
.MeistgelesenLI { font-size: 12px; list-style-type: disc; list-style-position: inside; display: list-item; }
