/*-------------------------------------------------------+
| PHP-Fusion Content Management System
| Copyright (C) 2002 - 2011 Nick Jones
| http://www.php-fusion.co.uk/
+--------------------------------------------------------+
| Filename: ftl-responsive.css
| Author: Janilein php-fusion.at
| Web: www.traumkamera.de
+--------------------------------------------------------+
| This program is released as free software under the
| Affero GPL license. You can redistribute it and/or
| modify it under the terms of this license which you
| can read by viewing the included agpl.txt or online
| at www.gnu.org/licenses/agpl.html. Removal of this
| copyright header is strictly prohibited without
| written permission from the original author(s).
+--------------------------------------------------------*/

/* Dieser Bereich legt fest, welcher Inhalt ausgeblendet wird.  */
#iseqchart	{
	font-family:Arial, Sans-Serif;
	font-size:12px;
	width:100%;
	}
	
#iseqchart th	{
	padding:3px 3px;
	}

#iseqchart td	{
	padding:3px 3px;
	}

.neg	{
	/* color:red; */
}

.neg2, .neg2 a{
	color:red;
}

.pos	{
	color:green;
}
	

@media only screen and (max-width: 768px) {
	#turnover, tr td:nth-child(9)		{ display:none; visibility:hidden; }
}

@media only screen and (max-width: 420px) {
	#changepercent, tr td:nth-child(4)	{ display:none; visibility:hidden; }
	#yhigh, tr td:nth-child(5)			{ display:none; visibility:hidden; }
	#ylow, tr td:nth-child(6)			{ display:none; visibility:hidden; }
	#turnover, tr td:nth-child(9)		{ display:none; visibility:hidden; }
}

@media only screen and (max-width: 320px) {
	#changepercent, tr td:nth-child(4)	{ display:none; visibility:hidden; }
	#yhigh, tr td:nth-child(5)			{ display:none; visibility:hidden; }
	#ylow, tr td:nth-child(6)			{ display:none; visibility:hidden; }
	#dhigh, tr td:nth-child(7)			{ display:none; visibility:hidden; }
	#dlow, tr td:nth-child(8)			{ display:none; visibility:hidden; }
	#turnover, tr td:nth-child(9)		{ display:none; visibility:hidden; }
}

/* Designvorgaben */
.ftl-panel-top{background:#ff0000; color:#ffffff; padding:10px 10px 10px 10px; font-size:14px;}
.ftl-panel-bottom{font-size:14px;}
.ftl-panel-bottom a, .ftl-panel-bottom a:hover{text-decoration:none;}
.ftl-panel-bottom a:hover{color:#ff9600;}
.ftl-link a, .ftl-link a:hover{text-decoration:none;}
.index-border{border:0px solid #ffffff; border-width: 0 0 0 0px;}
.index-border1{border:0px solid #ffffff; border-width: 0px 0 0 0px;}
.index-border2{border:0px solid #ffffff; border-width: 0 0px 0 0;}
.index-border3{border-top:0px solid #ffffff; border-right:0px solid #ffffff;}
.index-border4{border:0px solid #ffffff; border-width: 0px 0px 0 0;}
.index-border5{border:0px solid #ffffff; border-width: 0px 0 0 0;}
.index-border6{border:0px solid #ffffff; border-width: 0px 0px 0 0;}
.mypost1{background:#f6f6f6;}
.mypost2{background:#fbfbfb;}
.mypost1{}
.mypost2{}
.mypost1 a, .mypost2 a{text-decoration:none; font-size:20px;}
.mypost1 a:hover, .mypost2 a:hover{color:#ffffff; text-decoration:none; font-size:20px;}
.mypost3:hover{background:#ffffff;}