/*
 
 Author:	Jan Konzack
 Date:		29.04.2006
 
 Customer:	Frankfurter Boersendtag 2006
 
 URL:		http://www.frankfurt-boersentag.de
 
 */
body {
    font-family: Arial;
    font-size: 12px;
    margin: 0;
    padding: 0;
    background: url(../images/layout/bg.jpg) repeat-y left top;
}

input {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

/*	RASTER COLUMNs				*/ #left_column {
    width: 200px;
    float: left;
} #center_column {
    width: 600px;
    float: left;
} #right_column {
    width: 200px;
    float: left;
}

/*	TOP-SPACER					*/ .topfreespace {
    height: 150px;
    background-color: #ffffff;
    background: #ffffff url(../images/layout/blue_stroke.jpg) repeat-x bottom left;
}

/*	SUBNAVIGATION				*/ #subnavigation {
    margin-top: 70px;
    font-size: 12px;
    font-weight: normal;
} #subnavigation ul {
    list-style-type: none;
    margin: 0;
    margin-left: 30px;
    padding: 0;
    padding-left: 0;
} #subnavigation li {
    height: 18px;
    line-height: 18px;
    /*
     list-style-image:url(../images/sub.png);
     */
} #subnavigation li a {
    padding-left: 25px;
    color: #222550;
    text-decoration: none;
    background: transparent url(../images/layout/sub.png) no-repeat left center;
} #subnavigation li a:hover {
    text-decoration: underline;
} #subnavigation li#subactive {
    height: 18px;
    line-height: 18px;
    /*
     list-style-image:url(../images/sub_active.png);
     */
} #subnavigation li#subactive a {
    padding-left: 25px;
    color: #666666;
    text-decoration: underline;
    background: transparent url(../images/layout/sub_active.png) no-repeat left center;
}

/*	HEADER						*/ #header {
    height: 125px;
}

/*	NAVIGATION					*/ #navigation {
    height: 25px;
    line-height: 25px;
    border-bottom: 1px solid #333333;
    font-size: 13px;
} #navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
} #navigation li {
    float: left;
    margin-left: 10px;
} #navigation a {
    text-decoration: none;
    color: #222550;
    padding-left: 3px;
    padding-right: 3px;
} #navigation a:hover {
    color: #005a78;
    background-color: #efefef;
    padding-left: 3px;
    padding-right: 3px;
} #navigation a#active {
    color: #ffffff;
    background-color: #222550;
    padding-left: 3px;
    padding-right: 3px;
}

/*	LOCATOR					*/ #locator {
    height: 35px;
    background-color: #cccccc;
    font-size: 11px;
    padding: 13px;
} #locatorsmall {
    padding-left: 0px;
    font-size: 10px;
} #locatorsmall a {
    color: #666666;
    text-decoration: none;
} #locatorsmall a:hover {
    color: #ffffff;
    text-decoration: underline;
} #locatorbig {
    margin-top: 5px;
    padding-left: 0px;
    font-size: 24px;
    color: #666666;
    font-family: Times;
}

/*	INFORMATIONBOX			*/ #informationhead {
    height: 60px;
    line-height: 60px;
    font-family: Times;
    font-size: 18px;
    color: #cccccc;
    background: transparent url(../images/layout/info.png) 10px no-repeat;
    padding-left: 40px;
} #informationbox {
    font-size: 12px;
    color: #ffffff;
} #informationbox h2 {
    font-family: Times;
    font-weight: normal;
    font-size: 14px;
    color: #cccccc;
    padding: 0;
    margin: 0;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 7px;
} #informationbox p {
    margin: 0;
    margin-left: 10px;
    padding: 0;
} #informationbox a {
    text-decoration: none;
    color: #ffBB00;
    text-decoration: underline;
    font-size: 12px;
    font-weight: normal;
    padding-left: 20px;
    background: transparent url(../images/layout/link_828282.png) no-repeat left;
} #informationbox img {
    width: 40px;
    height: 50px;
    float: left;
    margin-right: 10px;
}

/*	SPONSORBOX				*/ .sponsorhead h1 {
    font-family: Times, serif;
    font-size: 14px;
    font-weight: normal;
    color: #CCCCCC;
} .sponsorhead h2 {
    font-family: Times, serif;
    font-size: 14px;
    font-weight: normal;
    color: #005a78;
}

/*	CONTENT					*/ #content {
    font-size: 12px;
    color: #000000;
    padding: 10px;
    min-height: 450px;
    /*margin-bottom:20px;*/
} #content h1 {
    font-family: Times;
    font-weight: normal;
    font-size: 17px;
    color: #005a78;
    margin: 0;
} #content h2 {
    font-family: Times;
    font-weight: normal;
    font-size: 15px;
    color: #999999;
    margin-top: 0;
    margin: 0;
} #content h3 {
    font-family: Arial;
    font-weight: normal;
    font-size: 13px;
    color: #005a78;
} #content h4 {
    font-family: Arial;
    font-weight: normal;
    font-size: 12px;
    color: #005a78;
    margin: 0;
} #content a {
    text-decoration: none;
    color: #ff9900;
    font-size: 12px;
    padding-left: 20px;
    margin-left: 0px;
    margin: 0;
    background: transparent url(../images/layout/link_ffffff.jpg) no-repeat left;
} #content a:hover {
    text-decoration: underline;
    margin-left: 0px;
} #content td {
    border-bottom: 1px solid #cccccc;
    padding-top: 4px;
    padding-bottom: 4px;
} #content p {
    margin-left: 0px;
} #content input, textarea {
    border: 1px solid #000000;
} #contact td {
    border: 0;
} #contact input, textarea {
    margin-left: 10px;
    width: 170px;
} #contact #submit {
    border: 0;
    width: 80px;
    color: #ff9900;
    background: transparent url(../images/layout/link.png) no-repeat left;
} #visitor_keyfacts tr {
    border-bottom: 1px solid #cccccc;
} #visitor_keyfacts h3 {
    font-weight: normal;
    margin: 0;
    font-size: 12px;
}

a#sortbutton_raeume_on {
    border: 0;
    background: transparent url(../images/layout/raeume_btn_on.png) no-repeat left;
    font-size: 12px;
    text-align: left;
    width: 70px;
}

a#sortbutton_raeume_off {
    border: 0;
    background: transparent url(../images/layout/raeume_btn_off.png) no-repeat left;
    font-size: 12px;
    text-align: left;
    width: 70px;
}

a#sortbutton_zeiten_on {
    border: 0;
    background: transparent url(../images/layout/zeiten_btn_on.png) no-repeat left;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    width: 70px;
}

a#sortbutton_zeiten_off {
    border: 0;
    background: transparent url(../images/layout/zeiten_btn_off.png) no-repeat left;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    width: 70px;
}

/*	MINI-NAVIGATION					*/ #mininavigation {
    position: absolute;
    text-align: center;
    left: 799px;
    top: 99px;
    color: #999999;
    padding-left: 11px;
    width: 181px;
} #mininavigation a {
    text-decoration: none;
    font-size: 11px;
    color: #999999;
}

/*	SEARCH-BOX						*/ #searchbox {
    position: absolute;
    left: 800px;
    top: 128px;
    padding-left: 10px;
    width: 192px;
} #searchpattern {
    width: 100px;
    border: 1px solid #000000;
    font-size: 12px;
    color: #696969;
    font-weight: normal;
} #searchbutton {
    border: 0;
    background: transparent url(../images/layout/suche_pfeil.png) no-repeat right;
    color: #ffffff;
    font-size: 12px;
    text-align: left;
    font-weight: normal;
    width: 70px;
} #footer {
    clear: both;
    background-color: #646464;
    height: 25px;
    line-height: 25px;
    color: #ffffff;
    font-size: 10px;
    text-align: center;
    margin-top: 40px;
    /*
     position: fixed;
     bottom:0px;
     width:600px;*/
} #footer_fixed {
    clear: both;
    width: 600px;
    background-color: #646464;
    height: 25px;
    line-height: 25px;
    color: #ffffff;
    font-size: 10px;
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 200px;
}

/*		ALEX STUFF		*/ .style1 {
    font-family: "Times New Roman", Times, serif;
    font-size: 17px;
    color: #005a78;
} .style2 {
    font-family: "Times New Roman", Times, serif;
    font-size: 15px;
    color: #666666;
} .style3 {
    color: #FFA200
} .style4 {
    color: #ffa200
} .style5 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 15px;
} .style7 {
    color: #005a78;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: 25px;
} .style8 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 15px;
    color: #ffaf00;
} .style9 {
    color: #ffaf00
} .style11 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #005a78;
} .style12 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 15px;
    color: #FFA315;
} .style13 {
    color: #FFA014
} .style14 {
    color: #005a78
} .style16 {
    color: #005a78;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
} .companydetail {
    text-decoration: none;
}

/*
 
 Ergänzung durch Florian Kittel Mediendesign
 
 */ #output ol li {
    margin: 0 0 20px 0;
} .newsflashtop {
    font-size: 13px;
    padding: 5px;
    font-weight: bold;
    border-bottom: 2px solid #CCCCCC;
    border-left: 6px solid #CCCCCC;
    margin-bottom: 10px;
} .newsflash {
    border: 1px solid #CCCCCC;
    border-bottom: 4px solid #CCCCCC;
    padding: 10px;
    margin-bottom: 10px;
} .newsflash h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #666666 !important;
} #content_fotoalbum a {
    background-image: none;
    padding: 0;
    margin: 0;
    text-decoration: none;
    color: #336699;
}

/*
 
 Ergänzung durch T-Core.eu Mediendesign Tristan Schindel
 Ausstellerbuchungsübersicht
 
 */ .style11 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
} .BOX_ok {
    margin-left: 10px;
    margin-right: 5px;
    margin-bottom: 3px;
    text-align: left;
    background-color: #D5FFD5;
    border: 1px dotted #CCCCCC;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    padding-left: 2px;
} .BOX_ok #stand {
    color: #000066;
    background-color: #BBFFBB;
} .BOX_reserve {
    margin-left: 10px;
    margin-right: 5px;
    margin-bottom: 3px;
    text-align: left;
    background-color: #FFE3D5;
    border: 1px dotted #CCCCCC;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    padding-left: 2px;
} .BOX_reserve #stand {
    color: #000066;
    background-color: #FFC9AE;
} .BOX_frei {
    margin-left: 10px;
    margin-right: 5px;
    margin-bottom: 3px;
    text-align: left;
    background-color: #FFFFFF;
    border: 1px dotted #CCCCCC;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    padding-left: 2px;
} .BOX_frei #stand {
    color: #000066;
    background-color: #E9E9E9;
}
