/* ////////////////////////////////////////////////*/
/* /// EMC Forum 2011							///*/
/* ////////////////////////////////////////////////*/

/* png */

/*
img, div {
	behavior: url(./iepngfix.htc)
}

img, div, a, input {
	behavior: url(./iepngfix.htc)
}
*/

/* globales */
* {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #494848;
}

html, body {
	height: 100%;
}

body{
	color: #FFF;
	/*overflow-y: scroll;*/
}

a{ 
	color: #7096bf;
	text-decoration: none;
	border: none;
}

ul{
	margin: 20px 0px 12px 0px;
	padding: 0;
}

li {
	margin-left: 0px;
	padding: 0;
}

p{
	margin-bottom: 12px;
	margin-top: 20px;
}


/* ////////////////////////////////////////////////*/
/* /// IDs 										///*/
/* ////////////////////////////////////////////////*/

/* container aussen */
#page {
	height: auto !important;
	margin: 0 auto; /* zentrieren + außenabstand nach unten entspricht dem negativen wert der footer-höhe */
	width: 1000px; 	/* gesamtbreite container */
}

#content {
	width: 1000px; /* 1000 */
	height: auto;
	/* min-height: 600px; */
	margin: 20px 0px 20px 0px;
}

#header {
	width: 1000px; /* 1000 */
	height: 110px; /* 260 */
	padding: 150px 0px 0px 40px;
	background-image: url(../gfx/header_pre_bigdata.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	font: 11px/15px Arial, Helvetica, sans-serif;
}

/* linke spalte - sollte höher sein als rechte teaser spalte */
#left_top {
	width: 759px; /* 759 */
	margin: 15px 0px 0px 0px;
	background-image: url(../gfx/bg_left_top.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 10px;
}

#left_middle {
	width: 719px;	/* 759 */ 
	padding: 10px 20px 10px 20px;
	margin: 0px;
	background-image: url(../gfx/bg_left_middle.gif);
	background-position: top left;
	background-repeat: repeat-y;
	font-size: 12px;
	line-height: 16px;
	height: auto;
}

#left_middle h3 {
	color: #3893d1;
}

#left_bottom{
	width: 759px; /* 759 */
	margin: 0px;
	background-image: url(../gfx/bg_left_bottom.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 10px;
}

/* rechte spalte */
#right_all{
	float: right;	/* rechts ausrichten */
	width: 225px; 	/* 225 */
	margin: 15px 0px 0px 0px; /* eigentlich top:20px*/
}

.right_top{
	width: 225px; 	/* 195 */
	background-image: url(../gfx/teaser_top.gif);
	background-repeat: no-repeat;
	height: 10px;
}

.right{
	width: 195px; 	/* 195 */
	padding: 7px 15px 2px 15px;
	background-image: url(../gfx/teaser_content.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-size: 11px;
	line-height: 16px;
	margin: 0px;
}

.right h3 {
	color: #868686;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.right p {
	margin-top: 7px;
	margin-bottom: 0px;
	padding: 0;
}

.right p.border {
	margin-top: 7px;
	margin-bottom: 0px;
	padding-top: 7px;
	padding-bottom: 7px;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}

.right p.border_top_only {
	margin-top: 7px;
	margin-bottom: 0px;
	padding-top: 7px;
	padding-bottom: 7px;
	border-top: 1px solid #dfdfdf;
}

.right_bottom{
	background-image: url(../gfx/teaser_bottom.gif);
	background-repeat: no-repeat;
	height: 15px;
	margin-top: -1px;
}

#right img{
	margin-left: -3px;
}

/* volle Breite */
#full_top{
	width: 1000px;
	margin: 20px 0px 0px 0px;
	background-image: url(../gfx/bg_full_top.gif);
	background-repeat: no-repeat;
	height: 10px;
}

#full_middle{
	width: 960px;	/* 1000 */ 
	margin: 0px;
	padding: 10px 20px 10px 20px;
	background-image: url(../gfx/bg_full_middle.gif);
	background-position: top left;
	background-repeat: repeat-y;
	font-size: 12px;
	line-height: 16px;
	height: auto;
}

#full_bottom{
	width: 1000px; 
	margin: 0px 0px 30px 0px;
	background-image: url(../gfx/bg_full_bottom.gif);
	background-repeat: no-repeat;
	height: 10px;
}

/* footer und abstandhalter - positionierung */
#footer, #push {
	height: 30px;	/* .push benötigt gleiche höhe wie .footer */
	width: 1000px;	/* gesamtbreite wie container */
	margin: 0 auto;	/* zentrieren */
	clear: both;
}

/* footer gestaltung */
#footer{
	border-top: 1px solid #CCCCCC;
	padding-top: 20px;
	font-size: 10px;
	color: #aaaaaa;
}

#footer a{
	margin: 0px 5px 0px 5px;
	text-transform: uppercase;
	color: #aaaaaa;
	text-decoration: none;
	font-weight: bold;
}

#footer a:first-child{
	margin: 0px 5px 0px 0px;
	text-transform: uppercase;
	color: #aaaaaa;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover{
	text-decoration: underline;
}

#footer_copyright{
	float: right;
	text-align: right;
	color: #aaaaaa;
}

#footer .emc_seo_footer {
	color: #B4B4B4;
	line-height: 14px;
}

#footer .emc_seo_footer a {
	margin: 0px;
	padding: 0px;
	text-transform: none;
	text-decoration: none;
	font-weight: normal;
	color: #aaaaaa;
	line-height: 14px;
}

#footer .emc_seo_footer a:hover {
	margin: 0px;
	padding: 0px;
	text-transform: none;
	font-weight: normal;
	color: #000;
	text-decoration: underline;
	line-height: 14px;
}

#footer_agenda {
	height: 50px;
	border-top: 1px solid #CCCCCC;
	font-size: 10px;
	color: #666;
	width: 1210px;
	padding: 0px 20px 0px 20px;
	margin: 0 auto;
}

/* Agenda-Download */
#agenda_download{
	width: 206px; /* 250 */
	height: auto;
	background: url(../gfx/action_print.gif) no-repeat top left;
	background-position: 7px 19px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	margin-left: -7px;
	padding: 20px 7px 20px 37px;
}

#thanx_overview{
	background-color: #f7f7f7;
	padding: 10px 10px 10px 20px;
	width: 96%;
	height: auto;
	font-weight: bold;
	/*border: 1px solid #cdcdcd;*/
}
/* ////////////////////////////////////////////////*/
/* /// Klassen (Sortierung: A-Z)				///*/
/* ////////////////////////////////////////////////*/

.ausgebucht{
	color: #990000;
}

.btn2011 {
	margin: 11px 0px 11px 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

.btn2011 a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

.btn2011 .btn2011_bg {
	background-image: url(../gfx/btn2011_middle.gif);
	background-repeat: repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

.copy{
	font-family: Arial, Helvetica, sans-serif;
	color: #494848;
	font-size: 12px;
}

.copyblacksmall{
	font-family: Arial, Helvetica, sans-serif;
	color: #494848;
	font-size: 10px;	
}

.copyblackbold{
	font-weight: bold;
}

.event{
	margin-bottom: 15px;
}

.fujitsu_logo{
    float:right;
	margin:0px 0px 0px 0px;
}

* html .fujitsu_logo{
    float:right;
	margin:0px 0px 0px 0px;
}

.headline{
	font-weight: 300;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 715px;
}

h1	.headline{
	font-size: 10px;
}

h2 .headline{
	margin-top: 0px;
}

h3 .headline{
	font-size: 16px;
}

#headline_small{
	font-size: 13px;
	font-weight: 500;
	color: #FFFFFF;
	margin-top: 13px;
	width: 715px;
}

.preview1{
	margin: 0;
	font-size: 9px;
	border-top:1px solid #cccccc; 
	border-right:1px solid #cccccc; 
}

.preview1 td{
	border-bottom:1px solid #cccccc; 
	border-left:1px solid #cccccc; 
}

.preview1a{
	border: none;
}

.preview1a td{
	border: none;
}

.preview2{
	margin: 0;
	font-size: 9px;
	border-top:1px solid #cccccc; 
	border-right:1px solid #cccccc; 
}

.preview2 td{
	border-bottom:1px solid #cccccc; 
	border-left:1px solid #cccccc; 
}

.preview2a{
	border: none;
}

.preview2a td{
	border: none;
}

.preview_tracks1{
	margin: 0;
	font-size: 9px;
	border-top:1px solid #cccccc; 
	border-right:1px solid #cccccc;
}

.preview_tracks1 td{
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.preview_tracks1 td td{
	border: none;
}

.preview_tracks2{
	margin: 0;
	font-size: 9px;
	border-top:1px solid #cccccc; 
	border-right:1px solid #cccccc;
}

.preview_tracks2 td{
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.preview_tracks2 td td{
	border: none;
}


/* Pfeil */
.pfeil{
	width: 30px;
	height: 20px;
	background-color: #7096bf; /* Farbe der Pfeile anpassen */
}

/* Step */
.step{
	font-style: normal;
	color: #a3c2e3;
}

/* Step1-5 */
.step_1, .step_2, .step_3, .step_4, .step_5 {
	font-style: normal;
	color: #FFFFFF;
	margin: 0px 15px 0px -20px;
}

/* Aktiver Step */
.step_active{
	font-style: normal;
	font-weight: bold;
	color: #7096bf; /* Farbe der Schrift anpassen*/
}

/* Rahmen der Nummer */
.step_number{
	width: 30px;
	height: 20px;
	background-color: #7096bf; /* Farbe des Kreises anpassen */
	color: #7096bf; /* Farbe der Schrift anpassen*/
	margin-bottom: -4px;
}

/* Steps/Schritte */
.steps{
	font-style: normal;
	font-size: 16px;
	font-weight: 300;
	color: #7096bf; /* Farbe der Schrift anpassen*/
	margin: 20px 0px 0px 30px;
}

.weiter_button, .weiter_link{
	height: 13px;
	width: auto;
	color: #7096bf;
	padding-right: 17px;
	background-image: url(../gfx/weiter_raquo.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.weiter_button:hover, weiter_link:hover{
	text-decoration: underline;
}

.weiter_link a{
	color: #000;
}

.weiter_link_bold{
	height: 13px;
	width: auto;
	color: #7096bf;
	padding-right: 17px;
	text-decoration: underline;
	font-weight: bold;
	background-image: url(../gfx/weiter_raquo.gif);
	background-repeat: no-repeat;
	background-position: right;	
}

/*////////////////////////////////////////////////////////////////////////*/
/* 		Agenda														      */
/*////////////////////////////////////////////////////////////////////////*/

table .agenda_uhrzeit{
	font-size: 10pt;
	padding-top: -1px;
}

table .agenda_titel_normal{
	height: 15px;
	font-size: 10pt;
	padding: 0px;
}

table .agenda_titel{
	height: 15px;
	font-size: 10pt;
	font-weight: bold;
	padding: 0px;
}

table .agenda_vortrag{
	margin-left: 48px;
	padding: 0px;
}

table .agenda_referent{
	height: 15px;
	font-size: 8pt;
	font-style: italic;
	padding: 0px;
}

/* //////////////////////////////////////////////////////////////////////// */
/* 		FORMULARGESTALTUNG (Sortierung: A-Z)							    */
/* //////////////////////////////////////////////////////////////////////// */

.address{
	width: 500px;
	height: auto;
	vertical-align: middle;
}

.address input[type="text"]{
	width: 238px;
	border: 2px solid #cdcdcd;
	padding: 3px;
}

.asterisk{
	color: #FF0033;
}

.form_error_rechts{
	width: auto;
	color: #FF0000;
	font-weight: bold;
	background: url(../gfx/error_arrow.gif) no-repeat 0 50%;
	padding-left: 20px;
	margin-left: 20px;
}

.form_error_unten{
	width: auto;
	color: #FF0000;
	font-weight: bold;
	margin-left: 25px;
}

#full_inhalt #zip{
	width: 50px;
}

#full_inhalt #city{
	width: 175px;
}

input {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	padding: 3px;
	margin: 2px;
	background: white;
}

label{
	font-weight: bold;
	display: inline-block;
	width: 125px;
	margin: 8px 0; /* zentriert mit eingabefeld! */
}

label_login{
	font-weight: bold;
	display: inline-block;
	width: 100px;
	margin: 8px 0; /* zentriert mit eingabefeld! */
}

.lab_ort{
	font-weight: bold;
	display: inline-block;
	width: auto;
	margin: 0px;
}

#button_anmeldung, #button_anmeldung img, #button_korrektur, #button_korrektur img{
	border: none;
}

#button_login{
	height: 28px;
	width: 142px;
	margin-left: 100px;
	border: none;
	background: url(../gfx/button_login.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#button_registrieren{
	height: 28px;
	width: 142px;
	margin-left: 100px;
	border: none;
	background: url(../gfx/button_registrieren.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#button_senden{
	height: 28px;
	width: 142px;
	margin-left: 0px;
	border: none;
	background: url(../gfx/button_senden.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#button_weiter{
	height: 28px;
	width: 142px;
	margin-left: 0px;
	border: none;
	background: url(../gfx/button_weiter.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.login_feld{
	width: 130px;
	border: 2px solid #cdcdcd;
	padding: 3px;
	background: white;
}

#nomail_comment{
	width: 300px;
	height: 100px;
	padding: 5px;
}

.red_label{
	color: #FF0000;
}

.submit_button{
	background-color: #7096bf;
	height: auto;
	width: auto;
	padding: 7px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	border: 0;
}

/* ////////////////////////////////////////////////*/
/* /// IE6   									///*/
/* ////////////////////////////////////////////////*/

* html ul{
	margin-left: 0px;
}

* html li{
	margin-left: 0px;
}

* html #header {
	padding: 168px 0px 0px 40px;
}

* html #left_top {
	width: 759px; /* 759 */
	margin: 15px 0px 0px 0px;
	height: 10px;
}

* html #full_middle {
	margin-top: -8px;
}

* html #left_middle {
	margin-top: -8px;
}

* html .right {
	margin-top: -8px;
}

/* Step1-5 */
* html .step_1, .step_2, .step_3, .step_4, .step_5 {
	font-style: normal;
	font-weight: bold;
	color: #7096bf;
	margin: 0px 5px 0px -20px;
}

/* Rahmen der Nummer */
* html .step_number{
	visibility: hidden;
}

* html .weiter_button_thx{
	width: 75px;
}

* html #weiter_button_thx_abschliessen{
	width: 150px;
	margin-left: 515px;
}

/* ////////////////////////////////////////////////*/
/* /// IE7   									///*/
/* ////////////////////////////////////////////////*/
*+html #header {
	padding: 168px 0px 0px 40px;
}
