/* @override http://beta.devisen-signale.com/css/screen.css */

/* CSS Navigation nicht aktiv 
Beispiel im HTML-Bereich:<div id="top"><img src="pix/titel.jpg" width="936" height="126" alt="Devisen Signale"/></div>
*/
  #wechsel a {
    background: url(../pix/nav1_over.gif) no-repeat;
    display:block; width:122px; /* Linkbereich begrenzen */
  }
  #wechsel img {
    display:block; width:122px; height:23px; border:0;
  }
  #wechsel a:hover img {
    visibility: hidden;
  }
  #wechsel a:hover { /* Workaround fuer IE 5.5 und 6 */
    border:0;
  }
  * html #wechsel a {
    margin-right:1px;
  }
  * html #wechsel a:hover {
    width:122px; margin-right:0; /* Workaround fuer IE 5.01 */
  }
/*ENDE CASS Navigation*/

body 
{
 font-family:Arial;
 font-size:12px;
 line-height:17px;
 background-color:#2c753d;
 text-align:center;
 margin:10px;
}
#main{
	width:936px;
	margin:0px auto;
	text-align:left;
	border:0px solid #000000;
}
h1 {
  font-size:14px;
  color:#ffffff;
  margin-top:0px;
  margin-left:0px;
  margin-right:0px;
  margin-bottom:0px;
  padding:4px 4px;
  background-color:#59A946;
}
h2 {font-size:16px;color:#000000;
}
h3 {font-size:14px;color:#000000;
  color:#59A946;
}


a:link, a:visited, a:active, a:hover
{ 
  text-decoration:underline;
  font-weight:normal;
  color:#636363;
  font-size:12px;
}
a:active, a:hover
{ 
  color:#2C763D;
}

/*   ********   Menü   *******/
a.menu {
 display:block;
 padding:0px;
 margin-bottom:2px;
 text-align:center;
 text-decoration:none;
 }

#image{
margin-top: 3px;
margin-left: 10px;
margin-bottom: 5px;
float:right;
border: 0px solid #226C24;
}

/*   ********   SUB-Menü   *******/
a.submenu {
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size:10px;
 display:block;
 padding:3px;
 margin-bottom:3px;
 text-align:left;
 color:#eeeeee;
 text-decoration:none;
 }
a.submenu:link, a.submenu:visited
{ 
 color:#000;
 text-decoration:none; 
 font-weight:700;
}
a.submenu:active, a.submenu:hover
{ 
 color:#22B24B; 
 font-weight:bold;
}

.subnav {
	font-size: 10px;
	color: #FFF;
}

#top {
height:126px;
margin-bottom:0px;
padding:0px;
background-color:#fff;
}
#left {
width:130px;
float:left;
}
.menutitle{
font-weight:bold;
text-align:center;
margin:2px;
}
.menucontainer {
border:0px solid #000;
width:124px;
margin-left:4px;
}
#menu_impressum {
border:0px solid #000;
width:124px;
margin-left:4px;
position: absolute;
top: 566px;
}
#content {
padding: 10px;
padding-top:0px;
padding-right:10px;
margin-bottom:5px;
width:642px;
height:440px;
float:left;
overflow:auto;
}
#content_outline2 {
border-left:3px solid #ffffff;
border-right:3px solid #ffffff;
background-color:#fff;

}
#content_outline {
border-left:2px solid #BCBDC0;
border-right:2px solid #BCBDC0;
border-top:2px solid #BCBDC0;
border-bottom:2px solid #BCBDC0;
background-color:#ffffff;
}
#page{
border:0px solid #efeff7;
background-color:#BCBDC0;
background-image:url(../pix/1pix_hg.jpg);
background-repeat:repeat-y;
height:100%;
}
#right {
width:124px;
float:left;
margin-left:5px;
}
#aktuelles {
color:#000;
border:1px solid #2C763D;
background-color:#fff;
width:114px;
margin:3px;
padding:2px;
text-align: center;
}
.logincontainer {
color:#FFFFFF;
border:1px solid #fff;
background-color:#2C763D;
width:118px;
margin:3px;
text-align:center;
}
#bottom{
background-image:url(../pix/bottom.jpg);
background-repeat:no-repeat;
}
.subnavi {
	list-style: none;
}
.subnavi li {
	display: inline;
	margin: 0.1em;
}
.subnavi li a {
	text-decoration: none;
	background-color:#59A946;
	padding: 0.2em 0.6em;
	color: #FFF;
}
.subnavi li a:hover {
	background-color:#CCC;
}
.subnavi li.active a {
	background-color: #EEE;
	color: #59A946;
}
.faq {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.faq li {
	border-bottom: 1px solid #EEE;
	padding: 1em 0em;
}
.faq li a:link {
	color: #000;
}
.faq li a:visited {
	color: #666;
}
.faq li a:hover {
	color: #2c753d;
}
a.subnav:link, a.subnav:visited {
	color: #000;
	font-size:  11px;
	text-decoration: none;
}
a.subnav:hover {
	color: #2C763D;
	font-weight: bold;
}

/* @group depot2 */

table.depot2 tbody tr td strong {
	font-size: 14px;
}

table.depot2 {
	border-collapse: collapse;
	width: 100%;
}

* html table.depot2 {
	width: 540px;
}

table.depot2 td, table.depot2 th {
	padding: 0.2em;
}
table.depot2 .top {
	vertical-align: top;
}
table.depot2 th {
	text-align: left;
	border-bottom: 1px solid #333;
	background-color: #CCC;
	padding: 0.4em 0.2em;
}
table.depot2 tr.tradeEnd td {
	border-bottom: 1px solid #CCC;
}
table.depot2 .alignRight {
	text-align: right;
	padding-right: 20px;
}

div.preCalc {
	border: 1px solid #2C763D;
	/* background-color: #e9ffee; */
	padding: 1em;
	width: 280px;
	margin: 0 auto;
	color: #2C763D;
}
div.preCalc table {
	border-collapse: collapse;
}
table td.sum {
	border-top: 3px double #2C763D;;
}
table td.alignRight {
	text-align: right;
}
div.preCalc table td.alignRight {
	padding-left: 3em;
}

/* @end */

/* @group Links */

ul.links {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.links li {
	border-bottom: 1px solid #CCC;
}

ul.links li h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
}

ul.links li p {
	margin-top: 0px;
}

/* @end */

