﻿body 
{
    margin:0;
    padding:0;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:100%;
}
#header 
{
    position:relative;
    height:110px;
    width:100%;
    background-color:#f5f4eb;
}
.UniLogo
{
    position: absolute;
    top: 20px;
    left: 10px;
    z-index: 100;
    width: 280px; 
}
#logo 
{
    position:absolute;
    top:10px;
    left:10px;
}
.iialogo 
{
    position:absolute;
    top:5px;
    right:5px;
    z-index: 100;
    width:95px;
}
#wrapper 
{   
    width:100%;
    margin:0;
    padding:20px 0 0 0;
}
#navigation
{
    width:20%;
    height:100%;
    float:left;
    font-size:0.8em;
}

#navigation .LanguageSelection
{
    width:auto;
    margin:0 auto;
    font-size: small; 
    padding-bottom: 10px;
    text-align:center;
}
#content 
{
    float:left;
    width:79%;
    font-size:0.9em;
    padding:0;
}

/* Stile für Tabellen des Vortragsprogramms */
h1.siteTitle 
{
    margin:10px auto; 
    width: 80%; 
    text-align: center; 
    font-size: 1.4em;
}
h2.siteSubTitle
{
    margin: 0 auto; width: 80%; 
    text-align: center; 
    font-size: 1.2em;
}
h1.pagetitle 
{
    font-size:140%;
    color:#800000;
    margin-top:18pt;
    margin-bottom:12pt;
    text-align:center;
}
h2 
{
    font-size:140%;
}
h1.title
{
    font-size: 1.4em;
    color: #0404b2;
    width: 60%;
}
h2.date, h2.heading
{
    font-size: 1.2em;
}
h3.place
{
    font-size: 1em;
    font-weight: normal;
}
table.programme
{
    width: 45em;
    border: 1px solid #800000;
}
table.contact
{
    width: 25em;
    margin: auto;
    border: none;
}
caption
{
    font-weight: bold;
    margin: 0 auto;
    padding-bottom: 1em;
    text-align: center;
}
.break
{
    background-color: #f5f4eb;
}
th
{
    text-align: center;
    background-color: #800000;
    color: white;
}
td
{
    vertical-align: top;
    text-align: left;
    font-size: 0.9em;
}
td.theme
{
    text-align: center;
    line-height: 200%;
}

td.time
{
    width: 8em;
    white-space: nowrap;
}
span.speaker
{
    font-weight: bold;
    display: block;
}
span.talk
{
    font-style: italic;
}
table.programme em 
{
    font-weight:bold;
}

.lblDate 
{
    display:block;
    width:auto;
    margin:0 auto;
	font-size:0.8em;
	padding-bottom:0.5em;
	text-align:center;	
}
/* Baustelle */
div#baustelle 
{
    width:auto;
    background-image:url(../images/underconstback.jpg);
    background-repeat:no-repeat;
    background-position:top left;
    float:left;
}
div#baustelle p 
{
    margin: 0; 
    padding: 0;
}
div#baustelle .lblBaustelle 
{
    position: relative; 
    top: 100px; 
    left: -70px;
}
.imgBaustelle 
{
    float:left;
}

dt 
{
    font-weight:bold;
    color:Maroon;
}
img.right
{
    float: right;
    padding-left: 20px;
}
img.left
{
    float: left;
    padding-right: 20px;
}

#abstracts {width:90%;margin:auto}
#abstracts h2 {font-size:120%;text-align:center;}
#abstracts h3 {font-size:110%;text-align:center}
#abstracts p {text-align:justify;}

.first_letter
{
    font-size: 2em;
    color: Maroon;
    float: left;
    line-height: 90%;
    background-color: Transparent;
}
img.first_letter
{
    float: left;
    position: relative;
    top: -3px;
}
/*Anker icons*/
a.pdf, a.rtf, a.www, a.www2, a.htm, a.swf, a.user, a.img, a.fds
{
    padding-left: 23px;
    background-position: left top;
    background-repeat: no-repeat;
}
a.pdf
{
    background-image: url(../images/pdf_small.gif);
}

a.rtf
{
    background-image: url(../images/rtf_small.gif);
}
a.www2
{
    background-image: url(../images/www_small3.gif);
}
a.www
{
    background-image: url(../images/www.gif);
    padding-left: 18px;
}
a.htm
{
    background-image: url(../images/aspx_small.gif);
}

a.swf
{
    background-image: url(../images/swf_small.gif);
}
a.user
{
    background-image: url(../images/user_small.gif);
}

a.img
{
    background-image: url(../images/img_small.gif);
}

a.mail
{
    background-image: url(../images/mail2.gif);
    padding-left: 23px;
    background-position: left top;
    background-repeat: no-repeat;
    line-height: 1.2em;
}