
html, body {
	font-family: tahoma; 
	font-size: 8pt;
	margin:0 auto;
	line-height:17px; 
	height:100%;
	text-align:center; /*   CENTRERING */
}

.text { 
	font-family: tahoma; 
	font-size: 8pt;
}

h1	{padding:10px 0px 5px 0px;margin:0px;font-size:16pt;}
h2	{padding:5px 0px 5px 0px;margin:0px;font-size:14pt;}
h3	{padding:5px 0px 5px 0px;margin:0px;font-size:12pt;}
a	{color:blue;}
p	{padding:5px 0px 5px 0px;margin:0px;}



/* -------- LAYOUT-DIVAR ------------ */
.containerWrap{
	margin:0 auto;
	text-align:left;
	width:830px;
	height:551px;
	position:absolute;
	margin-top: -275px;
	margin-left: -415px;
	top: 50%;
	left: 50%;
}

.containerWrap[class] {
    background-image:url(/bilder/bg.png);
}

#container {
    padding:0px 15px;
}

#left {
    max-width:398px;
    _width:400px;
    float:left;
    max-height:489px;
    _height:491px;
    padding:0px 0px 0px 2px;
}

#rightWrap {
    overflow:auto;
    width:400px;
    float:left;
    height:490px;
    _height:491px;
    border-bottom:1px solid #ccc;
}

#right {
    padding:12px;
    min-height:466px;
    height:490;
}

#leftBottom {
    width:400px;
    float:left;
    height:60px;
}

#konferensLogo {
    padding:5px 0px 0px 20px;
}

#rightBottom {
    width:400px;
    float:left;
    height:60px;
}

#rightBottomLeftWrap {
    float:left;
    width:200px;
    height:60px;
}

#rightBottomLeft {
    padding:15px 0px 15px 12px;
    line-height:15px;
}

#rightBottomRightWrap {
    float:left;
    width:200px;
    height:60px;
}

#rightBottomRight {
    padding:15px 0px 15px 12px;
}

/* PROGRAM */

.programTable {
    width:370px;
    /*border-right:2px solid #fff;
    border-left:2px solid #fff;
    border-bottom:2px solid #fff;
    background:#fff;*/
    font-size:8pt;
}
.programRubTD {
    background:#B4B4B4;
    color:#000;
    padding:3px 5px;
    font-weight:bold;
    /*border-top:2px solid #fff;
    border-bottom:2px solid #fff;*/
}
.programInfoTD1 {
    width:80px;
    color:#000;
    padding:2px 0px 2px 10px;
}
.programInfoTD2 {
    text-align:left;
    color:#000;
    padding:2px 10px 2px 0px;
}

/* FORMULÄR */

.formular {
    /*background:#F7F7F7;
    border:1px solid #ccc;*/
}

.tableForm {
    width:173px;
    font-size:8pt;
    /*background:#ccc;*/
}

.inputFormular {
    width:150px;
    margin-bottom:5px;
	font-family: tahoma; 
	font-size: 8pt;
    /*border:1px solid #ccc;*/
}

.button {
    margin:10px 0px;
    border-top:1px solid #ccc;
    border-right:1px solid #ccc;
    border-bottom:1px solid #aaa;
    border-left:1px solid #aaa;
    cursor:pointer;   
}
