@charset 'utf-8';

/* Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
    margin:0px; 
    padding:0px; 
} 
table { 
    border-collapse:collapse; 
    border-spacing:0px; 
} 
fieldset,img {  
    border:0px; 
} 
address,caption,cite,code,dfn,em,th,var { 
    font-style:normal; 
    font-weight:normal;
}
ol,ul { 
    list-style:none; 
} 
caption,th { 
    text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
    font-size:100%; 
    font-weight:normal; 
} 
q:before,q:after { 
    content:''; 
} 
abbr,acronym {
    border:0px; 
}



/* Allgemein */
body{
    height:100%;
    padding:0px;
    margin:0px;
    background:#fff url(../images/bg.gif) repeat-x;
    
    font-family:'trebuchet ms', arial;
    font-size:12px;
    line-height:17px;    
    color:#364868;
}
body#hotelexpo{
    background:#fff url(../images/bg_hotelexpo.gif) repeat-x;
}

a{
    text-decoration:none;
    color:#00a2a2;
}



/* Page */
#page{
    width:803px;
    top:0;
    right:0;
    bottom:0;
    left:0;
    margin:0px auto;
    float:left;
    border:0px solid red;
    background: url(../images/bg_header.gif) top right;
}




/* Header */
#logo{
    float:left;
    width:156px;
    height:86px;
}
#header{
    float:left;
    width:647px;
    height:86px;
    background:url(../images/header_background.png);
}
#header-hotelexpo{
    float:left;
    width:647px;
    height:86px;
    background:url(../images/header_hotelexpo_background.png);
}

#meta{
    float:right;
    width:165px;
    height:56px;
    padding-right:15px;
    font-family:arial;
    font-size:10px;
    line-height:25px;
    color:#e6f3f3; 
}
#meta ul{
    float:right;
    list-style:none; 
}
#meta li{
    float:left;
}
#meta li a{
    float:left;
    color:#e6f3f3; 
}
#meta li a:hover{
    color:#dee3eb;
}




/* Navigation */
#navigation{
    float:left;
    /*width:647px;*/
    width:750px;
    height:30px;
}
#navigation ul{
    float:left;
    list-style:none; 
}
#navigation ul li{
    float:left;
    margin-right:1px;
    background:url(../images/navigation_bg_right.gif) right top no-repeat;
}
#hotelexpo #navigation ul li{
    background:url(../images/navigation_hotelexpo_bg_right.gif) right top no-repeat;
}
#navigation ul li a{
    float:left;
    display:block;
    height:27px;
    line-height:27px;
    padding:3px 7px 0px 7px;
    
    background:url(../images/navigation_bg_left.gif) left top no-repeat;
    font-size:12px;
    font-weight:bold;
    color:#fff;
    cursor:pointer;
}
#navigation ul li a:hover{
    color:#dee3eb;
}
#hotelexpo #navigation ul li a{
    background:url(../images/navigation_hotelexpo_bg_left.gif) left top no-repeat;
}



#logo-bottom{
    float:left;
    width:156px;
    height:233px;

}




/* Subnavigation */
#subnavigation{
    float:left;
    width:156px; /* 156px - 20px padding */
    min-height:613px;
    height:613px;
    background:url(../images/subnavigation_bg.gif) repeat-x;
}
#subnavigation ul {
    color:#364868;
    font-size:12px;
    font-weight:bold;
    list-style:none; 
}
#subnavigation ul li{
    background:url(../images/subnavigation_text_bg.gif) repeat-x;
}
#subnavigation ul li span{
    display:block;
    line-height:40px;
    height:40px; 
    padding:0px 15px; 
    
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
}
#subnavigation a{
    display:block;
    line-height:40px;
    height:40px;    
    padding:0px 0px 0px 30px;
    border-bottom: 1px solid #fff;
    background:url(../images/subnavigation_arrow.gif) no-repeat 15px center;    
    
    color:#00a2a2;
    font-size:12px;
}
#subnavigation a:hover{
    background-color:#cfd6e0;
}
#subnavigation a.nostyles{
    padding:0px;
    margin:0px;
    border:0px;
    background:none;
    height: 220px;
    display: block;
}

a.imagelink{
    padding:0px !important;
    background: 0 !important;
	height:auto !important;
	line-height:auto !important;
}


/* Image-Container */
#image-container{
    float:left;
    width:647px;
    height:233px;
}
#image-container img{
    float:left;
}




/* Content */
#content{
    float:left;
    width:420px; /* 460px - 2 * 20px padding */
    padding:20px;
    background:url(../images/content_bg.gif) top right no-repeat;
    min-height:450px;
}
#content h1{
    color:#364868;
    font-family:arial;
    font-size:27px;
    font-weight:bold;
    padding-top:5px;
    letter-spacing:-1px;
}
#content h2{
    color:#00a2a2;
    font-family:arial;
    font-size:16px;
    font-weight:bold;
    padding:15px 0px 20px 0px;
}
#hotelexpo #content h2,
#hotelexpo #content h3,
#hotelexpo #content h4,
#hotelexpo #content h5{
    color:#d10019;
}
#content h3{
    color:#00a2a2;
    font-size:14px;
    font-family:arial;
    font-weight:bold;
    padding:0px 0px 20px 0px;
}
#hotelexpo #content h3{
    color:#e75035;
}
#content h4{
    color:#00a2a2;
    font-size:16px;
    font-family:arial;
    font-weight:bold;
    padding:15px 0px 5px 0px;
}
#content h5{
    color:#00a2a2;
    font-size:14px;
    font-family:arial;
    font-weight:bold;
    padding:0px 0px 5px 0px;
}
#content img{
    padding:0px 0px 20px 0px;
    display:block;

}
#content img.referenten{
    padding:0px 0px 0px 0px;
    display:block;
}

#content p{
    margin:0px 0px 20px 0px;
}

#content p strong{
    font-weight:bold;
}
#content p a{
    background:url(../images/subnavigation_arrow.gif) no-repeat 3px center; 
    padding-left:15px;
}

#content p a.back{
    background:url(../images/content_arrow_back.gif) no-repeat 3px center; 
}
#content p a:hover,#content p a.back:hover{
    background-color:#d1efef;
}
#hotelexpo #content p a{
    color:#d10019;
    background:url(../images/subnavigation_hotelexpo_arrow.gif) no-repeat 3px center; 
    padding-left:15px;
}
#hotelexpo #content p a:hover{
    background-color:#f2cdd1;
}

#content p.img_left{
    float:left;
    width:420px;
    margin-bottom:10px;
}
#content p.img_left img{
    float:left;
    margin-right:10px;
    padding:0px;
}
#content p.img_left img.framed{
    border:1px solid #dee3eb;
}
#content p span.notice,
#content p.notice{
    font-size:10px;
    line-height:12px;
}
#content p.form_error span{
    background:#d10019;
    font-weight:bold;
    color:#ffffff;
    font-size:14px;
    padding-left:5px;
    padding-right:5px;
}
#content table{
    border-left:1px solid #dee3eb;
    border-top:1px solid #dee3eb;
    width:420px;
    margin-bottom:20px;
}
#content table td{
    border-bottom:1px solid #dee3eb;
    border-right:1px solid #dee3eb;
    padding:5px;
    vertical-align:top;
}
#content table img.programm{
    float:left;
    padding:0px 0px 0px 0px;
    display:block;
    margin-right:5px;
}
#content table span.programm-headline{
   display:block;
   font-weight:bold;
   color:#5a6983;
   padding-bottom:5px; 
   
}
#content table a.programm-headline:hover{
    background-color:#d1efef;
   
}

#content table td.headline{
    background-color:#d1efef;
}

#hotelexpo #content table td.headline{
    background-color:#dee3eb;
}

#content table td.dateline{
    width:90px;
    font-weight:bold; 
}

#content table td strong{
    font-weight:bold; 
    color:#5a6983;
}
#content table.referenten{
    border-left:1px solid #dee3eb;
    border-top:1px solid #dee3eb;
    width:420px;
}
#content ul{
	margin: 0 0 20px 20px;
    list-style:disc;
}
#content ul a{
    font-weight:bold;
    padding-left:15px;
    background:url(../images/content_list_arrow.gif) no-repeat left center;
}
#content ul a:hover{
    background-color:#d1efef;
}
#content em{
    font-size:11px;
    font-style:italic;
    color:#5a6983;
}
#content ul#gallery{
    float:left;
    line-height:0px;
    list-style:none;
	margin: 0;
}
#content ul#gallery li{
    float:left;
    background:none;
    padding:0px;
    line-height:0px;
}
#content ul#gallery li a{
    display:block;
    float:left;    
    padding:0px;
    margin:0px 10px 10px 0px;
    background:none;
    line-height:0px;
}

#content ul#gallery a img{
    display:block;
    float:left;
    margin:0px;
    padding:4px;
    border:1px solid #dee3eb;
}

#content ul#gallery a img.landscape{
    padding:24px 4px;
}

#content ul#gallery a img.portrait{
    padding:4px 24px;
}

#content table {
    margin:0px 0px 10px 0px;
    padding:0px;
}

#content table.registration_head {
    margin:10px 0px 0px 0px;
}

#content .registration_body {
    
}

#content table.registration_form td.category{
    width:100px;
    font-weight:bold;
}
#content table.registration_form td input,
#content table.registration_form td.form_radio input,
#content table.registration_form td select
{
    width:247px;
    vertical-align:middle;
    border:1px solid #5a6983;
    font-family:'Trebuchet MS',arial;
    font-size:12px;
    color:#364868;
}
#content table.registration_form td.form_radio input{
    border:none;
    height:11px;
    width:11px;
    width:auto;
}
#content table.registration_form td.form_radio p {
    padding:0px 0px 0px 19px;
    margin:0px;
}
#content table.registration_form td.form_radio label{
    font-size:14px;
    line-height:16px;
    padding:0px;
    margin:0px;
    font-weight:bold;
}
#content table.registration_form td input.citycode{
    width:40px;
}
#content table.registration_form td input.city{
    width:200px;
    margin-left:5px;
}
#content input.submit{
    line-height:30px;
    height:30px;
    padding:0px 10px;
    font-size:12px;
    font-family:'Trebuchet MS',arial;
    background:#364868;
    border:0px;
    cursor:pointer;
    color:#fff;
    font-weight:bold;
}
#content table td input.checkbox{
    width:25px;
    height:15px;
    border:0px;
    padding:0px;
    margin:0px;
}

#content #pflichtfelder {
    padding-top:10px;
}

#content #imagemap {
    width:420px;
    height:200px;
    position:relative;
}

#content #imagemap li a,
#content #imagemap li a:hover {
    background:url(../images/content_preise_anmeldung_grafik.gif) no-repeat 800px 800px;
    padding:0px;
}

#content #anmeldung_grafik {
    position:absolute;
    top:10px;
    left:230px;
    width:170px;
    height:160px;
    z-index:999;
}

#content #anmeldung_grafik span {
    display:none;
}


#content #downloads ul li{
    background:url(../images/pdf_icon.jpg) no-repeat left top;
    padding-left:40px;
    padding-top:10px;
    height:35px;
}


#content #downloads ul li strong{
    padding-top:20px;
}


#content a.highlight{
    color:#ffffff;
    padding:4px 10px 4px 20px;
    background:#00a2a2 url(../images/arrow_white.gif) no-repeat 6px center;
    font-size:14px;
    font-weight:bold;
}
#content a.highlight:hover{
    background-color:#364868;
}


/* Programm */

div#programm {}
div#programm h2 {color:#364868;padding-bottom:2px;margin-bottom:4px;}
div#programm h3 {padding:4px;border-left:4px solid #dee3eb}
div#programm h4 {font-size:12px;padding:2px 0;}
div#programm h4.pause {background-color:#dee3eb;margin-bottom:20px;padding:4px;}
div#programm p {color:#364868;margin:0 0 5px;}
div#programm ul li {color: #000;}



/* Boxes */
#box{
    float:right;
    width:186px;
    min-height:613px;
    border-top:1px solid #fff;
    background:url(../images/content_bg.gif) top right no-repeat;
}
#box p.box-headline{
    width:184px;
    color:#7889a6;
    font-size:11px;
    font-weight:bold;
    background:url(../images/subnavigation_text_bg.gif) top left repeat-x;
}
#box p.box-headline span{
    line-height:40px;
    height:40px;
    padding:0px 0px 0px 15px;
}
#box ul{
    padding:20px 0px 20px 0px;
    list-style:none;
}
#box ul li{
    padding:20px 0px 0px 0px;
}
#box p a{
    color:#00a2a2;
    font-weight:bold;
    background:url(../images/content_list_arrow.gif) no-repeat 3px center; 
    margin-left:12px;
    padding-left:18px;
}

#box ul li.arrow:hover,#box ul li.arrow a:hover,#box p a:hover{
    background-color:#d1efef;
}

#box ul li.arrow {
	background:url(../images/content_list_arrow.gif) no-repeat 3px .6em; 
    margin-left:12px;
    padding-left:18px;
    padding-top:2px;
    margin-top:12px;
}

#box ul li.arrow a {
	color:#00a2a2;
	font-weight:bold;
}




/* Banner */
#banner{
    position:absolute;
    background:url(../images/banner_background.gif) no-repeat;
    padding:18px 0px 0px 17px;
    width:160px;
    height:600px;
    left:804px;
    top:87px;
}




/* Footer */
#footer{
    float:right;
    margin-top:30px;
    margin-bottom:30px;
    padding-top:10px;    
    width:647px;
    background: url(../images/footer_trenner.gif) repeat-x;
    
    color:#a4a4a4;
    font-size:11px;
}
#footer a{
    color:#a4a4a4;
    font-size:11px;
}
#footer-left{
    float:left;
    width:460px;
}
#footer-right{
    float:right;
    width:187px;
    text-align:right;
}

#logo-zeitort{
	position:absolute;
	left:0px;
	top:200px;
	font-weight:bold;
	font-size:11px;
	color:#364868;
	text-align: center;
	width:156px;
}