@charset "utf-8";

/*
###########################################
    Name:       HAUPT-CSS
    Domain:     werbepraxis.org
    Stand:      08.2009
    Copyright:  DDD Werbepraxis GmbH 2009
    erstellt:   Bastian Heiser
###########################################
*/
html, body {
    padding: 0;
    margin: 0;
    height: 100%; /* Required */
	}

body {
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #232323;
    font-size: 12px;
	}

img {
    border: none;
	}

img#header-image {
    position: absolute;
    top:40px;
	}

/* ### Ueberschriften ### */
h1 {
	margin: 5px 0px;
    margin-bottom: 2px;
	display: block;
	color: #7b8d8f;
	font: 30px "Helvetica", Courier, monospace;
    font-weight: 100;
	letter-spacing: -2px;
	}

h2 {
	margin: 5px 0px;
    margin-bottom: 2px;
	display: block;
	color: #7b8d8f;
	font: 30px "Helvetica", Courier, monospace;
    font-weight: 100;
	letter-spacing: -2px;
	}

h3 {
    margin-top: 0px;
    color: #949faa;
    font-family: "Helvetica";
    letter-spacing: 1px;
    font-weight: normal;
	}

h4 {
    margin: 0px;
    margin-top: 10px;
	display: block;
	color: rgb(117,52,107);
	font: 23px "Helvetica", Courier, monospace;
	font-variant: small-caps;
	letter-spacing: 2px;
	}

h5 {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #949faa;
    font-family: "Helvetica";
    letter-spacing: 1px;
    font-weight: normal;
    font: 14px "Helvetica", Courier, monospace;
	}

/* ### Inputs ###*/
input.button {
	font-weight: bold;
	background-color: rgb(210,210,210);
	color: rgb(80,80,80);
	}

input.button:hover {
	background-color: #232323;
	color: #F5F5F5;
	}

input,
select,
textarea {
	font-size: 12px;
	background-color: rgb(210,210,210);
	color: rgb(80,80,80);
	border: none;
	}

/* ### Links ### */
a {
	color: rgb(0,92,160);
	}

a:hover {
	color: rgb(222,0,0);
	text-decoration: none;
	}

/* ### Container ### */
#header-box {
    height: 173px;
    background-image: url(../images/bg_header.gif);
	}

#inner-header,#inner-content,#inner-footer {
    width: 1000px;
    margin: 0 auto;
    position: relative;
	}

#inner-content {
    vertical-align: top;
	padding-bottom: 30px;
	}

#content-box {
    background-color: #FFF;
    padding: 10px;
	}

#footer-box {
    height: 240px;
    background-image: url(../images/bg_footer.gif);
    padding-top: 33px;
    color: #dadada;
	}

#footer-box a {
    color: #FFF;
    text-decoration: none;
	}

#footer-box a:hover {
    text-decoration: underline;
	}

.box {
    display: inline-block;
    width:310px;
    margin-right: 30px;
    vertical-align: top;
	}

.box-last  {
    display: inline-block;
    width:310px;
    vertical-align: top;
	}

/* ### Content ### */
#content {
    width: 750px;
    margin-left: 20px;
	}

#content_error{
    margin-left: 240px;
    margin-top: 80px;
	}

#uerberschriftsurr {
    float:left;
    width: 100%;
	}

#leistungenavi {
    float: left;
    width: 150px;
    cursor:pointer;
	}

#ueberschrift {
    float:left;
    width: 595px;
	}

#mainbox_shadow_top {
    float: left;
    width: 800px;
    background-image: url(../images/background_box.gif);
    background-position: top left;
    height: 20px;
	}

#mainbox_shadow_bottom {
    float: left;
    width: 800px;
    background-image: url(../images/background_box.gif);
    height: 30px;
    background-position: bottom left;
	}

#container-content {
	padding-bottom:150px;
	}

/* ### Listen ### */
ul#mainnavi a {
    color: #787878;
    text-decoration: none;
    padding: 2px 5px;
    margin-left: 5px;
    -moz-border-radius:3px;
    -khtml-border-radius:3px;
    -webkit-border-radius: 3px;
	}

ul#mainnavi a.selected {
    color: #FFFFFF;
    background-color: #787878;
    text-decoration: none;
    padding: 2px 5px;
    -moz-border-radius:3px;
    -khtml-border-radius:3px;
    -webkit-border-radius: 3px;
	}

ul#mainnavi li {
    display: inline;
	}

ul#mainnavi {
    list-style: none;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 400px;
    top: 80px;
    color: #969da7;
	}

ul#subnavi a {
    color: #737880;
    text-decoration: none;
    font-variant: small-caps;
	}

ul#subnavi a:hover {
    color: #e3007a;
    text-decoration: none;
	}

ul#subnavi {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #737880;
    margin-top: 5px;
    width: 120px;
    float: right;
	}

ul#subnavi li.first {
    border-bottom: 1px solid black;
    padding-right:10px;
	}

ul#subnavi li {
    padding-right:10px;
	}


/* ### Navigation ### */
#navibox {
    float: right;
    width: 144px;
    height:120px;
	}

#subnavibox {
    float: right;
    width: 212px;
    height:120px;
    text-align: right;
    background-image: url(../images/frau_trans.jpg);
	}

/* ### Footer ## */
#footer {
    float: left;
    width: 594px;
    color: #969da7;
    font-size: 9px;
    letter-spacing: 1px;
	}

#footer_left {
    float: left;
    width: 320px;
	}

#footer_right {
    float: right;
	}

/* ### Impressum ### */
#impressum_top {
    float: left;
    width: 100%;
	}

#impressum_links {
    float: left;
    width: 303px;
	}

#impressum_rechts {
    float: left;
    width: 304px;
	}

.impressum_label_links {
    float: left;
    width: 65px;
	}

.impressum_label_rechts {
    float: left;
    width: 212px;
	}

/* ### Anschrift ### */
.anschrift_label_links {
    float: left;
    width: 100px;
	}

.anschrift_label_rechts {
    float: left;
    width: 252px;
	}

/* ### Kontakt ### */
.kontakt_links {
    float: left;
    width: 150px;
    margin-top: 5px;
    }
.kontakt_rechts {
    float: left;
    width: 550px;
    margin-top: 5px;
    }

/* ### Routenplaner ### */
.routenplaner_rechts{
    padding-top: 4px;
    padding-left: 2px;
	}

.routenplaner_links{
    width:65px;
    padding-top: 4px;
	}

/* ### Referenzen ### */
#referenzen {
    display: inline-block;
    width: 100%;
    color: rgb(0,0,0);
	background-color: rgb(227,213,233);
    margin-top: 10px;
	}

.refcontentbox {
    float: left;
    width: 200px;
    margin: 5px;
    text-align: center;
	}

.refcontent_line {
    display: inline-block;
    width: 430px;
    height: 180px;
    padding-left: 160px;
    text-align: center;
	}

.refcontentbox_pa {
    float: left;
    width: 605px;
    margin: 5px;
    padding-left: 60px;
    text-align: center;
	}

.refcontent_line_pa {
    display: inline-block;
    width: 605px;
    height: 220px;
    text-align: center;
	}

.refcontent_line_2 {
    display: inline-block;
    width: 645px;
    height: 180px;
    padding-left: 55px;
    text-align: center;
	}

#referenzen a {
    text-decoration: none;
	}

#referenzen_details {
    width: 100%;
    text-align: center;
	}

.referenzen_details_box {
    display: inline-block;
    width: 330px;
    margin-bottom: 10px;
    vertical-align:top;
    border-left: 1px solid #CCC;
    border-top: 5px solid #CCC;
    padding-top: 10px;
	}

.referenzen_details_box_uebersicht{
    text-align: right;
    display: inline-block;
    width: 705px;
    margin-bottom: 10px;
	}

.referenzen_details_line {
    float: left;
    display: inline-block;
    width: 330px;
    margin-bottom: 4px;
	}

.referenzen_details_links {
    float: left;
    display: inline-block;
    text-align: right;
    margin-right: 5px;
    width: 110px;
	}

.referenzen_details_rechts {
    float: left;
    display: inline-block;
    text-align: left;
    width: 200px;
	}

.referenzen_details_min_box {
    display: inline-block;
    width: 290px;
    margin-bottom: 10px;
    margin-right: 10px;
    vertical-align: top;
	}

.referenzen_details_min_line {
    float: left;
    display: inline-block;
    width: 290px;
    margin-bottom: 4px;
	}

.referenzen_details_min_links {
    float: left;
    display: inline-block;
    text-align: right;
    margin-right: 5px;
    width: 70px;
	}

.referenzen_details_min_rechts {
    float: left;
    display: inline-block;
    text-align: left;
    width: 200px;
	}

#refshadow {
    display: inline-block;
	background: url(../images/design/refschatten.gif) no-repeat;
    height: 260px;
    width: 360px;
    text-align: left;
	}

/* ### Profile ### */
#profil_rp {
    width: 100%;
    height: 550px;
    background-image: url(../images/box_rp.gif);
    background-repeat: no-repeat;
	}

#profil_ts {
    text-align: center;
    width: 100%;
    height: 550px;
    background-image: url(../images/box_ts.gif);
    background-repeat: no-repeat;
	}

#profil_content {
    float: left;
    margin-top: 140px;
    width: 280px;
    padding-left: 260px;
	}

.profil_line {
    display: inline-block;
    width: 280px;
    margin-bottom: 5px;
    text-align: left;
	}

.profil_line_top {
    float: left;
    width: 280px;
    margin-bottom: 10px;
    text-align: left;
	}

.profil_links {
    float: left;
    font-weight: bold;
    width: 180px;
    text-align: left;
	}

.profil_rechts {
    float: left;
    width: 160px;
    text-align: left;
	}

/* ### Sonstiges ### */
#toplink {
    float: left;
    margin-left: 5px;
	}

.red {
	color: rgb(222,0,0);
	}

.headline {
	color: rgb(0,0,0);
	letter-spacing: 1px;
	}
	
.datum {
	color: rgb(110,110,110);
	}

#logo {
    float:left;
	}

#stripes{
    float:right;
    width: 62px;
	}

#stripes_bottom {
    float: left;
    width: 62px;
	}

.cyan {
    float: left;
    background-color: #31a2dd;
    width: 20px;
    height: 120px;
    margin-right:1px;
	}

.magenta {
    float: left;
    background-color: #bd1387;
    width: 20px;
    height: 120px;
    margin-right:1px;
	}

.yellow {
    float: left;
    background-color: #f4ed38;
    width: 20px;
    height: 120px;
	}

#upbox {
    float: right;
    text-align: right;
    padding-right: 5px;
    padding-top: 5px;
	}

/* ### BT MAP ### */
.tx-btmaps-pi1 h2{
    padding-top: 15px;
	}

#maps-box, .tx-btmaps-pi1 {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 10px;
	}

#maps-box h3, .map h3 {
    margin-bottom: 3px;
	}

.map {
    display: inline-block;
	}

.route-1 {
    display: inline-block;
	}

#tx_bt_maps_pi1-box,#tx_bt_maps_pi1-box-2  {
    display:inline-block;
	}

#tx_bt_maps_pi1-box {
    float: left;
    margin-right: 12px;
	}

.referenzen_details img {
    cursor: url('../images/lupe.cur'), pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
	}

#inner-footer .label {
    display: inline-block;
    width: 55px;
	}

.referenzen_details {
    margin-bottom: 20px;
	}

.referenzen_details_web .referenzen_details_box {
    width: 300px;
	}

.small {
    font-size: 10px;
	}

#to-top {
    float: right;
	}

a#to-top {
    text-decoration: none;
    margin-top: 30px;
	}

a#to-top img {
    vertical-align: bottom;
	}

ul#footer-navigation {
    margin: 0;
    padding: 0;
	}

ul#footer-navigation a {
    vertical-align: top;
    display:inline-block;
    padding-top: 5px;
    margin-left: 5px;
	}

ul#footer-navigation li {
    list-style: none;
	}

.pic-label {
    display: inline-block;
    margin-left: 5px;
    padding-top: 5px;
    vertical-align: top;
	}

.pic-label-line {
    display: inline-block;
    width: 180px;
    padding-bottom: 3px;
	}

#inner-footer .box {
    display: inline-block;
    width:245px;
    vertical-align: top;
    margin: 0;
	}

.box-last-footer {
    display: inline-block;
    width:245px;
    vertical-align: top;
    margin: 0;
	}

.box2,.box2-last {
    display: inline-block;
    width: 480px;
    margin-right: 35px;
    vertical-align: top;
    margin-bottom: 30px;
	}

.box2-last {
    margin: 0;
    margin-bottom: 30px;
    padding:0;
	}

.spec-headline h2{
    position: absolute;
    top: -5px;
	}

.referenzen_details_rechts ul {
    list-style-type: square;
    margin: 0;
    padding: 0;
    padding-left: 12px;
	}

.referenzen_details_rechts a, a.outgoing {
    background-image: url(../images/outgoing.png);
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 15px;
	}

#pic-right {
    display: inline-block;
    vertical-align: top;
	}

.tx-flseositemap-pi1 {
    display: inline-block;
    width: 695px;
    vertical-align: top;
	}