/*
Theme Name: Funds4Me V2
Theme URI: http://www.goodhope.de
Description: Advanced Template
Version: 0.5.0
Author: Michael Schott
Author URI: http://www.goodhope.de
Author Mail: michael.schott@goodhope.de
*/
* {
    margin: 0;
    padding: 0;
}

html {
    color: #000;
    font: 62.5%/1.0 arial, verdana, helvetica, sans-serif;
}

h1 {
    background: url(grphx/banner.jpg) no-repeat;
}

h1 a {
    text-decoration: none;
    text-indent: -999em;
}

h1 a {
    display: block;
    height: 120px;
    width: 800px;
}

div#mainpos {
    margin: auto;
    margin-top: 10px;
    width: 800px;
    background: url(../../images/content-bg.gif) repeat-y;
    font-size: 140%;
}

div#topmenu {
    padding-bottom: 2px;
    text-align: right;
    background-color: #fff;
    color: #006240;
}

div#topmenu a {
    text-decoration: none;
    color: #006240;
}

div#topmenu a:hover {
    text-decoration: underline;
    color: #009864;
}

div#pfad {
    padding: 2px;
    background-color: #006240;
    color: #aad3c5;
}

div#pfad a {
    color: #fff;
    text-decoration: none;
}

div#pfad a:hover {
    color: #c9c9c9;
    text-decoration: underline;
}

div#navi {
    float: left;
    width: 190px;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
}

div#navi a {
    display: block;
    background: url(../../images/menu-off.gif) no-repeat;
    padding-left: 15px;
    padding-bottom: 10px;
    color: #006240;
    text-decoration: none;
}

div#navi a:hover {
    display: block;
    background: url(../../images/menu-on.gif) no-repeat;
    padding-left: 15px;
    padding-bottom: 10px;
    font-weight: bold;
    color: #009864;
    text-decoration: underline;
}

div#navi span {
    display: block;
    background: url(../../images/menu-off.gif) no-repeat;
    padding-left: 15px;
    padding-bottom: 10px;
    font-weight: bold;
    color: #006240;
    text-decoration: none;
}

div#news {
    margin-top: 20px;
    margin-right: 8px;
    padding: 4px;
    border: 1px dotted #006240;
}

div#news h4 {
    font-weight: bold;
    margin-bottom: 4px;
    color: #006240;
}
div#news a{
    display: block;
    background: url(../../images/news-on.gif) no-repeat;
    padding-left: 13px;
    padding-bottom: 5px;
    color: #00a068;
    text-decoration: none;
}

div#news a:hover{
    color: #006240;
    background: url(../../images/news-active.gif) no-repeat;
    font-weight: bold;
    text-decoration: underline;
}

div#content {
    margin-left: 210px;
    line-height: 1.3em;
}

* html div#content
	{
		height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
	}

div#content h2 {
    color: #006240;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

div#content h3 {
    color: #006240;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

div#content h4 {
    color: #006240;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

div#content a {
    color:#009864;
    font-weight: bold;
    text-decoration: none;
}

div#content a:hover {
    color: #006240;
    font-weight: bold;
    text-decoration: underline;
}

div#content p {
    padding: 10px;
    color: #000;
}

div#content table {
    margin: 10px;
    color: #000;
}

div#content th {
    color: #fff;
    background-color: #006240;
}

div#content p.info {
    padding: 10px;
    font-size: 0.8em;
    color: #000;
}

div#content p span.funds4me {
    color: #006240;
}

div#content ul {
    color: #000;
    margin-left: 30px;
    margin-right: 50px;
    list-style-image: url(../../images/dot.gif);
}

div#fuss {
    clear: both;
    padding: 2px;
    font-size: 0.9em;
    background-color: #006240;
    color: #aad3c5;
}

div#fuss a{
    color: #fff;
    text-decoration: none;
}

div#fuss a:hover {
    color: #c9c9c9;
    text-decoration: underline;
}

.hl {
    background-color: #aad3c5;
}

.linie {
    background-color: #2A2A53;
}

span#errmsg {
		color: #f00;
		font-weight: bold;
}

.txt {
    width: 400px;
    border:1px solid #000;
}

.sel {
    width: 400px;
    border:1px solid #000;
}
.btn {
    width: 150px;
    border:1px solid #000;
}

.newshead {
    display: block;
    font-weight: bold;
    background-color: #C9C9C9;
}

.newsliste {
    display: block;
    padding-left: 15px;
    background: url(../../images/news-on.gif) no-repeat;
}

.newsbody {
    display: block;
    padding: 5px;
    border:1px solid #C9C9C9;
}