/*
    #8AC640 grün
*/

* {
    padding: 0;
    margin: 0;
}
body {
    width: 98%;
    margin: auto;
    min-width: 985px;
    margin-left: 10px;
    margin-right: 10px;
}

input {
	border:1px solid #C6CFDE;
	background-color: #ffffff;
	font-size: 0.9em;
    width: 200px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.red_form {
	border:1px solid #CC0000;
}
.rowborderred_form {
	border: 1px dotted #CC0000;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 2px;
    padding-left: 3px;
    padding-right: 6px;
    line-height: 140%;
}

input.submit {
    background-color: #d4d0c8;
    border-style: outset;
    height: auto;
    width: auto;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
}
input.login {
    border:1px solid #8AC640;
    width: 100px;
}
input.short, select.short, textarea.short {
    width: 63px;
}
input.veryshort, select.veryshort, textarea.veryshort {
    width: 30px;
}
input.middle, select.middle, textarea.middle {
    width: 100px;
}
input.long, select.long, textarea.long {
    width: auto;
}
input.longfix, textarea.longfix {
    width: 350px;
}
select.longfix {
    width: 352px;
}

select {
	border:1px solid #C6CFDE;
	background-color: #ffffff;
	font-size: 0.9em;
    width: 202px;
    margin-top: 2px;
    margin-bottom: 2px;
}
textarea {
	border:1px solid #C6CFDE;
	background-color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.95em;
    width: 200px;
    margin-top: 2px;
    margin-bottom: 2px;
}
#content label {
    float: left;
    width: 30%;
}
#content label.nostyle {
    float: none;
    clear: both;
}
th {
    text-align: center;
    font-weight: bold;
    color: #003399;
    border: 1px solid #e7dfe7;
    background-color: #f7f7f7;
}

.news {
    text-align: left;
    font-weight: bold;
    font-size: 0.95em;
    color: #003399;
    border: 1px solid #e7dfe7;
    background-color: #f7f7f7;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 5px;
}

img {
    border: 0;
}
img.delete {
    vertical-align: middle;
    padding-left: 5px;
}
hr {
	background: url(../media/hrbg.jpg) left repeat-x;
	height:4px;
    border-width: 0;
    margin-top: 2px;
    margin-bottom: 2px;
}
ul.error {
    color: #FF0000;
    margin-left: 15px;
    margin-bottom: 10px;
    list-style: square;
}
p.error {
    color: #FF0000;
}
a {
    color: #003399;
    text-decoration: none;
}
a.mainlevel {
	display: block;
	line-height: 150%;
	margin-left: 0;
	background: url(../media/arrow_up.jpg) 5px no-repeat;
	border-top: 1px solid #99CC66;
	padding-left: 20px;
}

a.mainlevel:link, a.mainlevel:visited {
	text-decoration: none;
	margin-bottom: 3px;
	color: #003399;
}

a.mainlevel:hover {
	text-decoration: none;
	margin-bottom: 3px;
	font-weight: bold;
	color: #003399;
}

a.mainlevel#active_menu {
	color: #003399;
	font-weight: bold;
	background: url(../media/arrow_down.jpg) 5px no-repeat;
}
a.mainlevel.active_menu {
	color: #003399;
	font-weight: bold;
	background: url(../media/arrow_down.jpg) 5px no-repeat;
}

a.sublevel {
	margin-left: 0px;
	padding-left: 30px;
}

a.sublevel:link, a.sublevel:visited {
	display: block;
	line-height: 120%;
	text-decoration: none;
	margin-bottom: 3px;
	color: #003399;
}

a.sublevel:hover {
	display: block;
	line-height: 120%;
	text-decoration: none;
	margin-bottom: 3px;
	font-weight: bold;
	color: #003399;
}

a.sublevel.active_menu {
	color: #003399;
	font-weight: bold;
}

a.mainlevel-nav:link, a.mainlevel-nav:visited {
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(../media/arrow_up.jpg);
	background-repeat: no-repeat;
	background-position: 4px;
	color: #003399;
	font-weight: normal;
	text-decoration: none;
}

a.mainlevel-nav:hover {
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #FFFFFF;
	color: #003399;
	font-weight: bold;
	text-decoration: none;
}

a.mainlevel-footer:link, a.mainlevel-footer:visited {
	margin-right: 4px;
}

a.mainlevel-footer#active_menu {
	color: #003399;
	font-weight: bold;
}

#span_right_navi{
    font-size: 0.8em;
    text-align: left;
}
#p_right_navi {
    text-align: center;
}

#p_right_navi img {
    margin-top: 7px;
    margin-bottom: 7px;
}

span.bold {
    font-weight: bold;
}

#body {
    font-size: 0.8em;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
}
#header {
    width: 100%;
    margin-bottom: 5px;
}
#header_upper {
    width: 100%;
}
#header_upper_left {
    width: 20%;
    float: left;
    line-height: 200%;
    background-image: url(../media/square_header.jpg);
    background-repeat: no-repeat;

}
#header_upper_right {
    width: 80%;
    text-align: right;
    float: left;
    vertical-align: middle;
    line-height: 200%;
}
#header_upper_right span {
    display: inline-block;
    float: right;
    width: 80px;
    text-align: center;
}
#header_lower {
    width: 100%;
    background-color: #8AC640;
    clear: left;
}

#header_lower img {
    padding-left: 20px;
    padding-bottom: 15px;
}

#left {
    width: 15%;
    float: left;
    margin-right: 2%;
    margin-top: 15px;
}
#right {
    width: 18%;
    float: right;
}
#middle {
    width: 63%;
    float: left;
}
#middle_navi {
    width: 100%;
}
#content {
    width: 100%;
}
#footer {
    width: 100%;
    clear: both;
}
#footer_upper {
    width: 100%;
    line-height: 170%;
    background-color: #d0e8b4;
    text-align: center;
}
#footer_middle {
    width: 100%;
    line-height: 170%;
    text-align: center;
    background-color: #e7f4d8;
}
#footer_lower {
    width: 100%;
    text-align: right;
}
.center {
    text-align: center;
}
.form_label {
    float: left;
    width: 30%;
}
.form_fields {
    float: left;
    width: 70%;
}
.clear {
    width: 100%;
    clear:both;
    height: 0;
}
#login_label {
    float: left;
    width: 30%;
}
#login_fields {
    float: left;
    width: 70%;
}
#login_greenbox {
    background-color: #8AC640;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 1.2em;
    margin-top: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
}
#footer_navi_upper li, #footer_navi_lower li {
    display: inline;
}
#div_match, #div_accepted, #div_address_germany, #div_address_abroad {
    display: none;
}
.hide {
    display: none;
}

.button {
    border : solid 1px #cccccc;
    background: #E9ECEF;
    color : #666666;
    font-weight : bold;
    font-size : 11px;

    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
}

ul.uploaded_files {
    padding-left: 70px;
    padding-bottom: 20px;
    list-style: none;
}

.offer_navigation {
    border: 1px solid #efefef;
    width: 100%;
}

.offer_navigation_left {
    width: 50%;
    float: left;
    display: inline;
}
.offer_navigation_right {
    width: 50%;

    display: inline;
}
.offer_navigation_topic {
    font-size: 0.8em;
    width: 100%;
    background-color: #efefef;

}

#offer_detail p {
    clear: both;
}
div.detail p {
    clear: both;
}
div.detail {
    display: block;
}

.offer_left {
    width: 35%;
    float: left;
    font-weight: bold;
}
.offer_right {
    width: 64%;
    float: left;
}

.profile_left {
    width: 50%;
    float: left;
    display: block;
}

.profile_right {
    width: 50%;
    display: block;
    float: right;
}
.componentheading {
	background: url(../media/componentarrow.jpg)  no-repeat;
	background-position: 4px 4px;
	border: solid 1px #CCCCFF;
	font-weight: bold;
	color: #003399;
	padding: 3px 5px 3px 20px;
	text-align: left;
	font-size: 13px;
	height: 16px;
}

.contentheading {
	background: url(../media/square.jpg) no-repeat;
	background-position: 5px center;
	border: solid 1px #CCCCFF;
	font-weight: bold;
	color: #003399;
	font-size: 12px;
	line-height: 160%;
	padding-left: 20px;
	}

.profile_container {
	border-left: solid 1px #CCCCFF;
	border-right: solid 1px #CCCCFF;
	border-bottom: solid 1px #CCCCFF;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	line-height: 130%;
	margin-bottom: 10px;
	padding-bottom: 20px;
}

.news_navi {

	padding-top: 15px;
	line-height: 130%;
	margin-bottom: 10px;
	padding-bottom: 20px;
}

.content_container {
	border-left: solid 1px #CCCCFF;
	border-right: solid 1px #CCCCFF;
	border-bottom: solid 1px #CCCCFF;
	border-top: solid 1px #CCCCFF;
	padding-left: 20px;
	padding-top: 15px;
	line-height: 130%;
	margin-bottom: 20px;
	padding-bottom: 15px;
	}

.profile_menu_container {

	border-left: solid 1px #CCCCFF;
	border-right: solid 1px #CCCCFF;
	border-bottom: solid 1px #CCCCFF;
    padding: 5px;
	line-height: 130%;

	}

.profile_menu_item  {

    width: 32%;
    float: left;
}
.profile_menu_item_a  {
    font-weight: bold;
    width: 32%;
    float: left;
}

.profile_menu_container_l   {
    float: left;
    width: 85%;
}

.profile_menu_container_r   {
    float: right;
    width: 15%;
    text-align: right;
}


.m_class_1  {
    color: green;
}
.m_class_2  {
    color: green;
}
.m_class_3  {
    color: orange;
}
.m_class_4  {
    color: red;
}

.quick_search_container {
    width: 95%;
    border: 1px solid #d3d7da;
    padding: 10px;
    background-color: #f9f9f9;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;

}

.detail_search_container {
    width: 95%;
    border: 1px solid #d3d7da;
    padding: 10px;
    background-color: #f9f9f9;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;

}

h1{
    font-size: 14pt;
    color: #003399;
    margin-bottom: 20px;
}

.headline_h1 {
    font-size: 14pt;
    color: #003399;
    margin-bottom: 20px;
}

.otm {
    border: 1px solid #CDCDCD;
    font-size: 0.85em;
    margin-top: 10px;
    padding-left: 5px;
}

.tooltip {
    font-size: 0.85em;
    width: 95%;
    border: 1px solid #efcd00;
    padding: 4px;
    background: #fdffc3;
    float:left;
    margin-bottom: 10px;
    margin-top: 8px;
}

.error_form {
    font-size: 0.95em;
    color: #cc0000;
    width: 97.5%;
    border: 1px solid #efcd00;

    background: #fdffc3;
    padding: 0.5em;
    margin-bottom: 5px;
    margin-top: 5px;
}

.tt_right {
    width: 70%;
    float:left;
}

.tt_right_top, .tt_right_bottom {
    float: left;
    width: 100%;
}

.tt_right_bottom {
    display: none;
}

.search_result_a    {
    background-color: #d0e8b4;
    padding: 2px;
}
.search_result_b    {
    background-color: #e7f4d8;
    padding: 2px;
}

#lang_rating {
    float: right;
    text-align: left;
    width: 55%;
    line-height: 170%;
}

.ch_top {
    margin-bottom: 5px;
}

.ch_middle {
    margin-top: 20px;
    margin-bottom: 5px;
}

.ch_bottom {
    margin-top: 20px;
}

.rowborder {
    border: 1px dotted #d0e8b4;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 2px;
    padding-left: 3px;
    padding-right: 6px;
    line-height: 140%;
}
.checkbox_del   {
    padding: 0px;
    width: 20px;
}

.left   {
text-align: left;
}
.right   {
text-align: right;
}

#stats, #stats .contentheading
{
    font-size: 0.85em;
}

#stats h1
{
    font-size: 1em;
    margin-top: 5px;
    margin-bottom: 5px;
}


.stat_row
{
    border: 1px dotted #d0e8b4;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 2px;
    padding-left: 3px;
    line-height: 120%;
}

#stats .stat_row
{
    border: 1px dotted #d0e8b4;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 2px;
    padding-left: 3px;
    line-height: 120%;
}

.option_ten
{
    padding-left: 10px;
	color: #0000AA;
}

.option_twenty
{
    padding-left: 17px;
	color: #0055AA;
}

.profile_tab_img
{
    vertical-align: middle;
    padding: 2px;
}

.profile_tab_img_border
{
    border: 1px dotted #CCCCFF;
    width: 16px;
    height: 16px;
    float: left;
    margin-bottom: 1px;
    margin-top: 1px;
    margin-right: 1px;
}
#matching_info  {
width: 90%; 
margin-left:5px;
border: 1px solid green;
padding: 4px;
font-weight: bold;
}

.show_count {
    margin-top: 15px;
    text-align: center;
}

.infomsg
{
    font-size: 0.85em;
    width: 100%;
    border: 1px solid #efcd00;
    padding: 4px;
    background: #fdffc3;
    margin-bottom: 10px;
    margin-top: 8px;
}