#content-module {
    border-right: 1px #cccccc dotted;
    margin-right: 20px;
    padding-right: 20px;
}

#copyright {
    text-align: center;
    font-size: 9pt;
    margin-top: 20px;
    padding: 50px 0 20px 0;
    clear: both;
    color: #999999;
}

#content, #content p {
    font-size: 10pt;
}

#content h1 {
    margin: 20px 0px 10px 0px;
    border-bottom: 1px #cccccc dotted;
    font-size: 20pt;
}

#content-module>h1:first-child {
    margin-top: 0px;
}
#content a { color: #7ba974; font-weight: bold; text-decoration: none; } /*color: #138e19;*/
#content a:hover {  text-decoration: underline; } /* color: #107215; */

#content .navigation a { 
    display: inline-block;
    height: 25px;
    padding-top: 5px;
    margin: 10px 0;
    font-weight: bold;
}
#content .navigation .leftnav {
    width: 33%;
    text-align: left;
    float: left;
}
#content .navigation .leftnav a {
    padding-left: 26px;
    background-image: url('../img/arrow_left.png');
    background-repeat: no-repeat;
    background-position: top left;
}
#content .navigation .rightnav {
    width: 33%;
    text-align: right;
    float: left;
}
#content .navigation .rightnav a {
    padding-right: 26px;
    background-image: url('../img/arrow_right.png');
    background-repeat: no-repeat;
    background-position: top right;
}
#content .navigation .homenav {
    width: 33%;
    text-align: center;
    float: left;
}

#content .postdetails-container {
    width: 100%;
    margin-top: 30px;
}
#content .postdetails {
    float: right;
    color: #999999;
    font-size: 9pt;
    margin: 0 0 0 40px;
}
#content .postpermissions {
    float: none;
    text-align: right;
    clear: both;
    font-size: 8pt;
}
#content .bold {
    font-weight: bold;
}
#content p, #content .paragraph {
    margin: 10px 0;
}
#content table {
    width: 100%
}
#content .error, #content .warning {
    background-repeat: no-repeat;
    background-position: left top;
    margin: 10px 0;
    padding: 5px 5px 5px 55px;
    min-height: 48px;
}
#content .error {
    background-image: url('../img/error.png');
    background-color: #e6b3b3;
    border: 1px #d23333 solid;
}
#content .warning {
    background-image: url('../img/warning.png');
    background-color: #ffb35a;
    border: 1px #d0802a solid;
}

.subtitle, .commentheader {
    background-color: #f0f0f0;
    padding: 2px 5px;
}
.t1 {
    padding: 0;
    margin: 0px 2px;
    height: 1px;
    line-height: 1px;
    overflow: hidden;
    font-size: 1px;
}
.t2 {
    padding: 0;
    margin: 0px 1px;
    height: 1px;
    line-height: 1px;
    overflow: hidden;
    font-size: 1px;
}
.comment {
    margin: 5px;
}
.comment .moderated {
    text-align: center;
    padding: 10px;
    background-color: #f0f0f0;
}

.commentblock {
    margin-top: 15px;
}
form .formlabel {
    display: inline-block;
    width: 28%;
    padding: 0 1% 0 0;
    text-align: right;
    vertical-align: top;
}
form .formelement {
    display: inline-block;
    width: 70%;
    vertical-align: top;
}
form .buttons {
    text-align: center;
}
form input, form textarea, form select {
    background-color: #ffffff;
    border: 1px #999999 solid;
}
form input  {
    width: 250px;
    padding: 2px;
}
form input.option {
    width: auto;
    padding: 0;
}
form select, form textarea {
    width: 350px;
}
form textarea {
    height: 100px;
    padding: 2px;
}
form .button {
	width: auto;
	cursor: pointer;
    padding: 2px 10px;
    margin: 0px 10px;
	border-left: 2px #94bc8e solid;
	border-top: 2px #94bc8e solid;
	border-right: 2px #6b9d63 solid;
	border-bottom: 2px #6b9d63 solid;
	background-color: #7ba974;
	color: #ffffff;
	font-weight: bold;
}
form .button:hover {
    border-color: #82cb77 #67b65b #67b65b;
    background-color: #76c26b;
    /*color: #7ba974;*/
}
.profile-list {
    float: left; 
    width: 48%; 
    margin: 1%;
}
.profile-list-container {
    height: 150px; 
    border: 1px #f0f0f0 dotted; 
    /*display: table;*/
}
.profile-list-item {
    display: inline-block;
}
.profile-list-picture {
    width: 40%; 
    vertical-align: middle;
}
.profile-list-picture img {
    margin: 5px 5px 0 0;
}
.profile-list-details {
    width: 56%;
    vertical-align: top;
}
.profile-list-details h2 {
    margin: 0 0 3px 0;
}
.profile-list-details span {
    display: block;
}
.profile-list-details .function {
    font-style: italic;
    color: #999999;
    margin-bottom: 10px;
}
.profile-list-details .info {
    margin-left: 10px;
}
.width25 {
    width: 25%;
}
.width75 {
    width: 75%;
}
.width50 {
    width: 50%;
}
.fckeditor {
    display: none;
}
