/** Stylesheet **
* Reportunio - Die Comuniozeitung  
* 
* Standard-Stylesheet
*
* @copyright Copyright 2008, Fritz Schnürer
* @link      http://www.gleichehoehe-magazin.de
* @author    Fritz Schnürer
*/ 


/**
* -------------------------------------------------------------
* Redaktionstabelle
* -------------------------------------------------------------
*/


table#pics {
width: 450px;
background-color: #025E1F;
color: white;
margin: 0px auto;
}

table#pics td {
padding: 0 0 0 0.5em;
}

table#pics td.bild {
text-align: center;
font-size: 0.7em;
padding: 1.5em;
}

table#pics h5 {
margin: 0;
padding: 0;
color: black;
font-size: 0.7em;
}

td.bild a img {
border: 1px solid #025E1F;
}

td.bild a img:hover {
border-color: #ffb800;
}

tr.heading {
background-color: #ffb800;
}

div#steckbrief {
	border: 0.5em solid #ffb800;
	margin: 1em 0;
	padding: 0.5em;
}

div#steckbriefbildbereich {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
	text-align: center;
	width: 210px;
	text-align: center;
}

#steckbriefbildbereich h4 {
	font-size: 0.95em;
	line-height: 0.95em;
	margin-bottom: 0.2em;
}

#steckbriefbildbereich p {
	font-size: 0.8em;
}

#steckbriefbildbereich p a {
	text-decoration: none;
}

#steckbriefbildbereich p a:hover {
	text-decoration: underline;
}

#steckbrief img {
	height: 250px;
	width: 194px;
}

div#steckbriefinhalt {
	margin-left: 210px;
}

#steckbrief span.eigenschaft, p.name, #steckbriefbildbereich h4{
	color: #025E1F;
	font-variant: small-caps;
	font-weight: bold;
}

#steckbrief p.name {
	font-size: 1.2em;
}

b {
	margin: 0 0 0 0.5em;
	padding: 0;
	font-weight: normal; 
}

.namensliste ul {
	margin-left: 3em;
	margin-top: 1em;
	margin-bottom: 2em;
	list-style: square;
}

