/**
 *
 * Formatierung von Standard HTML Komponenten
 * (soweit es sich vermeiden lässt, hier bitte keine Farbeinstellungen.
 * Dafür ist die Datei stylesheet-farbe.css vorhanden.)
 *
 * @author Steffen Hitschke (s.hitschke@hisobe.de)
 *
 *
 * Farben:
 *  schwarz - #000000
 *	grau	- #343434
 *	hellgrau- #888888
 *	rot		- #dd0000
 *	weiß	- #ffffff
 */


/*
 * reset all preformatted settings
 */
* {
	
	margin:0;
	padding:0;
	
	border-spacing:0;
	border-collapse:collapse;
	
	/*
	 * avoid pixel problems with IE and Opera
	 */
	/*font-size:96%;*/
	font-size:10px;
	
	/*
	 * sans-serif fonts (arial, verdana, helvetica) would be better readable
	 * by the user. fonts using serifs, are Times and Georgia. Whereas Courier
	 * is a monospace font.
	 */
	font-family: verdana, helvetica, arial, sans-serif;
	border:0;
		
}

/************************************************
 *
 * Clearer, separator
 *
 */
.clearer {
	clear:both;
	line-height:0 !important;
	height: 0 !important;
	padding:0 !important;
}

p.separator, p.separatorHell {
	border-top:1px solid #343434;
	line-height:0;
	height:0;
	margin:4px 0;
	padding:0;
}
p.separatorHell {
	border-color:#dddddd;
}
p.spaceblock {
	padding:3px 0;
}
/************************************************
 *
 * Borders
 *
 */
.greyborder {
	border:2px solid #343434;
}

.redborder {
	border:2px solid #dd0000;
}
.noborder {
	border:0;
}


/************************************************
 *
 * Farbbereiche
 *
 */
 
.blackBg {
	background:#000000;
	color:#ffffff;
}
.whiteBg {
	background:#ffffff;
	color:#000000;
}
.redContent {
	color:#dd0000;
	font-weight:bold;
}


/************************************************
 *
 * Positionierungen
 *
 */
.right {
	float:right;
	text-align:right;
}
.left {
	float:left;
	text-align:left;
}
.center {
	text-align:center;
}
.justify {
	text-align:justify;
}
.top {
	vertical-align:top;
}
.middle {
	vertical-align: middle;
}
.middle {
	vertical-align: bottom;
}
	
.noShow {
	display:none;
}


/************************************************
 *
 * Überschriften
 */
/* todo headline wegnehmen */
.headline {
	padding-bottom:10px;
}
.h1, h1 {
	font-size:25px;
	font-weight:bold;
	padding:6px 0 4px 0;
	line-height: 25px;
}
.h2, h2 {
	font-size:18px;
	font-weight:bold;
	padding:6px 0 4px 0;
}
.h3, h3, .h3grey {
	font-size:16px;
	font-weight:bold;
	padding:5px 0 3px 0;
}
.h3grey, #mainsubhome.h3grey {
	color: #B4B4B4;
}
#mainsubhome.h3grey {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size:17px;
}
.h4, h4 {
	font-size:13px;
	font-weight:bold;
	padding:3px 0 2px 0;
}
h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
	font-family: arial, verdana, helvetica, sans-serif;
}



/************************************************
 *
 * allgemeine Elemente
 *
 */
div.p10 {
	padding:10px;
}
p {
	padding:5px 0;
}

input {
	border:1px solid #000000;
}

.bold {
	font-weight: bold;
}

ul {
	margin-left: 1.5em;
}
li {
	list-style-type: square;
	list-style-image: url(/images/bulletcube.gif);
}



/************************************************
 *
 * Links
 *
 */
a {
	color:#000000;
	text-decoration: none;
}
/* todo umbennen nach redlinks */
a.fplink,a.fplink:link,a.fplink:visited,a.fplink:focus,a.fplink:hover,a.fplink:active
	{
	text-decoration: none;
	color: #dd0000;
}
a.fplink:hover {
	color: #000000;
}
a.fplinkBlack,a.fplinkBlack:link,a.fplinkBlack:visited,a.fplinkBlack:focus,
	a.fplinkBlack:hover,a.fplinkBlack:active
	{
	text-decoration: none;
	color: #dd0000;
}
a.fplinkBlack:hover {
	color: #ffffff;
}

/************************************************
 *
 * Images
 *
 */
a img {
	vertical-align:middle;
}
img.active {
	border-left:3px solid #dd0000;
}
img.marker {
	width:8px;
}
img.homeboxmarker_out, img.homeboxmarker_over {
	width:8px;
	margin:0px 2px 2px 2px;
}
img.cube {
	height:10px;
	width:10px;
}
img.list {
	float:left;
	padding:10px;
	height:124px;
}