/* Die Detailansicht */
.artikelbox
 {
  text-align: left; 
 }

.artikelbox div.atitel
 {
  font-style: normal;
  text-align: left;
  border: 1px black;
 }
.aufmacher 
{
}
.artikelbox h2
 {
 }

.artikelbox h3
 {
 }

.artikelbox div.morelink
 {
 }

.artikelbox div.postedby
 {
 }
 
.artikelbox div.autorenzeile
 {
 }

div.aufmacher
 {
   overflow: hidden;
 }
p.atitle
{
	width: 100%;
	height: 24px;
	background: transparent url(/templates/proben-kostenlos/img/storytop.gif) no-repeat;
	text-align: center;
	padding: 8px 0 0 0;
	margin: 0px 0 0 0;
	font-weight: bold;
}
.artikelbox div.aufmacherdetail
 {
 }

.artikelbox div.resttext
 {
 }

.artikelbox div.notizen
 {
 }
 
/* Die Artikel auf der News-Startseite */
.artikelbox_vorschau
 {
  text-align: left;  
  margin: 0 0 15px 0;
  padding: 0;    
  background: #FFFFFF;   
  border: 1px solid transparent; 
  
 }

.artikelbox_vorschau img, .artikelbox_vorschau p img
{
  margin: 0 0.5em 0.5em 0;
}

.artikelbox_vorschau h2
 {
  display:block;
 }

.artikelbox_vorschau h3
 {
 }

.artikelbox_vorschau div.morelink
 {
 }

.artikelbox_vorschau div.postedby, div.autorenzeile
{
	margin: 1em 2em 0 2em;
	padding: 0.5em 0;
  border-top: 1px dashed black;
  color: #999999;
  text-align: center;
}

.artikelbox_vorschau div.aufmacher a
 {
   text-decoration: underline;
 }

.artikelbox_vorschau div.aufmacherdetail
 {
 }

.artikelbox_vorschau div.resttext
 {
 }

.artikelbox_vorschau div.notizen
 {
 }
 
/* Sonstiges */
.cmsnews {
  width:98%;
  background: transparent;
 }
 
.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
 {
 }

.rechts h3
 {
 }
 
.rechts div.morelink
 {
 }

.links div.morelink
 {
 }
 
.blaettern 
{
  background: rgb(246, 251, 254) url(/templates/proben-kostenlos/img/tablebg.gif) repeat-x;
  margin: 0 0 1em 0;
  padding: 1em;
  border: 1px solid #AADCFC;
}

.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;
}