/********************************************************************************/
/* Standard-CSS for www.gruendenimteam.de
/********************************************************************************/
@charset "iso-8859-1";

/*
    
    Important colors
    ================
    Orange                    = #FE6F17
    Dark grey                 = #ACB3BB
    Bright grey               = #E2E2E2
    Brighter grey             = #F5F5F5
    
    Fonts:
    Standard                  = #333
    Light                     = #BCBCBC
    Grey                      = #ACB3BB
    Orange                    = #FE6F17
    
    Important sizes
    ===============
    Left column               =
    Middle column             =
    Right column              =
    Between columns           =
    
*/

/********************************************************************************/
/* =General CSS-Data
/********************************************************************************/
html, body, div, p,
h1, h2, h3, h4, h5, h6,
span, a, form, img, li {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica;
}

body {
    color: #333;
    background: #E0E0E0 url("/images/bg_three_columns.gif") repeat-y;
    font-size: 70%;
    font-family: Verdana, Arial, Helvetica;
}
body.full {
    background: #E0E0E0 url("/images/bg_two_columns.gif") repeat-y;
}

body.popunder {
    background: #FFFFFF;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

img {
    border: 0;
}

label {
    cursor: pointer;
}

abbr, acronym {
    cursor: help;
}

hr {
    margin: 0;
    border: 0;
    padding: 0;
    height: 1px;
}

table, td, tr, th {
    font-size: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    vertical-align: top;
    text-align: left;
}
table caption {
    display: none;
}
.odd {
    background-color: #F5F5F5;
}
.even {
    background-color: #FFF;
}

input, button, select, textarea {
    font-size: 100%;
    font-family: Verdana, Arial, Helvetica;
    vertical-align: middle;
}

a:link, a:visited {
    color: #333;
    text-decoration: underline;
}
a:hover, a:active {
    color: #333;
    text-decoration: none;
}



/********************************************************************************/
/* =Structure
/********************************************************************************/
#header {
    position: absolute;
    top: 0;
    left: 9px;
    width: 970px;
    height: 116px;
    overflow: hidden;
    background: #FBFBFC url("/images/bg_header.jpg");
    font-size: 90%;
    text-align: right;
}

#navigation {
    position: absolute;
    top: 116px;
    left: 9px;
    width: 160px;
    overflow: hidden;
    border-top: 1px solid #FE8C45;
    padding-top: 39px;
    background: transparent url("/images/bg_nav.gif") no-repeat top left;
}

#wrapper {
    position: absolute;
    top: 116px;
    left: 169px;
    width: 810px;
    clear: both;
}

#wrapper_popunder {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 810px;
    clear: both;
}

#middle_column {
    float: left;
    width: 630px;
    min-height: 500px;
    overflow: hidden;
    border-top: 1px solid #FE8C45;
}
body.full #middle_column {
    width: 810px;
}

.content {
    clear: both;
    margin: 0 3px;
    margin: 0 10px;
}
body.full .content {
    margin-right: 0;
}
.content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.content .half_column {
    float: left;
    overflow: hidden;
    width: 312px;
    width: 305px;
}
body.full .content .half_column {
    width: 402px;
}
.content .third_column {
    float: left;
    overflow: hidden;
    width: 208px;
}
body.full .content .third_column {
    width: 268px;
}

#addons {
    float: left;
    width: 180px;
    overflow: hidden;
}
body.full #addons {
    display: none;
}

#footer {
    clear: both;
    width: 630px;
}
body.full #footer {
    width: 810px;
}
#footer:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/********************************************************************************/
/* =Header
/* =Footer
/********************************************************************************/
#header a.logo {
	position: absolute;
	top: 34px;
	left: 0;
	width: 164px;
	height: 70px;
	text-decoration: none;
}
#header a.logo var {
	visibility: hidden;
}

#header ul {
    float: right;
    margin: 8px 5px 0 0;
    padding: 0;
    background: #FBFBFB;
}

#footer ul {
    float: right;
    margin: 12px 3px 0 0;
    padding: 12px;
    background: #FBFBFB;
}

#header ul li,
#footer ul li {
    float: left;
    margin: 0;
    padding: 0;
    background: transparent url("/images/bg_nav_line_grey.gif") repeat-y top right;
    list-style: none;
}
#header ul li a,
#footer ul li a {
    float: left;
    padding: 0 6px;
}
#header ul li a:link, #header ul li a:visited,
#footer ul li a:link, #footer ul li a:visited {
    color: #999;
    text-decoration: none;
}
#header ul li a:hover, #header ul li a:active,
#footer ul li a:hover, #footer ul li a:active {
    color: #999;
    text-decoration: underline;
}
#header ul li.last,
#footer ul li.last {
    background: transparent;
}
#header ul li.last a,
#footer ul li.last a {
    padding-right: 0;
}



/********************************************************************************/
/* =Breadcrump
/********************************************************************************/
#breadcrump {
    min-height: 15px;
    padding: 14px 10px 10px 10px;
    color: #FFF;
    background: #FE6F17 url("/images/bg_breadcrump.gif") repeat-y top left;
}
#breadcrump a:link, #breadcrump a:visited {
    color: #FFF;
    text-decoration: none;
}
#breadcrump a:hover, #breadcrump a:active {
    color: #FFF;
    text-decoration: underline;
}


/********************************************************************************/
/* =Git-Haus
/********************************************************************************/

.content #githaus {
    position: relative;
    background: url("/images/githaus_main.jpg") no-repeat;
    width: 799px;
    height: 959px;
}


.content #githaus a#ad_1 {
    position: absolute;
    text-align: center;
    vertical-align: center;
    width: 120px;
    height: 60px;
    left: 59px;
    top: 277px;
}
.content #githaus a#ad_2 {
    position: absolute;
    text-align: center;
    vertical-align: middle;
    width: 120px;
    height: 60px;
    left: 59px;
    top: 341px;
}
.content #githaus a#ad_3 {
    position: absolute;
    text-align: center;
    vertical-align: center;
    width: 120px;
    height: 60px;
    left: 59px;
    top: 404px;
}
.content #githaus a#ad_4 {
    position: absolute;
    text-align: center;
    vertical-align: center;
    width: 120px;
    height: 60px;
    left: 59px;
    top: 467px;
}
.content #githaus a#ad_5 {
    position: absolute;
    text-align: center;
    vertical-align: center;
    width: 120px;
    height: 60px;
    left: 59px;
    top: 532px;
}
.content #githaus a#ad_6 {
    position: absolute;
    text-align: center;
    vertical-align: center;
    width: 120px;
    height: 60px;
    left: 59px;
    top: 595px;
}
.content #githaus a#ad_7 {
    position: absolute;
    text-align: center;
    vertical-align: center;
    width: 120px;
    height: 60px;
    left: 59px;
    top: 659px;
}
.content #githaus a#ad_8 {
    position: absolute;
    text-align: center;
    vertical-align: center;
    width: 119px;
    height: 60px;
    left: 183px;
    top: 277px;
    
}
.content #githaus a#ad_9 {
    position: absolute;
    text-align: center;
    vertical-align: center;
    width: 119px;
    height: 60px;
    left: 183px;
    top: 341px;
}
.content #githaus a#ad_10 {
    position: absolute;
    text-align: center;
    vertical-align: center;
    width: 119px;
    height: 60px;
    left: 183px;
    top: 405px;
}
.content #githaus a#ad_11 {
    position: absolute;
    text-align: center;
    vertical-align: center;
    width: 119px;
    height: 60px;
    left: 183px;
    top: 469px;
}
.content #githaus a#ad_12 {
    position: absolute;
    text-align: center;
    vertical-align: center;
    width: 119px;
    height: 59px;
    left: 183px;
    top: 532px;
}
.content #githaus a#ad_13 {
    position: absolute;
    text-align: center;
    vertical-align: center;
    width: 119px;
    height: 60px;
    left: 183px;
    top: 595px;
}
.content #githaus a#ad_14 {
    position: absolute;
    text-align: center;
    vertical-align: center;
    width: 119px;
    height: 60px;
    left: 183px;
    top: 659px;
}
.content #githaus a#ad_15 {
    position: absolute;
    text-align: center;
    width: 180px;
    height: 149px;
    left: 314px;
    top: 189px;
    
}
.content #githaus a#ad_16 {
    position: absolute;
    text-align: center;
    vertical-align: center;
    width: 180px;
    height: 148px;
    left: 314px;
    top: 342px;
}
.content #githaus a#ad_17 {
    position: absolute;
    text-align: center;
    vertical-align: center;
    width: 120px;
    height: 59px;
    left: 504px;
    top: 277px;
}
.content #githaus a#ad_18 {
    position: absolute;
    text-align: center;
    vertical-align: center;
    width: 120px;
    height: 60px;
    left: 504px;
    top: 341px;
}
.content #githaus a#ad_19 {
    position: absolute;
    text-align: center;
    vertical-align: center;
    width: 120px;
    height: 60px;
    left: 504px;
    top: 404px;
}
.content #githaus a#ad_20 {
    position: absolute;
    text-align: center;
    vertical-align: center;
    width: 120px;
    height: 60px;
    left: 504px;
    top: 467px;
}
.content #githaus a#ad_21 {
    position: absolute;
    text-align: center;
    vertical-align: center;
    width: 120px;
    height: 59px;
    left: 504px;
    top: 532px;
}
.content #githaus a#ad_22 {
    position: absolute;
    text-align: center;
    vertical-align: center;
    width: 120px;
    height: 59px;
    left: 504px;
    top: 596px;
}
.content #githaus a#ad_23 {
    position: absolute;
    text-align: center;
    vertical-align: center;
    width: 120px;
    height: 59px;
    left: 504px;
    top: 659px;
}
.content #githaus a#ad_24 {
    position: absolute;
    text-align: center;
    vertical-align: center;
    text-align: center;
    vertical-align: center;
    width: 120px;
    height: 60px;
    left: 627px;
    top: 277px;
}
.content #githaus a#ad_25 {
    position: absolute;
    text-align: center;
    vertical-align: center;
    width: 120px;
    height: 60px;
    left: 627px;
    top: 341px;
}
.content #githaus a#ad_26 {
    position: absolute;
    text-align: center;
    vertical-align: center;
    width: 120px;
    height: 59px;
    left: 627px;
    top: 405px;
}
.content #githaus a#ad_27 {
    position: absolute;
    text-align: center;
    vertical-align: center;
    width: 120px;
    height: 60px;
    left: 627px;
    top: 468px;
}
.content #githaus a#ad_28 {
    position: absolute;
    text-align: center;
    vertical-align: center;
    width: 120px;
    height: 59px;
    left: 627px;
    top: 532px;
}
.content #githaus a#ad_29 {
    position: absolute;
    text-align: center;
    vertical-align: center;
    width: 120px;
    height: 59px;
    left: 627px;
    top: 596px;
}
.content #githaus a#ad_30 {
    position: absolute;
    text-align: center;
    vertical-align: center;
    width: 120px;
    height: 60px;
    left: 627px;
    top: 659px;
}
.content #githaus a#ad_31 {
    position: absolute;
    text-align: center;
    vertical-align: center;
    width: 120px;
    height: 60px;
    left: 5px;
    top: 894px;
}
.content #githaus a#ad_32 {
    position: absolute;
    text-align: center;
    vertical-align: center;
    width: 120px;
    height: 60px;
    left: 129px;
    top: 894px;
}
.content #githaus a#ad_33 {
    position: absolute;
    text-align: center;
    vertical-align: center;
    width: 120px;
    height: 60px;
    left: 548px;
    top: 893px;
}
.content #githaus a#ad_34 {
    position: absolute;
    text-align: center;
    vertical-align: center;
    width: 120px;
    height: 60px;
    left: 672px;
    top: 893px;
}

.content #githaus a#ad_1.used, .content #githaus a#ad_2.used,
.content #githaus a#ad_3.used, .content #githaus a#ad_4.used,
.content #githaus a#ad_5.used, .content #githaus a#ad_6.used,
.content #githaus a#ad_7.used, .content #githaus a#ad_8.used,
.content #githaus a#ad_9.used, .content #githaus a#ad_10.used,
.content #githaus a#ad_11.used, .content #githaus a#ad_12.used,
.content #githaus a#ad_13.used, .content #githaus a#ad_14.used,
.content #githaus a#ad_15.used, .content #githaus a#ad_16.used,
.content #githaus a#ad_17.used, .content #githaus a#ad_18.used,
.content #githaus a#ad_19.used, .content #githaus a#ad_20.used,
.content #githaus a#ad_21.used, .content #githaus a#ad_22.used,
.content #githaus a#ad_23.used, .content #githaus a#ad_24.used,
.content #githaus a#ad_25.used, .content #githaus a#ad_26.used,
.content #githaus a#ad_27.used, .content #githaus a#ad_28.used,
.content #githaus a#ad_29.used, .content #githaus a#ad_30.used, 
.content #githaus a#ad_31.used, .content #githaus a#ad_32.used,
.content #githaus a#ad_33.used, .content #githaus a#ad_34.used
 {
    background: #C4A891;
}

.content #githaus a#ad_1.free:hover, .content #githaus a#ad_2.free:hover,
.content #githaus a#ad_3.free:hover, .content #githaus a#ad_4.free:hover,
.content #githaus a#ad_5.free:hover, .content #githaus a#ad_6.free:hover,
.content #githaus a#ad_7.free:hover, .content #githaus a#ad_8.free:hover,
.content #githaus a#ad_9.free:hover, .content #githaus a#ad_10.free:hover,
.content #githaus a#ad_11.free:hover, .content #githaus a#ad_12.free:hover,
.content #githaus a#ad_13.free:hover, .content #githaus a#ad_14.free:hover,
.content #githaus a#ad_15.free:hover, .content #githaus a#ad_16.free:hover,
.content #githaus a#ad_17.free:hover, .content #githaus a#ad_18.free:hover,
.content #githaus a#ad_19.free:hover, .content #githaus a#ad_20.free:hover,
.content #githaus a#ad_21.free:hover, .content #githaus a#ad_22.free:hover,
.content #githaus a#ad_23.free:hover, .content #githaus a#ad_24.free:hover,
.content #githaus a#ad_25.free:hover, .content #githaus a#ad_26.free:hover,
.content #githaus a#ad_27.free:hover, .content #githaus a#ad_28.free:hover,
.content #githaus a#ad_29.free:hover, .content #githaus a#ad_30.free:hover,
.content #githaus a#ad_31.free:hover, .content #githaus a#ad_32.free:hover,
.content #githaus a#ad_33.free:hover, .content #githaus a#ad_34.free:hover {
    border: 1px solid #333;
}


/********************************************************************************/
/* =Navi
/* =Addons
/********************************************************************************/
#navigation h2,
#addons h2 {
    border-bottom: 1px solid #E2E2E2;
    padding: 6px 6px 6px 22px;
    background: #FFF url("/images/bg_headline_circle.gif") no-repeat 5px 7px;
    color: #FE6F17;
    font-weight: bold;
    font-size: 100%;
}
#navigation h2.login {
    color: #333;
}
#navigation h2.partner {
    padding: 8px 6px 8px 22px;
    
}

#navigation div.box,
#addons div.box {
    border-top: 1px solid #FFF;
    padding: 8px;
}
#navigation div.box {
    border-bottom: 1px solid #EBEBEB;
    background: #F6F6F6;
}
#addons div.box {
    border-bottom: 1px solid #DCDCDC;
    background: #EEE;
}

#navigation div.box form input.form,
#addons form#global_search input.form {
    width: 110px;
    margin: 0 0 6px 0;
    border-top: 1px solid #888;
    border-left: 1px solid #888;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    padding: 2px;
}
#navigation div.box form label {
    display: none;
}
#navigation div.box form input.bu,
#addons form#global_search input.bu {
    margin: -4px 0 0 4px;
}

#navigation div.register,
#navigation div.logout {
    padding-left: 22px;
    background: #F6F6F6 url("/images/icon_more.gif") no-repeat 8px 12px;
}
#navigation div.register a,
#navigation div.logout a {
    font-weight: bold;
    color: #4A4A4A;
    text-decoration: none;
}
#navigation div.logout a {
    color: #C7C7C7;
}

#navigation div.lost_password a {
    color: #BCBCBC;
    font-size: 90%;
    text-decoration: none;
}

#navigation div.name {
    font-weight: bold;
    font-size: 120%;
}

#navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#navigation ul li {
    border-top: 1px solid #FE7D2E;
    border-bottom: 1px solid #E56415;
    padding: 8px 12px 8px 12px;
    background: #FE6F17;
}
#navigation ul li ul {
    margin: 8px -12px -9px -12px;
    border-top: 1px solid #E56415;
}
#navigation ul li ul li {
    border-top: 0;
    border-bottom: 0;
    padding-bottom: 12px;
    padding-left: 8px;
    background: #FFF0E2 url("/images/bg_nav_second.gif") repeat-x bottom;
}

#navigation ul li.community {
    border-top: 1px solid #BBC1C8;
    border-bottom: 1px solid #999FA6;
    background: #ACB3BB;
}
#navigation ul li.community ul {
    border-top: 1px solid #999FA6;
}
#navigation ul li.community ul li {
    background: #F6F6F6 url("/images/bg_nav_second_community.gif") repeat-x bottom;
}

#navigation ul li.admin {
    border-top: 1px solid #A90000;
    border-bottom: 1px solid #600;
    background: #900;
}

#navigation ul li a:link,
#navigation ul li a:visited {
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
}
#navigation ul li a:hover,
#navigation ul li a:active {
    color: #FFF;
    font-weight: bold;
    text-decoration: underline;
}
#navigation ul li ul li a {
    display: block;
    padding-left: 16px;
    background: transparent url("/images/bg_headline_circle.gif") no-repeat 0px 2px;
}
#navigation ul li ul li a:link,
#navigation ul li ul li a:visited {
    color: #4A4A4A;
    font-weight: normal;
    text-decoration: none;
}
#navigation ul li ul li a:hover,
#navigation ul li ul li a:active {
    color: #4A4A4A;
    font-weight: normal;
    text-decoration: underline;
}

#navigation ul li ul li a.selected {
    font-weight: bold;
    text-decoration: none;
}



/********************************************************************************/
/* =Content
/********************************************************************************/
.content h2 {
    clear: both;
    margin: 8px 8px 4px 10px;
    padding: 0;
    color: #FE6F17;
    font-weight: bold;
    font-size: 120%;
}

.content h3 {
    clear: both;
    margin: 0 0 8px 0;
    border-bottom: 1px dashed #FE6F17;
    padding: 8px 8px 10px 24px;
    background: #FFF0E2 url("/images/bg_headline_arrow_orange.gif") no-repeat 6px 9px;
    color: #FE6F17;
    font-weight: bold;
    font-size: 100%;
}
.community h3 {
    border-bottom: 1px dashed #E2E2E2;
    background: #ACB3BB url("/images/bg_headline_arrow_grey.gif") no-repeat 6px 9px;
    color: #FFF;
}

.content h4 {
    clear: both;
    margin: 8px 8px 4px 10px;
    padding: 0;
    color: #333;
    font-weight: bold;
    font-size: 100%;
}
.content h4.highlight {
    color: #FE6F17;
}
.content h4.highlight a {
    color: #FE6F17;
}
.content h4.separator {
    margin-top: 24px;
}
.community h4.highlight {
    color: #858585;
}
.community h4.highlight a {
    color: #858585;
}

.content h5.highlight {
    color: #FE6F17;
	 margin-left: 10px;
}
.content h5.highlight a {
    color: #FE6F17;
}
.content h5.separator {
    margin-top: 24px;
}


.content p {
    margin: 4px 10px 10px 10px;
    line-height: 130%;
}
.content p.centered {
    text-align: center;
}
.content p.cleared {
    clear: both; 
}
/* 
 * HRs m�ssen mit dem DIV-Trick angezeigt werden,
 * weil der IE sonst mit den margins rumspinnt
*/
.content div.hr {
    clear: both;
    height: 1px;
    margin: 2px 0 4px 0;
    background: #E2E2E2;
}
.content div.isolator {
    margin-top: 8px;
    margin-bottom: 12px;
}
.content div.hr hr {
    display: none;
}

.content ul.default {
    margin-top: 12px;
    line-height: 160%;
}

.content p.image_only {
    margin: 24px 10px;
    text-align: center;
}
.content p.image_only img {
    padding: 2px;
    border: 1px solid #E2E2E2;
}
.content img.image_left,
.content img.image_right {
    float: left;
    margin: 0 12px 4px 10px;
    padding: 0;
}
.content img.image_right {
    float: right;
    margin: 0 10px 4px 12px;
}

.content div.eyecatcher {
    background: #F5F5F5;
    padding: 4px 0 1px 0;
}
.content div.attached {
    margin-top: -8px;
}



/********************************************************************************/
/* =Tables
/********************************************************************************/
.content table.data,
.content table.confrontation {
    width: 599px;
    margin: 4px 10px 10px 10px;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
    padding: 0;
}
body.full .content table.data,
body.full .content table.confrontation {
    width: 782px;
}
.content table.data th,
.content table.confrontation th {
    margin: 0;
    padding: 6px 5px;
    text-align: left;
    color: #FE6F17;
    border-bottom: 1px dashed #ACB3BB;
}
.content table.data th a,
.content table.confrontation th a {
    color: #FE6F17;
    text-decoration: none;
}
.community table.data th,
.community table.confrontation th,
.community table.data th a,
.community table.confrontation th a {
    color: #858585;
}
.content table.data td,
.content table.confrontation td {
    margin: 0;
    padding: 6px 5px;
    vertical-align: top;
    border-bottom: 1px solid #E2E2E2;
}
.content table.data td.error,
.content table.forum td.error {
    padding: 24px 10px;
    text-align: center;
    font-weight: bold;
}
.content table.data td.date {
    width: 74px;
}
.content table td h1,
.content table td h2,
.content table td h3,
.content table td h4,
.content table td h5,
.content table td h6,
.content table td p {
    margin-right: 0;
    margin-left: 0;
}

.content table.confrontation {
    width: 604px;
    margin: 4px 5px 10px 5px;
}
body.full .content table.confrontation {
    width: 797px;
}
.content table.confrontation td {
    border-bottom: 1px dashed #ACB3BB;
}



/********************************************************************************/
/* =Forms
/********************************************************************************/
.content form.default {
    margin: 10px 0 24px 0;
    padding: 0;
}

.content form.default .row {
    clear: both;
    margin: 10px 10px 12px 10px;
}
.content form.default .row:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.content form.default .row .comment {
    margin-top: 16px;
    color: #BCBCBC;
}
.content form.default .row .comment a:link,
.content form.default .row .comment a:visited {
    color: #BCBCBC;
}
.content form.default .row .comment a:hover,
.content form.default .row .comment a:active {
    color: #BCBCBC;
}

.content form.default .row .label {
    width: 166px;
    float: left;
}
.content form.default .row .required {
    font-weight: bold;
}

.content form.default .row .input {
    width: 424px;
    float: left;
}
body.full .content form.default .row .input {
    width: 607px;
}
.content form.default .row .wide {
    width: 524px;
}
body.full .content form.default .row .wide {
    width: 707px;
}

.content form.default .row .text {
    float: left;
    padding-bottom: 4px;
    line-height: 140%;
}

.content form.default .hidden {
    display: none;
}

.content form.default .buttons {
    clear: both;
    margin: 0 10px 0 175px;
}
.content form.default .buttons input,
input.submit_button {
    border: 1px solid #ACB3BB;
    padding: 4px 8px;
    color: #333;
    background: #E2E2E2;
    font-size: 100%;
}
.content form.default .finish {
    margin-top: 24px;
    margin-bottom: 36px;
}

.content form.default .delete {
    clear: both;
    margin: 0 10px;
    text-align: right;
}
.content form.default .delete input {
    font-weight: bold;
    color: #FFF;
    background-color: #900;
    border: 0px;
    padding: 6px;
}

input.counter {
    width: 25px;
    margin: -2px 0 0 0;
    border: 0;
    padding: 0;
    color: #333;
    text-align: right;
}
input.nl_counter {
    width: 8px;
    margin: -3px 0 0 0;
    border: 0;
    padding: 0;
    color: #333;
    text-align: right;
}

/********************************************************************************/
/* =Error
/********************************************************************************/
.content div.error {
    margin: 0 10px 24px 10px;
    color: #900;
}
.content div.error p {
    margin: 0;
    padding: 0;
}
.content div.error ul {
    margin: 6px 0 10px 12px;
    padding: 0;
    list-style: none;
}
.content div.error ul li {
    margin: 0;
    padding: 2px 0 4px 16px;
    background: transparent url("/images/icon_error.gif") no-repeat 0 3px;
}



/********************************************************************************/
/* =Pagination
/********************************************************************************/
div.pagination {
    margin: 4px 10px 10px 10px;
    text-align: right;
}
div.pagination a {
    margin: 0 2px;
}
div.pagination strong {
    padding: 4px;
    font-weight: bold;
    color: #FFF;
    background: #FE6F17;
}



/********************************************************************************/
/* =Buttons
/********************************************************************************/
a.button {
    display: block;
    padding: 4px 6px 4px 20px;
    background-image: url("/images/icon_arrow_right_orange.gif");
    background-repeat: no-repeat;
    background-position: 3px 6px;
}
.community a.button {
    background-image: url("/images/icon_arrow_right_grey.gif");
}
.community a.button.orange {
    background-image: url("/images/icon_arrow_right_orange.gif");
}
a.button:link,
a.button:visited {
    text-decoration: none;
    color: #333;
}
a.button:hover,
a.button:active {
    text-decoration: underline;
    color: #FE6F17;
}
.community a.button:hover,
.community a.button:active {
    text-decoration: underline;
    color: #333;
}
div.buttons {
    margin: 0 10px 12px 10px;
}
div.buttons:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.content table td div.buttons {
    margin: 0;
    padding: 0;
}
div.buttons a.button {
    margin-right: 12px;
    float: left;
}

.content a.profile {
    background-image: url("/images/icon_profile_orange.gif");
    background-position: 0 4px;
}
.community a.profile {
    background-image: url("/images/icon_profile_grey.gif");
    background-position: 0 4px;
}

.content a.message {
    background-image: url("/images/icon_message_orange.gif");
    background-position: 0px 8px;
}
.community a.message {
    background-image: url("/images/icon_message_grey.gif");
}

.content a.mp_profile {
    background-image: url("/images/icon_mp_profile_orange.gif");
    background-position: 2px 5px;
}
.community a.mp_profile {
    background-image: url("/images/icon_mp_profile_grey.gif");
}

.content a.answer {
    background-image: url("/images/icon_answer_orange.gif");
    background-position: 3px 5px;
}
.community a.answer {
    background-image: url("/images/icon_answer_grey.gif");
}

.content a.delete {
    background-image: url("/images/icon_delete_orange.gif");
    background-position: 2px 3px;
}
.community a.delete {
    background-image: url("/images/icon_delete_grey.gif");
}

.content a.rules {
    background-image: url("/images/icon_rules_orange.gif");
    background-position: 5px 4px;
}

.community a.rules_orange {
    background-image: url("/images/icon_rules_orange.gif");
}
.community a.rules {
    background-image: url("/images/icon_rules_grey.gif");
}

.content a.search {
    background-image: url("/images/icon_search_orange.gif");
    background-position: 2px 3px;
}
.community a.search {
    background-image: url("/images/icon_search_grey.gif");
}

.content a.support {
    background-image: url("/images/icon_support_orange.gif");
    background-position: 6px 5px;
}
.community a.support {
    background-image: url("/images/icon_support_grey.gif");
}

.content a.new_topic {
    background-image: url("/images/icon_new_topic_orange.gif");
    background-position: 2px 6px;
}
.community a.new_topic {
    background-image: url("/images/icon_new_topic_grey.gif");
}

.content a.edit {
    background-image: url("/images/icon_edit_orange.gif");
    background-position: 2px 7px;
}
.community a.edit {
    background-image: url("/images/icon_edit_grey.gif");
}

.content a.blog,
.community a.blog {
    font-weight: bold;
}

.content a.doc {
    background-image: url("/images/download_icons/doc.gif");
    background-position: 0px 3px;
}
.content a.foo {
    background-image: url("/images/download_icons/foo.gif");
    background-position: 0px 3px;
}
.content a.gif {
    background-image: url("/images/download_icons/gif.gif");
    background-position: 0px 3px;
}
.content a.jpg {
    background-image: url("/images/download_icons/jpg.gif");
    background-position: 0px 3px;
}
.content a.pdf {
    background-image: url("/images/download_icons/pdf.gif");
    background-position: 0px 3px;
}
.content a.png {
    background-image: url("/images/download_icons/png.gif");
    background-position: 0px 3px;
}
.content a.ppt {
    background-image: url("/images/download_icons/ppt.gif");
    background-position: 0px 3px;
}
.content a.txt {
    background-image: url("/images/download_icons/txt.gif");
    background-position: 0px 3px;
}
.content a.xls {
    background-image: url("/images/download_icons/xls.gif");
    background-position: 0px 3px;
}
.content a.zip {
    background-image: url("/images/download_icons/zip.gif");
    background-position: 0px 3px;
}



/********************************************************************************/
/* =Startpage
/********************************************************************************/
.content img.team {
    margin-left: 1px;
}
.content ul.links {
    clear: both;
    margin: 0;
    border-top: 1px solid #F6F6F6;
    border-bottom: 1px solid #E2E2E2;
    padding: 6px 10px;
    list-style: none;
}
.content ul.links:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.content ul.links li {
    float: left;
    padding: 0 32px 0 14px;
    background: transparent url("/images/icon_more.gif") no-repeat 0 3px;
    color: #ACB3BB;
    font-weight: bold;
}
.content ul.links li a:link,
.content ul.links li a:visited {
    color: #ACB3BB;
    text-decoration: none;
}
.content ul.links li a:hover,
.content ul.links li a:active {
    color: #ACB3BB;
    text-decoration: underline;
}

.content ul.articles,
.content ul.calendar {
    clear: both;
    margin: -8px 0 4px 0;
    padding: 0;
    list-style: none;
}
.content ul.articles li,
.content ul.calendar li {
    padding: 7px 10px 9px 24px;
    background-image: url("/images/icon_more.gif");
    background-repeat: no-repeat;
    background-position: 10px 10px;
}

.content ul.calendar li {
    padding: 6px 10px 9px 44px;
    background-image: url("/images/icon_calendar.gif");
    background-repeat: no-repeat;
    background-position: 10px 9px;
    line-height: 130%;
}

.content div.from_forums {
    padding: 4px 0 2px 0;
}
.content div.from_forums h4 span a {
    color: #FE6F17;
    font-weight: normal;
}



/********************************************************************************/
/* =Team
/********************************************************************************/
.team p.desc:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.team ul.links {
    margin-bottom: 12px;
}



/********************************************************************************/
/* =Feedback
/********************************************************************************/
.content .feedback_entry {
    margin: 1px 0 0 0;
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
    padding: 10px 0 6px 0;
}
.content .feedback_first_entry {
    border-top: 0;
}



/********************************************************************************/
/* =Netzwerkpartner
/********************************************************************************/
.content form.search_partner .row .label {
    width: 120px;
}
.content form.search_partner .buttons {
    clear: both;
    margin: 0 10px 0 130px;
}



/********************************************************************************/
/* =Fotoalbum
/********************************************************************************/
.content .photo_album {
    border-bottom: 1px solid #E2E2E2;
}
.content .photo_album h4 {
    padding-left: 17px;
    background: transparent url("/images/icon_boxed_arrow_right.gif") no-repeat 3px 3px;
    font-weight: normal;
}

.content .photo {
    float: left;
    width: 130px;
    height: 130px;
    margin: 10px 13px;
    overflow: hidden;
    text-align: center;
}
.content .photo a img {
    padding: 6px;
    background: transparent;
}
.content .photo a img:hover {
    background: #E2E2E2;
}

body.photo {
    background: #FFF;
}
div.close_window {
    position: absolute;
    right: 10px;
    bottom: 10px;
    border: 1px solid #FFF;
    padding: 8px 16px;
    background: #FE6F17;
    color: #FFF;
    font-variant: small-caps;
}
div.close_window a:link,
div.close_window a:visited,
div.close_window a:hover,
div.close_window a:active {
    color: #FFF;
    text-decoration: none;
}



/********************************************************************************/
/* =Impressum
/********************************************************************************/
.imprint img {
    margin: 6px 0 9px 0;
}



/********************************************************************************/
/* =H�ufige Fragen
/********************************************************************************/
.content ul.help {
    margin: 0 18px 16px 18px;
    padding: 0;
    list-style: none;
}
.content ul.help li {
    background: transparent url("/images/icon_boxed_arrow_right.gif") no-repeat 0px 3px;
    padding: 0 0 0 15px;
    margin: 0 0 6px 0;
}
.content ul.help p {
    margin-left: 0;
}



/********************************************************************************/
/* =News
/* =Fokus
/* =Unternehmer/in des Monats
/********************************************************************************/
.content p.date {
    margin-bottom: -6px;
}
.content table.news,
.content table.focus,
.content table.enterpriser {
    margin-top: -4px;
}
.content table.news thead,
.content table.focus thead {
    display: none;
}

.content table.enterpriser_detail {
    margin: -6px 4px 0 4px;
}
.content table.enterpriser_detail th {
    margin: 0;
    padding: 4px 5px;
    text-align: left;
    vertical-align: top;
    font-weight: bold;
}
.content table.enterpriser_detail td {
    margin: 0;
    padding: 4px 5px;
    vertical-align: top;
}
.content p.enterpriser_detail_info {
    clear: both;
    margin-top: 16px;
}

.content table.enterpriser td.month {
    width: 110px;
}
.content table.enterpriser td.date {
    width: 120px;
}

.content ul.article_links {
    margin-bottom: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.content ul.article_links li {
    display: block;
    float: none;
    padding: 3px 6px 3px 14px;
    background-position: 0 6px;
}



/********************************************************************************/
/* =Newsletter
/********************************************************************************/
.content form.newsletter {
    margin: 4px 10px 12px 10px;
}
.content form.newsletter:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.content form.newsletter div.input {
    float: left;
    padding-top: 3px;
    padding-right: 20px;
}
.content form.newsletter div.input input {
    margin-bottom: 3px;
}
.content p.newsletter {
    margin: 5px;
    padding: 8px 5px;
    background: #F5F5F5;
    font-size: 110%;
    font-family: Courier, Courier New, Fixedsys;
}
.content p.newsletter a:link,
.content p.newsletter a:visited {
    font-family: Courier, Courier New, Fixedsys;
    text-decoration: underline;
}
.content p.newsletter a:hover,
.content p.newsletter a:active {
    font-family: Courier, Courier New, Fixedsys;
    text-decoration: none;
}



/********************************************************************************/
/* =Externe Veranstaltungen
/********************************************************************************/
.calendar_external ul.months {
    margin: 20px 10px 20px 10px;
    padding: 0;
    list-style: none;
    text-align: center;
}
.calendar_external ul.months:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.calendar_external ul.months li {
    display: inline;
    margin: 0;
    border-right: 1px solid #CECECE;
    padding: 1px 4px 2px 9px;
}
.calendar_external ul.months li.last {
    border: 0;
}
.calendar_external ul.months li a.selected:link,
.calendar_external ul.months li a.selected:visited,
.calendar_external ul.months li a.selected:hover,
.calendar_external ul.months li a.selected:active {
    font-weight: bold;
    text-decoration: none;
}

.calendar_external table.calendar {
    margin-top: -4px;
}
.calendar_external table.calendar thead {
    display: none;
}
.calendar_external table.calendar td.date {
    text-align: right;
    font-weight: bold;
    color: #FE6F17;
    font-size: 160%;
}
.calendar_external table.calendar td.git {
    background: transparent url("/images/bg_calendar_git.gif") no-repeat bottom right;
}
.calendar_external table.calendar td h4 {
    margin-top: 0;
}



/********************************************************************************/
/* =Marktplatz
/********************************************************************************/
.marketplace_detail h3 {
    margin-bottom: 20px;
}
.marketplace_detail p {
    padding-left: 125px;
    padding-right: 100px;
    text-align: left;
}
.marketplace_detail p img {
    margin-top: 6px;
    margin-bottom: 6px;
}
.marketplace_detail table.confrontation {
    margin-bottom: 24px;
}
.marketplace_detail table.confrontation th {
    text-align: left;
    padding-left: 130px;
}
.marketplace_detail table.confrontation td {
    text-align: left;
    padding-right: 100px;
}



/********************************************************************************/
/* =Presse
/********************************************************************************/
.press table.data {
    margin-bottom: -1px;
}
.press p.download {
    margin-bottom: 24px;
}
.content ul.downloads {
    list-style: none;
    padding: 0;
    margin: 0;
}
.content ul.downloads li ul {
    list-style: none;
    margin: 0 10px 16px 10px;
    padding: 0;
}
.content ul.downloads li ul li {
    margin: 0 0 3px 0;
    padding: 0;
}



/********************************************************************************/
/* =Service
/********************************************************************************/
.service p.name {
    background: transparent url("/images/icon_boxed_arrow_right.gif") no-repeat 14px 3px;
    padding-left: 28px;
    margin-top: 8px;
    margin-bottom: 0;
    font-weight: bold;
}
.service p.desc {
    margin-top: 2px;
    margin-bottom: 12px;
    padding-left: 28px;
}



/********************************************************************************/
/* =Literatur
/* =Links
/********************************************************************************/
.content ul.servicelist {
    list-style: none;
    margin: 0 10px;
    padding: 0;
}
.content ul.servicelist li {
    background: transparent url("/images/icon_folder.gif") no-repeat 0 5px;
    padding: 5px 0 5px 22px;
}
.content ul.servicelist li a {
    text-decoration: none;
    color: #FE6F17;
    font-weight: bold;
}

.content ul.literatur li ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.content ul.literatur li ul li {
    background: transparent url("/images/icon_boxed_arrow_right.gif") no-repeat 8px 2px;
    margin: 0;
    padding: 0 0 0 12px;
}

.content ul.linklist li ul {
    list-style: none;
    margin: 6px 0 6px -15px;
    padding: 0;
}
.content ul.linklist li ul li {
    padding: 7px 0 0 10px;
    background: transparent url("/images/icon_course.gif") no-repeat 0 1px;
}
.content ul.linklist li ul li a {
    color: #333;
    font-weight: bold;
    text-decoration: none;
}

.content ul.linklist li ul li ul {
    margin: 7px 0 0 -10px;
    padding: 8px 0 0 0;
    background: transparent url("/images/icon_course_link.gif") repeat-y 0 0;
}
.content ul.linklist li ul li ul li {
    margin: 0;
    padding: 0 0 4px 8px;
    background: none;
}
.content ul.linklist li ul li ul li a {
    display: block;
    margin: 0 10px 4px 10px;
    padding: 0 0 0 15px;
    background: transparent url("/images/icon_link.gif") no-repeat 0 1px;
    font-weight: normal;
}
.content ul.linklist li ul li ul li a:link,
.content ul.linklist li ul li ul li a:visited {
    text-decoration: underline;
}
.content ul.linklist li ul li ul li a:hover,
.content ul.linklist li ul li ul li a:active {
    text-decoration: none;
}



/********************************************************************************/
/* =Buttons
/********************************************************************************/
.content p.button_download {
    margin-top: -8px;
    margin-bottom: 16px;
}



/********************************************************************************/
/* =Suche
/********************************************************************************/
.search table.data {
    margin-top: -4px;
}
.search table.data thead {
    display: none;
}
.search table.data td.date {
    width: 74px;
}
.search table.data td.gdm_date,
.search table.data td.calendar_date {
    width: 94px;
}



/********************************************************************************/
/* =Registrierung
/********************************************************************************/
.content ul.register_links {
    margin: 12px 10px;
    padding: 0;
    list-style: none;
}
.content ul.register_links li {
    background: transparent url("/images/icon_boxed_arrow_right.gif") no-repeat 0 3px;
    margin: 0;
    padding: 0 0 3px 13px;
}



/********************************************************************************/
/* =Smilies
/********************************************************************************/
.content p.smilies {
    margin: 0;
    line-height: 100%;
}
.content p.smilies img {
    margin: 6px 8px;
}



/********************************************************************************/
/* =Help
/********************************************************************************/
body.help {
    padding-bottom: 20px;
    background: #FFF url("/images/bg_help.gif") fixed no-repeat center;
}
body.help .content {
    margin: 0;
}
.content p.close_window {
    margin-top: 32px;
    padding-left: 21px;
    background: transparent url("/images/icon_close.gif") no-repeat 2px 1px;
}
.content p.close_window a {
    text-decoration: none;
}

.content a.help:link,
.content a.help:visited {
    background: #FFF;
}
.content a.help:hover,
.content a.help:active {
    background: #FFF0E2;
}
.community a.help:link,
.community a.help:visited {
    background: #FFF;
}
.community a.help:hover,
.community a.help:active {
    background: #EEE;
}



/********************************************************************************/
/* =Buddies
/********************************************************************************/
.content table.buddies {
    margin-top: 0;
}
.content table.buddies th.status {
    text-align: center;
}
.content table.buddies td.status {
    width: 7%;
    background-repeat: no-repeat;
    background-position: center 9px;
}
.content table.buddies td.online {
    background-image: url("/images/icon_online.gif");
}
.content table.buddies td.offline {
    background-image: url("/images/icon_offline.gif");
}
.content table.buddies td.name {
    width: 38%;
}
.content ul.process_excerpt {
    margin: 0 0 12px 24px;
    padding: 0;
    list-style: none;
}
.content ul.process_excerpt li {
    margin-bottom: 4px;
}


/********************************************************************************/
/* =Mitgliedersuche
/********************************************************************************/
.content table.members_result {
    margin-top: -4px;
}
.content table.members_result td.industry {
    width: 30%;
}
.content table.members_result td.zip {
    width: 10%;
}



/********************************************************************************/
/* =Moderatoren
/********************************************************************************/
.content table.moderators {
    margin-top: -4px;
}
.content table.moderators td {
    width: 50%;
}
.content table.moderators td.last {
    border-bottom-color: #ACB3BB;
    border-bottom-width: 3px;
}



/********************************************************************************/
/* =Forum allgemein
/********************************************************************************/
.content table.forum {
    width: 604px;
    margin: 10px 10px 24px 10px;
    border-collapse: collapse;
    border: 1px solid #E2E2E2;
    padding: 0;
}
body.full .content table.forum {
    width: 787px;
}
.content table.forum th {
    padding: 8px 6px 9px 6px;
    background: #FE6F17;
    color: #FFF;
    font-weight: bold;
}
.content table.forum th a {
    color: #FFF;
    text-decoration: none;
}
.content table.forum td {
    padding: 6px;
    line-height: 140%;
}

.community table.forum th {
    background: #ACB3BB;
}



/********************************************************************************/
/* =Foren�bersicht
/********************************************************************************/
.content table.forums {
    margin-top: 10px;
    margin-bottom: 24px;
}
.content table.forums td {
    padding: 8px;
}
.content table.forums td.forum {
    padding-left: 36px;
    background-image: url("/images/icon_forum.gif");
    background-repeat: no-repeat;
    background-position: 9px 14px;
}
.content table.forums .topics,
.content table.forums .postings {
    width: 10%;
    text-align: center;
}
.content table.forums td.topics,
.content table.forums td.postings {
    padding-top: 14px;
}
.content table.forums td h4 {
    margin: 0;
    padding: 0;
}
.content table.forums td p.mods {
    margin: 6px 0 0 0;
}



/********************************************************************************/
/* =Forum
/********************************************************************************/
.content table.topics {
    margin-top: -8px;
}
.content table.topics th,
.content table.topics td {
    text-align: center;
    vertical-align: middle;
}
.content table.topics td.topic,
.content table.coop td.topic {
    padding-left: 26px;
    background-image: url("/images/icon_topic_orange.gif");
    background-repeat: no-repeat;
    background-position: 6px 12px;
    text-align: left;
    vertical-align: top;
}
.content table.topics td.new,
.content table.coop td.new {
    background-image: url("/images/icon_topic_new_orange.gif");
    background-repeat: no-repeat;
    background-position: 6px 12px;
}
.content table.topics td.closed {
    background-image: url("/images/icon_topic_closed_orange.gif");
    background-repeat: no-repeat;
    background-position: 6px 12px;
}
.content table.topics td.sticked {
    background-image: url("/images/icon_topic_sticked_orange.gif");
    background-repeat: no-repeat;
    background-position: 6px 12px;
}
.content table.topics td.replies {
    width: 5%;
}
.content table.topics td.author {
    width: 22%;
}
.content table.topics td.views {
    width: 5%;
}
.content table.topics td.last_posting {
    width: 22%;
}

.community table.topics td.topic,
.community table.coop td.topic {
    background-image: url("/images/icon_topic_grey.gif");
}
.community table.topics td.new,
.community table.coop td.new {
    background-image: url("/images/icon_topic_new_grey.gif");
}
.community table.topics td.closed {
    background-image: url("/images/icon_topic_closed_grey.gif");
}
.community table.topics td.sticked {
    background-image: url("/images/icon_topic_sticked_grey.gif");
}

.content div.forum_legend {
    margin: 24px 20%;
    border: 1px solid #E2E2E2;
    padding: 12px;
    text-align: center;
}
.content div.forum_legend img {
    vertical-align: middle;
}



/********************************************************************************/
/* =Thema
/********************************************************************************/
.content table.postings {
    margin-top: -4px;
    margin-bottom: -4px;
}
.content table.postings td.posting {
    overflow: hidden;
    padding-bottom: 16px;
}
.content table.postings td.author {
    width: 25%;
}
.content table.postings td.author p {
    margin-bottom: 6px;
}
.content table.postings td.author a.message {
    margin-bottom: 6px;
}

.content form.mods_action {
    margin: 24px 0;
    text-align: center;
}
.content form.mods_action a {
    text-decoration: none;
}
.content form.mods_action img {
    margin: 0 4px;
}
.content form.mods_action select,
.content form.mods_action input {
    margin-top: 12px;
}



/********************************************************************************/
/* =Forensuche
/********************************************************************************/
.content table.forumsearch {
    margin-top: -4px;
}
.content table.forumsearch th,
.content table.forumsearch td {
    text-align: center;
    vertical-align: middle;
}
.content table.forumsearch td.topic {
    text-align: left;
    vertical-align: top;
}
.content table.forumsearch td.replies {
    width: 8%;
}
.content table.forumsearch td.last_posting {
    width: 22%;
}



/********************************************************************************/
/* =Kooperationsb�rse
/********************************************************************************/
.content table.coop {
    margin-top: -4px;
}
.content table.coop th.views {
    text-align: center;
}
.content table.coop td.topic {
    background-image: url("/images/icon_topic_orange.gif");
}
.content table.coop td.new {
    background-image: url("/images/icon_topic_new_orange.gif");
}
.content table.coop td.author {
    vertical-align: middle;
}
.content table.coop td.views {
    vertical-align: middle;
    text-align: center;
}

.content table.cooperation_detail {
    width: 604px;
    margin: -4px 5px -4px 5px;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
    padding: 0;
}
.content table.cooperation_detail thead {
    display: none;
}
.content table.cooperation_detail td {
    margin: 0;
    padding: 6px 5px;
    vertical-align: top;
    border-bottom: 1px dashed #ACB3BB;
}
.content table.cooperation_detail td.author,
.content table.cooperation_data th {
    width: 154px;
}

.content table.cooperation_data {
    margin-bottom: 16px;
}
.content table.cooperation_data td ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.content table.cooperation_data td ul li {
    margin: 0;
    padding: 0 0 4px 0;
}



/********************************************************************************/
/* =Gr�nder-Community
/********************************************************************************/
div.user_home {
    padding-bottom: 6px;
    background: #F5F5F5;
}
div.user_home .half_column {
    margin-top: -20px;
    margin-bottom: 10px;
}
div.user_home .half_column h4 {
    margin-top: 20px;
    padding-left: 14px;
    background-image: url("/images/icon_arrow_right_grey.gif");
    background-repeat: no-repeat;
    background-position: 0 3px;
    color: #ACB3BB;
}
div.user_home .half_column h4 a {
    color: #ACB3BB;
}



/********************************************************************************/
/* =Postfach
/********************************************************************************/
.content table.postbox,
.content table.message {
    margin-top: -4px;
}
.content table.postbox td.author {
    width: 177px;
    padding-left: 28px;
    background-image: url("/images/icon_message_grey.gif");
    background-repeat: no-repeat;
    background-position: 5px 8px;
}
.content table.postbox td.date {
    width: 74px;
}

.content table.message th {
    width: 90px;
}



/********************************************************************************/
/* =Profil
/********************************************************************************/
.content table.profile th {
    width: 124px;
}
.content table.profile td.image {
    width: 100px;
    padding-top: 12px;
    background: #FFF;
    text-align: center;
}

.content table.show_coop,
.content table.show_postings {
    margin-top: -4px;
}
.content table.show_postings td.forum {
    width: 240px;
}



/********************************************************************************/
/* =Prozesse
/********************************************************************************/
.content ul#process_nav {
    margin: -8px 0 10px 0;
    border-bottom: 1px dashed #FE6F17;
    padding: 7px 10px 8px 10px;
    list-style: none;
    text-align: center;
}
.content ul#process_nav:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.content ul#process_nav li {
    display: inline;
    margin: 0;
    border-right: 1px solid #FE6F17;
    padding: 0 12px 0 8px;
    color: #FE6F17;
}
.content ul#process_nav.finished li {
    border-right-color: #FEB78B;
}
.content ul#process_nav li.first {
    padding-left: 0;
}
.content ul#process_nav li.last {
    border-right: 0;
    padding-right: 0;
}
.content ul#process_nav li a {
    color: #FE6F17;
}
.content ul#process_nav li del {
    color: #FEB78B;
    text-decoration: none;
}


/********************************************************************************/
/* =Prozesse - Startseite
/********************************************************************************/
div.process_home .third_column {
    margin-top: -10px;
    margin-bottom: 0;
}
div.process_home .third_column h4 {
    margin-top: 20px;
    padding-left: 14px;
    background-image: url("/images/icon_arrow_right_grey.gif");
    background-repeat: no-repeat;
    background-position: 0 3px;
    color: #FE6F17;
}
div.process_home .third_column h4 a {
    color: #FE6F17;
}
div.process_home .third_column ul.process_excerpt {
    margin: 0 0 12px 24px;
    padding: 0;
    list-style: none;
}
div.process_home .third_column ul.process_excerpt li {
    margin-bottom: 4px;
}



/********************************************************************************/
/* =Prozesstermine
/********************************************************************************/
.content table.process_events td.date {
    width: 74px;
}
.content table.process_events td.place {
    width: 110px;
}
.content table.process_events td del {
    text-decoration: none;
    color: #BCBCBC;
}



/********************************************************************************/
/* =Aufgaben
/********************************************************************************/
.content table.process_tasks td.date {
    width: 74px;
}
.content table.process_tasks td.author {
    width: 160px;
}

.content table.process_task {
    margin-top: -4px;
}



/********************************************************************************/
/* =Downloads
/********************************************************************************/
.content table.process_downloads td.date {
    width: 74px;
}
.content table.process_downloads td.download {
    width: 150px;
}



/********************************************************************************/
/* =Addons
/********************************************************************************/
#addons div.box table {
    width: 164px;
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
}
#addons span.emphasized {
    display: block;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #DCDCDC;
	 text-align:center;
	 padding: 0 auto;
	 padding-top:5px;
	 padding-bottom:10px;
    background: #EEE;
    color: #979EA6;
    font-weight: bold;
}
#addons a.emphasized {
    display: block;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #DCDCDC;
    padding: 8px 8px 8px 20px;
    background: #EEE url("/images/icon_more.gif") no-repeat 6px 11px;
    color: #979EA6;
    font-weight: bold;
}
#addons a.emphasized:link,
#addons a.emphasized:visited {
    text-decoration: none;
}
#addons a.emphasized:hover,
#addons a.emphasized:active {
    text-decoration: underline;
}

#addons form#global_search {
    min-height: 27px;
    padding: 8px 0 5px 22px;
    background: #FE6F17 url("/images/bg_addons_search.gif") no-repeat 5px 12px;
}

#addons div.ticker p {
    margin-bottom: 8px;
    font-weight: bold;
    color: #FE6F17;
}
#addons div.ticker table th,
#addons div.ticker table td {
    padding: 3px 0;
}
#addons div.ticker table th {
    font-weight: normal;
    width: 115px;
}
#addons div.ticker table td {
    text-align: right;
    font-weight: bold;
}

#addons div.flyer {
    height: 117px;
    padding: 0;
    background-image: url("/images/gfx_flyer.gif");
    background-repeat: no-repeat;
    background-position: right center;
}
#addons div.githaus {
    height: 147px;
    padding: 0;
    background-image: url("/images/gfx_githaus.jpg");
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 15px;
}
#addons div.curatorship {
    height: 122px;
    padding: 16px 0 0 0;
    background-image: url("/images/gfx_curatorship.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
}

#addons div.mp_ticker ul {
    margin: -3px 0;
    padding: 0;
}
#addons div.mp_ticker ul li {
    margin: 0;
    padding: 3px 0;
}

#addons div.voting{
    width: 180px;
}

#addons div.voting p.question {
    margin: 0 0 6px 0;
    font-weight: bold;
    line-height: 140%;
}
#addons div.voting div.row {
    clear: both;
    margin-left: -6px;
    padding-bottom: 8px;
}
#addons div.voting div.row:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#addons div.voting div.option {
    width: 24px;
    float: left;
    vertical-align: top;
}
#addons div.voting div.label {
    width: 146px;
    float: left;
    line-height: 140%;
}
#addons div.voting div.result {
    clear: both;
    padding: 4px 0 8px 0;
}
#addons div.voting div.button {
    clear: both;
    padding: 4px 0 8px 0;
    text-align: center;
}
#addons div.voting p.votes {
    clear: both;
    margin: 4px 0;
    text-align: center;
}

#addons div.rkw {
    background: #F9F9F9;
    text-align: left;
}
#addons div.aided {
    text-align: left;
}

#addons div.team_image {
    padding: 16px 0;
    text-align: center;
}
#addons div.team_data p {
    margin: 0 0 10px 0;
    line-height: 140%;
}


/********************************************************************************/
/* =Editor
/********************************************************************************/
.content div.ed_toolbar {
    width: 19.5em;
    padding: 0;
}
.content div.ed_toolbar a {
    display: block;
    float: left;
    margin: 0 0.5em 0.5em 0;
    border: 1px solid #FFF;
    background: 0;
    line-height: 0;
    text-decoration: none;
}
.content div.ed_toolbar a:hover,
.content div.ed_toolbar a:active {
    border: 1px solid #F89100;
    background: #FFF9F3;
}
.content div.ed_toolbar a.selected,
.content div.ed_toolbar a.selected:hover,
.content div.ed_toolbar a.selected:active {
    border: 1px dotted #000;
}
.content div.ed_toolbar a#ed_close {
    float: right;
    margin-right: 0;
}
/********************************************************************************/
/* =Firmen Profil
/********************************************************************************/
.content ol{
	list-style:none;
	text-align:left;
}
.content h3#firmen_profil {
	text-align: left;
	float:left;
}

/********************************************************************************/
/* =githaus register
/********************************************************************************/
.githaus_belegung {
	float:right;
}
.starter-preis{
	float:right; 
	margin-top:-137px;
}

/********************************************************************************/
/* =Misc
/********************************************************************************/
.light,
.sub {
    color: #BCBCBC;
    font-weight: normal;
}
.light a:link,
.light a:visited,
.sub a:link,
.sub a:visited {
    color: #BCBCBC;
    text-decoration: underline;
}
.light a:hover,
.light a:active,
.sub a:hover,
.sub a:active {
    color: #BCBCBC;
    text-decoration: none;
}
.sub {
    font-size: 90%;
}

.orange {
    font-weight: bold;
    color: #FE6F17;
}
.grey {
    font-weight: bold;
    color: #ACB3BB;
}
.underline {
    text-decoration: underline;
}

.attached {
    margin-top: -10px;
}

.invisible {
    visibility: hidden;
    display: none;
}

.entree {
    background: #FFF0E2;
}
