﻿/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; }

body {
    margin: 0px;
    font-family: Verdana;
    font-size: 8.5pt;
    line-height: 14pt;
    text-align: center;
    background-color: #000000;
    color: #ffffff;
}


/* links */
a, a:visited {	
	color: #ffffff;
	background: inherit;
	text-decoration: none;

}
a:hover {
	color: #ffffff;
	background: inherit;
	text-decoration: underline;
}

a.marke, a.marke:visited {	
	color: #fff;
	background: inherit;
	text-decoration: none;
}
a.marke:hover {
	color: #fff;
	background: inherit;
	text-decoration: none;
}


p {
	padding:10px 10px 10px 5px;		
	margin: 0;
	font-size: 10pt;
}
p.stand {
	padding: 5px;		
	margin: 0;
	font: 7pt, Verdana, Tahoma, arial, sans-serif;
	color:#9EB0C0;
}

ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}
.liste {
    margin: 0px;
    font-family: Verdana;
    font-size: 8.5pt;
    line-height: 14pt;

}
/* images */

img {
	border:0px;
}




/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 1024px;
	background: #000000;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	position: relative;
	clear: both;
	float: left;	
	width: 1024px;
	min-height: 630px;	
	height: auto;
	padding: 0;
	margin-left: 5px;
	background: #000000;	
	display: inline;
}

* html #content-wrap { height:630px; } /* nur für IE 5.5 - 6.x */
html + body #content-wrap { height:630px; } /* nur vom IE 5.0 */

#header {
	clear: both;
	width: 1024px;
	position: relative;
	height: 180px;
	background: url("../Bilder/SMS2011_header.png") no-repeat center bottom;
	padding: 0;		
}

/* Main Column */
#main {
	float: left;
	width: 700px;
}

* html #main { height:630px; } /* nur für IE 5.5 - 6.x */
html + body #main { height:630px; } /* nur vom IE 5.0 */

h1 {
	font: bold 12pt Verdana, Tahoma, arial, sans-serif;
	color: #d6cf0f; 
	padding: 5px 0 5px 5px; 		
}
#main h2 {
	margin-top: 10px;
	font: bold 8pt Verdana, Tahoma, arial, sans-serif;
	color: #d6cf0f; 
	padding: 5px 0 5px 5px; 	
}
#main p{
	font-family: Verdana;
	font-size: 9.5pt;
	line-height: 13pt;
}

#main .speaker{
    margin-left: 10px;
    margin-top: 20px;
}

#main p.grau {
	margin-top: 10px;
	color: #777777; 		
}

#main ul li {
	list-style-image: url("../Bilder/bullet.gif");
}
/*Agenda*/

#agenda td
{
    color: #000000;
    font-size: 9pt;
    margin: 5px 10px 5px 10px;
    padding: 5px 10px 5px 10px;
}

#agenda td a
{
    color: #000000;
    font-size: 9pt;
}

/* Sidebar */	
#sidebar {
	float: left;
	width: 250px;
	min-height: 630px;
	height: auto;
	padding: 0 0 0 0; 
	margin: 0 0 0 0;
	color: #9EB0C0;		
}	
* html #sidebar { height:630px; } /* nur für IE 5.5 - 6.x */
html + body #sidebar { height:630px; } /* nur vom IE 5.0 */


#sidebar h1 {
	margin-top: 5px;
	padding: 5px 0px 10px 10px; 
	font: bold 10pt Verdana, Tahoma, arial, sans-serif;
	color: #9EB0C0; 		
}
#sidebar ul.sidemenu {
	text-align: left;
	margin: 0px 20px 4px 4px; padding: 0;
	text-decoration: none;		
}
#sidebar ul.sidemenu li {
	list-style: none;
	padding: 4px 0px 4px 5px;
	margin: 0px 0px 2px 20px;		
}

#sidebar ul.sidemenu li .menu {
	font-weight:bold;	
}
.dots {
	list-style: none;
	background: url("../Bilder/dots.jpg") repeat-x left bottom;
	padding: 4px 0 4px 5px;
	margin: 0 2px;		
}

* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	color: #9EB0C0;			
}
#sidebar ul.sidemenu li a:hover {	
	color: #9EB0C0;
	text-decoration: underline;	
}

/* footer */
#footer {
	clear: both;
	width: 1024px;
	font-size: 95%;	
	text-align: left;
	padding: 10px 0;
	margin-left: 5px;
	min-height:25px;
	height:auto;
	background-color: #000000;
	color: #9EB0C0;
}
#footer p {
	padding:10px 0;
}

#hinweise
{
	width: 500px;
	float: left;
	margin-left:12px;
	padding-top:0px;
	padding-bottom:10px;
	color: #ffffff;
}

.Hinweis
{
	color: #ffffff;
}

#footer a{
	color: #777777;
	text-decoration:underline;
}

#footer a:hover{
	color:#777777;
	text-decoration:underline;
}


#bildfooter
{
	float:left;
	margin-left:5px;
}

.arrow{
	color: #0a6ccf;
}
/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

a:hover .showcase {
position: absolute;
top: 225px;
left: 163px;
display: block;
width: 300px;
font: 8pt Verdana, Tahoma, arial, sans-serif;
background: #e8e8e8;
border: 1px dashed #257;
color: #404040;
padding: 5px;
text-decoration:none;
}

a .showcase {
display: none;
text-decoration:none;
}

a.SaveTheDate 
{
	float: left;
	display: block;
	width: 495px;
	height: 150px;
	text-indent: -2000px;
	background: url(../Bilder/stoerer.png) no-repeat top left !important;
	border: none !important;	
	margin-top: 0px;
	z-index: 1000;
	/*position: absolute;
	right: 20px;*/
}



