body
{
    text-align: center;
}

body.bgstandard
{
    background-color: #A1A1A1;
    padding: 0px;
    margin: 0px;
	background:url(/images/background.jpg) fixed;
}

.page_width, div.page
{
    width: 850px;
}

.page_content_width, div.header, div.content_area, div.footer
{
    width: 850px;
}

.standard_font_9px, div.sub_header, div.impressum_link
{
    font-family: Helvetica, Sans-serif;
    font-size: 11px; 
}

.standard_font_11px, body, h3, h5, p, ul, ol, li, table.dates, table.emph, div.impressum, td.news_text
{
    font-family: Helvetica, Sans-serif;
    font-size: 13px; 
}

.standard_font_12px, h2, h4, td.news_date, td.news_headline
{
    font-family: Helvetica, Sans-serif;
    font-size: 14px; 
}

.standard_font_15px, h1, dl_call_for_papers
{
    font-family: Helvetica, Sans-serif;
    font-size: 17px;
}

.color_ait_red, h1, h4, h5
{
    color: #790B1A;    
}

.color_ait_gray, div.footer
{
    color: #7C8388;   
}

.color_light_gray, span.disabled
{
    color: #818181;   
}

.color_dark_gray, a, p, ul, ol, li, h2, h3, table.dates, table.emph
{
    color: #313131;   
}

.bold, h1, h2, h3, h4, h5, span.disabled, td.news_date, td.news_headline, dl_call_for_papers,
    a, a:link, a:visited, a:active	
{
    font-weight: bold;
}

.normal, a.sub_menu, a.sub_menu:link, a.sub_menu:visited, a.sub_menu:active,
a.impressum_link, a.impressum_link:link, a.impressum_link:visited, a.impressum_link:active			
{
    font-weight:normal;
}


h1
{
    margin-top: 0px;     
    margin-bottom: 9px;
}

h2, h4
{
    margin-top: 16px;
    margin-bottom: 8px;
}

h3, h5
{
    margin-top: 14px;
    margin-bottom: 7px;
}

a, a:link, a:visited, a:active			
{
    text-decoration: none; 
}

a:hover					
{ 
    color: black;
    text-decoration: underline;
}

a.impressum_link:hover					
{ 
    text-decoration: none;
}

a.img_link, a.img_link:link, a.img_link:visited, a.img_link:active, a.img_link:hover
{
	text-decoration: none;
	border: none;
	background-color: transparent;
	margin-left: 20px;
	margin-right: 20px;
}

/*div.border_solid, div.page , div.header, div.content_area, div.navigation, div.content, div.announcements, div.footer
{
    border: 1px solid red;
}*/

div.page
{
    border: 0px solid black;
    background: #FFFFFF;
    height: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
	box-shadow:  0px 0px 5px 2px #333;
}

div.header
{
    position: relative;
	text-align: right;
    background-color: #FFFFFF;
    height: 215px; 
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 8px;
	z-index: 1;
}

.edst_header 
{
    position:absolute;
    bottom: 0px;
    left: 0px;
    width: 850px;
    height: 40px;
    background-color: #ddd;
    z-index: 2;
}

.edst_header1
{
    position:absolute;
    bottom: 0px;
    left: 0px;
    width: 840px;
    height: 52px;
    z-index: 3;
}

div.content_area
{
    height:auto;
    margin-left: auto;
    margin-right: auto;
    display:table;
    overflow:hidden;
}

div.navigation
{
    width: 22%;
    float:left;
}

div.content
{
    margin-left: 20px;
    margin-top: 4px;
    text-align: left;
    width: 625px;
    height: auto;
    float:left;
}

div.announcements
{
    width: 23%;
    height: auto;
    float:right;
    margin-right: -11px;
}

div.announcements_header
{
    margin-top: 6px;
    margin-left: 20px;
    margin-bottom: -3px;
}

div.stopfloat
{
    clear: both;    
}

div.footer
{
    border: 0px;
    border-top: 1px solid;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-top: 5px;
    padding-bottom: 5px;	
}

div.impressum
{
}

div.impressum_link
{
    text-align: center;
    vertical-align: bottom;
    padding-bottom: 4px;    
}

div.sub_header
{
    margin-top: -7px;
    margin-bottom: 5px;
}

div.ait_address
{
    margin-top: 10px;
    margin-bottom: -4px;
}

div.dl_call_for_papers
{
    margin-top: 5px;
    margin-bottom: 15px;   
}

span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

hr { 
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 0px;
	border-bottom: 3px solid #ddd;	
}

p
{
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 11px; 
	text-align: justify;
	line-height: 1.5em;	
}

p.chairs
{
    font-style: italic;
	line-height: 1.0em;		
}

ul.content, ol.content
{
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 11px;    
		line-height: 1.5em;	
}

ul.navigation
{
    text-align:left;
    line-height: 1.25em;
}

ol.content_num
{
    margin-top: 0px;
    margin-left: -20px;
    margin-right: 0px;
    margin-bottom: 11px;      
}

ol.content_lower_alpha
{
    margin-top: -11px;
    margin-left: -24px;
    margin-right: 0px;
    margin-bottom: 0px;
    list-style-type:lower-alpha;  
}

li.navigation
{
    text-indent: 0px;
    margin-bottom: 3px;
    margin-left: -15px;	
}

li.content_arrow
{
    list-style-image: url(/images/singlearrow.bmp);
}

li.content
{
    margin-bottom: 5px;
}

li.sub_menu_main, li.sub_menu_selected
{
    background:url(/images/menuarrow.bmp) 0px 2px no-repeat; 
    text-indent: 10px;
    margin-left: -30px;
}

li.sub_menu_selected
{
   background:url(/images/menuarrowselected.bmp) 0px 2px no-repeat;
   text-indent: 12px;
   margin-left: -32px; 
}

li.sub_menu
{
    text-indent: -5px;
}

table.news
{
    table-layout: fixed;
    border: none 0;
    border-collapse: collapse;
}

td.news_date
{
    width: 74px;  
}

td.news_headline
{
}

td.news_text
{
    padding-bottom: 11px;    
}

table.dates
{
    border: none;
    border-collapse:collapse;
    line-height: 1.5em;
}

td.dates
{
    padding-left: 20px;        
}

table.emph
{
    border: none;
    border-collapse:collapse;
}

td.emph
{
    padding-left: 20px;        
}

img.direct_link
{
    border: none;
}

img.pdf_icon
{
    position:absolute;
    margin-top: -7;
    margin-left: 2px;
    border: none;
    height: 21px;
    width: 21px;
}

.box
{
    height:auto;
    min-height:430px;
	text-align: left;
}

.box_content
{
	height:auto;
    min-height:445px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
}

.box_corner_left_top, .box_corner_right_top, .box_corner_left_bottom, .box_corner_right_bottom
{
background-color: transparent;
background-repeat: no-repeat;
}

.box_corner_left_top
{
background-position: 0% 0%;
}

.box_corner_right_top
{
background-position: 100% 0%;
}
	
.box_corner_left_bottom
{
background-position: 0% 100%;
}

.box_corner_right_bottom
{
background-position: 100% 100%;
}

.box_border_top, .box_border_bottom
{
background-color: transparent;
background-repeat: repeat-x;
}
			
.box_border_top
{
background-position: 0% 0%;
}

.box_border_bottom
{
background-position: 50% 100%;
}
	
.box_border_right
{
background-position: 100% 0%;
background-repeat: repeat-y;
}

.box_border_left
{
background-position: 0% 100%;
background-repeat: repeat-y;
}

.image_no_script
{
    border: 0px solid black;  
	width:850px;
	height:175px;
	z-index: 1;
}

.slides_container 
{
	border: 0px solid black;    
	width:850px;
	height:175px;
	display:none;
	z-index: 1;
}

.slides_container div.slide {
	width:850px;
	height:175px;
	display:block;
	z-index: 1;
}